fb / tsconfig.json
sare26's picture
Upload 2 files
79ac563 verified
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"
}
]
}