Files
HKSingleParty/03_source/frontend/tsconfig.node.json
2025-05-28 09:55:51 +08:00

10 lines
187 B
JSON

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