福泉采样大屏
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.

17 lines
454B

  1. {
  2. "extends": "@vue/tsconfig/tsconfig.dom.json",
  3. "compilerOptions": {
  4. "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
  5. "types": ["vite/client"],
  6. /* Linting */
  7. "strict": true,
  8. "noUnusedLocals": true,
  9. "noUnusedParameters": true,
  10. "erasableSyntaxOnly": true,
  11. "noFallthroughCasesInSwitch": true,
  12. "noUncheckedSideEffectImports": true
  13. },
  14. "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"]
  15. }