Skip to content

Commit

Permalink
fix: sub module types
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 22, 2021
1 parent 3f5dcf5 commit 8357d2e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions nuxt.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
import './global'
export * from './dist/nuxt'
export { default } from './dist/nuxt'
3 changes: 3 additions & 0 deletions rollup-plugin.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import './global'
export * from './dist/rollup-plugin'
export { default } from './dist/rollup-plugin'
1 change: 1 addition & 0 deletions vite-plugin.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
import './global'
export * from './dist/vite-plugin'
export { default } from './dist/vite-plugin'
1 change: 1 addition & 0 deletions webpack-plugin.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
import './global'
export * from './dist/webpack-plugin'
export { default } from './dist/webpack-plugin'

0 comments on commit 8357d2e

Please sign in to comment.