chainlit / jsconfig.json
Gustav2811's picture
Checkpoint 1 - Working UI
51fad1b
raw
history blame contribute delete
100 Bytes
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./public/*"]
}
}
}