Files
xlhlw/资料/zrccp-planner-work(2)/zrccp-planner-work/tsconfig.node.json
2026-02-05 01:24:42 +08:00

12 lines
221 B
JSON

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