feat: add infra code (#2718)

(cherry picked from commit f3fd5ff76b)
This commit is contained in:
Himself65
2023-06-08 09:41:20 +08:00
committed by Alex Yang
parent d273ee955b
commit 05e45936b9
22 changed files with 283 additions and 16 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"outDir": "lib",
"noEmit": false
},
"include": ["vite.config.ts"]
}