kioai / tsconfig.json
kinaiok
Initial deployment setup for Hugging Face Spaces
5ef6e9d
raw
history blame contribute delete
236 Bytes
{
"extends": "./tsconfig.base.json",
"compileOnSave": false,
"files": [],
"references": [
{
"path": "./lib/db"
},
{
"path": "./lib/api-client-react"
},
{
"path": "./lib/api-zod"
}
]
}