Files
vue-ts-example/tsconfig.json
2025-08-19 16:20:33 +08:00

23 lines
432 B
JSON

{
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.vitest.json"
}
],
"compilerOptions": {
// https://www.shadcn-vue.com/docs/components-json.html#aliases
// A fallback to tsconfig.app.json if no paths were found in tsconfig.json
// 有问题?
"paths": {
"@/*": ["./src/*"]
}
}
}