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.

123456789101112131415161718192021
  1. {
  2. "compilerOptions": {
  3. "target": "ES6",
  4. "module": "ES6",
  5. "outDir": "./dist/",
  6. "sourceMap": true,
  7. "allowJs": true,
  8. "strict": true,
  9. "strictNullChecks": true,
  10. "noImplicitAny": true,
  11. "skipLibCheck": true,
  12. "moduleResolution": "node",
  13. "esModuleInterop": true,
  14. "allowSyntheticDefaultImports": true,
  15. "forceConsistentCasingInFileNames": true,
  16. "preserveSymlinks": true
  17. },
  18. "include": [
  19. "src/**/*"
  20. ]
  21. }