chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:10:05 +08:00
commit d37d8d293b
1388 changed files with 484182 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
import { viteCommonjs } from '@originjs/vite-plugin-commonjs';
import tsconfigPaths from 'vite-tsconfig-paths';
import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
typecheck: {
tsconfig: 'tests/tsconfig.json',
},
},
plugins: [viteCommonjs(), tsconfigPaths()],
});