Skip to content

Commit

Permalink
chore: type errors in test config and utils (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
zonemeen authored Jun 28, 2022
1 parent 560119c commit 5604341
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
},
"devDependencies": {
"@rollup/pluginutils": "^4.2.1",
"@types/fs-extra": "^9.0.13",
"conventional-changelog-cli": "^2.2.2",
"debug": "^4.3.4",
"enquirer": "^2.3.6",
Expand Down
8 changes: 8 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions test/vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference types="vitest" />
import { defineConfig } from 'vite'

export default defineConfig({
Expand Down

0 comments on commit 5604341

Please sign in to comment.