diff --git a/typescript/phoenix-sdk/package.json b/typescript/phoenix-sdk/package.json index cf98914..248a4cf 100644 --- a/typescript/phoenix-sdk/package.json +++ b/typescript/phoenix-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@ellipsis-labs/phoenix-sdk", - "version": "2.0.2", + "version": "2.0.3", "description": "TypeScript SDK for Phoenix", "author": "Ellipsis Labs", "repository": "https://github.com/Ellipsis-Labs/phoenix-sdk", diff --git a/typescript/phoenix-sdk/tsconfig.json b/typescript/phoenix-sdk/tsconfig.json index ed0a30a..bf1101f 100644 --- a/typescript/phoenix-sdk/tsconfig.json +++ b/typescript/phoenix-sdk/tsconfig.json @@ -1,10 +1,10 @@ { "compilerOptions": { "baseUrl": "src", - "module": "commonjs", - "target": "es2015", - "esModuleInterop": true, + "module": "esnext", "moduleResolution": "node", + "target": "ES2020", + "esModuleInterop": true, "resolveJsonModule": true, "strict": true, "declaration": true,