mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-12 05:24:43 +00:00
fix: add typesVersions
so import works with moduleResolution: node
This commit is contained in:
parent
b1f2e6fbe1
commit
36327c9222
@ -18,6 +18,15 @@
|
|||||||
"import": "./dist/symmetric.js"
|
"import": "./dist/symmetric.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"typesVersions": {
|
||||||
|
"*": {
|
||||||
|
"*": [
|
||||||
|
"*",
|
||||||
|
"dist/*",
|
||||||
|
"dist/*/index"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "Waku Team",
|
"author": "Waku Team",
|
||||||
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/message-encryption#readme",
|
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/message-encryption#readme",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user