Files
xlhlw/资料/zrccp-planner-work(2)/zrccp-planner-work/tsconfig.node.json

12 lines
221 B
JSON
Raw Normal View History

2026-02-05 01:24:42 +08:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": [
"vite.config.js"
]
}