Files
cfw-autumn/vite/tsconfig.json
2025-03-13 13:20:08 +08:00

15 lines
244 B
JSON

{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
// "noUnusedLocals": false
}
}