Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

20 rader
582 B

8 år sedan
  1. {
  2. "compilerOptions": {
  3. "forceConsistentCasingInFileNames": true,
  4. "importHelpers": true,
  5. "lib": ["es2015", "es2016", "es2017"],
  6. "module": "esnext",
  7. "moduleResolution": "node",
  8. "noFallthroughCasesInSwitch": true,
  9. "noImplicitReturns": true,
  10. "noUnusedLocals": true,
  11. "outDir": "out",
  12. "removeComments": true,
  13. "rootDir": "./src",
  14. "skipLibCheck": true,
  15. "sourceMap": true,
  16. "strict": true,
  17. "target": "es2017"
  18. },
  19. "exclude": ["node_modules", "test", "src/ui"]
  20. }