chore: don't fail the build when building from source tarball (#40)

This commit is contained in:
鲁树人
2023-09-16 15:11:11 +01:00
parent e003eba10c
commit 1c3b43c419
3 changed files with 22 additions and 10 deletions

View File

@@ -6,7 +6,5 @@
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": [
"vite.config.ts"
]
"include": ["vite.config.ts", "support/**/*.ts"]
}