tsconfig.json 363 B

123456789101112131415
  1. {
  2. "compilerOptions": {
  3. "emitDecoratorMetadata": true,
  4. "experimentalDecorators": true,
  5. "sourceMap": true,
  6. "declaration": true,
  7. "outDir": "public_gen",
  8. "noImplicitAny": false,
  9. "target": "es5",
  10. "rootDir": "public",
  11. "module": "system",
  12. "noEmitOnError": true,
  13. "moduleResolution": "classic"
  14. }
  15. }