2026-07-07 10:29:28 +08:00
|
|
|
{
|
2026-07-07 14:40:09 +08:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"baseUrl": ".",
|
|
|
|
|
"paths": {
|
|
|
|
|
"@/*": ["./src/*"],
|
|
|
|
|
"@/components/*": ["./src/components/*"],
|
|
|
|
|
"@/lib/*": ["./src/lib/*"],
|
|
|
|
|
"@/hooks/*": ["./src/hooks/*"],
|
|
|
|
|
"@/api/*": ["./src/api/*"],
|
|
|
|
|
"@/shared/*": ["./src/shared/*"]
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 10:29:28 +08:00
|
|
|
"files": [],
|
|
|
|
|
"references": [
|
|
|
|
|
{ "path": "./tsconfig.app.json" },
|
|
|
|
|
{ "path": "./tsconfig.node.json" }
|
|
|
|
|
]
|
2026-07-07 14:40:09 +08:00
|
|
|
}
|