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.

16 lines
371 B

2 years ago
  1. {
  2. "compilerOptions": {
  3. "rootDir": "src",
  4. "outDir": "dist",
  5. "strict": true,
  6. "jsx": "preserve",
  7. "target": "esnext",
  8. "module": "esnext",
  9. "moduleResolution": "node",
  10. "allowSyntheticDefaultImports": true,
  11. "experimentalDecorators": true,
  12. "resolveJsonModule": true,
  13. "declaration": true
  14. },
  15. "include": ["src/**/*", "typings/*"]
  16. }