| 1 | { |
| 2 | "extends": "@vue/tsconfig/tsconfig.dom.json", |
| 3 | "compilerOptions": { |
| 4 | "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", |
| 5 | "lib": ["es2023"], |
| 6 | "paths": { |
| 7 | "@/*": ["./src/*"] |
| 8 | }, |
| 9 | "typeRoots": ["./node_modules/@types"], |
| 10 | "types": ["node"], |
| 11 | "allowJs": true, |
| 12 | "strict": true, |
| 13 | "noFallthroughCasesInSwitch": true, |
| 14 | "noUnusedLocals": true, |
| 15 | "noUnusedParameters": true, |
| 16 | "noUncheckedSideEffectImports": true |
| 17 | }, |
| 18 | "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"] |
| 19 | } |