Files
timmy-tower/tsconfig.json

20 lines
297 B
JSON

{
"extends": "./tsconfig.base.json",
"compileOnSave": false,
"files": [],
"references": [
{
"path": "./lib/db"
},
{
"path": "./lib/api-zod"
},
{
"path": "./lib/integrations-anthropic-ai"
},
{
"path": "./artifacts/api-server"
}
]
}