tsconfig.e2e.json 378 B

12345678910111213141516
  1. {
  2. "extends": "../tsconfig.json",
  3. "compilerOptions": {
  4. "types": ["node"],
  5. "lib": ["es2015"],
  6. "skipLibCheck": true,
  7. "inlineSourceMap": false,
  8. "sourceMap": true,
  9. "allowSyntheticDefaultImports": true,
  10. "experimentalDecorators": true,
  11. "emitDecoratorMetadata": true,
  12. "esModuleInterop": true,
  13. "allowJs": false,
  14. "diagnostics": false
  15. }
  16. }