Skip to content

Commit

Permalink
Merge pull request #135 from jellyspoon/typescript5-type-export-fix
Browse files Browse the repository at this point in the history
Update package.json to correctly export types for typescript 5
  • Loading branch information
DanielJDufour authored Oct 23, 2023
2 parents c29dc37 + 4ad2632 commit b57bd20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/v3/ts/types/georaster-layer-for-leaflet.d.ts",
"import": "./dist/v3/babel/esm/georaster-layer-for-leaflet.js",
"require": "./dist/v3/babel/cjs/georaster-layer-for-leaflet.js"
}
Expand Down

0 comments on commit b57bd20

Please sign in to comment.