Skip to content

Commit 4ad2632

Browse files
authored
Update package.json
Adding correct type export for typescript 5
1 parent c29dc37 commit 4ad2632

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"exports": {
99
"./package.json": "./package.json",
1010
".": {
11+
"types": "./dist/v3/ts/types/georaster-layer-for-leaflet.d.ts",
1112
"import": "./dist/v3/babel/esm/georaster-layer-for-leaflet.js",
1213
"require": "./dist/v3/babel/cjs/georaster-layer-for-leaflet.js"
1314
}

0 commit comments

Comments
 (0)