wx-guyantv/tsconfig.node.json
2024-12-27 17:35:38 +08:00

14 lines
242 B
JSON

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