Skip to content

Commit

Permalink
fix: fixed vitest types
Browse files Browse the repository at this point in the history
  • Loading branch information
kouts committed Jun 30, 2024
1 parent 7c481ff commit 303d9cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"forceConsistentCasingInFileNames": true,
"types": [
"vite/client",
"vitest",
"vitest/globals",
"jsdom",
"node",
],
Expand Down
2 changes: 2 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/// <reference types="vitest" />

import vue from '@vitejs/plugin-vue'
import { type Plugin, defineConfig } from 'vite'
import { resolve } from 'path'
Expand Down

0 comments on commit 303d9cd

Please sign in to comment.