We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9281150 commit fcc1815Copy full SHA for fcc1815
README.md
@@ -18,7 +18,7 @@ pnpm add -D vitest typescript vite-plugin-vitest-typescript-assert
18
Setup the plugin in `vitest.config.ts` file.
19
20
```ts
21
-import { defineConfig } from 'vite';
+import { defineConfig } from 'vitest/config';
22
import { vitestTypescriptAssertPlugin } from 'vite-plugin-vitest-typescript-assert';
23
24
export default defineConfig({
0 commit comments