1
0

tsconfig.e2e.json 416 B

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