Skip to content

Commit

Permalink
fix(types): add explicit extension for ESM compatibility (#1417)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoux committed Jun 3, 2022
1 parent c3621c9 commit 4b54aed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vitest/config.d.ts
@@ -1 +1 @@
export * from './dist/config'
export * from './dist/config.js'
2 changes: 1 addition & 1 deletion packages/vitest/node.d.ts
@@ -1 +1 @@
export * from './dist/node'
export * from './dist/node.js'

0 comments on commit 4b54aed

Please sign in to comment.