vite_ts_auto/tsconfig.node.json

14 lines
241 B
JSON
Raw Permalink Normal View History

2024-05-08 13:43:24 +08:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
2024-05-28 10:33:08 +08:00
"include": [
"vite.config.ts"
]
2024-05-08 13:43:24 +08:00
}