chore: import upstream snapshot with attribution
This commit is contained in:
@@ -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()],
|
||||
});
|
||||
Reference in New Issue
Block a user