diff --git a/open-api/typescript-sdk/tsconfig.axios.json b/open-api/typescript-sdk/tsconfig.axios.json index 77336203c..9f0d06bbf 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 c7dc6bfd5..37c633ea1 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,