chore: add externals

This commit is contained in:
Matthew Russell 2024-03-07 19:50:22 +00:00
parent 1b518bb559
commit ac857ba3fd
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,8 @@
"assets": [],
"project": "libs/utils/package.json",
"compiler": "swc",
"format": ["esm"]
"format": ["esm"],
"external": ["@vegaprotocol/types"]
}
},
"publish": {

View File

@ -14,7 +14,8 @@
"assets": [],
"project": "libs/wallet/package.json",
"compiler": "swc",
"format": ["esm"]
"format": ["esm"],
"external": ["@vegaprotocol/types", "@vegaprotocol/utils"]
}
},
"publish": {