package.json: set type to module

Fixes errors like:
```
SyntaxError: Cannot use import statement outside a module
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-12-02 13:21:24 +01:00
parent 54397f597a
commit 10d0ba400c
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ {
"name": "@waku/root", "name": "@waku/root",
"private": true, "private": true,
"type": "module",
"workspaces": [ "workspaces": [
"packages/byte-utils", "packages/byte-utils",
"packages/interfaces", "packages/interfaces",