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