Skip to content

Commit

Permalink
feat: export type
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Feb 26, 2024
1 parent c36ab72 commit f5846ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/rollup-extension-directory-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,7 @@ export { whenReady }
}
}
}

export {
IExtensionManifest
}
4 changes: 4 additions & 0 deletions src/rollup-vsix-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,7 @@ export { whenReady }
}
}
}

export {
IExtensionManifest
}

0 comments on commit f5846ea

Please sign in to comment.