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

19 строки
544 B

8 лет назад
6 лет назад
  1. {
  2. "compilerOptions": {
  3. "experimentalDecorators": true,
  4. "forceConsistentCasingInFileNames": true,
  5. "lib": ["es2018"],
  6. "module": "esnext",
  7. "moduleResolution": "node",
  8. "noFallthroughCasesInSwitch": true,
  9. "noImplicitReturns": true,
  10. "noUnusedLocals": false,
  11. "outDir": "dist",
  12. "resolveJsonModule": true,
  13. "rootDir": "src",
  14. "sourceMap": true,
  15. "strict": true,
  16. "target": "es2018"
  17. },
  18. "exclude": ["node_modules", "test", "src/ui"]
  19. }