IncidentMgmtSystem / tsconfig.node.json
Debashis
Deploy AIMS - 2026-03-28 18:05:41
d352673
raw
history blame contribute delete
213 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}