basic2/tsconfig.node.json
2023-10-29 23:17:31 +08:00

15 lines
261 B
JSON
Executable File

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