andengxitong/tsconfig.node.json
qianhao.xu 31ec5b7624 init
2024-06-18 15:42:29 +08:00

12 lines
234 B
JSON

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