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.

14 lines
415 B

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