Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

26 строки
667 B

5 лет назад
3 лет назад
6 лет назад
  1. {
  2. "compilerOptions": {
  3. "esModuleInterop": true,
  4. "experimentalDecorators": true,
  5. "forceConsistentCasingInFileNames": true,
  6. "incremental": true,
  7. "isolatedModules": true,
  8. "lib": ["es2019"],
  9. "module": "esnext",
  10. "moduleResolution": "node",
  11. "noFallthroughCasesInSwitch": true,
  12. "noImplicitOverride": true,
  13. "noImplicitReturns": true,
  14. "noUnusedLocals": false,
  15. "outDir": "dist",
  16. "resolveJsonModule": true,
  17. "rootDir": "src",
  18. "skipLibCheck": true,
  19. "sourceMap": true,
  20. "strict": true,
  21. "target": "es2019",
  22. "useDefineForClassFields": true,
  23. "useUnknownInCatchVariables": false
  24. },
  25. "exclude": ["node_modules", "test", "src/webviews/apps"]
  26. }