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.

19 rader
562 B

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