Spaces:
Runtime error
Runtime error
File size: 438 Bytes
0646b18 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | {
"files": [],
"compilerOptions": {
"jsx": "react-jsx",
"types": ["react", "react-dom"],
"baseUrl": ".",
"paths": {
"@uiagent/shared": ["../shared/src"],
"@uiagent/shared/*": ["../shared/src/*"],
"@agentic_chat/*": ["./src/*"],
}
},
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
},
{
"path": "../shared"
}
]
}
|