Files
aha/aha-ui/tsconfig.json
T

14 lines
223 B
JSON
Raw Normal View History

2026-04-25 12:57:56 +08:00
{
2026-04-25 17:09:20 +08:00
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
2026-04-25 12:57:56 +08:00
"compilerOptions": {
2026-04-25 13:12:44 +08:00
"paths": {
2026-04-25 17:09:20 +08:00
"@/*": ["./src/*"]
2026-04-25 13:12:44 +08:00
},
2026-04-25 17:09:20 +08:00
"strictNullChecks": true
}
}