Skip to content

Commit 5604341

Browse files
authored
chore: type errors in test config and utils (#4)
1 parent 560119c commit 5604341

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@rollup/pluginutils": "^4.2.1",
44+
"@types/fs-extra": "^9.0.13",
4445
"conventional-changelog-cli": "^2.2.2",
4546
"debug": "^4.3.4",
4647
"enquirer": "^2.3.6",

pnpm-lock.yaml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/// <reference types="vitest" />
12
import { defineConfig } from 'vite'
23

34
export default defineConfig({

0 commit comments

Comments
 (0)