diff --git a/open-api/typescript-sdk/tsconfig.axios.json b/open-api/typescript-sdk/tsconfig.axios.json index 77336203c1..9f0d06bbff 100644 --- a/open-api/typescript-sdk/tsconfig.axios.json +++ b/open-api/typescript-sdk/tsconfig.axios.json @@ -1,6 +1,7 @@ { "include": ["axios.ts", "axios-client/**/*"], "compilerOptions": { + "target": "esnext", "strict": true, "skipLibCheck": true, "declaration": true, diff --git a/open-api/typescript-sdk/tsconfig.fetch.json b/open-api/typescript-sdk/tsconfig.fetch.json index c7dc6bfd50..37c633ea10 100644 --- a/open-api/typescript-sdk/tsconfig.fetch.json +++ b/open-api/typescript-sdk/tsconfig.fetch.json @@ -1,6 +1,7 @@ { "include": ["fetch.ts", "fetch-client/**/*"], "compilerOptions": { + "target": "esnext", "strict": true, "skipLibCheck": true, "declaration": true,