Files
--/tsconfig.json
2025-10-19 14:29:36 +08:00

24 lines
409 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"include": ["env.d.ts"]
}
// {
// "files": [],
// "references": [
// { "path": "./tsconfig.app.json" },
// { "path": "./tsconfig.node.json" }
// ],
// "include": ["env.d.ts"]
// }