Skip to content

Commit 03c9cac

Browse files
committed
fix(utils): typescript to able to find types
1 parent e11e5b4 commit 03c9cac

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

package-lock.json

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/utils/package.json

+9
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
"import": "./dist/bytes/index.js"
1919
}
2020
},
21+
"typesVersions": {
22+
"*": {
23+
"*": [
24+
"*",
25+
"dist/*",
26+
"dist/*/index"
27+
]
28+
}
29+
},
2130
"type": "module",
2231
"author": "Waku Team",
2332
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/utils#readme",

0 commit comments

Comments
 (0)