tsconfig-test.json 290 B

123456789101112131415
  1. {
  2. "compilerOptions": {
  3. "outDir": "test-tmp",
  4. "target": "ES6",
  5. "module": "commonjs",
  6. "sourceMap": true,
  7. "emitDecoratorMetadata": true,
  8. "experimentalDecorators": true,
  9. "removeComments": true,
  10. "noImplicitAny": true
  11. },
  12. "exclude": [
  13. "node_modules"
  14. ]
  15. }