Skip to content

Commit

Permalink
fix(vite): enable insertTypesEntry from package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
  • Loading branch information
vinayakkulkarni committed Oct 27, 2022
1 parent 73b30f6 commit cf4d7bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default defineConfig({
plugins: [
dts({
outputDir: ['dist'],
insertTypesEntry: true,
}),
],
});

0 comments on commit cf4d7bf

Please # to comment.