Files
smart_hospital_mobile/tsconfig.node.json
T
2026-08-07 11:35:11 +08:00

12 lines
255 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true,
"types": ["node"]
},
"include": ["vite.config.ts"]
}