You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
413 B

3 years ago
  1. {
  2. "compileOnSave": false,
  3. "compilerOptions": {
  4. "module": "esnext",
  5. "outDir": "./dist/out-tsc",
  6. "sourceMap": true,
  7. "declaration": false,
  8. "moduleResolution": "node",
  9. "emitDecoratorMetadata": true,
  10. "experimentalDecorators": true,
  11. "target": "es2015",
  12. "typeRoots": [
  13. "node_modules/@types"
  14. ],
  15. "lib": [
  16. "es2017",
  17. "dom",
  18. "ES2017.object"
  19. ]
  20. }
  21. }