mirror of https://github.com/waku-org/js-waku.git
fix: type export via `typesVersions`
This commit is contained in:
parent
67811662d9
commit
5137f28cbf
|
@ -18,6 +18,13 @@
|
||||||
"import": "./dist/lib/peer_discovery_dns/index.js"
|
"import": "./dist/lib/peer_discovery_dns/index.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"typesVersions": {
|
||||||
|
"*": {
|
||||||
|
"lib/*": [
|
||||||
|
"dist/lib/*"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": "https://github.com/status-im/js-waku",
|
"repository": "https://github.com/status-im/js-waku",
|
||||||
"license": "MIT OR Apache-2.0",
|
"license": "MIT OR Apache-2.0",
|
||||||
|
|
Loading…
Reference in New Issue