neo1 / tsconfig.json
agent
Initial commit
c8ed262
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"
}
]
}