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

26 строки
617B

  1. {
  2. "compilerOptions": {
  3. "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
  4. "target": "es2023",
  5. "lib": ["ES2023", "DOM"],
  6. "module": "esnext",
  7. "types": ["vite/client"],
  8. "skipLibCheck": true,
  9. /* Bundler mode */
  10. "moduleResolution": "bundler",
  11. "allowImportingTsExtensions": true,
  12. "verbatimModuleSyntax": true,
  13. "moduleDetection": "force",
  14. "noEmit": true,
  15. "jsx": "react-jsx",
  16. /* Linting */
  17. "noUnusedLocals": true,
  18. "noUnusedParameters": true,
  19. "erasableSyntaxOnly": true,
  20. "noFallthroughCasesInSwitch": true
  21. },
  22. "include": ["src"]
  23. }

Powered by TurnKey Linux.