Files
xj-screen/tsconfig.node.json
weixin e54c697d7a init
1.初始化项目
2023-11-21 14:31:55 +08:00

11 lines
213 B
JSON

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