Skip to content

Commit bae5caf

Browse files
committed
fix: export of types
Signed-off-by: Tobias Kuppens Groot <tkuppensgroo@uos.de>
1 parent 94650b6 commit bae5caf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/to-markdown/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"*.d.ts",
2828
"*.js",
2929
"lib/**/*",
30-
"dist/**/*"
30+
"dist/**/*",
31+
"types/**/*"
3132
],
3233
"keywords": [
3334
"custom-elements",
@@ -48,7 +49,8 @@
4849
".": {
4950
"import": "./index.js",
5051
"require": "./dist/index.cjs",
51-
"browser": "./dist/browser.js"
52+
"browser": "./dist/browser.js",
53+
"types": "./types/main.d.ts"
5254
}
5355
},
5456
"dependencies": {

0 commit comments

Comments
 (0)