diff --git a/package.json b/package.json index a56f4471..901b47bb 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ "assert": "^2.0.0", "bignumber.js": "^9.0.1", "blockies-ts": "^1.0.0", + "caniuse-lite": "", "connectkit": "^1.8.2", "crypto-browserify": "^3.12.0", "dayjs": "^1.11.11", diff --git a/src/global.d.ts b/src/global.d.ts index d49317cb..fc2e502e 100644 --- a/src/global.d.ts +++ b/src/global.d.ts @@ -1,3 +1,4 @@ +/* eslint-disable prettier/prettier */ declare global { interface Window { disconnectEtherlink: typeof disconnect @@ -5,3 +6,5 @@ declare global { DeployContract: any } } + +export { }