ebike-plus-ui/tsconfig.node.json
WANGFAN\wangf a7bbaec8e1 初始化
2024-03-24 17:50:12 +08:00

12 lines
233 B
JSON

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