Files
aha/aha-ui/tsconfig.json
T
2026-04-25 17:09:20 +08:00

14 lines
223 B
JSON

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