Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f256f47

Browse files
committed
feat: export type definitions for the itowns package
1 parent bf93558 commit f256f47

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/Main/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"type": "module",
66
"main": "lib/Main.js",
77
"exports": {
8-
".": "./lib/Main.js",
8+
".": {
9+
"types": "./lib/Main.d.ts",
10+
"default": "./lib/Main.js"
11+
},
912
"./widgets": "./lib/Utils/gui/Main.js"
1013
},
1114
"scripts": {

0 commit comments

Comments
 (0)