chore: 🔨 修改tsconfg配置

Former-commit-id: 9e10fb7eaca1df1e77e9fc14db2ca9e9cbee0c33
This commit is contained in:
郝先瑞
2023-04-15 23:50:29 +08:00
parent d1340e506c
commit 5b033246bc
2 changed files with 13 additions and 4 deletions

9
tsconfig.node.json Normal file
View File

@@ -0,0 +1,9 @@
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}