init 初始化项目配置

This commit is contained in:
nongyehong
2023-12-16 03:56:10 +08:00
parent 85a59e86ca
commit 0b48de8eec
13 changed files with 599 additions and 47 deletions
+1 -1
View File
@@ -6,5 +6,5 @@
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
"include": ["vite.config.ts", "build/config/**/*"]
}