Files
zhengte.doc/tsconfig.node.json
2026-01-05 10:16:36 +08:00

13 lines
218 B
JSON

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