raqim / tsconfig.json
RAQIM Deploy
Deploy RAQIM 2026-05-02 19:06
0e14acb
raw
history blame contribute delete
365 Bytes
{
"extends": "./tsconfig.base.json",
"compileOnSave": false,
"files": [],
"references": [
{
"path": "./lib/db"
},
{
"path": "./lib/api-client-react"
},
{
"path": "./lib/api-zod"
},
{
"path": "./lib/integrations-openai-ai-server"
},
{
"path": "./lib/integrations-openai-ai-react"
}
]
}