{
"$schema": "https://json.schemastore.org/tsconfig",
- "extends": ["@tsconfig/node20/tsconfig.json", "@vue/tsconfig/tsconfig.json"],
+ "extends": ["@tsconfig/node20/tsconfig.json", "@vue/tsconfig/tsconfig.dom.json"],
"compilerOptions": {
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"types": ["node", "mocha", "chai"],
"paths": {
"@/*": ["src/*"]
- },
- "lib": ["esnext", "dom"]
+ }
},
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx"],
"exclude": ["node_modules"]