tsconfig-test.json 341 B

1234567891011121314151617
  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. "typings/browser",
  15. "typings/browser.d.ts"
  16. ]
  17. }