basic2/tsconfig.node.json

15 lines
261 B
JSON
Raw Normal View History

2022-09-26 00:21:50 +08:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
2023-10-29 23:17:31 +08:00
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"skipLibCheck": true
2022-09-26 00:21:50 +08:00
},
"include": [
"package.json",
"vite.config.ts",
"vite/**/*.ts"
]
}