Files
managementwebsite01/tsconfig.json
Replit Agent 9692a6b58f Initial commit
2026-07-20 17:11:01 +00:00

17 lines
236 B
JSON

{
"extends": "./tsconfig.base.json",
"compileOnSave": false,
"files": [],
"references": [
{
"path": "./lib/db"
},
{
"path": "./lib/api-client-react"
},
{
"path": "./lib/api-zod"
}
]
}