Files
agent-chat-ui/tsconfig.json

14 lines
213 B
JSON
Raw Normal View History

2025-02-18 19:35:46 +01:00
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
2025-02-26 17:09:16 -08:00
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
2025-02-18 19:35:46 +01:00
}