Skip to content

Commit 1ae61f4

Browse files
committed
"types": "./index.d.ts"
1 parent 17dc30c commit 1ae61f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/visual-programming-system/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"exports": {
99
".": {
1010
"import": "./index.mjs",
11-
"require": "./index.js"
11+
"require": "./index.js",
12+
"types": "./index.d.ts"
1213
}
1314
},
1415
"publishConfig": {

0 commit comments

Comments
 (0)