Skip to content

Commit

Permalink
build: add index.ts, electron-extensions.d.ts to bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
ductridev committed Oct 14, 2024
1 parent 132eb73 commit f4c5359
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"main",
"renderer",
"dist/src",
"index.d.ts"
"index.ts",
"electron-extensions.d.ts"
],
"types": "index.d.ts"
}
}

0 comments on commit f4c5359

Please sign in to comment.