{ "extends": "@vue/tsconfig/tsconfig.dom.json", "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["src/*"] }, "verbatimModuleSyntax": false, "useUnknownInCatchVariables": false, "noImplicitAny": false, "noUncheckedIndexedAccess": false }, "include": [ "src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx", "vite.config.ts", "vitest.config.ts" ], "exclude": ["node_modules", "dist", "src-legacy"] }