tsconfig.json 226 B

1234567891011
  1. {
  2. "compilerOptions": {
  3. "target": "ES6",
  4. "module": "commonjs",
  5. "sourceMap": true,
  6. "emitDecoratorMetadata": true,
  7. "experimentalDecorators": true,
  8. "removeComments": true,
  9. "noImplicitAny": false
  10. }
  11. }