ぼざクリ タグ広場 https://hub.nizika.monster
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

32 lines
767 B

  1. {
  2. "compilerOptions": {
  3. "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
  4. "target": "ES2022",
  5. "useDefineForClassFields": true,
  6. "lib": ["ES2022", "DOM", "DOM.Iterable"],
  7. "module": "ESNext",
  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. "strict": true,
  18. "noUnusedLocals": true,
  19. "noUnusedParameters": true,
  20. "erasableSyntaxOnly": true,
  21. "noFallthroughCasesInSwitch": true,
  22. "noUncheckedSideEffectImports": true,
  23. "baseUrl": "./src",
  24. "paths": {
  25. "@/*": ["*"]
  26. }
  27. },
  28. "include": ["src"]
  29. }