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

  1. {
  2. "compilerOptions": {
  3. "experimentalDecorators": true,
  4. "forceConsistentCasingInFileNames": true,
  5. "lib": ["dom", "dom.iterable", "es2018"],
  6. "module": "esnext",
  7. "moduleResolution": "node",
  8. "noFallthroughCasesInSwitch": true,
  9. "noImplicitReturns": true,
  10. "noUnusedLocals": false,
  11. "outDir": "dist/webviews",
  12. "rootDir": "src",
  13. "skipLibCheck": true,
  14. "sourceMap": true,
  15. "strict": true,
  16. "target": "es2018"
  17. },
  18. "include": ["src/config.ts", "src/webviews/protocol.ts", "src/webviews/apps/**/*"],
  19. "exclude": ["node_modules"]
  20. }