simple-llm-chat-ui/tsconfig.json
feie9456 0e9e0c71b5 feat: 实现基本功能
Co-authored-by: Copilot <copilot@github.com>
2026-04-26 20:58:52 +08:00

13 lines
193 B
JSON

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