Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 12633e2

Browse files
authored
fix: update interface stream muxer config (#403)
1 parent 0e11568 commit 12633e2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

packages/interface-stream-muxer/package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,22 @@
2121
},
2222
"type": "module",
2323
"types": "./dist/src/index.d.ts",
24+
"typesVersions": {
25+
"*": {
26+
"*": [
27+
"*",
28+
"dist/*",
29+
"dist/src/*",
30+
"dist/src/*/index"
31+
],
32+
"src/*": [
33+
"*",
34+
"dist/*",
35+
"dist/src/*",
36+
"dist/src/*/index"
37+
]
38+
}
39+
},
2440
"files": [
2541
"src",
2642
"dist",

0 commit comments

Comments
 (0)