Files
gpt-load/fe/tsconfig.json
hptangxi d48384af80 fe init
2025-07-01 22:53:22 +08:00

14 lines
213 B
JSON

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