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
508 B

8 år sedan
  1. {
  2. "compilerOptions": {
  3. "forceConsistentCasingInFileNames": true,
  4. "lib": [ "es6" ],
  5. "module": "commonjs",
  6. "noFallthroughCasesInSwitch": true,
  7. "noImplicitReturns": true,
  8. "noUnusedLocals": true,
  9. "outDir": "out",
  10. "removeComments": true,
  11. "rootDir": ".",
  12. "skipLibCheck": true,
  13. "sourceMap": true,
  14. "strict": true,
  15. "target": "es6"
  16. },
  17. "exclude": [
  18. "node_modules",
  19. ".vscode-test"
  20. ]
  21. }