diff --git a/package.json b/package.json index 9061419..4adb1d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@circle-fin/w3s-pw-web-sdk", - "version": "1.1.2", + "version": "1.1.3", "description": "Javascript/Typescript SDK for Circle Programmable Wallets", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/tsconfig.json b/tsconfig.json index 8ad1e70..ad75c25 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,9 @@ "strictNullChecks": true, "skipLibCheck": true, "types": ["node", "jest"], - "allowJs": true + "allowJs": true, + "esModuleInterop": true, + "resolveJsonModule": true }, "include": ["src/**/*.ts"], "exclude": ["node_modules"]