{ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": ".", "outDir": "dist", "target": "esnext", "module": "esnext", "skipLibCheck": true, "allowJs": true, "importHelpers": true, "allowSyntheticDefaultImports": true, "baseUrl": ".", "types": ["vitest/globals"], "paths": { "@/*": ["src/*"] }, "lib": ["esnext", "dom", "dom.iterable", "scripthost"], // TODO: remove all options below this line "noUnusedLocals": false, "useUnknownInCatchVariables": false }, "include": ["src/**/*.ts", "src/**/*.vue"] }