tsconfig.json 274 B

123456789101112
  1. {
  2. "compilerOptions": {
  3. "experimentalDecorators": true,
  4. "allowJs": false,
  5. "target": "es5",
  6. "emitDecoratorMetadata": true,
  7. "lib": ["esnext", "dom"],
  8. "sourceMap": true,
  9. "esModuleInterop": true,
  10. "resolveJsonModule": true,
  11. }
  12. }