-
Daniel Göbel authoredDaniel Göbel authored
tsconfig.json 337 B
{
"extends": [
"@tsconfig/node18/tsconfig.json",
"@vue/tsconfig/tsconfig.json"
],
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"lib": ["...", "dom"],
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"types": ["node"],
"paths": {
"@/*": ["./src/*"]
}
},
}