Skip to content

Commit

Permalink
include common typings in release build
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Deubler <[email protected]>
  • Loading branch information
TerminalTim committed Dec 2, 2024
1 parent 91fab4f commit 67b1c81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"module": "dist/xyz-maps-common.esm.min.js",
"types": "dist/xyz-maps-common.d.js",
"files": [
"dist/xyz*.min.js"
"dist/xyz*.min.js",
"dist/xyz-maps-common.d.ts"
],
"scripts": {
"watch-dev": "rollup -c --watch --environment BUILD:dev",
Expand Down

0 comments on commit 67b1c81

Please sign in to comment.