From d3943639ecfcac561c9a80c4bb6ab308528171d5 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 5 Jan 2022 23:19:05 +0000 Subject: [PATCH 01/16] chore(package.json): use lerna run test in test:all --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 719f582b4cdc0..7a9b2dcca9b13 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "build:all": "yarn build:crypto-dependencies && lerna run build", "build-documentation": "yarn remove-documentation && typedoc", "pretest:all": "yarn build:all", - "test:all": "jest --coverage --passWithNoTests && lerna run test --scope '@aws-sdk/{fetch-http-handler,hash-blob-browser}' && yarn test:versions", + "test:all": "lerna run test && yarn test:versions", "test:functional": "jest --config tests/functional/jest.config.js", "test:integration:legacy": "cucumber-js --fail-fast", "test:integration:legacy:since:release": "./tests/integ-legacy/index.js", From 53f45de9407a1e7172cc613d50669a917657b98f Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 5 Jan 2022 23:20:05 +0000 Subject: [PATCH 02/16] chore(middleware-content-length): add passWithNoTests --- packages/middleware-content-length/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/middleware-content-length/package.json b/packages/middleware-content-length/package.json index 2e50f73638426..a707c83278162 100644 --- a/packages/middleware-content-length/package.json +++ b/packages/middleware-content-length/package.json @@ -7,7 +7,7 @@ "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", "downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4", - "test": "jest" + "test": "jest --passWithNoTests" }, "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", From a3b7677f263482a137d18f00cafc6d237878d728 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 5 Jan 2022 23:21:17 +0000 Subject: [PATCH 03/16] chore(util-credentials): add passWithNoTests --- packages/util-credentials/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/util-credentials/package.json b/packages/util-credentials/package.json index f8db50edbfd75..dd1bad66f0a9e 100644 --- a/packages/util-credentials/package.json +++ b/packages/util-credentials/package.json @@ -10,7 +10,7 @@ "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", "downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4", - "test": "jest" + "test": "jest --passWithNoTests" }, "keywords": [ "aws", From e20a2105e0e8f35933d53254a4f4004ccbd718dd Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 5 Jan 2022 23:22:00 +0000 Subject: [PATCH 04/16] chore(middleware-eventstream): add passWithNoTests --- packages/middleware-eventstream/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/middleware-eventstream/package.json b/packages/middleware-eventstream/package.json index b5b2e4dfce156..b13e5e5afe6dd 100644 --- a/packages/middleware-eventstream/package.json +++ b/packages/middleware-eventstream/package.json @@ -7,7 +7,7 @@ "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", "downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4", - "test": "jest" + "test": "jest --passWithNoTests" }, "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", From 6aecc5f0ac83fd68d9afcd3969c3a855ee1f0814 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 5 Jan 2022 23:22:58 +0000 Subject: [PATCH 05/16] chore(querystring-builder): add passWithNoTests --- packages/querystring-builder/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/querystring-builder/package.json b/packages/querystring-builder/package.json index f429259e1e2f1..0f4112a308fcc 100644 --- a/packages/querystring-builder/package.json +++ b/packages/querystring-builder/package.json @@ -7,7 +7,7 @@ "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", "downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4", - "test": "jest" + "test": "jest --passWithNoTests" }, "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", From 0f0ff87b3f6297d3d107a7c236ddccba446f0db3 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 5 Jan 2022 23:27:54 +0000 Subject: [PATCH 06/16] chore(middleware-sdk-sts): add passWithNoTests --- packages/middleware-sdk-sts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/middleware-sdk-sts/package.json b/packages/middleware-sdk-sts/package.json index 0e0e133e1f31a..959dc7d66ad68 100644 --- a/packages/middleware-sdk-sts/package.json +++ b/packages/middleware-sdk-sts/package.json @@ -7,7 +7,7 @@ "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", "downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4", - "test": "jest" + "test": "jest --passWithNoTests" }, "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", From e2d3f46a2d8d01c6757016523e7d208bf063bd83 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 5 Jan 2022 23:29:02 +0000 Subject: [PATCH 07/16] chore(eventstream-serde-browser): add passWithNoTests --- packages/eventstream-serde-browser/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eventstream-serde-browser/package.json b/packages/eventstream-serde-browser/package.json index a4c58c6f0d9b4..e6518830bba29 100644 --- a/packages/eventstream-serde-browser/package.json +++ b/packages/eventstream-serde-browser/package.json @@ -7,7 +7,7 @@ "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", "downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4", - "test": "jest" + "test": "jest --passWithNoTests" }, "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", From 28d48a9d0448e74ccf889e4ca931b556a0b98a0f Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 5 Jan 2022 23:30:23 +0000 Subject: [PATCH 08/16] chore(eventstream-serde-node): add passWithNoTests --- packages/eventstream-serde-node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eventstream-serde-node/package.json b/packages/eventstream-serde-node/package.json index 895b05312d93e..a96ceff007c93 100644 --- a/packages/eventstream-serde-node/package.json +++ b/packages/eventstream-serde-node/package.json @@ -7,7 +7,7 @@ "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", "downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4", - "test": "jest" + "test": "jest --passWithNoTests" }, "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", From 68d72f53a2606905af511e77eae14bec6e1633f2 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 5 Jan 2022 20:56:19 +0000 Subject: [PATCH 09/16] chore: rename tsconfig.json to tsconfig.cjs.json foreach parentDir ("clients" "private") for dir in ./$parentDir/*; do (cd "$dir" && sed -i 's/tsconfig.json/tsconfig.cjs.json/g' ./package.json); done for dir in ./$parentDir/*; do (cd "$dir" && mv tsconfig.json tsconfig.cjs.json); done end --- clients/client-accessanalyzer/package.json | 2 +- .../client-accessanalyzer/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-account/package.json | 2 +- clients/client-account/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-acm-pca/package.json | 2 +- clients/client-acm-pca/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-acm/package.json | 2 +- clients/client-acm/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-alexa-for-business/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-amp/package.json | 2 +- clients/client-amp/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-amplify/package.json | 2 +- clients/client-amplify/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-amplifybackend/package.json | 2 +- .../client-amplifybackend/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-amplifyuibuilder/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-api-gateway/package.json | 2 +- clients/client-api-gateway/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-apigatewaymanagementapi/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-apigatewayv2/package.json | 2 +- .../client-apigatewayv2/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-app-mesh/package.json | 2 +- clients/client-app-mesh/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-appconfig/package.json | 2 +- clients/client-appconfig/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-appconfigdata/package.json | 2 +- .../client-appconfigdata/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-appflow/package.json | 2 +- clients/client-appflow/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-appintegrations/package.json | 2 +- .../client-appintegrations/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-application-auto-scaling/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-application-discovery-service/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-application-insights/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-applicationcostprofiler/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-apprunner/package.json | 2 +- clients/client-apprunner/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-appstream/package.json | 2 +- clients/client-appstream/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-appsync/package.json | 2 +- clients/client-appsync/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-athena/package.json | 2 +- clients/client-athena/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-auditmanager/package.json | 2 +- .../client-auditmanager/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-auto-scaling-plans/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-auto-scaling/package.json | 2 +- .../client-auto-scaling/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-backup-gateway/package.json | 2 +- .../client-backup-gateway/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-backup/package.json | 2 +- clients/client-backup/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-batch/package.json | 2 +- clients/client-batch/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-braket/package.json | 2 +- clients/client-braket/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-budgets/package.json | 2 +- clients/client-budgets/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-chime-sdk-identity/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-chime-sdk-meetings/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-chime-sdk-messaging/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-chime/package.json | 2 +- clients/client-chime/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-cloud9/package.json | 2 +- clients/client-cloud9/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-cloudcontrol/package.json | 2 +- .../client-cloudcontrol/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-clouddirectory/package.json | 2 +- .../client-clouddirectory/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-cloudformation/package.json | 2 +- .../client-cloudformation/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-cloudfront/package.json | 2 +- clients/client-cloudfront/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-cloudhsm-v2/package.json | 2 +- clients/client-cloudhsm-v2/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-cloudhsm/package.json | 2 +- clients/client-cloudhsm/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-cloudsearch-domain/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-cloudsearch/package.json | 2 +- clients/client-cloudsearch/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-cloudtrail/package.json | 2 +- clients/client-cloudtrail/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-cloudwatch-events/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-cloudwatch-logs/package.json | 2 +- .../client-cloudwatch-logs/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-cloudwatch/package.json | 2 +- clients/client-cloudwatch/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-codeartifact/package.json | 2 +- .../client-codeartifact/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-codebuild/package.json | 2 +- clients/client-codebuild/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-codecommit/package.json | 2 +- clients/client-codecommit/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-codedeploy/package.json | 2 +- clients/client-codedeploy/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-codeguru-reviewer/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-codeguruprofiler/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-codepipeline/package.json | 2 +- .../client-codepipeline/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-codestar-connections/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-codestar-notifications/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-codestar/package.json | 2 +- clients/client-codestar/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-cognito-identity-provider/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-cognito-identity/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-cognito-sync/package.json | 2 +- .../client-cognito-sync/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-comprehend/package.json | 2 +- clients/client-comprehend/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-comprehendmedical/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-compute-optimizer/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-config-service/package.json | 2 +- .../client-config-service/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-connect-contact-lens/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-connect/package.json | 2 +- clients/client-connect/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-connectparticipant/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-cost-and-usage-report-service/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-cost-explorer/package.json | 2 +- .../client-cost-explorer/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-customer-profiles/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-data-pipeline/package.json | 2 +- .../client-data-pipeline/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-database-migration-service/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-databrew/package.json | 2 +- clients/client-databrew/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-dataexchange/package.json | 2 +- .../client-dataexchange/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-datasync/package.json | 2 +- clients/client-datasync/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-dax/package.json | 2 +- clients/client-dax/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-detective/package.json | 2 +- clients/client-detective/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-device-farm/package.json | 2 +- clients/client-device-farm/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-devops-guru/package.json | 2 +- clients/client-devops-guru/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-direct-connect/package.json | 2 +- .../client-direct-connect/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-directory-service/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-dlm/package.json | 2 +- clients/client-dlm/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-docdb/package.json | 2 +- clients/client-docdb/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-drs/package.json | 2 +- clients/client-drs/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-dynamodb-streams/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-dynamodb/package.json | 2 +- clients/client-dynamodb/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-ebs/package.json | 2 +- clients/client-ebs/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-ec2-instance-connect/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-ec2/package.json | 2 +- clients/client-ec2/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-ecr-public/package.json | 2 +- clients/client-ecr-public/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-ecr/package.json | 2 +- clients/client-ecr/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-ecs/package.json | 2 +- clients/client-ecs/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-efs/package.json | 2 +- clients/client-efs/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-eks/package.json | 2 +- clients/client-eks/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-elastic-beanstalk/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-elastic-inference/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-elastic-load-balancing-v2/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-elastic-load-balancing/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-elastic-transcoder/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-elasticache/package.json | 2 +- clients/client-elasticache/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-elasticsearch-service/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-emr-containers/package.json | 2 +- .../client-emr-containers/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-emr/package.json | 2 +- clients/client-emr/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-eventbridge/package.json | 2 +- clients/client-eventbridge/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-evidently/package.json | 2 +- clients/client-evidently/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-finspace-data/package.json | 2 +- .../client-finspace-data/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-finspace/package.json | 2 +- clients/client-finspace/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-firehose/package.json | 2 +- clients/client-firehose/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-fis/package.json | 2 +- clients/client-fis/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-fms/package.json | 2 +- clients/client-fms/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-forecast/package.json | 2 +- clients/client-forecast/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-forecastquery/package.json | 2 +- .../client-forecastquery/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-frauddetector/package.json | 2 +- .../client-frauddetector/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-fsx/package.json | 2 +- clients/client-fsx/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-gamelift/package.json | 2 +- clients/client-gamelift/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-glacier/package.json | 2 +- clients/client-glacier/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-global-accelerator/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-glue/package.json | 2 +- clients/client-glue/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-grafana/package.json | 2 +- clients/client-grafana/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-greengrass/package.json | 2 +- clients/client-greengrass/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-greengrassv2/package.json | 2 +- .../client-greengrassv2/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-groundstation/package.json | 2 +- .../client-groundstation/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-guardduty/package.json | 2 +- clients/client-guardduty/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-health/package.json | 2 +- clients/client-health/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-healthlake/package.json | 2 +- clients/client-healthlake/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-honeycode/package.json | 2 +- clients/client-honeycode/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-iam/package.json | 2 +- clients/client-iam/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-identitystore/package.json | 2 +- .../client-identitystore/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-imagebuilder/package.json | 2 +- .../client-imagebuilder/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-inspector/package.json | 2 +- clients/client-inspector/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-inspector2/package.json | 2 +- clients/client-inspector2/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-iot-1click-devices-service/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-iot-1click-projects/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-iot-data-plane/package.json | 2 +- .../client-iot-data-plane/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-iot-events-data/package.json | 2 +- .../client-iot-events-data/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-iot-events/package.json | 2 +- clients/client-iot-events/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-iot-jobs-data-plane/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-iot-wireless/package.json | 2 +- .../client-iot-wireless/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-iot/package.json | 2 +- clients/client-iot/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-iotanalytics/package.json | 2 +- .../client-iotanalytics/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-iotdeviceadvisor/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-iotfleethub/package.json | 2 +- clients/client-iotfleethub/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-iotsecuretunneling/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-iotsitewise/package.json | 2 +- clients/client-iotsitewise/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-iotthingsgraph/package.json | 2 +- .../client-iotthingsgraph/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-iottwinmaker/package.json | 2 +- .../client-iottwinmaker/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-ivs/package.json | 2 +- clients/client-ivs/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-kafka/package.json | 2 +- clients/client-kafka/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-kafkaconnect/package.json | 2 +- .../client-kafkaconnect/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-kendra/package.json | 2 +- clients/client-kendra/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-kinesis-analytics-v2/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-kinesis-analytics/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-kinesis-video-archived-media/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-kinesis-video-media/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-kinesis-video-signaling/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-kinesis-video/package.json | 2 +- .../client-kinesis-video/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-kinesis/package.json | 2 +- clients/client-kinesis/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-kms/package.json | 2 +- clients/client-kms/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-lakeformation/package.json | 2 +- .../client-lakeformation/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-lambda/package.json | 2 +- clients/client-lambda/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-lex-model-building-service/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-lex-models-v2/package.json | 2 +- .../client-lex-models-v2/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-lex-runtime-service/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-lex-runtime-v2/package.json | 2 +- .../client-lex-runtime-v2/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-license-manager/package.json | 2 +- .../client-license-manager/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-lightsail/package.json | 2 +- clients/client-lightsail/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-location/package.json | 2 +- clients/client-location/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-lookoutequipment/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-lookoutmetrics/package.json | 2 +- .../client-lookoutmetrics/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-lookoutvision/package.json | 2 +- .../client-lookoutvision/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-machine-learning/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-macie/package.json | 2 +- clients/client-macie/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-macie2/package.json | 2 +- clients/client-macie2/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-managedblockchain/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-marketplace-catalog/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-marketplace-commerce-analytics/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-marketplace-entitlement-service/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-marketplace-metering/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-mediaconnect/package.json | 2 +- .../client-mediaconnect/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-mediaconvert/package.json | 2 +- .../client-mediaconvert/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-medialive/package.json | 2 +- clients/client-medialive/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-mediapackage-vod/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-mediapackage/package.json | 2 +- .../client-mediapackage/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-mediastore-data/package.json | 2 +- .../client-mediastore-data/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-mediastore/package.json | 2 +- clients/client-mediastore/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-mediatailor/package.json | 2 +- clients/client-mediatailor/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-memorydb/package.json | 2 +- clients/client-memorydb/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-mgn/package.json | 2 +- clients/client-mgn/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-migration-hub-refactor-spaces/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-migration-hub/package.json | 2 +- .../client-migration-hub/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-migrationhub-config/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-migrationhubstrategy/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-mobile/package.json | 2 +- clients/client-mobile/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-mq/package.json | 2 +- clients/client-mq/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-mturk/package.json | 2 +- clients/client-mturk/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-mwaa/package.json | 2 +- clients/client-mwaa/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-neptune/package.json | 2 +- clients/client-neptune/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-network-firewall/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-networkmanager/package.json | 2 +- .../client-networkmanager/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-nimble/package.json | 2 +- clients/client-nimble/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-opensearch/package.json | 2 +- clients/client-opensearch/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-opsworks/package.json | 2 +- clients/client-opsworks/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-opsworkscm/package.json | 2 +- clients/client-opsworkscm/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-organizations/package.json | 2 +- .../client-organizations/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-outposts/package.json | 2 +- clients/client-outposts/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-panorama/package.json | 2 +- clients/client-panorama/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-personalize-events/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-personalize-runtime/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-personalize/package.json | 2 +- clients/client-personalize/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-pi/package.json | 2 +- clients/client-pi/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-pinpoint-email/package.json | 2 +- .../client-pinpoint-email/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-pinpoint-sms-voice/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-pinpoint/package.json | 2 +- clients/client-pinpoint/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-polly/package.json | 2 +- clients/client-polly/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-pricing/package.json | 2 +- clients/client-pricing/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-proton/package.json | 2 +- clients/client-proton/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-qldb-session/package.json | 2 +- .../client-qldb-session/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-qldb/package.json | 2 +- clients/client-qldb/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-quicksight/package.json | 2 +- clients/client-quicksight/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-ram/package.json | 2 +- clients/client-ram/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-rbin/package.json | 2 +- clients/client-rbin/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-rds-data/package.json | 2 +- clients/client-rds-data/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-rds/package.json | 2 +- clients/client-rds/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-redshift-data/package.json | 2 +- .../client-redshift-data/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-redshift/package.json | 2 +- clients/client-redshift/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-rekognition/package.json | 2 +- clients/client-rekognition/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-resiliencehub/package.json | 2 +- .../client-resiliencehub/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-resource-groups-tagging-api/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-resource-groups/package.json | 2 +- .../client-resource-groups/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-robomaker/package.json | 2 +- clients/client-robomaker/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-route-53-domains/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-route-53/package.json | 2 +- clients/client-route-53/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-route53-recovery-cluster/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-route53-recovery-control-config/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-route53-recovery-readiness/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-route53resolver/package.json | 2 +- .../client-route53resolver/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-rum/package.json | 2 +- clients/client-rum/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-s3-control/package.json | 2 +- clients/client-s3-control/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-s3/package.json | 2 +- clients/client-s3/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-s3outposts/package.json | 2 +- clients/client-s3outposts/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-sagemaker-a2i-runtime/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-sagemaker-edge/package.json | 2 +- .../client-sagemaker-edge/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-sagemaker-featurestore-runtime/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-sagemaker-runtime/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-sagemaker/package.json | 2 +- clients/client-sagemaker/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-savingsplans/package.json | 2 +- .../client-savingsplans/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-schemas/package.json | 2 +- clients/client-schemas/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-secrets-manager/package.json | 2 +- .../client-secrets-manager/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-securityhub/package.json | 2 +- clients/client-securityhub/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-serverlessapplicationrepository/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-service-catalog-appregistry/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-service-catalog/package.json | 2 +- .../client-service-catalog/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-service-quotas/package.json | 2 +- .../client-service-quotas/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-servicediscovery/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-ses/package.json | 2 +- clients/client-ses/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-sesv2/package.json | 2 +- clients/client-sesv2/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-sfn/package.json | 2 +- clients/client-sfn/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-shield/package.json | 2 +- clients/client-shield/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-signer/package.json | 2 +- clients/client-signer/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-sms/package.json | 2 +- clients/client-sms/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-snow-device-management/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-snowball/package.json | 2 +- clients/client-snowball/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-sns/package.json | 2 +- clients/client-sns/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-sqs/package.json | 2 +- clients/client-sqs/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-ssm-contacts/package.json | 2 +- .../client-ssm-contacts/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-ssm-incidents/package.json | 2 +- .../client-ssm-incidents/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-ssm/package.json | 2 +- clients/client-ssm/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-sso-admin/package.json | 2 +- clients/client-sso-admin/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-sso-oidc/package.json | 2 +- clients/client-sso-oidc/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-sso/package.json | 2 +- clients/client-sso/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-storage-gateway/package.json | 2 +- .../client-storage-gateway/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-sts/package.json | 2 +- clients/client-sts/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-support/package.json | 2 +- clients/client-support/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-swf/package.json | 2 +- clients/client-swf/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-synthetics/package.json | 2 +- clients/client-synthetics/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-textract/package.json | 2 +- clients/client-textract/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-timestream-query/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-timestream-write/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-transcribe-streaming/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-transcribe/package.json | 2 +- clients/client-transcribe/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-transfer/package.json | 2 +- clients/client-transfer/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-translate/package.json | 2 +- clients/client-translate/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-voice-id/package.json | 2 +- clients/client-voice-id/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-waf-regional/package.json | 2 +- .../client-waf-regional/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-waf/package.json | 2 +- clients/client-waf/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-wafv2/package.json | 2 +- clients/client-wafv2/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-wellarchitected/package.json | 2 +- .../client-wellarchitected/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-wisdom/package.json | 2 +- clients/client-wisdom/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-workdocs/package.json | 2 +- clients/client-workdocs/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-worklink/package.json | 2 +- clients/client-worklink/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-workmail/package.json | 2 +- clients/client-workmail/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-workmailmessageflow/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-workspaces-web/package.json | 2 +- .../client-workspaces-web/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-workspaces/package.json | 2 +- clients/client-workspaces/{tsconfig.json => tsconfig.cjs.json} | 0 clients/client-xray/package.json | 2 +- clients/client-xray/{tsconfig.json => tsconfig.cjs.json} | 0 private/aws-echo-service/package.json | 2 +- private/aws-echo-service/{tsconfig.json => tsconfig.cjs.json} | 0 private/aws-protocoltests-ec2/package.json | 2 +- .../aws-protocoltests-ec2/{tsconfig.json => tsconfig.cjs.json} | 0 private/aws-protocoltests-json-10/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 private/aws-protocoltests-json/package.json | 2 +- .../aws-protocoltests-json/{tsconfig.json => tsconfig.cjs.json} | 0 private/aws-protocoltests-query/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 private/aws-protocoltests-restjson/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 private/aws-protocoltests-restxml/package.json | 2 +- .../{tsconfig.json => tsconfig.cjs.json} | 0 610 files changed, 305 insertions(+), 305 deletions(-) rename clients/client-accessanalyzer/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-account/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-acm-pca/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-acm/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-alexa-for-business/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-amp/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-amplify/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-amplifybackend/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-amplifyuibuilder/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-api-gateway/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-apigatewaymanagementapi/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-apigatewayv2/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-app-mesh/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-appconfig/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-appconfigdata/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-appflow/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-appintegrations/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-application-auto-scaling/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-application-discovery-service/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-application-insights/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-applicationcostprofiler/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-apprunner/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-appstream/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-appsync/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-athena/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-auditmanager/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-auto-scaling-plans/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-auto-scaling/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-backup-gateway/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-backup/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-batch/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-braket/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-budgets/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-chime-sdk-identity/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-chime-sdk-meetings/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-chime-sdk-messaging/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-chime/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-cloud9/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-cloudcontrol/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-clouddirectory/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-cloudformation/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-cloudfront/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-cloudhsm-v2/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-cloudhsm/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-cloudsearch-domain/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-cloudsearch/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-cloudtrail/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-cloudwatch-events/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-cloudwatch-logs/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-cloudwatch/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-codeartifact/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-codebuild/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-codecommit/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-codedeploy/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-codeguru-reviewer/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-codeguruprofiler/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-codepipeline/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-codestar-connections/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-codestar-notifications/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-codestar/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-cognito-identity-provider/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-cognito-identity/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-cognito-sync/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-comprehend/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-comprehendmedical/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-compute-optimizer/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-config-service/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-connect-contact-lens/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-connect/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-connectparticipant/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-cost-and-usage-report-service/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-cost-explorer/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-customer-profiles/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-data-pipeline/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-database-migration-service/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-databrew/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-dataexchange/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-datasync/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-dax/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-detective/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-device-farm/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-devops-guru/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-direct-connect/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-directory-service/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-dlm/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-docdb/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-drs/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-dynamodb-streams/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-dynamodb/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-ebs/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-ec2-instance-connect/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-ec2/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-ecr-public/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-ecr/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-ecs/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-efs/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-eks/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-elastic-beanstalk/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-elastic-inference/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-elastic-load-balancing-v2/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-elastic-load-balancing/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-elastic-transcoder/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-elasticache/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-elasticsearch-service/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-emr-containers/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-emr/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-eventbridge/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-evidently/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-finspace-data/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-finspace/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-firehose/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-fis/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-fms/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-forecast/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-forecastquery/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-frauddetector/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-fsx/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-gamelift/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-glacier/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-global-accelerator/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-glue/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-grafana/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-greengrass/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-greengrassv2/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-groundstation/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-guardduty/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-health/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-healthlake/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-honeycode/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-iam/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-identitystore/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-imagebuilder/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-inspector/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-inspector2/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-iot-1click-devices-service/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-iot-1click-projects/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-iot-data-plane/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-iot-events-data/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-iot-events/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-iot-jobs-data-plane/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-iot-wireless/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-iot/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-iotanalytics/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-iotdeviceadvisor/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-iotfleethub/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-iotsecuretunneling/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-iotsitewise/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-iotthingsgraph/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-iottwinmaker/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-ivs/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-kafka/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-kafkaconnect/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-kendra/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-kinesis-analytics-v2/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-kinesis-analytics/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-kinesis-video-archived-media/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-kinesis-video-media/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-kinesis-video-signaling/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-kinesis-video/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-kinesis/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-kms/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-lakeformation/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-lambda/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-lex-model-building-service/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-lex-models-v2/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-lex-runtime-service/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-lex-runtime-v2/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-license-manager/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-lightsail/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-location/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-lookoutequipment/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-lookoutmetrics/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-lookoutvision/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-machine-learning/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-macie/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-macie2/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-managedblockchain/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-marketplace-catalog/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-marketplace-commerce-analytics/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-marketplace-entitlement-service/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-marketplace-metering/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-mediaconnect/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-mediaconvert/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-medialive/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-mediapackage-vod/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-mediapackage/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-mediastore-data/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-mediastore/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-mediatailor/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-memorydb/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-mgn/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-migration-hub-refactor-spaces/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-migration-hub/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-migrationhub-config/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-migrationhubstrategy/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-mobile/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-mq/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-mturk/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-mwaa/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-neptune/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-network-firewall/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-networkmanager/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-nimble/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-opensearch/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-opsworks/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-opsworkscm/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-organizations/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-outposts/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-panorama/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-personalize-events/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-personalize-runtime/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-personalize/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-pi/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-pinpoint-email/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-pinpoint-sms-voice/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-pinpoint/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-polly/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-pricing/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-proton/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-qldb-session/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-qldb/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-quicksight/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-ram/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-rbin/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-rds-data/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-rds/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-redshift-data/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-redshift/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-rekognition/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-resiliencehub/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-resource-groups-tagging-api/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-resource-groups/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-robomaker/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-route-53-domains/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-route-53/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-route53-recovery-cluster/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-route53-recovery-control-config/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-route53-recovery-readiness/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-route53resolver/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-rum/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-s3-control/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-s3/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-s3outposts/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-sagemaker-a2i-runtime/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-sagemaker-edge/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-sagemaker-featurestore-runtime/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-sagemaker-runtime/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-sagemaker/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-savingsplans/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-schemas/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-secrets-manager/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-securityhub/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-serverlessapplicationrepository/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-service-catalog-appregistry/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-service-catalog/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-service-quotas/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-servicediscovery/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-ses/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-sesv2/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-sfn/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-shield/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-signer/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-sms/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-snow-device-management/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-snowball/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-sns/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-sqs/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-ssm-contacts/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-ssm-incidents/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-ssm/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-sso-admin/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-sso-oidc/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-sso/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-storage-gateway/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-sts/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-support/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-swf/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-synthetics/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-textract/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-timestream-query/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-timestream-write/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-transcribe-streaming/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-transcribe/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-transfer/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-translate/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-voice-id/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-waf-regional/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-waf/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-wafv2/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-wellarchitected/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-wisdom/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-workdocs/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-worklink/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-workmail/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-workmailmessageflow/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-workspaces-web/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-workspaces/{tsconfig.json => tsconfig.cjs.json} (100%) rename clients/client-xray/{tsconfig.json => tsconfig.cjs.json} (100%) rename private/aws-echo-service/{tsconfig.json => tsconfig.cjs.json} (100%) rename private/aws-protocoltests-ec2/{tsconfig.json => tsconfig.cjs.json} (100%) rename private/aws-protocoltests-json-10/{tsconfig.json => tsconfig.cjs.json} (100%) rename private/aws-protocoltests-json/{tsconfig.json => tsconfig.cjs.json} (100%) rename private/aws-protocoltests-query/{tsconfig.json => tsconfig.cjs.json} (100%) rename private/aws-protocoltests-restjson/{tsconfig.json => tsconfig.cjs.json} (100%) rename private/aws-protocoltests-restxml/{tsconfig.json => tsconfig.cjs.json} (100%) diff --git a/clients/client-accessanalyzer/package.json b/clients/client-accessanalyzer/package.json index effe4b895e3c5..1e53e07827ba7 100644 --- a/clients/client-accessanalyzer/package.json +++ b/clients/client-accessanalyzer/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-accessanalyzer/tsconfig.json b/clients/client-accessanalyzer/tsconfig.cjs.json similarity index 100% rename from clients/client-accessanalyzer/tsconfig.json rename to clients/client-accessanalyzer/tsconfig.cjs.json diff --git a/clients/client-account/package.json b/clients/client-account/package.json index c4bf05310bc56..3919aae30457c 100644 --- a/clients/client-account/package.json +++ b/clients/client-account/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-account/tsconfig.json b/clients/client-account/tsconfig.cjs.json similarity index 100% rename from clients/client-account/tsconfig.json rename to clients/client-account/tsconfig.cjs.json diff --git a/clients/client-acm-pca/package.json b/clients/client-acm-pca/package.json index 419c59098071c..cd60a780c3299 100644 --- a/clients/client-acm-pca/package.json +++ b/clients/client-acm-pca/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-acm-pca/tsconfig.json b/clients/client-acm-pca/tsconfig.cjs.json similarity index 100% rename from clients/client-acm-pca/tsconfig.json rename to clients/client-acm-pca/tsconfig.cjs.json diff --git a/clients/client-acm/package.json b/clients/client-acm/package.json index 9cbd600be7fff..c8a3ac3c2d1c7 100644 --- a/clients/client-acm/package.json +++ b/clients/client-acm/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-acm/tsconfig.json b/clients/client-acm/tsconfig.cjs.json similarity index 100% rename from clients/client-acm/tsconfig.json rename to clients/client-acm/tsconfig.cjs.json diff --git a/clients/client-alexa-for-business/package.json b/clients/client-alexa-for-business/package.json index e9d4bc9646efb..3ab184a058d21 100644 --- a/clients/client-alexa-for-business/package.json +++ b/clients/client-alexa-for-business/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-alexa-for-business/tsconfig.json b/clients/client-alexa-for-business/tsconfig.cjs.json similarity index 100% rename from clients/client-alexa-for-business/tsconfig.json rename to clients/client-alexa-for-business/tsconfig.cjs.json diff --git a/clients/client-amp/package.json b/clients/client-amp/package.json index c728a230bcfa1..3e921c1119118 100644 --- a/clients/client-amp/package.json +++ b/clients/client-amp/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-amp/tsconfig.json b/clients/client-amp/tsconfig.cjs.json similarity index 100% rename from clients/client-amp/tsconfig.json rename to clients/client-amp/tsconfig.cjs.json diff --git a/clients/client-amplify/package.json b/clients/client-amplify/package.json index 9058a1467af6f..16831a291dac9 100644 --- a/clients/client-amplify/package.json +++ b/clients/client-amplify/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-amplify/tsconfig.json b/clients/client-amplify/tsconfig.cjs.json similarity index 100% rename from clients/client-amplify/tsconfig.json rename to clients/client-amplify/tsconfig.cjs.json diff --git a/clients/client-amplifybackend/package.json b/clients/client-amplifybackend/package.json index eacf063896845..b8ca140d45055 100644 --- a/clients/client-amplifybackend/package.json +++ b/clients/client-amplifybackend/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-amplifybackend/tsconfig.json b/clients/client-amplifybackend/tsconfig.cjs.json similarity index 100% rename from clients/client-amplifybackend/tsconfig.json rename to clients/client-amplifybackend/tsconfig.cjs.json diff --git a/clients/client-amplifyuibuilder/package.json b/clients/client-amplifyuibuilder/package.json index 4d236c3a4a4a4..12be046a87c84 100644 --- a/clients/client-amplifyuibuilder/package.json +++ b/clients/client-amplifyuibuilder/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-amplifyuibuilder/tsconfig.json b/clients/client-amplifyuibuilder/tsconfig.cjs.json similarity index 100% rename from clients/client-amplifyuibuilder/tsconfig.json rename to clients/client-amplifyuibuilder/tsconfig.cjs.json diff --git a/clients/client-api-gateway/package.json b/clients/client-api-gateway/package.json index 77eed87663cc5..6b3822f5eb443 100644 --- a/clients/client-api-gateway/package.json +++ b/clients/client-api-gateway/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-api-gateway/tsconfig.json b/clients/client-api-gateway/tsconfig.cjs.json similarity index 100% rename from clients/client-api-gateway/tsconfig.json rename to clients/client-api-gateway/tsconfig.cjs.json diff --git a/clients/client-apigatewaymanagementapi/package.json b/clients/client-apigatewaymanagementapi/package.json index 03a64c3756e0d..ee94d6a01295c 100644 --- a/clients/client-apigatewaymanagementapi/package.json +++ b/clients/client-apigatewaymanagementapi/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-apigatewaymanagementapi/tsconfig.json b/clients/client-apigatewaymanagementapi/tsconfig.cjs.json similarity index 100% rename from clients/client-apigatewaymanagementapi/tsconfig.json rename to clients/client-apigatewaymanagementapi/tsconfig.cjs.json diff --git a/clients/client-apigatewayv2/package.json b/clients/client-apigatewayv2/package.json index c3710cc9e8c9a..a321de11fa63c 100644 --- a/clients/client-apigatewayv2/package.json +++ b/clients/client-apigatewayv2/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-apigatewayv2/tsconfig.json b/clients/client-apigatewayv2/tsconfig.cjs.json similarity index 100% rename from clients/client-apigatewayv2/tsconfig.json rename to clients/client-apigatewayv2/tsconfig.cjs.json diff --git a/clients/client-app-mesh/package.json b/clients/client-app-mesh/package.json index aa380dc2a0420..f680883a46fa7 100644 --- a/clients/client-app-mesh/package.json +++ b/clients/client-app-mesh/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-app-mesh/tsconfig.json b/clients/client-app-mesh/tsconfig.cjs.json similarity index 100% rename from clients/client-app-mesh/tsconfig.json rename to clients/client-app-mesh/tsconfig.cjs.json diff --git a/clients/client-appconfig/package.json b/clients/client-appconfig/package.json index 9e78d01e126ee..93d437e3f849c 100644 --- a/clients/client-appconfig/package.json +++ b/clients/client-appconfig/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-appconfig/tsconfig.json b/clients/client-appconfig/tsconfig.cjs.json similarity index 100% rename from clients/client-appconfig/tsconfig.json rename to clients/client-appconfig/tsconfig.cjs.json diff --git a/clients/client-appconfigdata/package.json b/clients/client-appconfigdata/package.json index 5a1557230a646..d275b3e199861 100644 --- a/clients/client-appconfigdata/package.json +++ b/clients/client-appconfigdata/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-appconfigdata/tsconfig.json b/clients/client-appconfigdata/tsconfig.cjs.json similarity index 100% rename from clients/client-appconfigdata/tsconfig.json rename to clients/client-appconfigdata/tsconfig.cjs.json diff --git a/clients/client-appflow/package.json b/clients/client-appflow/package.json index 26957bb836bba..15142ff1922b7 100644 --- a/clients/client-appflow/package.json +++ b/clients/client-appflow/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-appflow/tsconfig.json b/clients/client-appflow/tsconfig.cjs.json similarity index 100% rename from clients/client-appflow/tsconfig.json rename to clients/client-appflow/tsconfig.cjs.json diff --git a/clients/client-appintegrations/package.json b/clients/client-appintegrations/package.json index ca2f8a20672e1..4d43b631734ee 100644 --- a/clients/client-appintegrations/package.json +++ b/clients/client-appintegrations/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-appintegrations/tsconfig.json b/clients/client-appintegrations/tsconfig.cjs.json similarity index 100% rename from clients/client-appintegrations/tsconfig.json rename to clients/client-appintegrations/tsconfig.cjs.json diff --git a/clients/client-application-auto-scaling/package.json b/clients/client-application-auto-scaling/package.json index 0c9af345e9174..38cca44a072bd 100644 --- a/clients/client-application-auto-scaling/package.json +++ b/clients/client-application-auto-scaling/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-application-auto-scaling/tsconfig.json b/clients/client-application-auto-scaling/tsconfig.cjs.json similarity index 100% rename from clients/client-application-auto-scaling/tsconfig.json rename to clients/client-application-auto-scaling/tsconfig.cjs.json diff --git a/clients/client-application-discovery-service/package.json b/clients/client-application-discovery-service/package.json index eee4babbe033f..0763735a978a0 100644 --- a/clients/client-application-discovery-service/package.json +++ b/clients/client-application-discovery-service/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-application-discovery-service/tsconfig.json b/clients/client-application-discovery-service/tsconfig.cjs.json similarity index 100% rename from clients/client-application-discovery-service/tsconfig.json rename to clients/client-application-discovery-service/tsconfig.cjs.json diff --git a/clients/client-application-insights/package.json b/clients/client-application-insights/package.json index 71f7844642039..1bc23c72013f8 100644 --- a/clients/client-application-insights/package.json +++ b/clients/client-application-insights/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-application-insights/tsconfig.json b/clients/client-application-insights/tsconfig.cjs.json similarity index 100% rename from clients/client-application-insights/tsconfig.json rename to clients/client-application-insights/tsconfig.cjs.json diff --git a/clients/client-applicationcostprofiler/package.json b/clients/client-applicationcostprofiler/package.json index 9701e15d42634..da5ee3448b7c6 100644 --- a/clients/client-applicationcostprofiler/package.json +++ b/clients/client-applicationcostprofiler/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-applicationcostprofiler/tsconfig.json b/clients/client-applicationcostprofiler/tsconfig.cjs.json similarity index 100% rename from clients/client-applicationcostprofiler/tsconfig.json rename to clients/client-applicationcostprofiler/tsconfig.cjs.json diff --git a/clients/client-apprunner/package.json b/clients/client-apprunner/package.json index 3da3883e7bf20..5c9d742c5536d 100644 --- a/clients/client-apprunner/package.json +++ b/clients/client-apprunner/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-apprunner/tsconfig.json b/clients/client-apprunner/tsconfig.cjs.json similarity index 100% rename from clients/client-apprunner/tsconfig.json rename to clients/client-apprunner/tsconfig.cjs.json diff --git a/clients/client-appstream/package.json b/clients/client-appstream/package.json index 33fe2d1084aef..277d93b73dd9d 100644 --- a/clients/client-appstream/package.json +++ b/clients/client-appstream/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-appstream/tsconfig.json b/clients/client-appstream/tsconfig.cjs.json similarity index 100% rename from clients/client-appstream/tsconfig.json rename to clients/client-appstream/tsconfig.cjs.json diff --git a/clients/client-appsync/package.json b/clients/client-appsync/package.json index 5684b2374fcf4..3400ea5649048 100644 --- a/clients/client-appsync/package.json +++ b/clients/client-appsync/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-appsync/tsconfig.json b/clients/client-appsync/tsconfig.cjs.json similarity index 100% rename from clients/client-appsync/tsconfig.json rename to clients/client-appsync/tsconfig.cjs.json diff --git a/clients/client-athena/package.json b/clients/client-athena/package.json index 277dbec521638..a43f714f1d2c7 100644 --- a/clients/client-athena/package.json +++ b/clients/client-athena/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-athena/tsconfig.json b/clients/client-athena/tsconfig.cjs.json similarity index 100% rename from clients/client-athena/tsconfig.json rename to clients/client-athena/tsconfig.cjs.json diff --git a/clients/client-auditmanager/package.json b/clients/client-auditmanager/package.json index 873c9e3348817..1ce10506066c8 100644 --- a/clients/client-auditmanager/package.json +++ b/clients/client-auditmanager/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-auditmanager/tsconfig.json b/clients/client-auditmanager/tsconfig.cjs.json similarity index 100% rename from clients/client-auditmanager/tsconfig.json rename to clients/client-auditmanager/tsconfig.cjs.json diff --git a/clients/client-auto-scaling-plans/package.json b/clients/client-auto-scaling-plans/package.json index 045508ea65e71..233f87351d65d 100644 --- a/clients/client-auto-scaling-plans/package.json +++ b/clients/client-auto-scaling-plans/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-auto-scaling-plans/tsconfig.json b/clients/client-auto-scaling-plans/tsconfig.cjs.json similarity index 100% rename from clients/client-auto-scaling-plans/tsconfig.json rename to clients/client-auto-scaling-plans/tsconfig.cjs.json diff --git a/clients/client-auto-scaling/package.json b/clients/client-auto-scaling/package.json index 86b3f88ff93dc..f9bf74d7b281b 100644 --- a/clients/client-auto-scaling/package.json +++ b/clients/client-auto-scaling/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-auto-scaling/tsconfig.json b/clients/client-auto-scaling/tsconfig.cjs.json similarity index 100% rename from clients/client-auto-scaling/tsconfig.json rename to clients/client-auto-scaling/tsconfig.cjs.json diff --git a/clients/client-backup-gateway/package.json b/clients/client-backup-gateway/package.json index 1d9b1e7d08899..8318e51abf57a 100644 --- a/clients/client-backup-gateway/package.json +++ b/clients/client-backup-gateway/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-backup-gateway/tsconfig.json b/clients/client-backup-gateway/tsconfig.cjs.json similarity index 100% rename from clients/client-backup-gateway/tsconfig.json rename to clients/client-backup-gateway/tsconfig.cjs.json diff --git a/clients/client-backup/package.json b/clients/client-backup/package.json index f5003c72e4c46..1819e7d720b80 100644 --- a/clients/client-backup/package.json +++ b/clients/client-backup/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-backup/tsconfig.json b/clients/client-backup/tsconfig.cjs.json similarity index 100% rename from clients/client-backup/tsconfig.json rename to clients/client-backup/tsconfig.cjs.json diff --git a/clients/client-batch/package.json b/clients/client-batch/package.json index 546e32fb26c9c..aeb8210ed0f8d 100644 --- a/clients/client-batch/package.json +++ b/clients/client-batch/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-batch/tsconfig.json b/clients/client-batch/tsconfig.cjs.json similarity index 100% rename from clients/client-batch/tsconfig.json rename to clients/client-batch/tsconfig.cjs.json diff --git a/clients/client-braket/package.json b/clients/client-braket/package.json index 60088d8fd5d45..ef27b44e6ba94 100644 --- a/clients/client-braket/package.json +++ b/clients/client-braket/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-braket/tsconfig.json b/clients/client-braket/tsconfig.cjs.json similarity index 100% rename from clients/client-braket/tsconfig.json rename to clients/client-braket/tsconfig.cjs.json diff --git a/clients/client-budgets/package.json b/clients/client-budgets/package.json index c6c5f8b49e967..6df99772a3a07 100644 --- a/clients/client-budgets/package.json +++ b/clients/client-budgets/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-budgets/tsconfig.json b/clients/client-budgets/tsconfig.cjs.json similarity index 100% rename from clients/client-budgets/tsconfig.json rename to clients/client-budgets/tsconfig.cjs.json diff --git a/clients/client-chime-sdk-identity/package.json b/clients/client-chime-sdk-identity/package.json index 9ccbe02f4230c..5f3072c0e1aac 100644 --- a/clients/client-chime-sdk-identity/package.json +++ b/clients/client-chime-sdk-identity/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-chime-sdk-identity/tsconfig.json b/clients/client-chime-sdk-identity/tsconfig.cjs.json similarity index 100% rename from clients/client-chime-sdk-identity/tsconfig.json rename to clients/client-chime-sdk-identity/tsconfig.cjs.json diff --git a/clients/client-chime-sdk-meetings/package.json b/clients/client-chime-sdk-meetings/package.json index a0f3201efd859..1e0ff86af439e 100644 --- a/clients/client-chime-sdk-meetings/package.json +++ b/clients/client-chime-sdk-meetings/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-chime-sdk-meetings/tsconfig.json b/clients/client-chime-sdk-meetings/tsconfig.cjs.json similarity index 100% rename from clients/client-chime-sdk-meetings/tsconfig.json rename to clients/client-chime-sdk-meetings/tsconfig.cjs.json diff --git a/clients/client-chime-sdk-messaging/package.json b/clients/client-chime-sdk-messaging/package.json index 0e350f8e3786f..7e8f964aefadb 100644 --- a/clients/client-chime-sdk-messaging/package.json +++ b/clients/client-chime-sdk-messaging/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-chime-sdk-messaging/tsconfig.json b/clients/client-chime-sdk-messaging/tsconfig.cjs.json similarity index 100% rename from clients/client-chime-sdk-messaging/tsconfig.json rename to clients/client-chime-sdk-messaging/tsconfig.cjs.json diff --git a/clients/client-chime/package.json b/clients/client-chime/package.json index ffcc4b94ac01e..f33f6a58a4f88 100644 --- a/clients/client-chime/package.json +++ b/clients/client-chime/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-chime/tsconfig.json b/clients/client-chime/tsconfig.cjs.json similarity index 100% rename from clients/client-chime/tsconfig.json rename to clients/client-chime/tsconfig.cjs.json diff --git a/clients/client-cloud9/package.json b/clients/client-cloud9/package.json index 1e91b71053972..7c6713a614fd2 100644 --- a/clients/client-cloud9/package.json +++ b/clients/client-cloud9/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-cloud9/tsconfig.json b/clients/client-cloud9/tsconfig.cjs.json similarity index 100% rename from clients/client-cloud9/tsconfig.json rename to clients/client-cloud9/tsconfig.cjs.json diff --git a/clients/client-cloudcontrol/package.json b/clients/client-cloudcontrol/package.json index bf1c16a071970..ef945d26ba801 100644 --- a/clients/client-cloudcontrol/package.json +++ b/clients/client-cloudcontrol/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-cloudcontrol/tsconfig.json b/clients/client-cloudcontrol/tsconfig.cjs.json similarity index 100% rename from clients/client-cloudcontrol/tsconfig.json rename to clients/client-cloudcontrol/tsconfig.cjs.json diff --git a/clients/client-clouddirectory/package.json b/clients/client-clouddirectory/package.json index 8174c6e51eb0f..de8061999a88f 100644 --- a/clients/client-clouddirectory/package.json +++ b/clients/client-clouddirectory/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-clouddirectory/tsconfig.json b/clients/client-clouddirectory/tsconfig.cjs.json similarity index 100% rename from clients/client-clouddirectory/tsconfig.json rename to clients/client-clouddirectory/tsconfig.cjs.json diff --git a/clients/client-cloudformation/package.json b/clients/client-cloudformation/package.json index 31ec27ee727cd..4a7094134b1eb 100644 --- a/clients/client-cloudformation/package.json +++ b/clients/client-cloudformation/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-cloudformation/tsconfig.json b/clients/client-cloudformation/tsconfig.cjs.json similarity index 100% rename from clients/client-cloudformation/tsconfig.json rename to clients/client-cloudformation/tsconfig.cjs.json diff --git a/clients/client-cloudfront/package.json b/clients/client-cloudfront/package.json index fb6dc7793a716..291cbc5ca02ae 100644 --- a/clients/client-cloudfront/package.json +++ b/clients/client-cloudfront/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-cloudfront/tsconfig.json b/clients/client-cloudfront/tsconfig.cjs.json similarity index 100% rename from clients/client-cloudfront/tsconfig.json rename to clients/client-cloudfront/tsconfig.cjs.json diff --git a/clients/client-cloudhsm-v2/package.json b/clients/client-cloudhsm-v2/package.json index 8f75675c1d3e3..0f1699357f461 100644 --- a/clients/client-cloudhsm-v2/package.json +++ b/clients/client-cloudhsm-v2/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-cloudhsm-v2/tsconfig.json b/clients/client-cloudhsm-v2/tsconfig.cjs.json similarity index 100% rename from clients/client-cloudhsm-v2/tsconfig.json rename to clients/client-cloudhsm-v2/tsconfig.cjs.json diff --git a/clients/client-cloudhsm/package.json b/clients/client-cloudhsm/package.json index 84b8bb2a04005..912dc035c89ae 100644 --- a/clients/client-cloudhsm/package.json +++ b/clients/client-cloudhsm/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-cloudhsm/tsconfig.json b/clients/client-cloudhsm/tsconfig.cjs.json similarity index 100% rename from clients/client-cloudhsm/tsconfig.json rename to clients/client-cloudhsm/tsconfig.cjs.json diff --git a/clients/client-cloudsearch-domain/package.json b/clients/client-cloudsearch-domain/package.json index 280b2a62f2c25..cd8f721a77c97 100644 --- a/clients/client-cloudsearch-domain/package.json +++ b/clients/client-cloudsearch-domain/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-cloudsearch-domain/tsconfig.json b/clients/client-cloudsearch-domain/tsconfig.cjs.json similarity index 100% rename from clients/client-cloudsearch-domain/tsconfig.json rename to clients/client-cloudsearch-domain/tsconfig.cjs.json diff --git a/clients/client-cloudsearch/package.json b/clients/client-cloudsearch/package.json index c15d12802dc3d..a4053b0b86548 100644 --- a/clients/client-cloudsearch/package.json +++ b/clients/client-cloudsearch/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-cloudsearch/tsconfig.json b/clients/client-cloudsearch/tsconfig.cjs.json similarity index 100% rename from clients/client-cloudsearch/tsconfig.json rename to clients/client-cloudsearch/tsconfig.cjs.json diff --git a/clients/client-cloudtrail/package.json b/clients/client-cloudtrail/package.json index d6903145d520a..b11bb860abfff 100644 --- a/clients/client-cloudtrail/package.json +++ b/clients/client-cloudtrail/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-cloudtrail/tsconfig.json b/clients/client-cloudtrail/tsconfig.cjs.json similarity index 100% rename from clients/client-cloudtrail/tsconfig.json rename to clients/client-cloudtrail/tsconfig.cjs.json diff --git a/clients/client-cloudwatch-events/package.json b/clients/client-cloudwatch-events/package.json index 0db2ec87fe702..32b4e2ae14ca3 100644 --- a/clients/client-cloudwatch-events/package.json +++ b/clients/client-cloudwatch-events/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-cloudwatch-events/tsconfig.json b/clients/client-cloudwatch-events/tsconfig.cjs.json similarity index 100% rename from clients/client-cloudwatch-events/tsconfig.json rename to clients/client-cloudwatch-events/tsconfig.cjs.json diff --git a/clients/client-cloudwatch-logs/package.json b/clients/client-cloudwatch-logs/package.json index 8e84405ac8804..86ca9b765468d 100644 --- a/clients/client-cloudwatch-logs/package.json +++ b/clients/client-cloudwatch-logs/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-cloudwatch-logs/tsconfig.json b/clients/client-cloudwatch-logs/tsconfig.cjs.json similarity index 100% rename from clients/client-cloudwatch-logs/tsconfig.json rename to clients/client-cloudwatch-logs/tsconfig.cjs.json diff --git a/clients/client-cloudwatch/package.json b/clients/client-cloudwatch/package.json index 31882e4b742d5..ad50d2a0bf05a 100644 --- a/clients/client-cloudwatch/package.json +++ b/clients/client-cloudwatch/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-cloudwatch/tsconfig.json b/clients/client-cloudwatch/tsconfig.cjs.json similarity index 100% rename from clients/client-cloudwatch/tsconfig.json rename to clients/client-cloudwatch/tsconfig.cjs.json diff --git a/clients/client-codeartifact/package.json b/clients/client-codeartifact/package.json index 9feee979201e9..6088ab7d10e55 100644 --- a/clients/client-codeartifact/package.json +++ b/clients/client-codeartifact/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-codeartifact/tsconfig.json b/clients/client-codeartifact/tsconfig.cjs.json similarity index 100% rename from clients/client-codeartifact/tsconfig.json rename to clients/client-codeartifact/tsconfig.cjs.json diff --git a/clients/client-codebuild/package.json b/clients/client-codebuild/package.json index b44d8da16e694..4ce1ebe369c95 100644 --- a/clients/client-codebuild/package.json +++ b/clients/client-codebuild/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-codebuild/tsconfig.json b/clients/client-codebuild/tsconfig.cjs.json similarity index 100% rename from clients/client-codebuild/tsconfig.json rename to clients/client-codebuild/tsconfig.cjs.json diff --git a/clients/client-codecommit/package.json b/clients/client-codecommit/package.json index 2e73af7836160..51e591ae600d6 100644 --- a/clients/client-codecommit/package.json +++ b/clients/client-codecommit/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-codecommit/tsconfig.json b/clients/client-codecommit/tsconfig.cjs.json similarity index 100% rename from clients/client-codecommit/tsconfig.json rename to clients/client-codecommit/tsconfig.cjs.json diff --git a/clients/client-codedeploy/package.json b/clients/client-codedeploy/package.json index 2fd2632377cec..2e09ea883e9de 100644 --- a/clients/client-codedeploy/package.json +++ b/clients/client-codedeploy/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-codedeploy/tsconfig.json b/clients/client-codedeploy/tsconfig.cjs.json similarity index 100% rename from clients/client-codedeploy/tsconfig.json rename to clients/client-codedeploy/tsconfig.cjs.json diff --git a/clients/client-codeguru-reviewer/package.json b/clients/client-codeguru-reviewer/package.json index 404d5c3d3dbd3..619fffbc78de6 100644 --- a/clients/client-codeguru-reviewer/package.json +++ b/clients/client-codeguru-reviewer/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-codeguru-reviewer/tsconfig.json b/clients/client-codeguru-reviewer/tsconfig.cjs.json similarity index 100% rename from clients/client-codeguru-reviewer/tsconfig.json rename to clients/client-codeguru-reviewer/tsconfig.cjs.json diff --git a/clients/client-codeguruprofiler/package.json b/clients/client-codeguruprofiler/package.json index bba020ff55170..f94998b05a93c 100644 --- a/clients/client-codeguruprofiler/package.json +++ b/clients/client-codeguruprofiler/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-codeguruprofiler/tsconfig.json b/clients/client-codeguruprofiler/tsconfig.cjs.json similarity index 100% rename from clients/client-codeguruprofiler/tsconfig.json rename to clients/client-codeguruprofiler/tsconfig.cjs.json diff --git a/clients/client-codepipeline/package.json b/clients/client-codepipeline/package.json index 9cbf94fd5a6aa..177ebb3b1cff6 100644 --- a/clients/client-codepipeline/package.json +++ b/clients/client-codepipeline/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-codepipeline/tsconfig.json b/clients/client-codepipeline/tsconfig.cjs.json similarity index 100% rename from clients/client-codepipeline/tsconfig.json rename to clients/client-codepipeline/tsconfig.cjs.json diff --git a/clients/client-codestar-connections/package.json b/clients/client-codestar-connections/package.json index 740cbc6576522..1f6570f35a4c8 100644 --- a/clients/client-codestar-connections/package.json +++ b/clients/client-codestar-connections/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-codestar-connections/tsconfig.json b/clients/client-codestar-connections/tsconfig.cjs.json similarity index 100% rename from clients/client-codestar-connections/tsconfig.json rename to clients/client-codestar-connections/tsconfig.cjs.json diff --git a/clients/client-codestar-notifications/package.json b/clients/client-codestar-notifications/package.json index 650fee5207452..d7b49e4444a8a 100644 --- a/clients/client-codestar-notifications/package.json +++ b/clients/client-codestar-notifications/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-codestar-notifications/tsconfig.json b/clients/client-codestar-notifications/tsconfig.cjs.json similarity index 100% rename from clients/client-codestar-notifications/tsconfig.json rename to clients/client-codestar-notifications/tsconfig.cjs.json diff --git a/clients/client-codestar/package.json b/clients/client-codestar/package.json index c003a9830c39d..120372fc72bca 100644 --- a/clients/client-codestar/package.json +++ b/clients/client-codestar/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-codestar/tsconfig.json b/clients/client-codestar/tsconfig.cjs.json similarity index 100% rename from clients/client-codestar/tsconfig.json rename to clients/client-codestar/tsconfig.cjs.json diff --git a/clients/client-cognito-identity-provider/package.json b/clients/client-cognito-identity-provider/package.json index 147c6647f5490..37c928f8cf480 100644 --- a/clients/client-cognito-identity-provider/package.json +++ b/clients/client-cognito-identity-provider/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-cognito-identity-provider/tsconfig.json b/clients/client-cognito-identity-provider/tsconfig.cjs.json similarity index 100% rename from clients/client-cognito-identity-provider/tsconfig.json rename to clients/client-cognito-identity-provider/tsconfig.cjs.json diff --git a/clients/client-cognito-identity/package.json b/clients/client-cognito-identity/package.json index 8afd9136f97e5..3346dfb017044 100644 --- a/clients/client-cognito-identity/package.json +++ b/clients/client-cognito-identity/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-cognito-identity/tsconfig.json b/clients/client-cognito-identity/tsconfig.cjs.json similarity index 100% rename from clients/client-cognito-identity/tsconfig.json rename to clients/client-cognito-identity/tsconfig.cjs.json diff --git a/clients/client-cognito-sync/package.json b/clients/client-cognito-sync/package.json index 06aa279b1fb55..ee7deac3d1932 100644 --- a/clients/client-cognito-sync/package.json +++ b/clients/client-cognito-sync/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-cognito-sync/tsconfig.json b/clients/client-cognito-sync/tsconfig.cjs.json similarity index 100% rename from clients/client-cognito-sync/tsconfig.json rename to clients/client-cognito-sync/tsconfig.cjs.json diff --git a/clients/client-comprehend/package.json b/clients/client-comprehend/package.json index 8cd39d4ed869f..a936196dda73a 100644 --- a/clients/client-comprehend/package.json +++ b/clients/client-comprehend/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-comprehend/tsconfig.json b/clients/client-comprehend/tsconfig.cjs.json similarity index 100% rename from clients/client-comprehend/tsconfig.json rename to clients/client-comprehend/tsconfig.cjs.json diff --git a/clients/client-comprehendmedical/package.json b/clients/client-comprehendmedical/package.json index 209d8f4ec5761..dabdbbabb39de 100644 --- a/clients/client-comprehendmedical/package.json +++ b/clients/client-comprehendmedical/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-comprehendmedical/tsconfig.json b/clients/client-comprehendmedical/tsconfig.cjs.json similarity index 100% rename from clients/client-comprehendmedical/tsconfig.json rename to clients/client-comprehendmedical/tsconfig.cjs.json diff --git a/clients/client-compute-optimizer/package.json b/clients/client-compute-optimizer/package.json index d765074a46a56..789eac93caf1d 100644 --- a/clients/client-compute-optimizer/package.json +++ b/clients/client-compute-optimizer/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-compute-optimizer/tsconfig.json b/clients/client-compute-optimizer/tsconfig.cjs.json similarity index 100% rename from clients/client-compute-optimizer/tsconfig.json rename to clients/client-compute-optimizer/tsconfig.cjs.json diff --git a/clients/client-config-service/package.json b/clients/client-config-service/package.json index 448f14a287c50..7fcda5e5bfde8 100644 --- a/clients/client-config-service/package.json +++ b/clients/client-config-service/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-config-service/tsconfig.json b/clients/client-config-service/tsconfig.cjs.json similarity index 100% rename from clients/client-config-service/tsconfig.json rename to clients/client-config-service/tsconfig.cjs.json diff --git a/clients/client-connect-contact-lens/package.json b/clients/client-connect-contact-lens/package.json index 6bcf1ba7d9982..2970dfca8e091 100644 --- a/clients/client-connect-contact-lens/package.json +++ b/clients/client-connect-contact-lens/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-connect-contact-lens/tsconfig.json b/clients/client-connect-contact-lens/tsconfig.cjs.json similarity index 100% rename from clients/client-connect-contact-lens/tsconfig.json rename to clients/client-connect-contact-lens/tsconfig.cjs.json diff --git a/clients/client-connect/package.json b/clients/client-connect/package.json index e21dac63fa7e6..2fd13c25abe63 100644 --- a/clients/client-connect/package.json +++ b/clients/client-connect/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-connect/tsconfig.json b/clients/client-connect/tsconfig.cjs.json similarity index 100% rename from clients/client-connect/tsconfig.json rename to clients/client-connect/tsconfig.cjs.json diff --git a/clients/client-connectparticipant/package.json b/clients/client-connectparticipant/package.json index 175301db234cb..db8f4f645977a 100644 --- a/clients/client-connectparticipant/package.json +++ b/clients/client-connectparticipant/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-connectparticipant/tsconfig.json b/clients/client-connectparticipant/tsconfig.cjs.json similarity index 100% rename from clients/client-connectparticipant/tsconfig.json rename to clients/client-connectparticipant/tsconfig.cjs.json diff --git a/clients/client-cost-and-usage-report-service/package.json b/clients/client-cost-and-usage-report-service/package.json index 5c6bc53127311..3d98e2f7e76c7 100644 --- a/clients/client-cost-and-usage-report-service/package.json +++ b/clients/client-cost-and-usage-report-service/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-cost-and-usage-report-service/tsconfig.json b/clients/client-cost-and-usage-report-service/tsconfig.cjs.json similarity index 100% rename from clients/client-cost-and-usage-report-service/tsconfig.json rename to clients/client-cost-and-usage-report-service/tsconfig.cjs.json diff --git a/clients/client-cost-explorer/package.json b/clients/client-cost-explorer/package.json index d733a37b747de..80c57a1e4ce9a 100644 --- a/clients/client-cost-explorer/package.json +++ b/clients/client-cost-explorer/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-cost-explorer/tsconfig.json b/clients/client-cost-explorer/tsconfig.cjs.json similarity index 100% rename from clients/client-cost-explorer/tsconfig.json rename to clients/client-cost-explorer/tsconfig.cjs.json diff --git a/clients/client-customer-profiles/package.json b/clients/client-customer-profiles/package.json index 37644eafa012e..00076946cf468 100644 --- a/clients/client-customer-profiles/package.json +++ b/clients/client-customer-profiles/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-customer-profiles/tsconfig.json b/clients/client-customer-profiles/tsconfig.cjs.json similarity index 100% rename from clients/client-customer-profiles/tsconfig.json rename to clients/client-customer-profiles/tsconfig.cjs.json diff --git a/clients/client-data-pipeline/package.json b/clients/client-data-pipeline/package.json index 11e4f8b7997a2..61a43ef2f09b2 100644 --- a/clients/client-data-pipeline/package.json +++ b/clients/client-data-pipeline/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-data-pipeline/tsconfig.json b/clients/client-data-pipeline/tsconfig.cjs.json similarity index 100% rename from clients/client-data-pipeline/tsconfig.json rename to clients/client-data-pipeline/tsconfig.cjs.json diff --git a/clients/client-database-migration-service/package.json b/clients/client-database-migration-service/package.json index a1cf0c91806b9..b77f310d9bd00 100644 --- a/clients/client-database-migration-service/package.json +++ b/clients/client-database-migration-service/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-database-migration-service/tsconfig.json b/clients/client-database-migration-service/tsconfig.cjs.json similarity index 100% rename from clients/client-database-migration-service/tsconfig.json rename to clients/client-database-migration-service/tsconfig.cjs.json diff --git a/clients/client-databrew/package.json b/clients/client-databrew/package.json index a6d761bd57db5..e5bb997e3565f 100644 --- a/clients/client-databrew/package.json +++ b/clients/client-databrew/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-databrew/tsconfig.json b/clients/client-databrew/tsconfig.cjs.json similarity index 100% rename from clients/client-databrew/tsconfig.json rename to clients/client-databrew/tsconfig.cjs.json diff --git a/clients/client-dataexchange/package.json b/clients/client-dataexchange/package.json index 5f47ff0ff4bef..d7d3862dbd400 100644 --- a/clients/client-dataexchange/package.json +++ b/clients/client-dataexchange/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-dataexchange/tsconfig.json b/clients/client-dataexchange/tsconfig.cjs.json similarity index 100% rename from clients/client-dataexchange/tsconfig.json rename to clients/client-dataexchange/tsconfig.cjs.json diff --git a/clients/client-datasync/package.json b/clients/client-datasync/package.json index cf57db4e6d412..8c05859d65768 100644 --- a/clients/client-datasync/package.json +++ b/clients/client-datasync/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-datasync/tsconfig.json b/clients/client-datasync/tsconfig.cjs.json similarity index 100% rename from clients/client-datasync/tsconfig.json rename to clients/client-datasync/tsconfig.cjs.json diff --git a/clients/client-dax/package.json b/clients/client-dax/package.json index ec3a9773f7826..9803620c8ee4c 100644 --- a/clients/client-dax/package.json +++ b/clients/client-dax/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-dax/tsconfig.json b/clients/client-dax/tsconfig.cjs.json similarity index 100% rename from clients/client-dax/tsconfig.json rename to clients/client-dax/tsconfig.cjs.json diff --git a/clients/client-detective/package.json b/clients/client-detective/package.json index caa10726feda4..6a78ea17fbd92 100644 --- a/clients/client-detective/package.json +++ b/clients/client-detective/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-detective/tsconfig.json b/clients/client-detective/tsconfig.cjs.json similarity index 100% rename from clients/client-detective/tsconfig.json rename to clients/client-detective/tsconfig.cjs.json diff --git a/clients/client-device-farm/package.json b/clients/client-device-farm/package.json index c4daa99b9886f..6bf5368aa931b 100644 --- a/clients/client-device-farm/package.json +++ b/clients/client-device-farm/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-device-farm/tsconfig.json b/clients/client-device-farm/tsconfig.cjs.json similarity index 100% rename from clients/client-device-farm/tsconfig.json rename to clients/client-device-farm/tsconfig.cjs.json diff --git a/clients/client-devops-guru/package.json b/clients/client-devops-guru/package.json index 0fe41f4d415bf..035fb5145b79a 100644 --- a/clients/client-devops-guru/package.json +++ b/clients/client-devops-guru/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-devops-guru/tsconfig.json b/clients/client-devops-guru/tsconfig.cjs.json similarity index 100% rename from clients/client-devops-guru/tsconfig.json rename to clients/client-devops-guru/tsconfig.cjs.json diff --git a/clients/client-direct-connect/package.json b/clients/client-direct-connect/package.json index 2395999f31c63..0010e9d480cec 100644 --- a/clients/client-direct-connect/package.json +++ b/clients/client-direct-connect/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-direct-connect/tsconfig.json b/clients/client-direct-connect/tsconfig.cjs.json similarity index 100% rename from clients/client-direct-connect/tsconfig.json rename to clients/client-direct-connect/tsconfig.cjs.json diff --git a/clients/client-directory-service/package.json b/clients/client-directory-service/package.json index 9c732201fbf23..1be40a0464f6b 100644 --- a/clients/client-directory-service/package.json +++ b/clients/client-directory-service/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-directory-service/tsconfig.json b/clients/client-directory-service/tsconfig.cjs.json similarity index 100% rename from clients/client-directory-service/tsconfig.json rename to clients/client-directory-service/tsconfig.cjs.json diff --git a/clients/client-dlm/package.json b/clients/client-dlm/package.json index a2402ad18a281..0e506acc489d0 100644 --- a/clients/client-dlm/package.json +++ b/clients/client-dlm/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-dlm/tsconfig.json b/clients/client-dlm/tsconfig.cjs.json similarity index 100% rename from clients/client-dlm/tsconfig.json rename to clients/client-dlm/tsconfig.cjs.json diff --git a/clients/client-docdb/package.json b/clients/client-docdb/package.json index e2fb11554b5a7..afe578254aa24 100644 --- a/clients/client-docdb/package.json +++ b/clients/client-docdb/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-docdb/tsconfig.json b/clients/client-docdb/tsconfig.cjs.json similarity index 100% rename from clients/client-docdb/tsconfig.json rename to clients/client-docdb/tsconfig.cjs.json diff --git a/clients/client-drs/package.json b/clients/client-drs/package.json index 5fdef1d149960..ba10e1be2dffe 100644 --- a/clients/client-drs/package.json +++ b/clients/client-drs/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-drs/tsconfig.json b/clients/client-drs/tsconfig.cjs.json similarity index 100% rename from clients/client-drs/tsconfig.json rename to clients/client-drs/tsconfig.cjs.json diff --git a/clients/client-dynamodb-streams/package.json b/clients/client-dynamodb-streams/package.json index 554bb9ef1bfbb..0deb227a3ed8f 100644 --- a/clients/client-dynamodb-streams/package.json +++ b/clients/client-dynamodb-streams/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-dynamodb-streams/tsconfig.json b/clients/client-dynamodb-streams/tsconfig.cjs.json similarity index 100% rename from clients/client-dynamodb-streams/tsconfig.json rename to clients/client-dynamodb-streams/tsconfig.cjs.json diff --git a/clients/client-dynamodb/package.json b/clients/client-dynamodb/package.json index 2e8b89295c456..479359af56f70 100644 --- a/clients/client-dynamodb/package.json +++ b/clients/client-dynamodb/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-dynamodb/tsconfig.json b/clients/client-dynamodb/tsconfig.cjs.json similarity index 100% rename from clients/client-dynamodb/tsconfig.json rename to clients/client-dynamodb/tsconfig.cjs.json diff --git a/clients/client-ebs/package.json b/clients/client-ebs/package.json index fc0b585627f96..46c903d3a21ca 100644 --- a/clients/client-ebs/package.json +++ b/clients/client-ebs/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-ebs/tsconfig.json b/clients/client-ebs/tsconfig.cjs.json similarity index 100% rename from clients/client-ebs/tsconfig.json rename to clients/client-ebs/tsconfig.cjs.json diff --git a/clients/client-ec2-instance-connect/package.json b/clients/client-ec2-instance-connect/package.json index c939da2a35492..b4abf5d5f4ced 100644 --- a/clients/client-ec2-instance-connect/package.json +++ b/clients/client-ec2-instance-connect/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-ec2-instance-connect/tsconfig.json b/clients/client-ec2-instance-connect/tsconfig.cjs.json similarity index 100% rename from clients/client-ec2-instance-connect/tsconfig.json rename to clients/client-ec2-instance-connect/tsconfig.cjs.json diff --git a/clients/client-ec2/package.json b/clients/client-ec2/package.json index d587504d76a95..087d9333ec15c 100644 --- a/clients/client-ec2/package.json +++ b/clients/client-ec2/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-ec2/tsconfig.json b/clients/client-ec2/tsconfig.cjs.json similarity index 100% rename from clients/client-ec2/tsconfig.json rename to clients/client-ec2/tsconfig.cjs.json diff --git a/clients/client-ecr-public/package.json b/clients/client-ecr-public/package.json index 738104b157ff3..3f6239093828b 100644 --- a/clients/client-ecr-public/package.json +++ b/clients/client-ecr-public/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-ecr-public/tsconfig.json b/clients/client-ecr-public/tsconfig.cjs.json similarity index 100% rename from clients/client-ecr-public/tsconfig.json rename to clients/client-ecr-public/tsconfig.cjs.json diff --git a/clients/client-ecr/package.json b/clients/client-ecr/package.json index 404e2c285ac45..343ad63448f95 100644 --- a/clients/client-ecr/package.json +++ b/clients/client-ecr/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-ecr/tsconfig.json b/clients/client-ecr/tsconfig.cjs.json similarity index 100% rename from clients/client-ecr/tsconfig.json rename to clients/client-ecr/tsconfig.cjs.json diff --git a/clients/client-ecs/package.json b/clients/client-ecs/package.json index 38fd4c13c0717..9d8df0e3ae7ae 100644 --- a/clients/client-ecs/package.json +++ b/clients/client-ecs/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-ecs/tsconfig.json b/clients/client-ecs/tsconfig.cjs.json similarity index 100% rename from clients/client-ecs/tsconfig.json rename to clients/client-ecs/tsconfig.cjs.json diff --git a/clients/client-efs/package.json b/clients/client-efs/package.json index ff30d61850546..ae2ac11ff93ef 100644 --- a/clients/client-efs/package.json +++ b/clients/client-efs/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-efs/tsconfig.json b/clients/client-efs/tsconfig.cjs.json similarity index 100% rename from clients/client-efs/tsconfig.json rename to clients/client-efs/tsconfig.cjs.json diff --git a/clients/client-eks/package.json b/clients/client-eks/package.json index 55ab64a57bccb..e7391f249385f 100644 --- a/clients/client-eks/package.json +++ b/clients/client-eks/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-eks/tsconfig.json b/clients/client-eks/tsconfig.cjs.json similarity index 100% rename from clients/client-eks/tsconfig.json rename to clients/client-eks/tsconfig.cjs.json diff --git a/clients/client-elastic-beanstalk/package.json b/clients/client-elastic-beanstalk/package.json index 7e36e4830f745..d2fe3bd27af22 100644 --- a/clients/client-elastic-beanstalk/package.json +++ b/clients/client-elastic-beanstalk/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-elastic-beanstalk/tsconfig.json b/clients/client-elastic-beanstalk/tsconfig.cjs.json similarity index 100% rename from clients/client-elastic-beanstalk/tsconfig.json rename to clients/client-elastic-beanstalk/tsconfig.cjs.json diff --git a/clients/client-elastic-inference/package.json b/clients/client-elastic-inference/package.json index 98b41222c4609..c8895dd6b285b 100644 --- a/clients/client-elastic-inference/package.json +++ b/clients/client-elastic-inference/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-elastic-inference/tsconfig.json b/clients/client-elastic-inference/tsconfig.cjs.json similarity index 100% rename from clients/client-elastic-inference/tsconfig.json rename to clients/client-elastic-inference/tsconfig.cjs.json diff --git a/clients/client-elastic-load-balancing-v2/package.json b/clients/client-elastic-load-balancing-v2/package.json index 33aac8c5a7ce7..4bee1a5edb03e 100644 --- a/clients/client-elastic-load-balancing-v2/package.json +++ b/clients/client-elastic-load-balancing-v2/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-elastic-load-balancing-v2/tsconfig.json b/clients/client-elastic-load-balancing-v2/tsconfig.cjs.json similarity index 100% rename from clients/client-elastic-load-balancing-v2/tsconfig.json rename to clients/client-elastic-load-balancing-v2/tsconfig.cjs.json diff --git a/clients/client-elastic-load-balancing/package.json b/clients/client-elastic-load-balancing/package.json index ce7bc02c62859..e9a735311b33e 100644 --- a/clients/client-elastic-load-balancing/package.json +++ b/clients/client-elastic-load-balancing/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-elastic-load-balancing/tsconfig.json b/clients/client-elastic-load-balancing/tsconfig.cjs.json similarity index 100% rename from clients/client-elastic-load-balancing/tsconfig.json rename to clients/client-elastic-load-balancing/tsconfig.cjs.json diff --git a/clients/client-elastic-transcoder/package.json b/clients/client-elastic-transcoder/package.json index a21ca14192963..716f4d5b0d46a 100644 --- a/clients/client-elastic-transcoder/package.json +++ b/clients/client-elastic-transcoder/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-elastic-transcoder/tsconfig.json b/clients/client-elastic-transcoder/tsconfig.cjs.json similarity index 100% rename from clients/client-elastic-transcoder/tsconfig.json rename to clients/client-elastic-transcoder/tsconfig.cjs.json diff --git a/clients/client-elasticache/package.json b/clients/client-elasticache/package.json index f3b7c72ed821a..4aaf2eca914ec 100644 --- a/clients/client-elasticache/package.json +++ b/clients/client-elasticache/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-elasticache/tsconfig.json b/clients/client-elasticache/tsconfig.cjs.json similarity index 100% rename from clients/client-elasticache/tsconfig.json rename to clients/client-elasticache/tsconfig.cjs.json diff --git a/clients/client-elasticsearch-service/package.json b/clients/client-elasticsearch-service/package.json index c16f4f2955099..73fc7f223563f 100644 --- a/clients/client-elasticsearch-service/package.json +++ b/clients/client-elasticsearch-service/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-elasticsearch-service/tsconfig.json b/clients/client-elasticsearch-service/tsconfig.cjs.json similarity index 100% rename from clients/client-elasticsearch-service/tsconfig.json rename to clients/client-elasticsearch-service/tsconfig.cjs.json diff --git a/clients/client-emr-containers/package.json b/clients/client-emr-containers/package.json index b6faa8f51aa7a..928eb01fbf632 100644 --- a/clients/client-emr-containers/package.json +++ b/clients/client-emr-containers/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-emr-containers/tsconfig.json b/clients/client-emr-containers/tsconfig.cjs.json similarity index 100% rename from clients/client-emr-containers/tsconfig.json rename to clients/client-emr-containers/tsconfig.cjs.json diff --git a/clients/client-emr/package.json b/clients/client-emr/package.json index dfbd6a427c1fd..eaa32f310a6a6 100644 --- a/clients/client-emr/package.json +++ b/clients/client-emr/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-emr/tsconfig.json b/clients/client-emr/tsconfig.cjs.json similarity index 100% rename from clients/client-emr/tsconfig.json rename to clients/client-emr/tsconfig.cjs.json diff --git a/clients/client-eventbridge/package.json b/clients/client-eventbridge/package.json index b4da9f7fd7540..9353bebbb574a 100644 --- a/clients/client-eventbridge/package.json +++ b/clients/client-eventbridge/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-eventbridge/tsconfig.json b/clients/client-eventbridge/tsconfig.cjs.json similarity index 100% rename from clients/client-eventbridge/tsconfig.json rename to clients/client-eventbridge/tsconfig.cjs.json diff --git a/clients/client-evidently/package.json b/clients/client-evidently/package.json index 1f2c8b16023ad..ef9cfffc8ff17 100644 --- a/clients/client-evidently/package.json +++ b/clients/client-evidently/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-evidently/tsconfig.json b/clients/client-evidently/tsconfig.cjs.json similarity index 100% rename from clients/client-evidently/tsconfig.json rename to clients/client-evidently/tsconfig.cjs.json diff --git a/clients/client-finspace-data/package.json b/clients/client-finspace-data/package.json index 781af8fba0c9b..ad4a7a8aeda6b 100644 --- a/clients/client-finspace-data/package.json +++ b/clients/client-finspace-data/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-finspace-data/tsconfig.json b/clients/client-finspace-data/tsconfig.cjs.json similarity index 100% rename from clients/client-finspace-data/tsconfig.json rename to clients/client-finspace-data/tsconfig.cjs.json diff --git a/clients/client-finspace/package.json b/clients/client-finspace/package.json index 66d879db1098c..436fd8c5b32cd 100644 --- a/clients/client-finspace/package.json +++ b/clients/client-finspace/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-finspace/tsconfig.json b/clients/client-finspace/tsconfig.cjs.json similarity index 100% rename from clients/client-finspace/tsconfig.json rename to clients/client-finspace/tsconfig.cjs.json diff --git a/clients/client-firehose/package.json b/clients/client-firehose/package.json index 9e69e020381f3..2defdb6dc5cd4 100644 --- a/clients/client-firehose/package.json +++ b/clients/client-firehose/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-firehose/tsconfig.json b/clients/client-firehose/tsconfig.cjs.json similarity index 100% rename from clients/client-firehose/tsconfig.json rename to clients/client-firehose/tsconfig.cjs.json diff --git a/clients/client-fis/package.json b/clients/client-fis/package.json index 67823aad62cec..879f1789bd0a0 100644 --- a/clients/client-fis/package.json +++ b/clients/client-fis/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-fis/tsconfig.json b/clients/client-fis/tsconfig.cjs.json similarity index 100% rename from clients/client-fis/tsconfig.json rename to clients/client-fis/tsconfig.cjs.json diff --git a/clients/client-fms/package.json b/clients/client-fms/package.json index 317c87dbfa77d..5c8ea053dcc32 100644 --- a/clients/client-fms/package.json +++ b/clients/client-fms/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-fms/tsconfig.json b/clients/client-fms/tsconfig.cjs.json similarity index 100% rename from clients/client-fms/tsconfig.json rename to clients/client-fms/tsconfig.cjs.json diff --git a/clients/client-forecast/package.json b/clients/client-forecast/package.json index e2e0aaff06350..3555f2726ed7e 100644 --- a/clients/client-forecast/package.json +++ b/clients/client-forecast/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-forecast/tsconfig.json b/clients/client-forecast/tsconfig.cjs.json similarity index 100% rename from clients/client-forecast/tsconfig.json rename to clients/client-forecast/tsconfig.cjs.json diff --git a/clients/client-forecastquery/package.json b/clients/client-forecastquery/package.json index b72020a740d3e..4226c8228df70 100644 --- a/clients/client-forecastquery/package.json +++ b/clients/client-forecastquery/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-forecastquery/tsconfig.json b/clients/client-forecastquery/tsconfig.cjs.json similarity index 100% rename from clients/client-forecastquery/tsconfig.json rename to clients/client-forecastquery/tsconfig.cjs.json diff --git a/clients/client-frauddetector/package.json b/clients/client-frauddetector/package.json index 3f283800b9771..6468665f05ada 100644 --- a/clients/client-frauddetector/package.json +++ b/clients/client-frauddetector/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-frauddetector/tsconfig.json b/clients/client-frauddetector/tsconfig.cjs.json similarity index 100% rename from clients/client-frauddetector/tsconfig.json rename to clients/client-frauddetector/tsconfig.cjs.json diff --git a/clients/client-fsx/package.json b/clients/client-fsx/package.json index 90c7568e9a1c3..5dc44495794f4 100644 --- a/clients/client-fsx/package.json +++ b/clients/client-fsx/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-fsx/tsconfig.json b/clients/client-fsx/tsconfig.cjs.json similarity index 100% rename from clients/client-fsx/tsconfig.json rename to clients/client-fsx/tsconfig.cjs.json diff --git a/clients/client-gamelift/package.json b/clients/client-gamelift/package.json index 321ffa247c662..7e36b82eef6fa 100644 --- a/clients/client-gamelift/package.json +++ b/clients/client-gamelift/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-gamelift/tsconfig.json b/clients/client-gamelift/tsconfig.cjs.json similarity index 100% rename from clients/client-gamelift/tsconfig.json rename to clients/client-gamelift/tsconfig.cjs.json diff --git a/clients/client-glacier/package.json b/clients/client-glacier/package.json index 51c79a1e0010e..971c501af84ab 100644 --- a/clients/client-glacier/package.json +++ b/clients/client-glacier/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-glacier/tsconfig.json b/clients/client-glacier/tsconfig.cjs.json similarity index 100% rename from clients/client-glacier/tsconfig.json rename to clients/client-glacier/tsconfig.cjs.json diff --git a/clients/client-global-accelerator/package.json b/clients/client-global-accelerator/package.json index 85801bce33c94..6823dd2eb0306 100644 --- a/clients/client-global-accelerator/package.json +++ b/clients/client-global-accelerator/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-global-accelerator/tsconfig.json b/clients/client-global-accelerator/tsconfig.cjs.json similarity index 100% rename from clients/client-global-accelerator/tsconfig.json rename to clients/client-global-accelerator/tsconfig.cjs.json diff --git a/clients/client-glue/package.json b/clients/client-glue/package.json index 75c0dac73a6b9..4603521f8ca03 100644 --- a/clients/client-glue/package.json +++ b/clients/client-glue/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-glue/tsconfig.json b/clients/client-glue/tsconfig.cjs.json similarity index 100% rename from clients/client-glue/tsconfig.json rename to clients/client-glue/tsconfig.cjs.json diff --git a/clients/client-grafana/package.json b/clients/client-grafana/package.json index d19c677e73a13..a4cc2ccbdda87 100644 --- a/clients/client-grafana/package.json +++ b/clients/client-grafana/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-grafana/tsconfig.json b/clients/client-grafana/tsconfig.cjs.json similarity index 100% rename from clients/client-grafana/tsconfig.json rename to clients/client-grafana/tsconfig.cjs.json diff --git a/clients/client-greengrass/package.json b/clients/client-greengrass/package.json index 9b2b686e8814e..269f14086182d 100644 --- a/clients/client-greengrass/package.json +++ b/clients/client-greengrass/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-greengrass/tsconfig.json b/clients/client-greengrass/tsconfig.cjs.json similarity index 100% rename from clients/client-greengrass/tsconfig.json rename to clients/client-greengrass/tsconfig.cjs.json diff --git a/clients/client-greengrassv2/package.json b/clients/client-greengrassv2/package.json index e5d61fad98ea7..635bf81f3fe69 100644 --- a/clients/client-greengrassv2/package.json +++ b/clients/client-greengrassv2/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-greengrassv2/tsconfig.json b/clients/client-greengrassv2/tsconfig.cjs.json similarity index 100% rename from clients/client-greengrassv2/tsconfig.json rename to clients/client-greengrassv2/tsconfig.cjs.json diff --git a/clients/client-groundstation/package.json b/clients/client-groundstation/package.json index 5d1c67121f659..b32d26ce86a27 100644 --- a/clients/client-groundstation/package.json +++ b/clients/client-groundstation/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-groundstation/tsconfig.json b/clients/client-groundstation/tsconfig.cjs.json similarity index 100% rename from clients/client-groundstation/tsconfig.json rename to clients/client-groundstation/tsconfig.cjs.json diff --git a/clients/client-guardduty/package.json b/clients/client-guardduty/package.json index 4f382ddffe0f1..01b3315dcd1a7 100644 --- a/clients/client-guardduty/package.json +++ b/clients/client-guardduty/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-guardduty/tsconfig.json b/clients/client-guardduty/tsconfig.cjs.json similarity index 100% rename from clients/client-guardduty/tsconfig.json rename to clients/client-guardduty/tsconfig.cjs.json diff --git a/clients/client-health/package.json b/clients/client-health/package.json index 651e7ca6ce511..a697bc1c65c56 100644 --- a/clients/client-health/package.json +++ b/clients/client-health/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-health/tsconfig.json b/clients/client-health/tsconfig.cjs.json similarity index 100% rename from clients/client-health/tsconfig.json rename to clients/client-health/tsconfig.cjs.json diff --git a/clients/client-healthlake/package.json b/clients/client-healthlake/package.json index f437d556e2209..7ee5eee40c91f 100644 --- a/clients/client-healthlake/package.json +++ b/clients/client-healthlake/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-healthlake/tsconfig.json b/clients/client-healthlake/tsconfig.cjs.json similarity index 100% rename from clients/client-healthlake/tsconfig.json rename to clients/client-healthlake/tsconfig.cjs.json diff --git a/clients/client-honeycode/package.json b/clients/client-honeycode/package.json index 69d624d38eac5..ee5db792c9b16 100644 --- a/clients/client-honeycode/package.json +++ b/clients/client-honeycode/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-honeycode/tsconfig.json b/clients/client-honeycode/tsconfig.cjs.json similarity index 100% rename from clients/client-honeycode/tsconfig.json rename to clients/client-honeycode/tsconfig.cjs.json diff --git a/clients/client-iam/package.json b/clients/client-iam/package.json index 125b338f6165e..9d6f7e66dcf37 100644 --- a/clients/client-iam/package.json +++ b/clients/client-iam/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-iam/tsconfig.json b/clients/client-iam/tsconfig.cjs.json similarity index 100% rename from clients/client-iam/tsconfig.json rename to clients/client-iam/tsconfig.cjs.json diff --git a/clients/client-identitystore/package.json b/clients/client-identitystore/package.json index 47a35f8f1e35d..0a39d57cddb97 100644 --- a/clients/client-identitystore/package.json +++ b/clients/client-identitystore/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-identitystore/tsconfig.json b/clients/client-identitystore/tsconfig.cjs.json similarity index 100% rename from clients/client-identitystore/tsconfig.json rename to clients/client-identitystore/tsconfig.cjs.json diff --git a/clients/client-imagebuilder/package.json b/clients/client-imagebuilder/package.json index cc791368d4e5c..8196272f4ae4f 100644 --- a/clients/client-imagebuilder/package.json +++ b/clients/client-imagebuilder/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-imagebuilder/tsconfig.json b/clients/client-imagebuilder/tsconfig.cjs.json similarity index 100% rename from clients/client-imagebuilder/tsconfig.json rename to clients/client-imagebuilder/tsconfig.cjs.json diff --git a/clients/client-inspector/package.json b/clients/client-inspector/package.json index c2be14c872a57..7820e939ca1d5 100644 --- a/clients/client-inspector/package.json +++ b/clients/client-inspector/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-inspector/tsconfig.json b/clients/client-inspector/tsconfig.cjs.json similarity index 100% rename from clients/client-inspector/tsconfig.json rename to clients/client-inspector/tsconfig.cjs.json diff --git a/clients/client-inspector2/package.json b/clients/client-inspector2/package.json index 3a5f261cbd07f..5c93e0603aea4 100644 --- a/clients/client-inspector2/package.json +++ b/clients/client-inspector2/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-inspector2/tsconfig.json b/clients/client-inspector2/tsconfig.cjs.json similarity index 100% rename from clients/client-inspector2/tsconfig.json rename to clients/client-inspector2/tsconfig.cjs.json diff --git a/clients/client-iot-1click-devices-service/package.json b/clients/client-iot-1click-devices-service/package.json index 69853d98dc82a..f88d329fd1021 100644 --- a/clients/client-iot-1click-devices-service/package.json +++ b/clients/client-iot-1click-devices-service/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-iot-1click-devices-service/tsconfig.json b/clients/client-iot-1click-devices-service/tsconfig.cjs.json similarity index 100% rename from clients/client-iot-1click-devices-service/tsconfig.json rename to clients/client-iot-1click-devices-service/tsconfig.cjs.json diff --git a/clients/client-iot-1click-projects/package.json b/clients/client-iot-1click-projects/package.json index 4d02c759a5c19..5e7b709a524b3 100644 --- a/clients/client-iot-1click-projects/package.json +++ b/clients/client-iot-1click-projects/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-iot-1click-projects/tsconfig.json b/clients/client-iot-1click-projects/tsconfig.cjs.json similarity index 100% rename from clients/client-iot-1click-projects/tsconfig.json rename to clients/client-iot-1click-projects/tsconfig.cjs.json diff --git a/clients/client-iot-data-plane/package.json b/clients/client-iot-data-plane/package.json index fbcb3ddcd32b0..ae09a0218324d 100644 --- a/clients/client-iot-data-plane/package.json +++ b/clients/client-iot-data-plane/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-iot-data-plane/tsconfig.json b/clients/client-iot-data-plane/tsconfig.cjs.json similarity index 100% rename from clients/client-iot-data-plane/tsconfig.json rename to clients/client-iot-data-plane/tsconfig.cjs.json diff --git a/clients/client-iot-events-data/package.json b/clients/client-iot-events-data/package.json index 85902777f3abd..d37fa8d4ad0c6 100644 --- a/clients/client-iot-events-data/package.json +++ b/clients/client-iot-events-data/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-iot-events-data/tsconfig.json b/clients/client-iot-events-data/tsconfig.cjs.json similarity index 100% rename from clients/client-iot-events-data/tsconfig.json rename to clients/client-iot-events-data/tsconfig.cjs.json diff --git a/clients/client-iot-events/package.json b/clients/client-iot-events/package.json index 45bd36c90cadf..571a27f8733e3 100644 --- a/clients/client-iot-events/package.json +++ b/clients/client-iot-events/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-iot-events/tsconfig.json b/clients/client-iot-events/tsconfig.cjs.json similarity index 100% rename from clients/client-iot-events/tsconfig.json rename to clients/client-iot-events/tsconfig.cjs.json diff --git a/clients/client-iot-jobs-data-plane/package.json b/clients/client-iot-jobs-data-plane/package.json index 37f285de1ec7d..f86d621397841 100644 --- a/clients/client-iot-jobs-data-plane/package.json +++ b/clients/client-iot-jobs-data-plane/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-iot-jobs-data-plane/tsconfig.json b/clients/client-iot-jobs-data-plane/tsconfig.cjs.json similarity index 100% rename from clients/client-iot-jobs-data-plane/tsconfig.json rename to clients/client-iot-jobs-data-plane/tsconfig.cjs.json diff --git a/clients/client-iot-wireless/package.json b/clients/client-iot-wireless/package.json index 1196e69f5ee01..ec989a5379cf4 100644 --- a/clients/client-iot-wireless/package.json +++ b/clients/client-iot-wireless/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-iot-wireless/tsconfig.json b/clients/client-iot-wireless/tsconfig.cjs.json similarity index 100% rename from clients/client-iot-wireless/tsconfig.json rename to clients/client-iot-wireless/tsconfig.cjs.json diff --git a/clients/client-iot/package.json b/clients/client-iot/package.json index cc3eda13a3ec5..9b85676a7c654 100644 --- a/clients/client-iot/package.json +++ b/clients/client-iot/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-iot/tsconfig.json b/clients/client-iot/tsconfig.cjs.json similarity index 100% rename from clients/client-iot/tsconfig.json rename to clients/client-iot/tsconfig.cjs.json diff --git a/clients/client-iotanalytics/package.json b/clients/client-iotanalytics/package.json index 67c9b1acc0711..d1d5373ee45b4 100644 --- a/clients/client-iotanalytics/package.json +++ b/clients/client-iotanalytics/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-iotanalytics/tsconfig.json b/clients/client-iotanalytics/tsconfig.cjs.json similarity index 100% rename from clients/client-iotanalytics/tsconfig.json rename to clients/client-iotanalytics/tsconfig.cjs.json diff --git a/clients/client-iotdeviceadvisor/package.json b/clients/client-iotdeviceadvisor/package.json index 8572e0b4b871f..5e9fecb497648 100644 --- a/clients/client-iotdeviceadvisor/package.json +++ b/clients/client-iotdeviceadvisor/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-iotdeviceadvisor/tsconfig.json b/clients/client-iotdeviceadvisor/tsconfig.cjs.json similarity index 100% rename from clients/client-iotdeviceadvisor/tsconfig.json rename to clients/client-iotdeviceadvisor/tsconfig.cjs.json diff --git a/clients/client-iotfleethub/package.json b/clients/client-iotfleethub/package.json index 446e7842f09c6..fe6de7603b4a4 100644 --- a/clients/client-iotfleethub/package.json +++ b/clients/client-iotfleethub/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-iotfleethub/tsconfig.json b/clients/client-iotfleethub/tsconfig.cjs.json similarity index 100% rename from clients/client-iotfleethub/tsconfig.json rename to clients/client-iotfleethub/tsconfig.cjs.json diff --git a/clients/client-iotsecuretunneling/package.json b/clients/client-iotsecuretunneling/package.json index 6b32d7fe6e66a..eda4eb3dfcae1 100644 --- a/clients/client-iotsecuretunneling/package.json +++ b/clients/client-iotsecuretunneling/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-iotsecuretunneling/tsconfig.json b/clients/client-iotsecuretunneling/tsconfig.cjs.json similarity index 100% rename from clients/client-iotsecuretunneling/tsconfig.json rename to clients/client-iotsecuretunneling/tsconfig.cjs.json diff --git a/clients/client-iotsitewise/package.json b/clients/client-iotsitewise/package.json index bf2240beba3e8..f057b5ed12c8b 100644 --- a/clients/client-iotsitewise/package.json +++ b/clients/client-iotsitewise/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-iotsitewise/tsconfig.json b/clients/client-iotsitewise/tsconfig.cjs.json similarity index 100% rename from clients/client-iotsitewise/tsconfig.json rename to clients/client-iotsitewise/tsconfig.cjs.json diff --git a/clients/client-iotthingsgraph/package.json b/clients/client-iotthingsgraph/package.json index 7344de8aa8536..0069eda5d102d 100644 --- a/clients/client-iotthingsgraph/package.json +++ b/clients/client-iotthingsgraph/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-iotthingsgraph/tsconfig.json b/clients/client-iotthingsgraph/tsconfig.cjs.json similarity index 100% rename from clients/client-iotthingsgraph/tsconfig.json rename to clients/client-iotthingsgraph/tsconfig.cjs.json diff --git a/clients/client-iottwinmaker/package.json b/clients/client-iottwinmaker/package.json index f3434b2f1e1a4..4483750dfcd1e 100644 --- a/clients/client-iottwinmaker/package.json +++ b/clients/client-iottwinmaker/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-iottwinmaker/tsconfig.json b/clients/client-iottwinmaker/tsconfig.cjs.json similarity index 100% rename from clients/client-iottwinmaker/tsconfig.json rename to clients/client-iottwinmaker/tsconfig.cjs.json diff --git a/clients/client-ivs/package.json b/clients/client-ivs/package.json index 5ec1094159bdf..3029e1f66499a 100644 --- a/clients/client-ivs/package.json +++ b/clients/client-ivs/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-ivs/tsconfig.json b/clients/client-ivs/tsconfig.cjs.json similarity index 100% rename from clients/client-ivs/tsconfig.json rename to clients/client-ivs/tsconfig.cjs.json diff --git a/clients/client-kafka/package.json b/clients/client-kafka/package.json index 6fcc5f8e4c74d..093d8c015bcc1 100644 --- a/clients/client-kafka/package.json +++ b/clients/client-kafka/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-kafka/tsconfig.json b/clients/client-kafka/tsconfig.cjs.json similarity index 100% rename from clients/client-kafka/tsconfig.json rename to clients/client-kafka/tsconfig.cjs.json diff --git a/clients/client-kafkaconnect/package.json b/clients/client-kafkaconnect/package.json index 697e75507d9fb..81889b9f27260 100644 --- a/clients/client-kafkaconnect/package.json +++ b/clients/client-kafkaconnect/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-kafkaconnect/tsconfig.json b/clients/client-kafkaconnect/tsconfig.cjs.json similarity index 100% rename from clients/client-kafkaconnect/tsconfig.json rename to clients/client-kafkaconnect/tsconfig.cjs.json diff --git a/clients/client-kendra/package.json b/clients/client-kendra/package.json index 28e34cd00805f..3014aa393e16f 100644 --- a/clients/client-kendra/package.json +++ b/clients/client-kendra/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-kendra/tsconfig.json b/clients/client-kendra/tsconfig.cjs.json similarity index 100% rename from clients/client-kendra/tsconfig.json rename to clients/client-kendra/tsconfig.cjs.json diff --git a/clients/client-kinesis-analytics-v2/package.json b/clients/client-kinesis-analytics-v2/package.json index 0351b5b120652..de97066c80007 100644 --- a/clients/client-kinesis-analytics-v2/package.json +++ b/clients/client-kinesis-analytics-v2/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-kinesis-analytics-v2/tsconfig.json b/clients/client-kinesis-analytics-v2/tsconfig.cjs.json similarity index 100% rename from clients/client-kinesis-analytics-v2/tsconfig.json rename to clients/client-kinesis-analytics-v2/tsconfig.cjs.json diff --git a/clients/client-kinesis-analytics/package.json b/clients/client-kinesis-analytics/package.json index 6880e0bcb80da..628aef7e9c50f 100644 --- a/clients/client-kinesis-analytics/package.json +++ b/clients/client-kinesis-analytics/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-kinesis-analytics/tsconfig.json b/clients/client-kinesis-analytics/tsconfig.cjs.json similarity index 100% rename from clients/client-kinesis-analytics/tsconfig.json rename to clients/client-kinesis-analytics/tsconfig.cjs.json diff --git a/clients/client-kinesis-video-archived-media/package.json b/clients/client-kinesis-video-archived-media/package.json index 0b774eacf5294..5072b393d8913 100644 --- a/clients/client-kinesis-video-archived-media/package.json +++ b/clients/client-kinesis-video-archived-media/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-kinesis-video-archived-media/tsconfig.json b/clients/client-kinesis-video-archived-media/tsconfig.cjs.json similarity index 100% rename from clients/client-kinesis-video-archived-media/tsconfig.json rename to clients/client-kinesis-video-archived-media/tsconfig.cjs.json diff --git a/clients/client-kinesis-video-media/package.json b/clients/client-kinesis-video-media/package.json index f5f7fff041051..196e6dab28af0 100644 --- a/clients/client-kinesis-video-media/package.json +++ b/clients/client-kinesis-video-media/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-kinesis-video-media/tsconfig.json b/clients/client-kinesis-video-media/tsconfig.cjs.json similarity index 100% rename from clients/client-kinesis-video-media/tsconfig.json rename to clients/client-kinesis-video-media/tsconfig.cjs.json diff --git a/clients/client-kinesis-video-signaling/package.json b/clients/client-kinesis-video-signaling/package.json index 45d3568393174..988aedb705d72 100644 --- a/clients/client-kinesis-video-signaling/package.json +++ b/clients/client-kinesis-video-signaling/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-kinesis-video-signaling/tsconfig.json b/clients/client-kinesis-video-signaling/tsconfig.cjs.json similarity index 100% rename from clients/client-kinesis-video-signaling/tsconfig.json rename to clients/client-kinesis-video-signaling/tsconfig.cjs.json diff --git a/clients/client-kinesis-video/package.json b/clients/client-kinesis-video/package.json index 2c1467f705fc2..afd6c464f17f8 100644 --- a/clients/client-kinesis-video/package.json +++ b/clients/client-kinesis-video/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-kinesis-video/tsconfig.json b/clients/client-kinesis-video/tsconfig.cjs.json similarity index 100% rename from clients/client-kinesis-video/tsconfig.json rename to clients/client-kinesis-video/tsconfig.cjs.json diff --git a/clients/client-kinesis/package.json b/clients/client-kinesis/package.json index dee16d1789eea..e54b3ab41422f 100644 --- a/clients/client-kinesis/package.json +++ b/clients/client-kinesis/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-kinesis/tsconfig.json b/clients/client-kinesis/tsconfig.cjs.json similarity index 100% rename from clients/client-kinesis/tsconfig.json rename to clients/client-kinesis/tsconfig.cjs.json diff --git a/clients/client-kms/package.json b/clients/client-kms/package.json index 107c292c27c7b..19cba961abd32 100644 --- a/clients/client-kms/package.json +++ b/clients/client-kms/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-kms/tsconfig.json b/clients/client-kms/tsconfig.cjs.json similarity index 100% rename from clients/client-kms/tsconfig.json rename to clients/client-kms/tsconfig.cjs.json diff --git a/clients/client-lakeformation/package.json b/clients/client-lakeformation/package.json index d51fc4006f4da..b8e2de28f88f4 100644 --- a/clients/client-lakeformation/package.json +++ b/clients/client-lakeformation/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-lakeformation/tsconfig.json b/clients/client-lakeformation/tsconfig.cjs.json similarity index 100% rename from clients/client-lakeformation/tsconfig.json rename to clients/client-lakeformation/tsconfig.cjs.json diff --git a/clients/client-lambda/package.json b/clients/client-lambda/package.json index 962c08b1edbc9..c8b51c7e81863 100644 --- a/clients/client-lambda/package.json +++ b/clients/client-lambda/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-lambda/tsconfig.json b/clients/client-lambda/tsconfig.cjs.json similarity index 100% rename from clients/client-lambda/tsconfig.json rename to clients/client-lambda/tsconfig.cjs.json diff --git a/clients/client-lex-model-building-service/package.json b/clients/client-lex-model-building-service/package.json index a04353f6ff47f..e72d9091358a2 100644 --- a/clients/client-lex-model-building-service/package.json +++ b/clients/client-lex-model-building-service/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-lex-model-building-service/tsconfig.json b/clients/client-lex-model-building-service/tsconfig.cjs.json similarity index 100% rename from clients/client-lex-model-building-service/tsconfig.json rename to clients/client-lex-model-building-service/tsconfig.cjs.json diff --git a/clients/client-lex-models-v2/package.json b/clients/client-lex-models-v2/package.json index f24ab3348133a..ec526db14c1e5 100644 --- a/clients/client-lex-models-v2/package.json +++ b/clients/client-lex-models-v2/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-lex-models-v2/tsconfig.json b/clients/client-lex-models-v2/tsconfig.cjs.json similarity index 100% rename from clients/client-lex-models-v2/tsconfig.json rename to clients/client-lex-models-v2/tsconfig.cjs.json diff --git a/clients/client-lex-runtime-service/package.json b/clients/client-lex-runtime-service/package.json index 7451214569891..a844ee4d76fb9 100644 --- a/clients/client-lex-runtime-service/package.json +++ b/clients/client-lex-runtime-service/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-lex-runtime-service/tsconfig.json b/clients/client-lex-runtime-service/tsconfig.cjs.json similarity index 100% rename from clients/client-lex-runtime-service/tsconfig.json rename to clients/client-lex-runtime-service/tsconfig.cjs.json diff --git a/clients/client-lex-runtime-v2/package.json b/clients/client-lex-runtime-v2/package.json index 033585ad607d7..b4619f367abd2 100644 --- a/clients/client-lex-runtime-v2/package.json +++ b/clients/client-lex-runtime-v2/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-lex-runtime-v2/tsconfig.json b/clients/client-lex-runtime-v2/tsconfig.cjs.json similarity index 100% rename from clients/client-lex-runtime-v2/tsconfig.json rename to clients/client-lex-runtime-v2/tsconfig.cjs.json diff --git a/clients/client-license-manager/package.json b/clients/client-license-manager/package.json index bc2861e14f7b8..2ce2f84172bbd 100644 --- a/clients/client-license-manager/package.json +++ b/clients/client-license-manager/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-license-manager/tsconfig.json b/clients/client-license-manager/tsconfig.cjs.json similarity index 100% rename from clients/client-license-manager/tsconfig.json rename to clients/client-license-manager/tsconfig.cjs.json diff --git a/clients/client-lightsail/package.json b/clients/client-lightsail/package.json index 5f9bda9951df9..334e2a52518cd 100644 --- a/clients/client-lightsail/package.json +++ b/clients/client-lightsail/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-lightsail/tsconfig.json b/clients/client-lightsail/tsconfig.cjs.json similarity index 100% rename from clients/client-lightsail/tsconfig.json rename to clients/client-lightsail/tsconfig.cjs.json diff --git a/clients/client-location/package.json b/clients/client-location/package.json index d79763e2b8b27..2545a11d5d2e2 100644 --- a/clients/client-location/package.json +++ b/clients/client-location/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-location/tsconfig.json b/clients/client-location/tsconfig.cjs.json similarity index 100% rename from clients/client-location/tsconfig.json rename to clients/client-location/tsconfig.cjs.json diff --git a/clients/client-lookoutequipment/package.json b/clients/client-lookoutequipment/package.json index 5a09664889610..181df3767b9fc 100644 --- a/clients/client-lookoutequipment/package.json +++ b/clients/client-lookoutequipment/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-lookoutequipment/tsconfig.json b/clients/client-lookoutequipment/tsconfig.cjs.json similarity index 100% rename from clients/client-lookoutequipment/tsconfig.json rename to clients/client-lookoutequipment/tsconfig.cjs.json diff --git a/clients/client-lookoutmetrics/package.json b/clients/client-lookoutmetrics/package.json index ebd125b4aaac0..3d2bbda99bb90 100644 --- a/clients/client-lookoutmetrics/package.json +++ b/clients/client-lookoutmetrics/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-lookoutmetrics/tsconfig.json b/clients/client-lookoutmetrics/tsconfig.cjs.json similarity index 100% rename from clients/client-lookoutmetrics/tsconfig.json rename to clients/client-lookoutmetrics/tsconfig.cjs.json diff --git a/clients/client-lookoutvision/package.json b/clients/client-lookoutvision/package.json index 18c6f66482fe0..875aa17906d05 100644 --- a/clients/client-lookoutvision/package.json +++ b/clients/client-lookoutvision/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-lookoutvision/tsconfig.json b/clients/client-lookoutvision/tsconfig.cjs.json similarity index 100% rename from clients/client-lookoutvision/tsconfig.json rename to clients/client-lookoutvision/tsconfig.cjs.json diff --git a/clients/client-machine-learning/package.json b/clients/client-machine-learning/package.json index b1816d04cc3e8..e2dba4895380d 100644 --- a/clients/client-machine-learning/package.json +++ b/clients/client-machine-learning/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-machine-learning/tsconfig.json b/clients/client-machine-learning/tsconfig.cjs.json similarity index 100% rename from clients/client-machine-learning/tsconfig.json rename to clients/client-machine-learning/tsconfig.cjs.json diff --git a/clients/client-macie/package.json b/clients/client-macie/package.json index 6ddb879680b06..62f06a5f5026b 100644 --- a/clients/client-macie/package.json +++ b/clients/client-macie/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-macie/tsconfig.json b/clients/client-macie/tsconfig.cjs.json similarity index 100% rename from clients/client-macie/tsconfig.json rename to clients/client-macie/tsconfig.cjs.json diff --git a/clients/client-macie2/package.json b/clients/client-macie2/package.json index e5909ba9d2aa8..4b2ad7cc53a6a 100644 --- a/clients/client-macie2/package.json +++ b/clients/client-macie2/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-macie2/tsconfig.json b/clients/client-macie2/tsconfig.cjs.json similarity index 100% rename from clients/client-macie2/tsconfig.json rename to clients/client-macie2/tsconfig.cjs.json diff --git a/clients/client-managedblockchain/package.json b/clients/client-managedblockchain/package.json index 6ac9c928196fb..78d878bbc80e8 100644 --- a/clients/client-managedblockchain/package.json +++ b/clients/client-managedblockchain/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-managedblockchain/tsconfig.json b/clients/client-managedblockchain/tsconfig.cjs.json similarity index 100% rename from clients/client-managedblockchain/tsconfig.json rename to clients/client-managedblockchain/tsconfig.cjs.json diff --git a/clients/client-marketplace-catalog/package.json b/clients/client-marketplace-catalog/package.json index b65ff09b807f7..e501deeb0b8bc 100644 --- a/clients/client-marketplace-catalog/package.json +++ b/clients/client-marketplace-catalog/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-marketplace-catalog/tsconfig.json b/clients/client-marketplace-catalog/tsconfig.cjs.json similarity index 100% rename from clients/client-marketplace-catalog/tsconfig.json rename to clients/client-marketplace-catalog/tsconfig.cjs.json diff --git a/clients/client-marketplace-commerce-analytics/package.json b/clients/client-marketplace-commerce-analytics/package.json index 50adf4049bfe2..08c76864ad369 100644 --- a/clients/client-marketplace-commerce-analytics/package.json +++ b/clients/client-marketplace-commerce-analytics/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-marketplace-commerce-analytics/tsconfig.json b/clients/client-marketplace-commerce-analytics/tsconfig.cjs.json similarity index 100% rename from clients/client-marketplace-commerce-analytics/tsconfig.json rename to clients/client-marketplace-commerce-analytics/tsconfig.cjs.json diff --git a/clients/client-marketplace-entitlement-service/package.json b/clients/client-marketplace-entitlement-service/package.json index 0f86bcf7d102e..d7ee4a2f885b5 100644 --- a/clients/client-marketplace-entitlement-service/package.json +++ b/clients/client-marketplace-entitlement-service/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-marketplace-entitlement-service/tsconfig.json b/clients/client-marketplace-entitlement-service/tsconfig.cjs.json similarity index 100% rename from clients/client-marketplace-entitlement-service/tsconfig.json rename to clients/client-marketplace-entitlement-service/tsconfig.cjs.json diff --git a/clients/client-marketplace-metering/package.json b/clients/client-marketplace-metering/package.json index 3539f9f6b52a8..0e679f9ea98a2 100644 --- a/clients/client-marketplace-metering/package.json +++ b/clients/client-marketplace-metering/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-marketplace-metering/tsconfig.json b/clients/client-marketplace-metering/tsconfig.cjs.json similarity index 100% rename from clients/client-marketplace-metering/tsconfig.json rename to clients/client-marketplace-metering/tsconfig.cjs.json diff --git a/clients/client-mediaconnect/package.json b/clients/client-mediaconnect/package.json index 0aaec1093bb17..b3a63b153faec 100644 --- a/clients/client-mediaconnect/package.json +++ b/clients/client-mediaconnect/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-mediaconnect/tsconfig.json b/clients/client-mediaconnect/tsconfig.cjs.json similarity index 100% rename from clients/client-mediaconnect/tsconfig.json rename to clients/client-mediaconnect/tsconfig.cjs.json diff --git a/clients/client-mediaconvert/package.json b/clients/client-mediaconvert/package.json index 8a31504c2f409..1393b84dac1c7 100644 --- a/clients/client-mediaconvert/package.json +++ b/clients/client-mediaconvert/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-mediaconvert/tsconfig.json b/clients/client-mediaconvert/tsconfig.cjs.json similarity index 100% rename from clients/client-mediaconvert/tsconfig.json rename to clients/client-mediaconvert/tsconfig.cjs.json diff --git a/clients/client-medialive/package.json b/clients/client-medialive/package.json index 159147fc215e8..6fef94167ce1b 100644 --- a/clients/client-medialive/package.json +++ b/clients/client-medialive/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-medialive/tsconfig.json b/clients/client-medialive/tsconfig.cjs.json similarity index 100% rename from clients/client-medialive/tsconfig.json rename to clients/client-medialive/tsconfig.cjs.json diff --git a/clients/client-mediapackage-vod/package.json b/clients/client-mediapackage-vod/package.json index aae499c560483..f01313bf998c0 100644 --- a/clients/client-mediapackage-vod/package.json +++ b/clients/client-mediapackage-vod/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-mediapackage-vod/tsconfig.json b/clients/client-mediapackage-vod/tsconfig.cjs.json similarity index 100% rename from clients/client-mediapackage-vod/tsconfig.json rename to clients/client-mediapackage-vod/tsconfig.cjs.json diff --git a/clients/client-mediapackage/package.json b/clients/client-mediapackage/package.json index 9227b091eb662..b1abab9f8204b 100644 --- a/clients/client-mediapackage/package.json +++ b/clients/client-mediapackage/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-mediapackage/tsconfig.json b/clients/client-mediapackage/tsconfig.cjs.json similarity index 100% rename from clients/client-mediapackage/tsconfig.json rename to clients/client-mediapackage/tsconfig.cjs.json diff --git a/clients/client-mediastore-data/package.json b/clients/client-mediastore-data/package.json index 6543c146ee095..232d0cc90beca 100644 --- a/clients/client-mediastore-data/package.json +++ b/clients/client-mediastore-data/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-mediastore-data/tsconfig.json b/clients/client-mediastore-data/tsconfig.cjs.json similarity index 100% rename from clients/client-mediastore-data/tsconfig.json rename to clients/client-mediastore-data/tsconfig.cjs.json diff --git a/clients/client-mediastore/package.json b/clients/client-mediastore/package.json index 0dffe3469ab1b..eb9555e2d6694 100644 --- a/clients/client-mediastore/package.json +++ b/clients/client-mediastore/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-mediastore/tsconfig.json b/clients/client-mediastore/tsconfig.cjs.json similarity index 100% rename from clients/client-mediastore/tsconfig.json rename to clients/client-mediastore/tsconfig.cjs.json diff --git a/clients/client-mediatailor/package.json b/clients/client-mediatailor/package.json index 43ad97561ca5c..c9b37efee4c81 100644 --- a/clients/client-mediatailor/package.json +++ b/clients/client-mediatailor/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-mediatailor/tsconfig.json b/clients/client-mediatailor/tsconfig.cjs.json similarity index 100% rename from clients/client-mediatailor/tsconfig.json rename to clients/client-mediatailor/tsconfig.cjs.json diff --git a/clients/client-memorydb/package.json b/clients/client-memorydb/package.json index 5dbb94992a35e..fd782e7cf7465 100644 --- a/clients/client-memorydb/package.json +++ b/clients/client-memorydb/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-memorydb/tsconfig.json b/clients/client-memorydb/tsconfig.cjs.json similarity index 100% rename from clients/client-memorydb/tsconfig.json rename to clients/client-memorydb/tsconfig.cjs.json diff --git a/clients/client-mgn/package.json b/clients/client-mgn/package.json index c9b60e9b1b47a..47e1b1abebfcb 100644 --- a/clients/client-mgn/package.json +++ b/clients/client-mgn/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-mgn/tsconfig.json b/clients/client-mgn/tsconfig.cjs.json similarity index 100% rename from clients/client-mgn/tsconfig.json rename to clients/client-mgn/tsconfig.cjs.json diff --git a/clients/client-migration-hub-refactor-spaces/package.json b/clients/client-migration-hub-refactor-spaces/package.json index 75cc19a37a42a..c23e6090fd249 100644 --- a/clients/client-migration-hub-refactor-spaces/package.json +++ b/clients/client-migration-hub-refactor-spaces/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-migration-hub-refactor-spaces/tsconfig.json b/clients/client-migration-hub-refactor-spaces/tsconfig.cjs.json similarity index 100% rename from clients/client-migration-hub-refactor-spaces/tsconfig.json rename to clients/client-migration-hub-refactor-spaces/tsconfig.cjs.json diff --git a/clients/client-migration-hub/package.json b/clients/client-migration-hub/package.json index edc6e19c45fe9..1276d7b96f915 100644 --- a/clients/client-migration-hub/package.json +++ b/clients/client-migration-hub/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-migration-hub/tsconfig.json b/clients/client-migration-hub/tsconfig.cjs.json similarity index 100% rename from clients/client-migration-hub/tsconfig.json rename to clients/client-migration-hub/tsconfig.cjs.json diff --git a/clients/client-migrationhub-config/package.json b/clients/client-migrationhub-config/package.json index 770b9b64b8210..72148badb63a9 100644 --- a/clients/client-migrationhub-config/package.json +++ b/clients/client-migrationhub-config/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-migrationhub-config/tsconfig.json b/clients/client-migrationhub-config/tsconfig.cjs.json similarity index 100% rename from clients/client-migrationhub-config/tsconfig.json rename to clients/client-migrationhub-config/tsconfig.cjs.json diff --git a/clients/client-migrationhubstrategy/package.json b/clients/client-migrationhubstrategy/package.json index 4a92f3b115866..e0d77ce865078 100644 --- a/clients/client-migrationhubstrategy/package.json +++ b/clients/client-migrationhubstrategy/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-migrationhubstrategy/tsconfig.json b/clients/client-migrationhubstrategy/tsconfig.cjs.json similarity index 100% rename from clients/client-migrationhubstrategy/tsconfig.json rename to clients/client-migrationhubstrategy/tsconfig.cjs.json diff --git a/clients/client-mobile/package.json b/clients/client-mobile/package.json index a0c699e1a566e..5c42597d2baf6 100644 --- a/clients/client-mobile/package.json +++ b/clients/client-mobile/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-mobile/tsconfig.json b/clients/client-mobile/tsconfig.cjs.json similarity index 100% rename from clients/client-mobile/tsconfig.json rename to clients/client-mobile/tsconfig.cjs.json diff --git a/clients/client-mq/package.json b/clients/client-mq/package.json index 96f6746971846..b456a1afcea49 100644 --- a/clients/client-mq/package.json +++ b/clients/client-mq/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-mq/tsconfig.json b/clients/client-mq/tsconfig.cjs.json similarity index 100% rename from clients/client-mq/tsconfig.json rename to clients/client-mq/tsconfig.cjs.json diff --git a/clients/client-mturk/package.json b/clients/client-mturk/package.json index e33fb9e9f2422..9b093ee3a8727 100644 --- a/clients/client-mturk/package.json +++ b/clients/client-mturk/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-mturk/tsconfig.json b/clients/client-mturk/tsconfig.cjs.json similarity index 100% rename from clients/client-mturk/tsconfig.json rename to clients/client-mturk/tsconfig.cjs.json diff --git a/clients/client-mwaa/package.json b/clients/client-mwaa/package.json index 1b5fa7b5d58c6..a0d2f9c6d4b36 100644 --- a/clients/client-mwaa/package.json +++ b/clients/client-mwaa/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-mwaa/tsconfig.json b/clients/client-mwaa/tsconfig.cjs.json similarity index 100% rename from clients/client-mwaa/tsconfig.json rename to clients/client-mwaa/tsconfig.cjs.json diff --git a/clients/client-neptune/package.json b/clients/client-neptune/package.json index f8ff2b046ebe6..b2c3603da656d 100644 --- a/clients/client-neptune/package.json +++ b/clients/client-neptune/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-neptune/tsconfig.json b/clients/client-neptune/tsconfig.cjs.json similarity index 100% rename from clients/client-neptune/tsconfig.json rename to clients/client-neptune/tsconfig.cjs.json diff --git a/clients/client-network-firewall/package.json b/clients/client-network-firewall/package.json index 7377e4bf9f2f0..5f056745f8f9e 100644 --- a/clients/client-network-firewall/package.json +++ b/clients/client-network-firewall/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-network-firewall/tsconfig.json b/clients/client-network-firewall/tsconfig.cjs.json similarity index 100% rename from clients/client-network-firewall/tsconfig.json rename to clients/client-network-firewall/tsconfig.cjs.json diff --git a/clients/client-networkmanager/package.json b/clients/client-networkmanager/package.json index d35b529c20b64..fd0db7cbf8094 100644 --- a/clients/client-networkmanager/package.json +++ b/clients/client-networkmanager/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-networkmanager/tsconfig.json b/clients/client-networkmanager/tsconfig.cjs.json similarity index 100% rename from clients/client-networkmanager/tsconfig.json rename to clients/client-networkmanager/tsconfig.cjs.json diff --git a/clients/client-nimble/package.json b/clients/client-nimble/package.json index 44ae8649af239..4995b7545f8c2 100644 --- a/clients/client-nimble/package.json +++ b/clients/client-nimble/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-nimble/tsconfig.json b/clients/client-nimble/tsconfig.cjs.json similarity index 100% rename from clients/client-nimble/tsconfig.json rename to clients/client-nimble/tsconfig.cjs.json diff --git a/clients/client-opensearch/package.json b/clients/client-opensearch/package.json index 50411d15997cf..a17c035a44e82 100644 --- a/clients/client-opensearch/package.json +++ b/clients/client-opensearch/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-opensearch/tsconfig.json b/clients/client-opensearch/tsconfig.cjs.json similarity index 100% rename from clients/client-opensearch/tsconfig.json rename to clients/client-opensearch/tsconfig.cjs.json diff --git a/clients/client-opsworks/package.json b/clients/client-opsworks/package.json index 06203b8eea31e..0bb91a79aa4d4 100644 --- a/clients/client-opsworks/package.json +++ b/clients/client-opsworks/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-opsworks/tsconfig.json b/clients/client-opsworks/tsconfig.cjs.json similarity index 100% rename from clients/client-opsworks/tsconfig.json rename to clients/client-opsworks/tsconfig.cjs.json diff --git a/clients/client-opsworkscm/package.json b/clients/client-opsworkscm/package.json index 25144e1bb92d4..0af60bf570a63 100644 --- a/clients/client-opsworkscm/package.json +++ b/clients/client-opsworkscm/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-opsworkscm/tsconfig.json b/clients/client-opsworkscm/tsconfig.cjs.json similarity index 100% rename from clients/client-opsworkscm/tsconfig.json rename to clients/client-opsworkscm/tsconfig.cjs.json diff --git a/clients/client-organizations/package.json b/clients/client-organizations/package.json index 27edd6eba1737..77207fc0eefcd 100644 --- a/clients/client-organizations/package.json +++ b/clients/client-organizations/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-organizations/tsconfig.json b/clients/client-organizations/tsconfig.cjs.json similarity index 100% rename from clients/client-organizations/tsconfig.json rename to clients/client-organizations/tsconfig.cjs.json diff --git a/clients/client-outposts/package.json b/clients/client-outposts/package.json index 49e5359555d7d..804f030ec3dfb 100644 --- a/clients/client-outposts/package.json +++ b/clients/client-outposts/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-outposts/tsconfig.json b/clients/client-outposts/tsconfig.cjs.json similarity index 100% rename from clients/client-outposts/tsconfig.json rename to clients/client-outposts/tsconfig.cjs.json diff --git a/clients/client-panorama/package.json b/clients/client-panorama/package.json index 80248b8bdb1e6..dc6a38cfcbffb 100644 --- a/clients/client-panorama/package.json +++ b/clients/client-panorama/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-panorama/tsconfig.json b/clients/client-panorama/tsconfig.cjs.json similarity index 100% rename from clients/client-panorama/tsconfig.json rename to clients/client-panorama/tsconfig.cjs.json diff --git a/clients/client-personalize-events/package.json b/clients/client-personalize-events/package.json index 1e6f43dc94ccb..589300ad680ef 100644 --- a/clients/client-personalize-events/package.json +++ b/clients/client-personalize-events/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-personalize-events/tsconfig.json b/clients/client-personalize-events/tsconfig.cjs.json similarity index 100% rename from clients/client-personalize-events/tsconfig.json rename to clients/client-personalize-events/tsconfig.cjs.json diff --git a/clients/client-personalize-runtime/package.json b/clients/client-personalize-runtime/package.json index 47b049f037cab..d1eae29a9731c 100644 --- a/clients/client-personalize-runtime/package.json +++ b/clients/client-personalize-runtime/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-personalize-runtime/tsconfig.json b/clients/client-personalize-runtime/tsconfig.cjs.json similarity index 100% rename from clients/client-personalize-runtime/tsconfig.json rename to clients/client-personalize-runtime/tsconfig.cjs.json diff --git a/clients/client-personalize/package.json b/clients/client-personalize/package.json index b9834ef04a887..0e9e6a2c9d507 100644 --- a/clients/client-personalize/package.json +++ b/clients/client-personalize/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-personalize/tsconfig.json b/clients/client-personalize/tsconfig.cjs.json similarity index 100% rename from clients/client-personalize/tsconfig.json rename to clients/client-personalize/tsconfig.cjs.json diff --git a/clients/client-pi/package.json b/clients/client-pi/package.json index 7b45b530a514f..a1ca0f1857c9a 100644 --- a/clients/client-pi/package.json +++ b/clients/client-pi/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-pi/tsconfig.json b/clients/client-pi/tsconfig.cjs.json similarity index 100% rename from clients/client-pi/tsconfig.json rename to clients/client-pi/tsconfig.cjs.json diff --git a/clients/client-pinpoint-email/package.json b/clients/client-pinpoint-email/package.json index e9182b9c156fc..1bad3c94d4bf2 100644 --- a/clients/client-pinpoint-email/package.json +++ b/clients/client-pinpoint-email/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-pinpoint-email/tsconfig.json b/clients/client-pinpoint-email/tsconfig.cjs.json similarity index 100% rename from clients/client-pinpoint-email/tsconfig.json rename to clients/client-pinpoint-email/tsconfig.cjs.json diff --git a/clients/client-pinpoint-sms-voice/package.json b/clients/client-pinpoint-sms-voice/package.json index 155dc246f4464..08f7a03336a6a 100644 --- a/clients/client-pinpoint-sms-voice/package.json +++ b/clients/client-pinpoint-sms-voice/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-pinpoint-sms-voice/tsconfig.json b/clients/client-pinpoint-sms-voice/tsconfig.cjs.json similarity index 100% rename from clients/client-pinpoint-sms-voice/tsconfig.json rename to clients/client-pinpoint-sms-voice/tsconfig.cjs.json diff --git a/clients/client-pinpoint/package.json b/clients/client-pinpoint/package.json index ffd09ccf21d80..48d38fb89b786 100644 --- a/clients/client-pinpoint/package.json +++ b/clients/client-pinpoint/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-pinpoint/tsconfig.json b/clients/client-pinpoint/tsconfig.cjs.json similarity index 100% rename from clients/client-pinpoint/tsconfig.json rename to clients/client-pinpoint/tsconfig.cjs.json diff --git a/clients/client-polly/package.json b/clients/client-polly/package.json index 9e33e6a7afe12..6b96f8aea77ad 100644 --- a/clients/client-polly/package.json +++ b/clients/client-polly/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-polly/tsconfig.json b/clients/client-polly/tsconfig.cjs.json similarity index 100% rename from clients/client-polly/tsconfig.json rename to clients/client-polly/tsconfig.cjs.json diff --git a/clients/client-pricing/package.json b/clients/client-pricing/package.json index c4dd00960ac85..c3d8c3e32a000 100644 --- a/clients/client-pricing/package.json +++ b/clients/client-pricing/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-pricing/tsconfig.json b/clients/client-pricing/tsconfig.cjs.json similarity index 100% rename from clients/client-pricing/tsconfig.json rename to clients/client-pricing/tsconfig.cjs.json diff --git a/clients/client-proton/package.json b/clients/client-proton/package.json index 2a5d1d5fa9a38..dece2550d55d6 100644 --- a/clients/client-proton/package.json +++ b/clients/client-proton/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-proton/tsconfig.json b/clients/client-proton/tsconfig.cjs.json similarity index 100% rename from clients/client-proton/tsconfig.json rename to clients/client-proton/tsconfig.cjs.json diff --git a/clients/client-qldb-session/package.json b/clients/client-qldb-session/package.json index a8fa1fa659afd..d7b6cd3052c01 100644 --- a/clients/client-qldb-session/package.json +++ b/clients/client-qldb-session/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-qldb-session/tsconfig.json b/clients/client-qldb-session/tsconfig.cjs.json similarity index 100% rename from clients/client-qldb-session/tsconfig.json rename to clients/client-qldb-session/tsconfig.cjs.json diff --git a/clients/client-qldb/package.json b/clients/client-qldb/package.json index c72d3b438a11e..65735dd5b47f6 100644 --- a/clients/client-qldb/package.json +++ b/clients/client-qldb/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-qldb/tsconfig.json b/clients/client-qldb/tsconfig.cjs.json similarity index 100% rename from clients/client-qldb/tsconfig.json rename to clients/client-qldb/tsconfig.cjs.json diff --git a/clients/client-quicksight/package.json b/clients/client-quicksight/package.json index 827804442be4e..c846dc52dfaa6 100644 --- a/clients/client-quicksight/package.json +++ b/clients/client-quicksight/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-quicksight/tsconfig.json b/clients/client-quicksight/tsconfig.cjs.json similarity index 100% rename from clients/client-quicksight/tsconfig.json rename to clients/client-quicksight/tsconfig.cjs.json diff --git a/clients/client-ram/package.json b/clients/client-ram/package.json index f6c34058eec64..42856d4f20d90 100644 --- a/clients/client-ram/package.json +++ b/clients/client-ram/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-ram/tsconfig.json b/clients/client-ram/tsconfig.cjs.json similarity index 100% rename from clients/client-ram/tsconfig.json rename to clients/client-ram/tsconfig.cjs.json diff --git a/clients/client-rbin/package.json b/clients/client-rbin/package.json index 1b47689e9a5e0..6988922e9d13e 100644 --- a/clients/client-rbin/package.json +++ b/clients/client-rbin/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-rbin/tsconfig.json b/clients/client-rbin/tsconfig.cjs.json similarity index 100% rename from clients/client-rbin/tsconfig.json rename to clients/client-rbin/tsconfig.cjs.json diff --git a/clients/client-rds-data/package.json b/clients/client-rds-data/package.json index d80bd95fc5bae..a665617eb723a 100644 --- a/clients/client-rds-data/package.json +++ b/clients/client-rds-data/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-rds-data/tsconfig.json b/clients/client-rds-data/tsconfig.cjs.json similarity index 100% rename from clients/client-rds-data/tsconfig.json rename to clients/client-rds-data/tsconfig.cjs.json diff --git a/clients/client-rds/package.json b/clients/client-rds/package.json index f13633cbe6d4c..e20b0304fbbf1 100644 --- a/clients/client-rds/package.json +++ b/clients/client-rds/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-rds/tsconfig.json b/clients/client-rds/tsconfig.cjs.json similarity index 100% rename from clients/client-rds/tsconfig.json rename to clients/client-rds/tsconfig.cjs.json diff --git a/clients/client-redshift-data/package.json b/clients/client-redshift-data/package.json index d57bcf6602904..5c8a52ca42cdd 100644 --- a/clients/client-redshift-data/package.json +++ b/clients/client-redshift-data/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-redshift-data/tsconfig.json b/clients/client-redshift-data/tsconfig.cjs.json similarity index 100% rename from clients/client-redshift-data/tsconfig.json rename to clients/client-redshift-data/tsconfig.cjs.json diff --git a/clients/client-redshift/package.json b/clients/client-redshift/package.json index b874d2d56297a..6734a6db20f49 100644 --- a/clients/client-redshift/package.json +++ b/clients/client-redshift/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-redshift/tsconfig.json b/clients/client-redshift/tsconfig.cjs.json similarity index 100% rename from clients/client-redshift/tsconfig.json rename to clients/client-redshift/tsconfig.cjs.json diff --git a/clients/client-rekognition/package.json b/clients/client-rekognition/package.json index ce142ee0b2da7..605892f7db476 100644 --- a/clients/client-rekognition/package.json +++ b/clients/client-rekognition/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-rekognition/tsconfig.json b/clients/client-rekognition/tsconfig.cjs.json similarity index 100% rename from clients/client-rekognition/tsconfig.json rename to clients/client-rekognition/tsconfig.cjs.json diff --git a/clients/client-resiliencehub/package.json b/clients/client-resiliencehub/package.json index 6c7b1a898a83e..4b659bc5425af 100644 --- a/clients/client-resiliencehub/package.json +++ b/clients/client-resiliencehub/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-resiliencehub/tsconfig.json b/clients/client-resiliencehub/tsconfig.cjs.json similarity index 100% rename from clients/client-resiliencehub/tsconfig.json rename to clients/client-resiliencehub/tsconfig.cjs.json diff --git a/clients/client-resource-groups-tagging-api/package.json b/clients/client-resource-groups-tagging-api/package.json index 801c4a31a04b0..20f89a7da8a1a 100644 --- a/clients/client-resource-groups-tagging-api/package.json +++ b/clients/client-resource-groups-tagging-api/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-resource-groups-tagging-api/tsconfig.json b/clients/client-resource-groups-tagging-api/tsconfig.cjs.json similarity index 100% rename from clients/client-resource-groups-tagging-api/tsconfig.json rename to clients/client-resource-groups-tagging-api/tsconfig.cjs.json diff --git a/clients/client-resource-groups/package.json b/clients/client-resource-groups/package.json index 841053d8fb949..21d9291a289dc 100644 --- a/clients/client-resource-groups/package.json +++ b/clients/client-resource-groups/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-resource-groups/tsconfig.json b/clients/client-resource-groups/tsconfig.cjs.json similarity index 100% rename from clients/client-resource-groups/tsconfig.json rename to clients/client-resource-groups/tsconfig.cjs.json diff --git a/clients/client-robomaker/package.json b/clients/client-robomaker/package.json index a9609806880b6..1d0b85fe562cb 100644 --- a/clients/client-robomaker/package.json +++ b/clients/client-robomaker/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-robomaker/tsconfig.json b/clients/client-robomaker/tsconfig.cjs.json similarity index 100% rename from clients/client-robomaker/tsconfig.json rename to clients/client-robomaker/tsconfig.cjs.json diff --git a/clients/client-route-53-domains/package.json b/clients/client-route-53-domains/package.json index 7ef58ecdabfdf..fd681023f3b83 100644 --- a/clients/client-route-53-domains/package.json +++ b/clients/client-route-53-domains/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-route-53-domains/tsconfig.json b/clients/client-route-53-domains/tsconfig.cjs.json similarity index 100% rename from clients/client-route-53-domains/tsconfig.json rename to clients/client-route-53-domains/tsconfig.cjs.json diff --git a/clients/client-route-53/package.json b/clients/client-route-53/package.json index 1dd0d1599bed4..15ea1c0bc2fbb 100644 --- a/clients/client-route-53/package.json +++ b/clients/client-route-53/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-route-53/tsconfig.json b/clients/client-route-53/tsconfig.cjs.json similarity index 100% rename from clients/client-route-53/tsconfig.json rename to clients/client-route-53/tsconfig.cjs.json diff --git a/clients/client-route53-recovery-cluster/package.json b/clients/client-route53-recovery-cluster/package.json index 6253cb408b718..4749dba724cc6 100644 --- a/clients/client-route53-recovery-cluster/package.json +++ b/clients/client-route53-recovery-cluster/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-route53-recovery-cluster/tsconfig.json b/clients/client-route53-recovery-cluster/tsconfig.cjs.json similarity index 100% rename from clients/client-route53-recovery-cluster/tsconfig.json rename to clients/client-route53-recovery-cluster/tsconfig.cjs.json diff --git a/clients/client-route53-recovery-control-config/package.json b/clients/client-route53-recovery-control-config/package.json index 1a6b40c4d48ef..8e7c89d88bf18 100644 --- a/clients/client-route53-recovery-control-config/package.json +++ b/clients/client-route53-recovery-control-config/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-route53-recovery-control-config/tsconfig.json b/clients/client-route53-recovery-control-config/tsconfig.cjs.json similarity index 100% rename from clients/client-route53-recovery-control-config/tsconfig.json rename to clients/client-route53-recovery-control-config/tsconfig.cjs.json diff --git a/clients/client-route53-recovery-readiness/package.json b/clients/client-route53-recovery-readiness/package.json index 85033a3d4eea4..dff3bb07f918b 100644 --- a/clients/client-route53-recovery-readiness/package.json +++ b/clients/client-route53-recovery-readiness/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-route53-recovery-readiness/tsconfig.json b/clients/client-route53-recovery-readiness/tsconfig.cjs.json similarity index 100% rename from clients/client-route53-recovery-readiness/tsconfig.json rename to clients/client-route53-recovery-readiness/tsconfig.cjs.json diff --git a/clients/client-route53resolver/package.json b/clients/client-route53resolver/package.json index 62aded5aad3f5..94163b721e698 100644 --- a/clients/client-route53resolver/package.json +++ b/clients/client-route53resolver/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-route53resolver/tsconfig.json b/clients/client-route53resolver/tsconfig.cjs.json similarity index 100% rename from clients/client-route53resolver/tsconfig.json rename to clients/client-route53resolver/tsconfig.cjs.json diff --git a/clients/client-rum/package.json b/clients/client-rum/package.json index fc5098a8991be..acdee05fbf993 100644 --- a/clients/client-rum/package.json +++ b/clients/client-rum/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-rum/tsconfig.json b/clients/client-rum/tsconfig.cjs.json similarity index 100% rename from clients/client-rum/tsconfig.json rename to clients/client-rum/tsconfig.cjs.json diff --git a/clients/client-s3-control/package.json b/clients/client-s3-control/package.json index c87ebac6e45a8..1ffd10c73bc1a 100644 --- a/clients/client-s3-control/package.json +++ b/clients/client-s3-control/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-s3-control/tsconfig.json b/clients/client-s3-control/tsconfig.cjs.json similarity index 100% rename from clients/client-s3-control/tsconfig.json rename to clients/client-s3-control/tsconfig.cjs.json diff --git a/clients/client-s3/package.json b/clients/client-s3/package.json index f59cf2e80afef..cf4eafcf8928e 100644 --- a/clients/client-s3/package.json +++ b/clients/client-s3/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-s3/tsconfig.json b/clients/client-s3/tsconfig.cjs.json similarity index 100% rename from clients/client-s3/tsconfig.json rename to clients/client-s3/tsconfig.cjs.json diff --git a/clients/client-s3outposts/package.json b/clients/client-s3outposts/package.json index 6c16c8d1264c0..f837d47f1171b 100644 --- a/clients/client-s3outposts/package.json +++ b/clients/client-s3outposts/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-s3outposts/tsconfig.json b/clients/client-s3outposts/tsconfig.cjs.json similarity index 100% rename from clients/client-s3outposts/tsconfig.json rename to clients/client-s3outposts/tsconfig.cjs.json diff --git a/clients/client-sagemaker-a2i-runtime/package.json b/clients/client-sagemaker-a2i-runtime/package.json index 15ddc13fc318a..f7fe3f2219fdf 100644 --- a/clients/client-sagemaker-a2i-runtime/package.json +++ b/clients/client-sagemaker-a2i-runtime/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-sagemaker-a2i-runtime/tsconfig.json b/clients/client-sagemaker-a2i-runtime/tsconfig.cjs.json similarity index 100% rename from clients/client-sagemaker-a2i-runtime/tsconfig.json rename to clients/client-sagemaker-a2i-runtime/tsconfig.cjs.json diff --git a/clients/client-sagemaker-edge/package.json b/clients/client-sagemaker-edge/package.json index afe5098dafe1d..3613852e0057b 100644 --- a/clients/client-sagemaker-edge/package.json +++ b/clients/client-sagemaker-edge/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-sagemaker-edge/tsconfig.json b/clients/client-sagemaker-edge/tsconfig.cjs.json similarity index 100% rename from clients/client-sagemaker-edge/tsconfig.json rename to clients/client-sagemaker-edge/tsconfig.cjs.json diff --git a/clients/client-sagemaker-featurestore-runtime/package.json b/clients/client-sagemaker-featurestore-runtime/package.json index fab9c16f15a37..3a1c3e1156dc9 100644 --- a/clients/client-sagemaker-featurestore-runtime/package.json +++ b/clients/client-sagemaker-featurestore-runtime/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-sagemaker-featurestore-runtime/tsconfig.json b/clients/client-sagemaker-featurestore-runtime/tsconfig.cjs.json similarity index 100% rename from clients/client-sagemaker-featurestore-runtime/tsconfig.json rename to clients/client-sagemaker-featurestore-runtime/tsconfig.cjs.json diff --git a/clients/client-sagemaker-runtime/package.json b/clients/client-sagemaker-runtime/package.json index 429dc81f23406..b93ccee3a198a 100644 --- a/clients/client-sagemaker-runtime/package.json +++ b/clients/client-sagemaker-runtime/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-sagemaker-runtime/tsconfig.json b/clients/client-sagemaker-runtime/tsconfig.cjs.json similarity index 100% rename from clients/client-sagemaker-runtime/tsconfig.json rename to clients/client-sagemaker-runtime/tsconfig.cjs.json diff --git a/clients/client-sagemaker/package.json b/clients/client-sagemaker/package.json index 3212886d6adaa..79824bf5077cf 100644 --- a/clients/client-sagemaker/package.json +++ b/clients/client-sagemaker/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-sagemaker/tsconfig.json b/clients/client-sagemaker/tsconfig.cjs.json similarity index 100% rename from clients/client-sagemaker/tsconfig.json rename to clients/client-sagemaker/tsconfig.cjs.json diff --git a/clients/client-savingsplans/package.json b/clients/client-savingsplans/package.json index 1015e0b1a31d7..d6f93c5aa61e8 100644 --- a/clients/client-savingsplans/package.json +++ b/clients/client-savingsplans/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-savingsplans/tsconfig.json b/clients/client-savingsplans/tsconfig.cjs.json similarity index 100% rename from clients/client-savingsplans/tsconfig.json rename to clients/client-savingsplans/tsconfig.cjs.json diff --git a/clients/client-schemas/package.json b/clients/client-schemas/package.json index 6b80990b591c5..862dfd99ddd95 100644 --- a/clients/client-schemas/package.json +++ b/clients/client-schemas/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-schemas/tsconfig.json b/clients/client-schemas/tsconfig.cjs.json similarity index 100% rename from clients/client-schemas/tsconfig.json rename to clients/client-schemas/tsconfig.cjs.json diff --git a/clients/client-secrets-manager/package.json b/clients/client-secrets-manager/package.json index c2a47ac06c2c9..95580c5dd0fa7 100644 --- a/clients/client-secrets-manager/package.json +++ b/clients/client-secrets-manager/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-secrets-manager/tsconfig.json b/clients/client-secrets-manager/tsconfig.cjs.json similarity index 100% rename from clients/client-secrets-manager/tsconfig.json rename to clients/client-secrets-manager/tsconfig.cjs.json diff --git a/clients/client-securityhub/package.json b/clients/client-securityhub/package.json index ff8b310c7b0b1..0cf29bfa21e9c 100644 --- a/clients/client-securityhub/package.json +++ b/clients/client-securityhub/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-securityhub/tsconfig.json b/clients/client-securityhub/tsconfig.cjs.json similarity index 100% rename from clients/client-securityhub/tsconfig.json rename to clients/client-securityhub/tsconfig.cjs.json diff --git a/clients/client-serverlessapplicationrepository/package.json b/clients/client-serverlessapplicationrepository/package.json index a7abb358d744c..cd3a59e167f9e 100644 --- a/clients/client-serverlessapplicationrepository/package.json +++ b/clients/client-serverlessapplicationrepository/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-serverlessapplicationrepository/tsconfig.json b/clients/client-serverlessapplicationrepository/tsconfig.cjs.json similarity index 100% rename from clients/client-serverlessapplicationrepository/tsconfig.json rename to clients/client-serverlessapplicationrepository/tsconfig.cjs.json diff --git a/clients/client-service-catalog-appregistry/package.json b/clients/client-service-catalog-appregistry/package.json index 8fe3c17e0fdff..c4329a3a44e58 100644 --- a/clients/client-service-catalog-appregistry/package.json +++ b/clients/client-service-catalog-appregistry/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-service-catalog-appregistry/tsconfig.json b/clients/client-service-catalog-appregistry/tsconfig.cjs.json similarity index 100% rename from clients/client-service-catalog-appregistry/tsconfig.json rename to clients/client-service-catalog-appregistry/tsconfig.cjs.json diff --git a/clients/client-service-catalog/package.json b/clients/client-service-catalog/package.json index 3ae1ee81a6569..5b6f265ebfd7d 100644 --- a/clients/client-service-catalog/package.json +++ b/clients/client-service-catalog/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-service-catalog/tsconfig.json b/clients/client-service-catalog/tsconfig.cjs.json similarity index 100% rename from clients/client-service-catalog/tsconfig.json rename to clients/client-service-catalog/tsconfig.cjs.json diff --git a/clients/client-service-quotas/package.json b/clients/client-service-quotas/package.json index 6a6e281459a2b..4751c682e7d8f 100644 --- a/clients/client-service-quotas/package.json +++ b/clients/client-service-quotas/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-service-quotas/tsconfig.json b/clients/client-service-quotas/tsconfig.cjs.json similarity index 100% rename from clients/client-service-quotas/tsconfig.json rename to clients/client-service-quotas/tsconfig.cjs.json diff --git a/clients/client-servicediscovery/package.json b/clients/client-servicediscovery/package.json index 6ce43d130d0fe..c40bb938afe5c 100644 --- a/clients/client-servicediscovery/package.json +++ b/clients/client-servicediscovery/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-servicediscovery/tsconfig.json b/clients/client-servicediscovery/tsconfig.cjs.json similarity index 100% rename from clients/client-servicediscovery/tsconfig.json rename to clients/client-servicediscovery/tsconfig.cjs.json diff --git a/clients/client-ses/package.json b/clients/client-ses/package.json index 3265a210ca269..94af1131a2881 100644 --- a/clients/client-ses/package.json +++ b/clients/client-ses/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-ses/tsconfig.json b/clients/client-ses/tsconfig.cjs.json similarity index 100% rename from clients/client-ses/tsconfig.json rename to clients/client-ses/tsconfig.cjs.json diff --git a/clients/client-sesv2/package.json b/clients/client-sesv2/package.json index f8973d468d041..b7686b272d582 100644 --- a/clients/client-sesv2/package.json +++ b/clients/client-sesv2/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-sesv2/tsconfig.json b/clients/client-sesv2/tsconfig.cjs.json similarity index 100% rename from clients/client-sesv2/tsconfig.json rename to clients/client-sesv2/tsconfig.cjs.json diff --git a/clients/client-sfn/package.json b/clients/client-sfn/package.json index 223faede02547..bcdb4541c0d69 100644 --- a/clients/client-sfn/package.json +++ b/clients/client-sfn/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-sfn/tsconfig.json b/clients/client-sfn/tsconfig.cjs.json similarity index 100% rename from clients/client-sfn/tsconfig.json rename to clients/client-sfn/tsconfig.cjs.json diff --git a/clients/client-shield/package.json b/clients/client-shield/package.json index af95d94a22002..baf8434cd5588 100644 --- a/clients/client-shield/package.json +++ b/clients/client-shield/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-shield/tsconfig.json b/clients/client-shield/tsconfig.cjs.json similarity index 100% rename from clients/client-shield/tsconfig.json rename to clients/client-shield/tsconfig.cjs.json diff --git a/clients/client-signer/package.json b/clients/client-signer/package.json index 7ea5296484a87..ae8e8186c033d 100644 --- a/clients/client-signer/package.json +++ b/clients/client-signer/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-signer/tsconfig.json b/clients/client-signer/tsconfig.cjs.json similarity index 100% rename from clients/client-signer/tsconfig.json rename to clients/client-signer/tsconfig.cjs.json diff --git a/clients/client-sms/package.json b/clients/client-sms/package.json index da26049a8f0e9..0d89a94e74ecd 100644 --- a/clients/client-sms/package.json +++ b/clients/client-sms/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-sms/tsconfig.json b/clients/client-sms/tsconfig.cjs.json similarity index 100% rename from clients/client-sms/tsconfig.json rename to clients/client-sms/tsconfig.cjs.json diff --git a/clients/client-snow-device-management/package.json b/clients/client-snow-device-management/package.json index fb601d6d2540d..227663ae867d1 100644 --- a/clients/client-snow-device-management/package.json +++ b/clients/client-snow-device-management/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-snow-device-management/tsconfig.json b/clients/client-snow-device-management/tsconfig.cjs.json similarity index 100% rename from clients/client-snow-device-management/tsconfig.json rename to clients/client-snow-device-management/tsconfig.cjs.json diff --git a/clients/client-snowball/package.json b/clients/client-snowball/package.json index c0fc1f82bac5c..c7fdda59943dc 100644 --- a/clients/client-snowball/package.json +++ b/clients/client-snowball/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-snowball/tsconfig.json b/clients/client-snowball/tsconfig.cjs.json similarity index 100% rename from clients/client-snowball/tsconfig.json rename to clients/client-snowball/tsconfig.cjs.json diff --git a/clients/client-sns/package.json b/clients/client-sns/package.json index 3044353720838..e39193095de60 100644 --- a/clients/client-sns/package.json +++ b/clients/client-sns/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-sns/tsconfig.json b/clients/client-sns/tsconfig.cjs.json similarity index 100% rename from clients/client-sns/tsconfig.json rename to clients/client-sns/tsconfig.cjs.json diff --git a/clients/client-sqs/package.json b/clients/client-sqs/package.json index f7817c5bf31dc..e9b48e09994e6 100644 --- a/clients/client-sqs/package.json +++ b/clients/client-sqs/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-sqs/tsconfig.json b/clients/client-sqs/tsconfig.cjs.json similarity index 100% rename from clients/client-sqs/tsconfig.json rename to clients/client-sqs/tsconfig.cjs.json diff --git a/clients/client-ssm-contacts/package.json b/clients/client-ssm-contacts/package.json index 4e4096bfd6052..60b1b95b3ab43 100644 --- a/clients/client-ssm-contacts/package.json +++ b/clients/client-ssm-contacts/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-ssm-contacts/tsconfig.json b/clients/client-ssm-contacts/tsconfig.cjs.json similarity index 100% rename from clients/client-ssm-contacts/tsconfig.json rename to clients/client-ssm-contacts/tsconfig.cjs.json diff --git a/clients/client-ssm-incidents/package.json b/clients/client-ssm-incidents/package.json index 275999c4f2c1d..a2940fbee83c6 100644 --- a/clients/client-ssm-incidents/package.json +++ b/clients/client-ssm-incidents/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-ssm-incidents/tsconfig.json b/clients/client-ssm-incidents/tsconfig.cjs.json similarity index 100% rename from clients/client-ssm-incidents/tsconfig.json rename to clients/client-ssm-incidents/tsconfig.cjs.json diff --git a/clients/client-ssm/package.json b/clients/client-ssm/package.json index 5979a19b86507..59f197f40b611 100644 --- a/clients/client-ssm/package.json +++ b/clients/client-ssm/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-ssm/tsconfig.json b/clients/client-ssm/tsconfig.cjs.json similarity index 100% rename from clients/client-ssm/tsconfig.json rename to clients/client-ssm/tsconfig.cjs.json diff --git a/clients/client-sso-admin/package.json b/clients/client-sso-admin/package.json index b6357404a4346..a23523fee580b 100644 --- a/clients/client-sso-admin/package.json +++ b/clients/client-sso-admin/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-sso-admin/tsconfig.json b/clients/client-sso-admin/tsconfig.cjs.json similarity index 100% rename from clients/client-sso-admin/tsconfig.json rename to clients/client-sso-admin/tsconfig.cjs.json diff --git a/clients/client-sso-oidc/package.json b/clients/client-sso-oidc/package.json index 1eadc0c5c1b0c..3fa01a9761e21 100644 --- a/clients/client-sso-oidc/package.json +++ b/clients/client-sso-oidc/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-sso-oidc/tsconfig.json b/clients/client-sso-oidc/tsconfig.cjs.json similarity index 100% rename from clients/client-sso-oidc/tsconfig.json rename to clients/client-sso-oidc/tsconfig.cjs.json diff --git a/clients/client-sso/package.json b/clients/client-sso/package.json index 580f7dc2d281c..c697ffd81dbae 100644 --- a/clients/client-sso/package.json +++ b/clients/client-sso/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-sso/tsconfig.json b/clients/client-sso/tsconfig.cjs.json similarity index 100% rename from clients/client-sso/tsconfig.json rename to clients/client-sso/tsconfig.cjs.json diff --git a/clients/client-storage-gateway/package.json b/clients/client-storage-gateway/package.json index a7e681681c402..03fcf0a45f007 100644 --- a/clients/client-storage-gateway/package.json +++ b/clients/client-storage-gateway/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-storage-gateway/tsconfig.json b/clients/client-storage-gateway/tsconfig.cjs.json similarity index 100% rename from clients/client-storage-gateway/tsconfig.json rename to clients/client-storage-gateway/tsconfig.cjs.json diff --git a/clients/client-sts/package.json b/clients/client-sts/package.json index 10836bae55a23..e4bf1a26e99fd 100644 --- a/clients/client-sts/package.json +++ b/clients/client-sts/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-sts/tsconfig.json b/clients/client-sts/tsconfig.cjs.json similarity index 100% rename from clients/client-sts/tsconfig.json rename to clients/client-sts/tsconfig.cjs.json diff --git a/clients/client-support/package.json b/clients/client-support/package.json index 4b0baa5964b04..f62394d8c780d 100644 --- a/clients/client-support/package.json +++ b/clients/client-support/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-support/tsconfig.json b/clients/client-support/tsconfig.cjs.json similarity index 100% rename from clients/client-support/tsconfig.json rename to clients/client-support/tsconfig.cjs.json diff --git a/clients/client-swf/package.json b/clients/client-swf/package.json index 8a9dfb34fa969..415e8eab4c0a9 100644 --- a/clients/client-swf/package.json +++ b/clients/client-swf/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-swf/tsconfig.json b/clients/client-swf/tsconfig.cjs.json similarity index 100% rename from clients/client-swf/tsconfig.json rename to clients/client-swf/tsconfig.cjs.json diff --git a/clients/client-synthetics/package.json b/clients/client-synthetics/package.json index fe2075d4024b6..7c72b0ffdb4af 100644 --- a/clients/client-synthetics/package.json +++ b/clients/client-synthetics/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-synthetics/tsconfig.json b/clients/client-synthetics/tsconfig.cjs.json similarity index 100% rename from clients/client-synthetics/tsconfig.json rename to clients/client-synthetics/tsconfig.cjs.json diff --git a/clients/client-textract/package.json b/clients/client-textract/package.json index a3f475e64132c..2332887f93d40 100644 --- a/clients/client-textract/package.json +++ b/clients/client-textract/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-textract/tsconfig.json b/clients/client-textract/tsconfig.cjs.json similarity index 100% rename from clients/client-textract/tsconfig.json rename to clients/client-textract/tsconfig.cjs.json diff --git a/clients/client-timestream-query/package.json b/clients/client-timestream-query/package.json index 580fb98ce9ba5..fc56dc09f3090 100644 --- a/clients/client-timestream-query/package.json +++ b/clients/client-timestream-query/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-timestream-query/tsconfig.json b/clients/client-timestream-query/tsconfig.cjs.json similarity index 100% rename from clients/client-timestream-query/tsconfig.json rename to clients/client-timestream-query/tsconfig.cjs.json diff --git a/clients/client-timestream-write/package.json b/clients/client-timestream-write/package.json index 5557d1166daa7..8a6798b82004d 100644 --- a/clients/client-timestream-write/package.json +++ b/clients/client-timestream-write/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-timestream-write/tsconfig.json b/clients/client-timestream-write/tsconfig.cjs.json similarity index 100% rename from clients/client-timestream-write/tsconfig.json rename to clients/client-timestream-write/tsconfig.cjs.json diff --git a/clients/client-transcribe-streaming/package.json b/clients/client-transcribe-streaming/package.json index bf06d5b9ac0cf..9b2827db1e8a1 100644 --- a/clients/client-transcribe-streaming/package.json +++ b/clients/client-transcribe-streaming/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-transcribe-streaming/tsconfig.json b/clients/client-transcribe-streaming/tsconfig.cjs.json similarity index 100% rename from clients/client-transcribe-streaming/tsconfig.json rename to clients/client-transcribe-streaming/tsconfig.cjs.json diff --git a/clients/client-transcribe/package.json b/clients/client-transcribe/package.json index 511c816bd5c0f..abebcfc38c530 100644 --- a/clients/client-transcribe/package.json +++ b/clients/client-transcribe/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-transcribe/tsconfig.json b/clients/client-transcribe/tsconfig.cjs.json similarity index 100% rename from clients/client-transcribe/tsconfig.json rename to clients/client-transcribe/tsconfig.cjs.json diff --git a/clients/client-transfer/package.json b/clients/client-transfer/package.json index e2936ba72f533..2e97f4539b9ef 100644 --- a/clients/client-transfer/package.json +++ b/clients/client-transfer/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-transfer/tsconfig.json b/clients/client-transfer/tsconfig.cjs.json similarity index 100% rename from clients/client-transfer/tsconfig.json rename to clients/client-transfer/tsconfig.cjs.json diff --git a/clients/client-translate/package.json b/clients/client-translate/package.json index 7aac1dfc43e5c..7a2fa5ed78a7b 100644 --- a/clients/client-translate/package.json +++ b/clients/client-translate/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-translate/tsconfig.json b/clients/client-translate/tsconfig.cjs.json similarity index 100% rename from clients/client-translate/tsconfig.json rename to clients/client-translate/tsconfig.cjs.json diff --git a/clients/client-voice-id/package.json b/clients/client-voice-id/package.json index b4cba5740e4c7..d60af28295c1c 100644 --- a/clients/client-voice-id/package.json +++ b/clients/client-voice-id/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-voice-id/tsconfig.json b/clients/client-voice-id/tsconfig.cjs.json similarity index 100% rename from clients/client-voice-id/tsconfig.json rename to clients/client-voice-id/tsconfig.cjs.json diff --git a/clients/client-waf-regional/package.json b/clients/client-waf-regional/package.json index 4856da3bd428b..eef2b0ba944f6 100644 --- a/clients/client-waf-regional/package.json +++ b/clients/client-waf-regional/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-waf-regional/tsconfig.json b/clients/client-waf-regional/tsconfig.cjs.json similarity index 100% rename from clients/client-waf-regional/tsconfig.json rename to clients/client-waf-regional/tsconfig.cjs.json diff --git a/clients/client-waf/package.json b/clients/client-waf/package.json index e2eb0cf6d369d..68a9f824f1dee 100644 --- a/clients/client-waf/package.json +++ b/clients/client-waf/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-waf/tsconfig.json b/clients/client-waf/tsconfig.cjs.json similarity index 100% rename from clients/client-waf/tsconfig.json rename to clients/client-waf/tsconfig.cjs.json diff --git a/clients/client-wafv2/package.json b/clients/client-wafv2/package.json index b3b9585c040dc..bd7d467823714 100644 --- a/clients/client-wafv2/package.json +++ b/clients/client-wafv2/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-wafv2/tsconfig.json b/clients/client-wafv2/tsconfig.cjs.json similarity index 100% rename from clients/client-wafv2/tsconfig.json rename to clients/client-wafv2/tsconfig.cjs.json diff --git a/clients/client-wellarchitected/package.json b/clients/client-wellarchitected/package.json index bd626e9e174f3..d90589cdb56c5 100644 --- a/clients/client-wellarchitected/package.json +++ b/clients/client-wellarchitected/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-wellarchitected/tsconfig.json b/clients/client-wellarchitected/tsconfig.cjs.json similarity index 100% rename from clients/client-wellarchitected/tsconfig.json rename to clients/client-wellarchitected/tsconfig.cjs.json diff --git a/clients/client-wisdom/package.json b/clients/client-wisdom/package.json index 3dedeb464b102..29f443283b9a2 100644 --- a/clients/client-wisdom/package.json +++ b/clients/client-wisdom/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-wisdom/tsconfig.json b/clients/client-wisdom/tsconfig.cjs.json similarity index 100% rename from clients/client-wisdom/tsconfig.json rename to clients/client-wisdom/tsconfig.cjs.json diff --git a/clients/client-workdocs/package.json b/clients/client-workdocs/package.json index 71ad0876b70ef..a9474d0d530e5 100644 --- a/clients/client-workdocs/package.json +++ b/clients/client-workdocs/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-workdocs/tsconfig.json b/clients/client-workdocs/tsconfig.cjs.json similarity index 100% rename from clients/client-workdocs/tsconfig.json rename to clients/client-workdocs/tsconfig.cjs.json diff --git a/clients/client-worklink/package.json b/clients/client-worklink/package.json index 9941d919dcae6..2d49b884d6335 100644 --- a/clients/client-worklink/package.json +++ b/clients/client-worklink/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-worklink/tsconfig.json b/clients/client-worklink/tsconfig.cjs.json similarity index 100% rename from clients/client-worklink/tsconfig.json rename to clients/client-worklink/tsconfig.cjs.json diff --git a/clients/client-workmail/package.json b/clients/client-workmail/package.json index 80e42a188d34a..66f6d5ec4d0db 100644 --- a/clients/client-workmail/package.json +++ b/clients/client-workmail/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-workmail/tsconfig.json b/clients/client-workmail/tsconfig.cjs.json similarity index 100% rename from clients/client-workmail/tsconfig.json rename to clients/client-workmail/tsconfig.cjs.json diff --git a/clients/client-workmailmessageflow/package.json b/clients/client-workmailmessageflow/package.json index 13d0492453795..96a33f7185960 100644 --- a/clients/client-workmailmessageflow/package.json +++ b/clients/client-workmailmessageflow/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-workmailmessageflow/tsconfig.json b/clients/client-workmailmessageflow/tsconfig.cjs.json similarity index 100% rename from clients/client-workmailmessageflow/tsconfig.json rename to clients/client-workmailmessageflow/tsconfig.cjs.json diff --git a/clients/client-workspaces-web/package.json b/clients/client-workspaces-web/package.json index 181312010084e..1d4f8f2739e73 100644 --- a/clients/client-workspaces-web/package.json +++ b/clients/client-workspaces-web/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-workspaces-web/tsconfig.json b/clients/client-workspaces-web/tsconfig.cjs.json similarity index 100% rename from clients/client-workspaces-web/tsconfig.json rename to clients/client-workspaces-web/tsconfig.cjs.json diff --git a/clients/client-workspaces/package.json b/clients/client-workspaces/package.json index 958e75d7c6c6d..95695bef1cf96 100644 --- a/clients/client-workspaces/package.json +++ b/clients/client-workspaces/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-workspaces/tsconfig.json b/clients/client-workspaces/tsconfig.cjs.json similarity index 100% rename from clients/client-workspaces/tsconfig.json rename to clients/client-workspaces/tsconfig.cjs.json diff --git a/clients/client-xray/package.json b/clients/client-xray/package.json index d7f08f0118076..1b59f771ad151 100644 --- a/clients/client-xray/package.json +++ b/clients/client-xray/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/clients/client-xray/tsconfig.json b/clients/client-xray/tsconfig.cjs.json similarity index 100% rename from clients/client-xray/tsconfig.json rename to clients/client-xray/tsconfig.cjs.json diff --git a/private/aws-echo-service/package.json b/private/aws-echo-service/package.json index 5391cbd5cfae3..73f796d3603d9 100644 --- a/private/aws-echo-service/package.json +++ b/private/aws-echo-service/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/private/aws-echo-service/tsconfig.json b/private/aws-echo-service/tsconfig.cjs.json similarity index 100% rename from private/aws-echo-service/tsconfig.json rename to private/aws-echo-service/tsconfig.cjs.json diff --git a/private/aws-protocoltests-ec2/package.json b/private/aws-protocoltests-ec2/package.json index 7b99edf5dddbc..adcb56dd586ea 100644 --- a/private/aws-protocoltests-ec2/package.json +++ b/private/aws-protocoltests-ec2/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/private/aws-protocoltests-ec2/tsconfig.json b/private/aws-protocoltests-ec2/tsconfig.cjs.json similarity index 100% rename from private/aws-protocoltests-ec2/tsconfig.json rename to private/aws-protocoltests-ec2/tsconfig.cjs.json diff --git a/private/aws-protocoltests-json-10/package.json b/private/aws-protocoltests-json-10/package.json index f3976b8128fa9..4988cb1d16cc2 100644 --- a/private/aws-protocoltests-json-10/package.json +++ b/private/aws-protocoltests-json-10/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/private/aws-protocoltests-json-10/tsconfig.json b/private/aws-protocoltests-json-10/tsconfig.cjs.json similarity index 100% rename from private/aws-protocoltests-json-10/tsconfig.json rename to private/aws-protocoltests-json-10/tsconfig.cjs.json diff --git a/private/aws-protocoltests-json/package.json b/private/aws-protocoltests-json/package.json index e0a337aea3820..57866921af304 100644 --- a/private/aws-protocoltests-json/package.json +++ b/private/aws-protocoltests-json/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/private/aws-protocoltests-json/tsconfig.json b/private/aws-protocoltests-json/tsconfig.cjs.json similarity index 100% rename from private/aws-protocoltests-json/tsconfig.json rename to private/aws-protocoltests-json/tsconfig.cjs.json diff --git a/private/aws-protocoltests-query/package.json b/private/aws-protocoltests-query/package.json index 9a31ed66d1265..c62c13cf45150 100644 --- a/private/aws-protocoltests-query/package.json +++ b/private/aws-protocoltests-query/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/private/aws-protocoltests-query/tsconfig.json b/private/aws-protocoltests-query/tsconfig.cjs.json similarity index 100% rename from private/aws-protocoltests-query/tsconfig.json rename to private/aws-protocoltests-query/tsconfig.cjs.json diff --git a/private/aws-protocoltests-restjson/package.json b/private/aws-protocoltests-restjson/package.json index af5fb757b2c80..61d94b387ca1a 100644 --- a/private/aws-protocoltests-restjson/package.json +++ b/private/aws-protocoltests-restjson/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/private/aws-protocoltests-restjson/tsconfig.json b/private/aws-protocoltests-restjson/tsconfig.cjs.json similarity index 100% rename from private/aws-protocoltests-restjson/tsconfig.json rename to private/aws-protocoltests-restjson/tsconfig.cjs.json diff --git a/private/aws-protocoltests-restxml/package.json b/private/aws-protocoltests-restxml/package.json index e61f7b0d032f7..1fa826f331a37 100644 --- a/private/aws-protocoltests-restxml/package.json +++ b/private/aws-protocoltests-restxml/package.json @@ -4,7 +4,7 @@ "version": "3.45.0", "scripts": { "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:cjs": "tsc -p tsconfig.json", + "build:cjs": "tsc -p tsconfig.cjs.json", "build:docs": "typedoc", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", diff --git a/private/aws-protocoltests-restxml/tsconfig.json b/private/aws-protocoltests-restxml/tsconfig.cjs.json similarity index 100% rename from private/aws-protocoltests-restxml/tsconfig.json rename to private/aws-protocoltests-restxml/tsconfig.cjs.json From 03482e4b8d4cf31bbe29e96485907b19c3b06706 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Tue, 4 Jan 2022 17:06:32 +0000 Subject: [PATCH 10/16] chore(client-accessanalyzer): extend TSConfig from root --- .../client-accessanalyzer/tsconfig.cjs.json | 18 +++++------------- clients/client-accessanalyzer/tsconfig.es.json | 14 +++++++------- .../client-accessanalyzer/tsconfig.types.json | 12 ++++++------ 3 files changed, 18 insertions(+), 26 deletions(-) diff --git a/clients/client-accessanalyzer/tsconfig.cjs.json b/clients/client-accessanalyzer/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-accessanalyzer/tsconfig.cjs.json +++ b/clients/client-accessanalyzer/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-accessanalyzer/tsconfig.es.json b/clients/client-accessanalyzer/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-accessanalyzer/tsconfig.es.json +++ b/clients/client-accessanalyzer/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-accessanalyzer/tsconfig.types.json b/clients/client-accessanalyzer/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-accessanalyzer/tsconfig.types.json +++ b/clients/client-accessanalyzer/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } From 71e3c459232490ef223db492f507aa6c2337ccce Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 5 Jan 2022 20:59:28 +0000 Subject: [PATCH 11/16] chore(clients): extend TSConfig from root foreach parentDir ("clients" "private") foreach tsConfigType ("cjs" "es" "types") for dir in ./$parentDir/*; do ( cd "$dir" cp ../../clients/client-accessanalyzer/tsconfig.$tsConfigType.json tsconfig.$tsConfigType.json ); done end end --- clients/client-account/tsconfig.cjs.json | 20 ++++++------------- clients/client-account/tsconfig.es.json | 14 ++++++------- clients/client-account/tsconfig.types.json | 12 +++++------ clients/client-acm-pca/tsconfig.cjs.json | 18 +++++------------ clients/client-acm-pca/tsconfig.es.json | 14 ++++++------- clients/client-acm-pca/tsconfig.types.json | 12 +++++------ clients/client-acm/tsconfig.cjs.json | 18 +++++------------ clients/client-acm/tsconfig.es.json | 14 ++++++------- clients/client-acm/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-amp/tsconfig.cjs.json | 18 +++++------------ clients/client-amp/tsconfig.es.json | 14 ++++++------- clients/client-amp/tsconfig.types.json | 12 +++++------ clients/client-amplify/tsconfig.cjs.json | 18 +++++------------ clients/client-amplify/tsconfig.es.json | 14 ++++++------- clients/client-amplify/tsconfig.types.json | 12 +++++------ .../client-amplifybackend/tsconfig.cjs.json | 18 +++++------------ .../client-amplifybackend/tsconfig.es.json | 14 ++++++------- .../client-amplifybackend/tsconfig.types.json | 12 +++++------ .../client-amplifyuibuilder/tsconfig.cjs.json | 20 ++++++------------- .../client-amplifyuibuilder/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-api-gateway/tsconfig.cjs.json | 18 +++++------------ clients/client-api-gateway/tsconfig.es.json | 14 ++++++------- .../client-api-gateway/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-apigatewayv2/tsconfig.cjs.json | 18 +++++------------ clients/client-apigatewayv2/tsconfig.es.json | 14 ++++++------- .../client-apigatewayv2/tsconfig.types.json | 12 +++++------ clients/client-app-mesh/tsconfig.cjs.json | 18 +++++------------ clients/client-app-mesh/tsconfig.es.json | 14 ++++++------- clients/client-app-mesh/tsconfig.types.json | 12 +++++------ clients/client-appconfig/tsconfig.cjs.json | 18 +++++------------ clients/client-appconfig/tsconfig.es.json | 14 ++++++------- clients/client-appconfig/tsconfig.types.json | 12 +++++------ .../client-appconfigdata/tsconfig.cjs.json | 20 ++++++------------- clients/client-appconfigdata/tsconfig.es.json | 14 ++++++------- .../client-appconfigdata/tsconfig.types.json | 12 +++++------ clients/client-appflow/tsconfig.cjs.json | 18 +++++------------ clients/client-appflow/tsconfig.es.json | 14 ++++++------- clients/client-appflow/tsconfig.types.json | 12 +++++------ .../client-appintegrations/tsconfig.cjs.json | 18 +++++------------ .../client-appintegrations/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-apprunner/tsconfig.cjs.json | 18 +++++------------ clients/client-apprunner/tsconfig.es.json | 14 ++++++------- clients/client-apprunner/tsconfig.types.json | 12 +++++------ clients/client-appstream/tsconfig.cjs.json | 18 +++++------------ clients/client-appstream/tsconfig.es.json | 14 ++++++------- clients/client-appstream/tsconfig.types.json | 12 +++++------ clients/client-appsync/tsconfig.cjs.json | 18 +++++------------ clients/client-appsync/tsconfig.es.json | 14 ++++++------- clients/client-appsync/tsconfig.types.json | 12 +++++------ clients/client-athena/tsconfig.cjs.json | 18 +++++------------ clients/client-athena/tsconfig.es.json | 14 ++++++------- clients/client-athena/tsconfig.types.json | 12 +++++------ clients/client-auditmanager/tsconfig.cjs.json | 18 +++++------------ clients/client-auditmanager/tsconfig.es.json | 14 ++++++------- .../client-auditmanager/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-auto-scaling/tsconfig.cjs.json | 18 +++++------------ clients/client-auto-scaling/tsconfig.es.json | 14 ++++++------- .../client-auto-scaling/tsconfig.types.json | 12 +++++------ .../client-backup-gateway/tsconfig.cjs.json | 20 ++++++------------- .../client-backup-gateway/tsconfig.es.json | 14 ++++++------- .../client-backup-gateway/tsconfig.types.json | 12 +++++------ clients/client-backup/tsconfig.cjs.json | 18 +++++------------ clients/client-backup/tsconfig.es.json | 14 ++++++------- clients/client-backup/tsconfig.types.json | 12 +++++------ clients/client-batch/tsconfig.cjs.json | 18 +++++------------ clients/client-batch/tsconfig.es.json | 14 ++++++------- clients/client-batch/tsconfig.types.json | 12 +++++------ clients/client-braket/tsconfig.cjs.json | 18 +++++------------ clients/client-braket/tsconfig.es.json | 14 ++++++------- clients/client-braket/tsconfig.types.json | 12 +++++------ clients/client-budgets/tsconfig.cjs.json | 18 +++++------------ clients/client-budgets/tsconfig.es.json | 14 ++++++------- clients/client-budgets/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 20 ++++++------------- .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-chime/tsconfig.cjs.json | 18 +++++------------ clients/client-chime/tsconfig.es.json | 14 ++++++------- clients/client-chime/tsconfig.types.json | 12 +++++------ clients/client-cloud9/tsconfig.cjs.json | 18 +++++------------ clients/client-cloud9/tsconfig.es.json | 14 ++++++------- clients/client-cloud9/tsconfig.types.json | 12 +++++------ clients/client-cloudcontrol/tsconfig.cjs.json | 20 ++++++------------- clients/client-cloudcontrol/tsconfig.es.json | 14 ++++++------- .../client-cloudcontrol/tsconfig.types.json | 12 +++++------ .../client-clouddirectory/tsconfig.cjs.json | 18 +++++------------ .../client-clouddirectory/tsconfig.es.json | 14 ++++++------- .../client-clouddirectory/tsconfig.types.json | 12 +++++------ .../client-cloudformation/tsconfig.cjs.json | 18 +++++------------ .../client-cloudformation/tsconfig.es.json | 14 ++++++------- .../client-cloudformation/tsconfig.types.json | 12 +++++------ clients/client-cloudfront/tsconfig.cjs.json | 18 +++++------------ clients/client-cloudfront/tsconfig.es.json | 14 ++++++------- clients/client-cloudfront/tsconfig.types.json | 12 +++++------ clients/client-cloudhsm-v2/tsconfig.cjs.json | 18 +++++------------ clients/client-cloudhsm-v2/tsconfig.es.json | 14 ++++++------- .../client-cloudhsm-v2/tsconfig.types.json | 12 +++++------ clients/client-cloudhsm/tsconfig.cjs.json | 18 +++++------------ clients/client-cloudhsm/tsconfig.es.json | 14 ++++++------- clients/client-cloudhsm/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-cloudsearch/tsconfig.cjs.json | 18 +++++------------ clients/client-cloudsearch/tsconfig.es.json | 14 ++++++------- .../client-cloudsearch/tsconfig.types.json | 12 +++++------ clients/client-cloudtrail/tsconfig.cjs.json | 18 +++++------------ clients/client-cloudtrail/tsconfig.es.json | 14 ++++++------- clients/client-cloudtrail/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../client-cloudwatch-events/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../client-cloudwatch-logs/tsconfig.cjs.json | 18 +++++------------ .../client-cloudwatch-logs/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-cloudwatch/tsconfig.cjs.json | 18 +++++------------ clients/client-cloudwatch/tsconfig.es.json | 14 ++++++------- clients/client-cloudwatch/tsconfig.types.json | 12 +++++------ clients/client-codeartifact/tsconfig.cjs.json | 18 +++++------------ clients/client-codeartifact/tsconfig.es.json | 14 ++++++------- .../client-codeartifact/tsconfig.types.json | 12 +++++------ clients/client-codebuild/tsconfig.cjs.json | 18 +++++------------ clients/client-codebuild/tsconfig.es.json | 14 ++++++------- clients/client-codebuild/tsconfig.types.json | 12 +++++------ clients/client-codecommit/tsconfig.cjs.json | 18 +++++------------ clients/client-codecommit/tsconfig.es.json | 14 ++++++------- clients/client-codecommit/tsconfig.types.json | 12 +++++------ clients/client-codedeploy/tsconfig.cjs.json | 18 +++++------------ clients/client-codedeploy/tsconfig.es.json | 14 ++++++------- clients/client-codedeploy/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../client-codeguru-reviewer/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../client-codeguruprofiler/tsconfig.cjs.json | 18 +++++------------ .../client-codeguruprofiler/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-codepipeline/tsconfig.cjs.json | 18 +++++------------ clients/client-codepipeline/tsconfig.es.json | 14 ++++++------- .../client-codepipeline/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-codestar/tsconfig.cjs.json | 18 +++++------------ clients/client-codestar/tsconfig.es.json | 14 ++++++------- clients/client-codestar/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../client-cognito-identity/tsconfig.cjs.json | 19 +++++------------- .../client-cognito-identity/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-cognito-sync/tsconfig.cjs.json | 18 +++++------------ clients/client-cognito-sync/tsconfig.es.json | 14 ++++++------- .../client-cognito-sync/tsconfig.types.json | 12 +++++------ clients/client-comprehend/tsconfig.cjs.json | 18 +++++------------ clients/client-comprehend/tsconfig.es.json | 14 ++++++------- clients/client-comprehend/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../client-comprehendmedical/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../client-compute-optimizer/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../client-config-service/tsconfig.cjs.json | 18 +++++------------ .../client-config-service/tsconfig.es.json | 14 ++++++------- .../client-config-service/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-connect/tsconfig.cjs.json | 18 +++++------------ clients/client-connect/tsconfig.es.json | 14 ++++++------- clients/client-connect/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../client-cost-explorer/tsconfig.cjs.json | 18 +++++------------ clients/client-cost-explorer/tsconfig.es.json | 14 ++++++------- .../client-cost-explorer/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../client-customer-profiles/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../client-data-pipeline/tsconfig.cjs.json | 18 +++++------------ clients/client-data-pipeline/tsconfig.es.json | 14 ++++++------- .../client-data-pipeline/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-databrew/tsconfig.cjs.json | 18 +++++------------ clients/client-databrew/tsconfig.es.json | 14 ++++++------- clients/client-databrew/tsconfig.types.json | 12 +++++------ clients/client-dataexchange/tsconfig.cjs.json | 18 +++++------------ clients/client-dataexchange/tsconfig.es.json | 14 ++++++------- .../client-dataexchange/tsconfig.types.json | 12 +++++------ clients/client-datasync/tsconfig.cjs.json | 18 +++++------------ clients/client-datasync/tsconfig.es.json | 14 ++++++------- clients/client-datasync/tsconfig.types.json | 12 +++++------ clients/client-dax/tsconfig.cjs.json | 18 +++++------------ clients/client-dax/tsconfig.es.json | 14 ++++++------- clients/client-dax/tsconfig.types.json | 12 +++++------ clients/client-detective/tsconfig.cjs.json | 18 +++++------------ clients/client-detective/tsconfig.es.json | 14 ++++++------- clients/client-detective/tsconfig.types.json | 12 +++++------ clients/client-device-farm/tsconfig.cjs.json | 18 +++++------------ clients/client-device-farm/tsconfig.es.json | 14 ++++++------- .../client-device-farm/tsconfig.types.json | 12 +++++------ clients/client-devops-guru/tsconfig.cjs.json | 18 +++++------------ clients/client-devops-guru/tsconfig.es.json | 14 ++++++------- .../client-devops-guru/tsconfig.types.json | 12 +++++------ .../client-direct-connect/tsconfig.cjs.json | 18 +++++------------ .../client-direct-connect/tsconfig.es.json | 14 ++++++------- .../client-direct-connect/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../client-directory-service/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-dlm/tsconfig.cjs.json | 18 +++++------------ clients/client-dlm/tsconfig.es.json | 14 ++++++------- clients/client-dlm/tsconfig.types.json | 12 +++++------ clients/client-docdb/tsconfig.cjs.json | 18 +++++------------ clients/client-docdb/tsconfig.es.json | 14 ++++++------- clients/client-docdb/tsconfig.types.json | 12 +++++------ clients/client-drs/tsconfig.cjs.json | 20 ++++++------------- clients/client-drs/tsconfig.es.json | 14 ++++++------- clients/client-drs/tsconfig.types.json | 12 +++++------ .../client-dynamodb-streams/tsconfig.cjs.json | 18 +++++------------ .../client-dynamodb-streams/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-dynamodb/tsconfig.cjs.json | 18 +++++------------ clients/client-dynamodb/tsconfig.es.json | 14 ++++++------- clients/client-dynamodb/tsconfig.types.json | 12 +++++------ clients/client-ebs/tsconfig.cjs.json | 18 +++++------------ clients/client-ebs/tsconfig.es.json | 14 ++++++------- clients/client-ebs/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-ec2/tsconfig.cjs.json | 18 +++++------------ clients/client-ec2/tsconfig.es.json | 14 ++++++------- clients/client-ec2/tsconfig.types.json | 12 +++++------ clients/client-ecr-public/tsconfig.cjs.json | 18 +++++------------ clients/client-ecr-public/tsconfig.es.json | 14 ++++++------- clients/client-ecr-public/tsconfig.types.json | 12 +++++------ clients/client-ecr/tsconfig.cjs.json | 18 +++++------------ clients/client-ecr/tsconfig.es.json | 14 ++++++------- clients/client-ecr/tsconfig.types.json | 12 +++++------ clients/client-ecs/tsconfig.cjs.json | 18 +++++------------ clients/client-ecs/tsconfig.es.json | 14 ++++++------- clients/client-ecs/tsconfig.types.json | 12 +++++------ clients/client-efs/tsconfig.cjs.json | 18 +++++------------ clients/client-efs/tsconfig.es.json | 14 ++++++------- clients/client-efs/tsconfig.types.json | 12 +++++------ clients/client-eks/tsconfig.cjs.json | 18 +++++------------ clients/client-eks/tsconfig.es.json | 14 ++++++------- clients/client-eks/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../client-elastic-beanstalk/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../client-elastic-inference/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-elasticache/tsconfig.cjs.json | 18 +++++------------ clients/client-elasticache/tsconfig.es.json | 14 ++++++------- .../client-elasticache/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../client-emr-containers/tsconfig.cjs.json | 18 +++++------------ .../client-emr-containers/tsconfig.es.json | 14 ++++++------- .../client-emr-containers/tsconfig.types.json | 12 +++++------ clients/client-emr/tsconfig.cjs.json | 18 +++++------------ clients/client-emr/tsconfig.es.json | 14 ++++++------- clients/client-emr/tsconfig.types.json | 12 +++++------ clients/client-eventbridge/tsconfig.cjs.json | 18 +++++------------ clients/client-eventbridge/tsconfig.es.json | 14 ++++++------- .../client-eventbridge/tsconfig.types.json | 12 +++++------ clients/client-evidently/tsconfig.cjs.json | 20 ++++++------------- clients/client-evidently/tsconfig.es.json | 14 ++++++------- clients/client-evidently/tsconfig.types.json | 12 +++++------ .../client-finspace-data/tsconfig.cjs.json | 18 +++++------------ clients/client-finspace-data/tsconfig.es.json | 14 ++++++------- .../client-finspace-data/tsconfig.types.json | 12 +++++------ clients/client-finspace/tsconfig.cjs.json | 18 +++++------------ clients/client-finspace/tsconfig.es.json | 14 ++++++------- clients/client-finspace/tsconfig.types.json | 12 +++++------ clients/client-firehose/tsconfig.cjs.json | 18 +++++------------ clients/client-firehose/tsconfig.es.json | 14 ++++++------- clients/client-firehose/tsconfig.types.json | 12 +++++------ clients/client-fis/tsconfig.cjs.json | 18 +++++------------ clients/client-fis/tsconfig.es.json | 14 ++++++------- clients/client-fis/tsconfig.types.json | 12 +++++------ clients/client-fms/tsconfig.cjs.json | 18 +++++------------ clients/client-fms/tsconfig.es.json | 14 ++++++------- clients/client-fms/tsconfig.types.json | 12 +++++------ clients/client-forecast/tsconfig.cjs.json | 18 +++++------------ clients/client-forecast/tsconfig.es.json | 14 ++++++------- clients/client-forecast/tsconfig.types.json | 12 +++++------ .../client-forecastquery/tsconfig.cjs.json | 18 +++++------------ clients/client-forecastquery/tsconfig.es.json | 14 ++++++------- .../client-forecastquery/tsconfig.types.json | 12 +++++------ .../client-frauddetector/tsconfig.cjs.json | 18 +++++------------ clients/client-frauddetector/tsconfig.es.json | 14 ++++++------- .../client-frauddetector/tsconfig.types.json | 12 +++++------ clients/client-fsx/tsconfig.cjs.json | 18 +++++------------ clients/client-fsx/tsconfig.es.json | 14 ++++++------- clients/client-fsx/tsconfig.types.json | 12 +++++------ clients/client-gamelift/tsconfig.cjs.json | 18 +++++------------ clients/client-gamelift/tsconfig.es.json | 14 ++++++------- clients/client-gamelift/tsconfig.types.json | 12 +++++------ clients/client-glacier/tsconfig.cjs.json | 18 +++++------------ clients/client-glacier/tsconfig.es.json | 14 ++++++------- clients/client-glacier/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-glue/tsconfig.cjs.json | 18 +++++------------ clients/client-glue/tsconfig.es.json | 14 ++++++------- clients/client-glue/tsconfig.types.json | 12 +++++------ clients/client-grafana/tsconfig.cjs.json | 20 ++++++------------- clients/client-grafana/tsconfig.es.json | 14 ++++++------- clients/client-grafana/tsconfig.types.json | 12 +++++------ clients/client-greengrass/tsconfig.cjs.json | 18 +++++------------ clients/client-greengrass/tsconfig.es.json | 14 ++++++------- clients/client-greengrass/tsconfig.types.json | 12 +++++------ clients/client-greengrassv2/tsconfig.cjs.json | 18 +++++------------ clients/client-greengrassv2/tsconfig.es.json | 14 ++++++------- .../client-greengrassv2/tsconfig.types.json | 12 +++++------ .../client-groundstation/tsconfig.cjs.json | 18 +++++------------ clients/client-groundstation/tsconfig.es.json | 14 ++++++------- .../client-groundstation/tsconfig.types.json | 12 +++++------ clients/client-guardduty/tsconfig.cjs.json | 18 +++++------------ clients/client-guardduty/tsconfig.es.json | 14 ++++++------- clients/client-guardduty/tsconfig.types.json | 12 +++++------ clients/client-health/tsconfig.cjs.json | 18 +++++------------ clients/client-health/tsconfig.es.json | 14 ++++++------- clients/client-health/tsconfig.types.json | 12 +++++------ clients/client-healthlake/tsconfig.cjs.json | 18 +++++------------ clients/client-healthlake/tsconfig.es.json | 14 ++++++------- clients/client-healthlake/tsconfig.types.json | 12 +++++------ clients/client-honeycode/tsconfig.cjs.json | 18 +++++------------ clients/client-honeycode/tsconfig.es.json | 14 ++++++------- clients/client-honeycode/tsconfig.types.json | 12 +++++------ clients/client-iam/tsconfig.cjs.json | 18 +++++------------ clients/client-iam/tsconfig.es.json | 14 ++++++------- clients/client-iam/tsconfig.types.json | 12 +++++------ .../client-identitystore/tsconfig.cjs.json | 18 +++++------------ clients/client-identitystore/tsconfig.es.json | 14 ++++++------- .../client-identitystore/tsconfig.types.json | 12 +++++------ clients/client-imagebuilder/tsconfig.cjs.json | 18 +++++------------ clients/client-imagebuilder/tsconfig.es.json | 14 ++++++------- .../client-imagebuilder/tsconfig.types.json | 12 +++++------ clients/client-inspector/tsconfig.cjs.json | 18 +++++------------ clients/client-inspector/tsconfig.es.json | 14 ++++++------- clients/client-inspector/tsconfig.types.json | 12 +++++------ clients/client-inspector2/tsconfig.cjs.json | 20 ++++++------------- clients/client-inspector2/tsconfig.es.json | 14 ++++++------- clients/client-inspector2/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../client-iot-data-plane/tsconfig.cjs.json | 18 +++++------------ .../client-iot-data-plane/tsconfig.es.json | 14 ++++++------- .../client-iot-data-plane/tsconfig.types.json | 12 +++++------ .../client-iot-events-data/tsconfig.cjs.json | 18 +++++------------ .../client-iot-events-data/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-iot-events/tsconfig.cjs.json | 18 +++++------------ clients/client-iot-events/tsconfig.es.json | 14 ++++++------- clients/client-iot-events/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-iot-wireless/tsconfig.cjs.json | 18 +++++------------ clients/client-iot-wireless/tsconfig.es.json | 14 ++++++------- .../client-iot-wireless/tsconfig.types.json | 12 +++++------ clients/client-iot/tsconfig.cjs.json | 18 +++++------------ clients/client-iot/tsconfig.es.json | 14 ++++++------- clients/client-iot/tsconfig.types.json | 12 +++++------ clients/client-iotanalytics/tsconfig.cjs.json | 18 +++++------------ clients/client-iotanalytics/tsconfig.es.json | 14 ++++++------- .../client-iotanalytics/tsconfig.types.json | 12 +++++------ .../client-iotdeviceadvisor/tsconfig.cjs.json | 18 +++++------------ .../client-iotdeviceadvisor/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-iotfleethub/tsconfig.cjs.json | 18 +++++------------ clients/client-iotfleethub/tsconfig.es.json | 14 ++++++------- .../client-iotfleethub/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-iotsitewise/tsconfig.cjs.json | 18 +++++------------ clients/client-iotsitewise/tsconfig.es.json | 14 ++++++------- .../client-iotsitewise/tsconfig.types.json | 12 +++++------ .../client-iotthingsgraph/tsconfig.cjs.json | 18 +++++------------ .../client-iotthingsgraph/tsconfig.es.json | 14 ++++++------- .../client-iotthingsgraph/tsconfig.types.json | 12 +++++------ clients/client-iottwinmaker/tsconfig.cjs.json | 20 ++++++------------- clients/client-iottwinmaker/tsconfig.es.json | 14 ++++++------- .../client-iottwinmaker/tsconfig.types.json | 12 +++++------ clients/client-ivs/tsconfig.cjs.json | 18 +++++------------ clients/client-ivs/tsconfig.es.json | 14 ++++++------- clients/client-ivs/tsconfig.types.json | 12 +++++------ clients/client-kafka/tsconfig.cjs.json | 18 +++++------------ clients/client-kafka/tsconfig.es.json | 14 ++++++------- clients/client-kafka/tsconfig.types.json | 12 +++++------ clients/client-kafkaconnect/tsconfig.cjs.json | 18 +++++------------ clients/client-kafkaconnect/tsconfig.es.json | 14 ++++++------- .../client-kafkaconnect/tsconfig.types.json | 12 +++++------ clients/client-kendra/tsconfig.cjs.json | 18 +++++------------ clients/client-kendra/tsconfig.es.json | 14 ++++++------- clients/client-kendra/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../client-kinesis-analytics/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../client-kinesis-video/tsconfig.cjs.json | 18 +++++------------ clients/client-kinesis-video/tsconfig.es.json | 14 ++++++------- .../client-kinesis-video/tsconfig.types.json | 12 +++++------ clients/client-kinesis/tsconfig.cjs.json | 18 +++++------------ clients/client-kinesis/tsconfig.es.json | 14 ++++++------- clients/client-kinesis/tsconfig.types.json | 12 +++++------ clients/client-kms/tsconfig.cjs.json | 18 +++++------------ clients/client-kms/tsconfig.es.json | 14 ++++++------- clients/client-kms/tsconfig.types.json | 12 +++++------ .../client-lakeformation/tsconfig.cjs.json | 18 +++++------------ clients/client-lakeformation/tsconfig.es.json | 14 ++++++------- .../client-lakeformation/tsconfig.types.json | 12 +++++------ clients/client-lambda/tsconfig.cjs.json | 18 +++++------------ clients/client-lambda/tsconfig.es.json | 14 ++++++------- clients/client-lambda/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../client-lex-models-v2/tsconfig.cjs.json | 18 +++++------------ clients/client-lex-models-v2/tsconfig.es.json | 14 ++++++------- .../client-lex-models-v2/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 19 +++++------------- .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../client-lex-runtime-v2/tsconfig.cjs.json | 18 +++++------------ .../client-lex-runtime-v2/tsconfig.es.json | 14 ++++++------- .../client-lex-runtime-v2/tsconfig.types.json | 12 +++++------ .../client-license-manager/tsconfig.cjs.json | 18 +++++------------ .../client-license-manager/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-lightsail/tsconfig.cjs.json | 18 +++++------------ clients/client-lightsail/tsconfig.es.json | 14 ++++++------- clients/client-lightsail/tsconfig.types.json | 12 +++++------ clients/client-location/tsconfig.cjs.json | 18 +++++------------ clients/client-location/tsconfig.es.json | 14 ++++++------- clients/client-location/tsconfig.types.json | 12 +++++------ .../client-lookoutequipment/tsconfig.cjs.json | 18 +++++------------ .../client-lookoutequipment/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../client-lookoutmetrics/tsconfig.cjs.json | 18 +++++------------ .../client-lookoutmetrics/tsconfig.es.json | 14 ++++++------- .../client-lookoutmetrics/tsconfig.types.json | 12 +++++------ .../client-lookoutvision/tsconfig.cjs.json | 18 +++++------------ clients/client-lookoutvision/tsconfig.es.json | 14 ++++++------- .../client-lookoutvision/tsconfig.types.json | 12 +++++------ .../client-machine-learning/tsconfig.cjs.json | 18 +++++------------ .../client-machine-learning/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-macie/tsconfig.cjs.json | 18 +++++------------ clients/client-macie/tsconfig.es.json | 14 ++++++------- clients/client-macie/tsconfig.types.json | 12 +++++------ clients/client-macie2/tsconfig.cjs.json | 18 +++++------------ clients/client-macie2/tsconfig.es.json | 14 ++++++------- clients/client-macie2/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../client-managedblockchain/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-mediaconnect/tsconfig.cjs.json | 18 +++++------------ clients/client-mediaconnect/tsconfig.es.json | 14 ++++++------- .../client-mediaconnect/tsconfig.types.json | 12 +++++------ clients/client-mediaconvert/tsconfig.cjs.json | 18 +++++------------ clients/client-mediaconvert/tsconfig.es.json | 14 ++++++------- .../client-mediaconvert/tsconfig.types.json | 12 +++++------ clients/client-medialive/tsconfig.cjs.json | 18 +++++------------ clients/client-medialive/tsconfig.es.json | 14 ++++++------- clients/client-medialive/tsconfig.types.json | 12 +++++------ .../client-mediapackage-vod/tsconfig.cjs.json | 18 +++++------------ .../client-mediapackage-vod/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-mediapackage/tsconfig.cjs.json | 18 +++++------------ clients/client-mediapackage/tsconfig.es.json | 14 ++++++------- .../client-mediapackage/tsconfig.types.json | 12 +++++------ .../client-mediastore-data/tsconfig.cjs.json | 19 +++++------------- .../client-mediastore-data/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-mediastore/tsconfig.cjs.json | 18 +++++------------ clients/client-mediastore/tsconfig.es.json | 14 ++++++------- clients/client-mediastore/tsconfig.types.json | 12 +++++------ clients/client-mediatailor/tsconfig.cjs.json | 18 +++++------------ clients/client-mediatailor/tsconfig.es.json | 14 ++++++------- .../client-mediatailor/tsconfig.types.json | 12 +++++------ clients/client-memorydb/tsconfig.cjs.json | 18 +++++------------ clients/client-memorydb/tsconfig.es.json | 14 ++++++------- clients/client-memorydb/tsconfig.types.json | 12 +++++------ clients/client-mgn/tsconfig.cjs.json | 18 +++++------------ clients/client-mgn/tsconfig.es.json | 14 ++++++------- clients/client-mgn/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 20 ++++++------------- .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../client-migration-hub/tsconfig.cjs.json | 18 +++++------------ clients/client-migration-hub/tsconfig.es.json | 14 ++++++------- .../client-migration-hub/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 20 ++++++------------- .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-mobile/tsconfig.cjs.json | 18 +++++------------ clients/client-mobile/tsconfig.es.json | 14 ++++++------- clients/client-mobile/tsconfig.types.json | 12 +++++------ clients/client-mq/tsconfig.cjs.json | 18 +++++------------ clients/client-mq/tsconfig.es.json | 14 ++++++------- clients/client-mq/tsconfig.types.json | 12 +++++------ clients/client-mturk/tsconfig.cjs.json | 18 +++++------------ clients/client-mturk/tsconfig.es.json | 14 ++++++------- clients/client-mturk/tsconfig.types.json | 12 +++++------ clients/client-mwaa/tsconfig.cjs.json | 18 +++++------------ clients/client-mwaa/tsconfig.es.json | 14 ++++++------- clients/client-mwaa/tsconfig.types.json | 12 +++++------ clients/client-neptune/tsconfig.cjs.json | 18 +++++------------ clients/client-neptune/tsconfig.es.json | 14 ++++++------- clients/client-neptune/tsconfig.types.json | 12 +++++------ .../client-network-firewall/tsconfig.cjs.json | 18 +++++------------ .../client-network-firewall/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../client-networkmanager/tsconfig.cjs.json | 18 +++++------------ .../client-networkmanager/tsconfig.es.json | 14 ++++++------- .../client-networkmanager/tsconfig.types.json | 12 +++++------ clients/client-nimble/tsconfig.cjs.json | 18 +++++------------ clients/client-nimble/tsconfig.es.json | 14 ++++++------- clients/client-nimble/tsconfig.types.json | 12 +++++------ clients/client-opensearch/tsconfig.cjs.json | 18 +++++------------ clients/client-opensearch/tsconfig.es.json | 14 ++++++------- clients/client-opensearch/tsconfig.types.json | 12 +++++------ clients/client-opsworks/tsconfig.cjs.json | 18 +++++------------ clients/client-opsworks/tsconfig.es.json | 14 ++++++------- clients/client-opsworks/tsconfig.types.json | 12 +++++------ clients/client-opsworkscm/tsconfig.cjs.json | 18 +++++------------ clients/client-opsworkscm/tsconfig.es.json | 14 ++++++------- clients/client-opsworkscm/tsconfig.types.json | 12 +++++------ .../client-organizations/tsconfig.cjs.json | 18 +++++------------ clients/client-organizations/tsconfig.es.json | 14 ++++++------- .../client-organizations/tsconfig.types.json | 12 +++++------ clients/client-outposts/tsconfig.cjs.json | 18 +++++------------ clients/client-outposts/tsconfig.es.json | 14 ++++++------- clients/client-outposts/tsconfig.types.json | 12 +++++------ clients/client-panorama/tsconfig.cjs.json | 20 ++++++------------- clients/client-panorama/tsconfig.es.json | 14 ++++++------- clients/client-panorama/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-personalize/tsconfig.cjs.json | 18 +++++------------ clients/client-personalize/tsconfig.es.json | 14 ++++++------- .../client-personalize/tsconfig.types.json | 12 +++++------ clients/client-pi/tsconfig.cjs.json | 18 +++++------------ clients/client-pi/tsconfig.es.json | 14 ++++++------- clients/client-pi/tsconfig.types.json | 12 +++++------ .../client-pinpoint-email/tsconfig.cjs.json | 18 +++++------------ .../client-pinpoint-email/tsconfig.es.json | 14 ++++++------- .../client-pinpoint-email/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-pinpoint/tsconfig.cjs.json | 18 +++++------------ clients/client-pinpoint/tsconfig.es.json | 14 ++++++------- clients/client-pinpoint/tsconfig.types.json | 12 +++++------ clients/client-polly/tsconfig.cjs.json | 18 +++++------------ clients/client-polly/tsconfig.es.json | 14 ++++++------- clients/client-polly/tsconfig.types.json | 12 +++++------ clients/client-pricing/tsconfig.cjs.json | 18 +++++------------ clients/client-pricing/tsconfig.es.json | 14 ++++++------- clients/client-pricing/tsconfig.types.json | 12 +++++------ clients/client-proton/tsconfig.cjs.json | 18 +++++------------ clients/client-proton/tsconfig.es.json | 14 ++++++------- clients/client-proton/tsconfig.types.json | 12 +++++------ clients/client-qldb-session/tsconfig.cjs.json | 18 +++++------------ clients/client-qldb-session/tsconfig.es.json | 14 ++++++------- .../client-qldb-session/tsconfig.types.json | 12 +++++------ clients/client-qldb/tsconfig.cjs.json | 18 +++++------------ clients/client-qldb/tsconfig.es.json | 14 ++++++------- clients/client-qldb/tsconfig.types.json | 12 +++++------ clients/client-quicksight/tsconfig.cjs.json | 18 +++++------------ clients/client-quicksight/tsconfig.es.json | 14 ++++++------- clients/client-quicksight/tsconfig.types.json | 12 +++++------ clients/client-ram/tsconfig.cjs.json | 18 +++++------------ clients/client-ram/tsconfig.es.json | 14 ++++++------- clients/client-ram/tsconfig.types.json | 12 +++++------ clients/client-rbin/tsconfig.cjs.json | 20 ++++++------------- clients/client-rbin/tsconfig.es.json | 14 ++++++------- clients/client-rbin/tsconfig.types.json | 12 +++++------ clients/client-rds-data/tsconfig.cjs.json | 18 +++++------------ clients/client-rds-data/tsconfig.es.json | 14 ++++++------- clients/client-rds-data/tsconfig.types.json | 12 +++++------ clients/client-rds/tsconfig.cjs.json | 18 +++++------------ clients/client-rds/tsconfig.es.json | 14 ++++++------- clients/client-rds/tsconfig.types.json | 12 +++++------ .../client-redshift-data/tsconfig.cjs.json | 18 +++++------------ clients/client-redshift-data/tsconfig.es.json | 14 ++++++------- .../client-redshift-data/tsconfig.types.json | 12 +++++------ clients/client-redshift/tsconfig.cjs.json | 18 +++++------------ clients/client-redshift/tsconfig.es.json | 14 ++++++------- clients/client-redshift/tsconfig.types.json | 12 +++++------ clients/client-rekognition/tsconfig.cjs.json | 18 +++++------------ clients/client-rekognition/tsconfig.es.json | 14 ++++++------- .../client-rekognition/tsconfig.types.json | 12 +++++------ .../client-resiliencehub/tsconfig.cjs.json | 20 ++++++------------- clients/client-resiliencehub/tsconfig.es.json | 14 ++++++------- .../client-resiliencehub/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../client-resource-groups/tsconfig.cjs.json | 18 +++++------------ .../client-resource-groups/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-robomaker/tsconfig.cjs.json | 18 +++++------------ clients/client-robomaker/tsconfig.es.json | 14 ++++++------- clients/client-robomaker/tsconfig.types.json | 12 +++++------ .../client-route-53-domains/tsconfig.cjs.json | 18 +++++------------ .../client-route-53-domains/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-route-53/tsconfig.cjs.json | 18 +++++------------ clients/client-route-53/tsconfig.es.json | 14 ++++++------- clients/client-route-53/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../client-route53resolver/tsconfig.cjs.json | 18 +++++------------ .../client-route53resolver/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-rum/tsconfig.cjs.json | 20 ++++++------------- clients/client-rum/tsconfig.es.json | 14 ++++++------- clients/client-rum/tsconfig.types.json | 12 +++++------ clients/client-s3-control/tsconfig.cjs.json | 19 +++++------------- clients/client-s3-control/tsconfig.es.json | 14 ++++++------- clients/client-s3-control/tsconfig.types.json | 12 +++++------ clients/client-s3/tsconfig.cjs.json | 19 +++++------------- clients/client-s3/tsconfig.es.json | 14 ++++++------- clients/client-s3/tsconfig.types.json | 12 +++++------ clients/client-s3outposts/tsconfig.cjs.json | 18 +++++------------ clients/client-s3outposts/tsconfig.es.json | 14 ++++++------- clients/client-s3outposts/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../client-sagemaker-edge/tsconfig.cjs.json | 18 +++++------------ .../client-sagemaker-edge/tsconfig.es.json | 14 ++++++------- .../client-sagemaker-edge/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../client-sagemaker-runtime/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-sagemaker/tsconfig.cjs.json | 18 +++++------------ clients/client-sagemaker/tsconfig.es.json | 14 ++++++------- clients/client-sagemaker/tsconfig.types.json | 12 +++++------ clients/client-savingsplans/tsconfig.cjs.json | 18 +++++------------ clients/client-savingsplans/tsconfig.es.json | 14 ++++++------- .../client-savingsplans/tsconfig.types.json | 12 +++++------ clients/client-schemas/tsconfig.cjs.json | 18 +++++------------ clients/client-schemas/tsconfig.es.json | 14 ++++++------- clients/client-schemas/tsconfig.types.json | 12 +++++------ .../client-secrets-manager/tsconfig.cjs.json | 18 +++++------------ .../client-secrets-manager/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-securityhub/tsconfig.cjs.json | 18 +++++------------ clients/client-securityhub/tsconfig.es.json | 14 ++++++------- .../client-securityhub/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../client-service-catalog/tsconfig.cjs.json | 18 +++++------------ .../client-service-catalog/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../client-service-quotas/tsconfig.cjs.json | 18 +++++------------ .../client-service-quotas/tsconfig.es.json | 14 ++++++------- .../client-service-quotas/tsconfig.types.json | 12 +++++------ .../client-servicediscovery/tsconfig.cjs.json | 18 +++++------------ .../client-servicediscovery/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-ses/tsconfig.cjs.json | 18 +++++------------ clients/client-ses/tsconfig.es.json | 14 ++++++------- clients/client-ses/tsconfig.types.json | 12 +++++------ clients/client-sesv2/tsconfig.cjs.json | 18 +++++------------ clients/client-sesv2/tsconfig.es.json | 14 ++++++------- clients/client-sesv2/tsconfig.types.json | 12 +++++------ clients/client-sfn/tsconfig.cjs.json | 18 +++++------------ clients/client-sfn/tsconfig.es.json | 14 ++++++------- clients/client-sfn/tsconfig.types.json | 12 +++++------ clients/client-shield/tsconfig.cjs.json | 18 +++++------------ clients/client-shield/tsconfig.es.json | 14 ++++++------- clients/client-shield/tsconfig.types.json | 12 +++++------ clients/client-signer/tsconfig.cjs.json | 18 +++++------------ clients/client-signer/tsconfig.es.json | 14 ++++++------- clients/client-signer/tsconfig.types.json | 12 +++++------ clients/client-sms/tsconfig.cjs.json | 18 +++++------------ clients/client-sms/tsconfig.es.json | 14 ++++++------- clients/client-sms/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-snowball/tsconfig.cjs.json | 18 +++++------------ clients/client-snowball/tsconfig.es.json | 14 ++++++------- clients/client-snowball/tsconfig.types.json | 12 +++++------ clients/client-sns/tsconfig.cjs.json | 18 +++++------------ clients/client-sns/tsconfig.es.json | 14 ++++++------- clients/client-sns/tsconfig.types.json | 12 +++++------ clients/client-sqs/tsconfig.cjs.json | 18 +++++------------ clients/client-sqs/tsconfig.es.json | 14 ++++++------- clients/client-sqs/tsconfig.types.json | 12 +++++------ clients/client-ssm-contacts/tsconfig.cjs.json | 18 +++++------------ clients/client-ssm-contacts/tsconfig.es.json | 14 ++++++------- .../client-ssm-contacts/tsconfig.types.json | 12 +++++------ .../client-ssm-incidents/tsconfig.cjs.json | 18 +++++------------ clients/client-ssm-incidents/tsconfig.es.json | 14 ++++++------- .../client-ssm-incidents/tsconfig.types.json | 12 +++++------ clients/client-ssm/tsconfig.cjs.json | 18 +++++------------ clients/client-ssm/tsconfig.es.json | 14 ++++++------- clients/client-ssm/tsconfig.types.json | 12 +++++------ clients/client-sso-admin/tsconfig.cjs.json | 18 +++++------------ clients/client-sso-admin/tsconfig.es.json | 14 ++++++------- clients/client-sso-admin/tsconfig.types.json | 12 +++++------ clients/client-sso-oidc/tsconfig.cjs.json | 18 +++++------------ clients/client-sso-oidc/tsconfig.es.json | 14 ++++++------- clients/client-sso-oidc/tsconfig.types.json | 12 +++++------ clients/client-sso/tsconfig.cjs.json | 18 +++++------------ clients/client-sso/tsconfig.es.json | 14 ++++++------- clients/client-sso/tsconfig.types.json | 12 +++++------ .../client-storage-gateway/tsconfig.cjs.json | 18 +++++------------ .../client-storage-gateway/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-sts/tsconfig.cjs.json | 18 +++++------------ clients/client-sts/tsconfig.es.json | 14 ++++++------- clients/client-sts/tsconfig.types.json | 12 +++++------ clients/client-support/tsconfig.cjs.json | 18 +++++------------ clients/client-support/tsconfig.es.json | 14 ++++++------- clients/client-support/tsconfig.types.json | 12 +++++------ clients/client-swf/tsconfig.cjs.json | 18 +++++------------ clients/client-swf/tsconfig.es.json | 14 ++++++------- clients/client-swf/tsconfig.types.json | 12 +++++------ clients/client-synthetics/tsconfig.cjs.json | 18 +++++------------ clients/client-synthetics/tsconfig.es.json | 14 ++++++------- clients/client-synthetics/tsconfig.types.json | 12 +++++------ clients/client-textract/tsconfig.cjs.json | 18 +++++------------ clients/client-textract/tsconfig.es.json | 14 ++++++------- clients/client-textract/tsconfig.types.json | 12 +++++------ .../client-timestream-query/tsconfig.cjs.json | 18 +++++------------ .../client-timestream-query/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../client-timestream-write/tsconfig.cjs.json | 18 +++++------------ .../client-timestream-write/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 13 ++++++------ .../tsconfig.types.json | 12 +++++------ clients/client-transcribe/tsconfig.cjs.json | 18 +++++------------ clients/client-transcribe/tsconfig.es.json | 14 ++++++------- clients/client-transcribe/tsconfig.types.json | 12 +++++------ clients/client-transfer/tsconfig.cjs.json | 18 +++++------------ clients/client-transfer/tsconfig.es.json | 14 ++++++------- clients/client-transfer/tsconfig.types.json | 12 +++++------ clients/client-translate/tsconfig.cjs.json | 18 +++++------------ clients/client-translate/tsconfig.es.json | 14 ++++++------- clients/client-translate/tsconfig.types.json | 12 +++++------ clients/client-voice-id/tsconfig.cjs.json | 20 ++++++------------- clients/client-voice-id/tsconfig.es.json | 14 ++++++------- clients/client-voice-id/tsconfig.types.json | 12 +++++------ clients/client-waf-regional/tsconfig.cjs.json | 18 +++++------------ clients/client-waf-regional/tsconfig.es.json | 14 ++++++------- .../client-waf-regional/tsconfig.types.json | 12 +++++------ clients/client-waf/tsconfig.cjs.json | 18 +++++------------ clients/client-waf/tsconfig.es.json | 14 ++++++------- clients/client-waf/tsconfig.types.json | 12 +++++------ clients/client-wafv2/tsconfig.cjs.json | 18 +++++------------ clients/client-wafv2/tsconfig.es.json | 14 ++++++------- clients/client-wafv2/tsconfig.types.json | 12 +++++------ .../client-wellarchitected/tsconfig.cjs.json | 18 +++++------------ .../client-wellarchitected/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ clients/client-wisdom/tsconfig.cjs.json | 20 ++++++------------- clients/client-wisdom/tsconfig.es.json | 14 ++++++------- clients/client-wisdom/tsconfig.types.json | 12 +++++------ clients/client-workdocs/tsconfig.cjs.json | 18 +++++------------ clients/client-workdocs/tsconfig.es.json | 14 ++++++------- clients/client-workdocs/tsconfig.types.json | 12 +++++------ clients/client-worklink/tsconfig.cjs.json | 18 +++++------------ clients/client-worklink/tsconfig.es.json | 14 ++++++------- clients/client-worklink/tsconfig.types.json | 12 +++++------ clients/client-workmail/tsconfig.cjs.json | 18 +++++------------ clients/client-workmail/tsconfig.es.json | 14 ++++++------- clients/client-workmail/tsconfig.types.json | 12 +++++------ .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 12 +++++------ .../client-workspaces-web/tsconfig.cjs.json | 20 ++++++------------- .../client-workspaces-web/tsconfig.es.json | 14 ++++++------- .../client-workspaces-web/tsconfig.types.json | 12 +++++------ clients/client-workspaces/tsconfig.cjs.json | 18 +++++------------ clients/client-workspaces/tsconfig.es.json | 14 ++++++------- clients/client-workspaces/tsconfig.types.json | 12 +++++------ clients/client-xray/tsconfig.cjs.json | 18 +++++------------ clients/client-xray/tsconfig.es.json | 14 ++++++------- clients/client-xray/tsconfig.types.json | 12 +++++------ private/aws-echo-service/tsconfig.cjs.json | 20 ++++++------------- private/aws-echo-service/tsconfig.es.json | 14 ++++++------- private/aws-echo-service/tsconfig.types.json | 12 +++++------ .../aws-protocoltests-ec2/tsconfig.cjs.json | 18 +++++------------ .../aws-protocoltests-ec2/tsconfig.es.json | 14 ++++++------- .../aws-protocoltests-ec2/tsconfig.types.json | 9 +++++---- .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 9 +++++---- .../aws-protocoltests-json/tsconfig.cjs.json | 18 +++++------------ .../aws-protocoltests-json/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 9 +++++---- .../aws-protocoltests-query/tsconfig.cjs.json | 18 +++++------------ .../aws-protocoltests-query/tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 9 +++++---- .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 9 +++++---- .../tsconfig.cjs.json | 18 +++++------------ .../tsconfig.es.json | 14 ++++++------- .../tsconfig.types.json | 9 +++++---- 912 files changed, 5486 insertions(+), 7918 deletions(-) diff --git a/clients/client-account/tsconfig.cjs.json b/clients/client-account/tsconfig.cjs.json index 4633e99df0e8b..3ca6241bbd43f 100644 --- a/clients/client-account/tsconfig.cjs.json +++ b/clients/client-account/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "rootDir": "./src", - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "outDir": "dist-cjs", - "removeComments": true + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-account/tsconfig.es.json b/clients/client-account/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-account/tsconfig.es.json +++ b/clients/client-account/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-account/tsconfig.types.json b/clients/client-account/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-account/tsconfig.types.json +++ b/clients/client-account/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-acm-pca/tsconfig.cjs.json b/clients/client-acm-pca/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-acm-pca/tsconfig.cjs.json +++ b/clients/client-acm-pca/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-acm-pca/tsconfig.es.json b/clients/client-acm-pca/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-acm-pca/tsconfig.es.json +++ b/clients/client-acm-pca/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-acm-pca/tsconfig.types.json b/clients/client-acm-pca/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-acm-pca/tsconfig.types.json +++ b/clients/client-acm-pca/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-acm/tsconfig.cjs.json b/clients/client-acm/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-acm/tsconfig.cjs.json +++ b/clients/client-acm/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-acm/tsconfig.es.json b/clients/client-acm/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-acm/tsconfig.es.json +++ b/clients/client-acm/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-acm/tsconfig.types.json b/clients/client-acm/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-acm/tsconfig.types.json +++ b/clients/client-acm/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-alexa-for-business/tsconfig.cjs.json b/clients/client-alexa-for-business/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-alexa-for-business/tsconfig.cjs.json +++ b/clients/client-alexa-for-business/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-alexa-for-business/tsconfig.es.json b/clients/client-alexa-for-business/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-alexa-for-business/tsconfig.es.json +++ b/clients/client-alexa-for-business/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-alexa-for-business/tsconfig.types.json b/clients/client-alexa-for-business/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-alexa-for-business/tsconfig.types.json +++ b/clients/client-alexa-for-business/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-amp/tsconfig.cjs.json b/clients/client-amp/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-amp/tsconfig.cjs.json +++ b/clients/client-amp/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-amp/tsconfig.es.json b/clients/client-amp/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-amp/tsconfig.es.json +++ b/clients/client-amp/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-amp/tsconfig.types.json b/clients/client-amp/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-amp/tsconfig.types.json +++ b/clients/client-amp/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-amplify/tsconfig.cjs.json b/clients/client-amplify/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-amplify/tsconfig.cjs.json +++ b/clients/client-amplify/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-amplify/tsconfig.es.json b/clients/client-amplify/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-amplify/tsconfig.es.json +++ b/clients/client-amplify/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-amplify/tsconfig.types.json b/clients/client-amplify/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-amplify/tsconfig.types.json +++ b/clients/client-amplify/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-amplifybackend/tsconfig.cjs.json b/clients/client-amplifybackend/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-amplifybackend/tsconfig.cjs.json +++ b/clients/client-amplifybackend/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-amplifybackend/tsconfig.es.json b/clients/client-amplifybackend/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-amplifybackend/tsconfig.es.json +++ b/clients/client-amplifybackend/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-amplifybackend/tsconfig.types.json b/clients/client-amplifybackend/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-amplifybackend/tsconfig.types.json +++ b/clients/client-amplifybackend/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-amplifyuibuilder/tsconfig.cjs.json b/clients/client-amplifyuibuilder/tsconfig.cjs.json index 4633e99df0e8b..3ca6241bbd43f 100644 --- a/clients/client-amplifyuibuilder/tsconfig.cjs.json +++ b/clients/client-amplifyuibuilder/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "rootDir": "./src", - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "outDir": "dist-cjs", - "removeComments": true + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-amplifyuibuilder/tsconfig.es.json b/clients/client-amplifyuibuilder/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-amplifyuibuilder/tsconfig.es.json +++ b/clients/client-amplifyuibuilder/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-amplifyuibuilder/tsconfig.types.json b/clients/client-amplifyuibuilder/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-amplifyuibuilder/tsconfig.types.json +++ b/clients/client-amplifyuibuilder/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-api-gateway/tsconfig.cjs.json b/clients/client-api-gateway/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-api-gateway/tsconfig.cjs.json +++ b/clients/client-api-gateway/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-api-gateway/tsconfig.es.json b/clients/client-api-gateway/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-api-gateway/tsconfig.es.json +++ b/clients/client-api-gateway/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-api-gateway/tsconfig.types.json b/clients/client-api-gateway/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-api-gateway/tsconfig.types.json +++ b/clients/client-api-gateway/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-apigatewaymanagementapi/tsconfig.cjs.json b/clients/client-apigatewaymanagementapi/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-apigatewaymanagementapi/tsconfig.cjs.json +++ b/clients/client-apigatewaymanagementapi/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-apigatewaymanagementapi/tsconfig.es.json b/clients/client-apigatewaymanagementapi/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-apigatewaymanagementapi/tsconfig.es.json +++ b/clients/client-apigatewaymanagementapi/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-apigatewaymanagementapi/tsconfig.types.json b/clients/client-apigatewaymanagementapi/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-apigatewaymanagementapi/tsconfig.types.json +++ b/clients/client-apigatewaymanagementapi/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-apigatewayv2/tsconfig.cjs.json b/clients/client-apigatewayv2/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-apigatewayv2/tsconfig.cjs.json +++ b/clients/client-apigatewayv2/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-apigatewayv2/tsconfig.es.json b/clients/client-apigatewayv2/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-apigatewayv2/tsconfig.es.json +++ b/clients/client-apigatewayv2/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-apigatewayv2/tsconfig.types.json b/clients/client-apigatewayv2/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-apigatewayv2/tsconfig.types.json +++ b/clients/client-apigatewayv2/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-app-mesh/tsconfig.cjs.json b/clients/client-app-mesh/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-app-mesh/tsconfig.cjs.json +++ b/clients/client-app-mesh/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-app-mesh/tsconfig.es.json b/clients/client-app-mesh/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-app-mesh/tsconfig.es.json +++ b/clients/client-app-mesh/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-app-mesh/tsconfig.types.json b/clients/client-app-mesh/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-app-mesh/tsconfig.types.json +++ b/clients/client-app-mesh/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-appconfig/tsconfig.cjs.json b/clients/client-appconfig/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-appconfig/tsconfig.cjs.json +++ b/clients/client-appconfig/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-appconfig/tsconfig.es.json b/clients/client-appconfig/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-appconfig/tsconfig.es.json +++ b/clients/client-appconfig/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-appconfig/tsconfig.types.json b/clients/client-appconfig/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-appconfig/tsconfig.types.json +++ b/clients/client-appconfig/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-appconfigdata/tsconfig.cjs.json b/clients/client-appconfigdata/tsconfig.cjs.json index 4633e99df0e8b..3ca6241bbd43f 100644 --- a/clients/client-appconfigdata/tsconfig.cjs.json +++ b/clients/client-appconfigdata/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "rootDir": "./src", - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "outDir": "dist-cjs", - "removeComments": true + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-appconfigdata/tsconfig.es.json b/clients/client-appconfigdata/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-appconfigdata/tsconfig.es.json +++ b/clients/client-appconfigdata/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-appconfigdata/tsconfig.types.json b/clients/client-appconfigdata/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-appconfigdata/tsconfig.types.json +++ b/clients/client-appconfigdata/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-appflow/tsconfig.cjs.json b/clients/client-appflow/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-appflow/tsconfig.cjs.json +++ b/clients/client-appflow/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-appflow/tsconfig.es.json b/clients/client-appflow/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-appflow/tsconfig.es.json +++ b/clients/client-appflow/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-appflow/tsconfig.types.json b/clients/client-appflow/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-appflow/tsconfig.types.json +++ b/clients/client-appflow/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-appintegrations/tsconfig.cjs.json b/clients/client-appintegrations/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-appintegrations/tsconfig.cjs.json +++ b/clients/client-appintegrations/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-appintegrations/tsconfig.es.json b/clients/client-appintegrations/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-appintegrations/tsconfig.es.json +++ b/clients/client-appintegrations/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-appintegrations/tsconfig.types.json b/clients/client-appintegrations/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-appintegrations/tsconfig.types.json +++ b/clients/client-appintegrations/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-application-auto-scaling/tsconfig.cjs.json b/clients/client-application-auto-scaling/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-application-auto-scaling/tsconfig.cjs.json +++ b/clients/client-application-auto-scaling/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-application-auto-scaling/tsconfig.es.json b/clients/client-application-auto-scaling/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-application-auto-scaling/tsconfig.es.json +++ b/clients/client-application-auto-scaling/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-application-auto-scaling/tsconfig.types.json b/clients/client-application-auto-scaling/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-application-auto-scaling/tsconfig.types.json +++ b/clients/client-application-auto-scaling/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-application-discovery-service/tsconfig.cjs.json b/clients/client-application-discovery-service/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-application-discovery-service/tsconfig.cjs.json +++ b/clients/client-application-discovery-service/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-application-discovery-service/tsconfig.es.json b/clients/client-application-discovery-service/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-application-discovery-service/tsconfig.es.json +++ b/clients/client-application-discovery-service/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-application-discovery-service/tsconfig.types.json b/clients/client-application-discovery-service/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-application-discovery-service/tsconfig.types.json +++ b/clients/client-application-discovery-service/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-application-insights/tsconfig.cjs.json b/clients/client-application-insights/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-application-insights/tsconfig.cjs.json +++ b/clients/client-application-insights/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-application-insights/tsconfig.es.json b/clients/client-application-insights/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-application-insights/tsconfig.es.json +++ b/clients/client-application-insights/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-application-insights/tsconfig.types.json b/clients/client-application-insights/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-application-insights/tsconfig.types.json +++ b/clients/client-application-insights/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-applicationcostprofiler/tsconfig.cjs.json b/clients/client-applicationcostprofiler/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-applicationcostprofiler/tsconfig.cjs.json +++ b/clients/client-applicationcostprofiler/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-applicationcostprofiler/tsconfig.es.json b/clients/client-applicationcostprofiler/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-applicationcostprofiler/tsconfig.es.json +++ b/clients/client-applicationcostprofiler/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-applicationcostprofiler/tsconfig.types.json b/clients/client-applicationcostprofiler/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-applicationcostprofiler/tsconfig.types.json +++ b/clients/client-applicationcostprofiler/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-apprunner/tsconfig.cjs.json b/clients/client-apprunner/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-apprunner/tsconfig.cjs.json +++ b/clients/client-apprunner/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-apprunner/tsconfig.es.json b/clients/client-apprunner/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-apprunner/tsconfig.es.json +++ b/clients/client-apprunner/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-apprunner/tsconfig.types.json b/clients/client-apprunner/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-apprunner/tsconfig.types.json +++ b/clients/client-apprunner/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-appstream/tsconfig.cjs.json b/clients/client-appstream/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-appstream/tsconfig.cjs.json +++ b/clients/client-appstream/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-appstream/tsconfig.es.json b/clients/client-appstream/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-appstream/tsconfig.es.json +++ b/clients/client-appstream/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-appstream/tsconfig.types.json b/clients/client-appstream/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-appstream/tsconfig.types.json +++ b/clients/client-appstream/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-appsync/tsconfig.cjs.json b/clients/client-appsync/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-appsync/tsconfig.cjs.json +++ b/clients/client-appsync/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-appsync/tsconfig.es.json b/clients/client-appsync/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-appsync/tsconfig.es.json +++ b/clients/client-appsync/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-appsync/tsconfig.types.json b/clients/client-appsync/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-appsync/tsconfig.types.json +++ b/clients/client-appsync/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-athena/tsconfig.cjs.json b/clients/client-athena/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-athena/tsconfig.cjs.json +++ b/clients/client-athena/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-athena/tsconfig.es.json b/clients/client-athena/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-athena/tsconfig.es.json +++ b/clients/client-athena/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-athena/tsconfig.types.json b/clients/client-athena/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-athena/tsconfig.types.json +++ b/clients/client-athena/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-auditmanager/tsconfig.cjs.json b/clients/client-auditmanager/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-auditmanager/tsconfig.cjs.json +++ b/clients/client-auditmanager/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-auditmanager/tsconfig.es.json b/clients/client-auditmanager/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-auditmanager/tsconfig.es.json +++ b/clients/client-auditmanager/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-auditmanager/tsconfig.types.json b/clients/client-auditmanager/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-auditmanager/tsconfig.types.json +++ b/clients/client-auditmanager/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-auto-scaling-plans/tsconfig.cjs.json b/clients/client-auto-scaling-plans/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-auto-scaling-plans/tsconfig.cjs.json +++ b/clients/client-auto-scaling-plans/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-auto-scaling-plans/tsconfig.es.json b/clients/client-auto-scaling-plans/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-auto-scaling-plans/tsconfig.es.json +++ b/clients/client-auto-scaling-plans/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-auto-scaling-plans/tsconfig.types.json b/clients/client-auto-scaling-plans/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-auto-scaling-plans/tsconfig.types.json +++ b/clients/client-auto-scaling-plans/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-auto-scaling/tsconfig.cjs.json b/clients/client-auto-scaling/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-auto-scaling/tsconfig.cjs.json +++ b/clients/client-auto-scaling/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-auto-scaling/tsconfig.es.json b/clients/client-auto-scaling/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-auto-scaling/tsconfig.es.json +++ b/clients/client-auto-scaling/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-auto-scaling/tsconfig.types.json b/clients/client-auto-scaling/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-auto-scaling/tsconfig.types.json +++ b/clients/client-auto-scaling/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-backup-gateway/tsconfig.cjs.json b/clients/client-backup-gateway/tsconfig.cjs.json index 4633e99df0e8b..3ca6241bbd43f 100644 --- a/clients/client-backup-gateway/tsconfig.cjs.json +++ b/clients/client-backup-gateway/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "rootDir": "./src", - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "outDir": "dist-cjs", - "removeComments": true + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-backup-gateway/tsconfig.es.json b/clients/client-backup-gateway/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-backup-gateway/tsconfig.es.json +++ b/clients/client-backup-gateway/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-backup-gateway/tsconfig.types.json b/clients/client-backup-gateway/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-backup-gateway/tsconfig.types.json +++ b/clients/client-backup-gateway/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-backup/tsconfig.cjs.json b/clients/client-backup/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-backup/tsconfig.cjs.json +++ b/clients/client-backup/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-backup/tsconfig.es.json b/clients/client-backup/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-backup/tsconfig.es.json +++ b/clients/client-backup/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-backup/tsconfig.types.json b/clients/client-backup/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-backup/tsconfig.types.json +++ b/clients/client-backup/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-batch/tsconfig.cjs.json b/clients/client-batch/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-batch/tsconfig.cjs.json +++ b/clients/client-batch/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-batch/tsconfig.es.json b/clients/client-batch/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-batch/tsconfig.es.json +++ b/clients/client-batch/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-batch/tsconfig.types.json b/clients/client-batch/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-batch/tsconfig.types.json +++ b/clients/client-batch/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-braket/tsconfig.cjs.json b/clients/client-braket/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-braket/tsconfig.cjs.json +++ b/clients/client-braket/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-braket/tsconfig.es.json b/clients/client-braket/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-braket/tsconfig.es.json +++ b/clients/client-braket/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-braket/tsconfig.types.json b/clients/client-braket/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-braket/tsconfig.types.json +++ b/clients/client-braket/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-budgets/tsconfig.cjs.json b/clients/client-budgets/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-budgets/tsconfig.cjs.json +++ b/clients/client-budgets/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-budgets/tsconfig.es.json b/clients/client-budgets/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-budgets/tsconfig.es.json +++ b/clients/client-budgets/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-budgets/tsconfig.types.json b/clients/client-budgets/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-budgets/tsconfig.types.json +++ b/clients/client-budgets/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-chime-sdk-identity/tsconfig.cjs.json b/clients/client-chime-sdk-identity/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-chime-sdk-identity/tsconfig.cjs.json +++ b/clients/client-chime-sdk-identity/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-chime-sdk-identity/tsconfig.es.json b/clients/client-chime-sdk-identity/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-chime-sdk-identity/tsconfig.es.json +++ b/clients/client-chime-sdk-identity/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-chime-sdk-identity/tsconfig.types.json b/clients/client-chime-sdk-identity/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-chime-sdk-identity/tsconfig.types.json +++ b/clients/client-chime-sdk-identity/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-chime-sdk-meetings/tsconfig.cjs.json b/clients/client-chime-sdk-meetings/tsconfig.cjs.json index 4633e99df0e8b..3ca6241bbd43f 100644 --- a/clients/client-chime-sdk-meetings/tsconfig.cjs.json +++ b/clients/client-chime-sdk-meetings/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "rootDir": "./src", - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "outDir": "dist-cjs", - "removeComments": true + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-chime-sdk-meetings/tsconfig.es.json b/clients/client-chime-sdk-meetings/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-chime-sdk-meetings/tsconfig.es.json +++ b/clients/client-chime-sdk-meetings/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-chime-sdk-meetings/tsconfig.types.json b/clients/client-chime-sdk-meetings/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-chime-sdk-meetings/tsconfig.types.json +++ b/clients/client-chime-sdk-meetings/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-chime-sdk-messaging/tsconfig.cjs.json b/clients/client-chime-sdk-messaging/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-chime-sdk-messaging/tsconfig.cjs.json +++ b/clients/client-chime-sdk-messaging/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-chime-sdk-messaging/tsconfig.es.json b/clients/client-chime-sdk-messaging/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-chime-sdk-messaging/tsconfig.es.json +++ b/clients/client-chime-sdk-messaging/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-chime-sdk-messaging/tsconfig.types.json b/clients/client-chime-sdk-messaging/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-chime-sdk-messaging/tsconfig.types.json +++ b/clients/client-chime-sdk-messaging/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-chime/tsconfig.cjs.json b/clients/client-chime/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-chime/tsconfig.cjs.json +++ b/clients/client-chime/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-chime/tsconfig.es.json b/clients/client-chime/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-chime/tsconfig.es.json +++ b/clients/client-chime/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-chime/tsconfig.types.json b/clients/client-chime/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-chime/tsconfig.types.json +++ b/clients/client-chime/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-cloud9/tsconfig.cjs.json b/clients/client-cloud9/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-cloud9/tsconfig.cjs.json +++ b/clients/client-cloud9/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-cloud9/tsconfig.es.json b/clients/client-cloud9/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-cloud9/tsconfig.es.json +++ b/clients/client-cloud9/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-cloud9/tsconfig.types.json b/clients/client-cloud9/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-cloud9/tsconfig.types.json +++ b/clients/client-cloud9/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-cloudcontrol/tsconfig.cjs.json b/clients/client-cloudcontrol/tsconfig.cjs.json index 4633e99df0e8b..3ca6241bbd43f 100644 --- a/clients/client-cloudcontrol/tsconfig.cjs.json +++ b/clients/client-cloudcontrol/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "rootDir": "./src", - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "outDir": "dist-cjs", - "removeComments": true + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-cloudcontrol/tsconfig.es.json b/clients/client-cloudcontrol/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-cloudcontrol/tsconfig.es.json +++ b/clients/client-cloudcontrol/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-cloudcontrol/tsconfig.types.json b/clients/client-cloudcontrol/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-cloudcontrol/tsconfig.types.json +++ b/clients/client-cloudcontrol/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-clouddirectory/tsconfig.cjs.json b/clients/client-clouddirectory/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-clouddirectory/tsconfig.cjs.json +++ b/clients/client-clouddirectory/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-clouddirectory/tsconfig.es.json b/clients/client-clouddirectory/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-clouddirectory/tsconfig.es.json +++ b/clients/client-clouddirectory/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-clouddirectory/tsconfig.types.json b/clients/client-clouddirectory/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-clouddirectory/tsconfig.types.json +++ b/clients/client-clouddirectory/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-cloudformation/tsconfig.cjs.json b/clients/client-cloudformation/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-cloudformation/tsconfig.cjs.json +++ b/clients/client-cloudformation/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-cloudformation/tsconfig.es.json b/clients/client-cloudformation/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-cloudformation/tsconfig.es.json +++ b/clients/client-cloudformation/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-cloudformation/tsconfig.types.json b/clients/client-cloudformation/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-cloudformation/tsconfig.types.json +++ b/clients/client-cloudformation/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-cloudfront/tsconfig.cjs.json b/clients/client-cloudfront/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-cloudfront/tsconfig.cjs.json +++ b/clients/client-cloudfront/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-cloudfront/tsconfig.es.json b/clients/client-cloudfront/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-cloudfront/tsconfig.es.json +++ b/clients/client-cloudfront/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-cloudfront/tsconfig.types.json b/clients/client-cloudfront/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-cloudfront/tsconfig.types.json +++ b/clients/client-cloudfront/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-cloudhsm-v2/tsconfig.cjs.json b/clients/client-cloudhsm-v2/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-cloudhsm-v2/tsconfig.cjs.json +++ b/clients/client-cloudhsm-v2/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-cloudhsm-v2/tsconfig.es.json b/clients/client-cloudhsm-v2/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-cloudhsm-v2/tsconfig.es.json +++ b/clients/client-cloudhsm-v2/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-cloudhsm-v2/tsconfig.types.json b/clients/client-cloudhsm-v2/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-cloudhsm-v2/tsconfig.types.json +++ b/clients/client-cloudhsm-v2/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-cloudhsm/tsconfig.cjs.json b/clients/client-cloudhsm/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-cloudhsm/tsconfig.cjs.json +++ b/clients/client-cloudhsm/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-cloudhsm/tsconfig.es.json b/clients/client-cloudhsm/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-cloudhsm/tsconfig.es.json +++ b/clients/client-cloudhsm/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-cloudhsm/tsconfig.types.json b/clients/client-cloudhsm/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-cloudhsm/tsconfig.types.json +++ b/clients/client-cloudhsm/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-cloudsearch-domain/tsconfig.cjs.json b/clients/client-cloudsearch-domain/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-cloudsearch-domain/tsconfig.cjs.json +++ b/clients/client-cloudsearch-domain/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-cloudsearch-domain/tsconfig.es.json b/clients/client-cloudsearch-domain/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-cloudsearch-domain/tsconfig.es.json +++ b/clients/client-cloudsearch-domain/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-cloudsearch-domain/tsconfig.types.json b/clients/client-cloudsearch-domain/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-cloudsearch-domain/tsconfig.types.json +++ b/clients/client-cloudsearch-domain/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-cloudsearch/tsconfig.cjs.json b/clients/client-cloudsearch/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-cloudsearch/tsconfig.cjs.json +++ b/clients/client-cloudsearch/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-cloudsearch/tsconfig.es.json b/clients/client-cloudsearch/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-cloudsearch/tsconfig.es.json +++ b/clients/client-cloudsearch/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-cloudsearch/tsconfig.types.json b/clients/client-cloudsearch/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-cloudsearch/tsconfig.types.json +++ b/clients/client-cloudsearch/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-cloudtrail/tsconfig.cjs.json b/clients/client-cloudtrail/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-cloudtrail/tsconfig.cjs.json +++ b/clients/client-cloudtrail/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-cloudtrail/tsconfig.es.json b/clients/client-cloudtrail/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-cloudtrail/tsconfig.es.json +++ b/clients/client-cloudtrail/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-cloudtrail/tsconfig.types.json b/clients/client-cloudtrail/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-cloudtrail/tsconfig.types.json +++ b/clients/client-cloudtrail/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-cloudwatch-events/tsconfig.cjs.json b/clients/client-cloudwatch-events/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-cloudwatch-events/tsconfig.cjs.json +++ b/clients/client-cloudwatch-events/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-cloudwatch-events/tsconfig.es.json b/clients/client-cloudwatch-events/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-cloudwatch-events/tsconfig.es.json +++ b/clients/client-cloudwatch-events/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-cloudwatch-events/tsconfig.types.json b/clients/client-cloudwatch-events/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-cloudwatch-events/tsconfig.types.json +++ b/clients/client-cloudwatch-events/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-cloudwatch-logs/tsconfig.cjs.json b/clients/client-cloudwatch-logs/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-cloudwatch-logs/tsconfig.cjs.json +++ b/clients/client-cloudwatch-logs/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-cloudwatch-logs/tsconfig.es.json b/clients/client-cloudwatch-logs/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-cloudwatch-logs/tsconfig.es.json +++ b/clients/client-cloudwatch-logs/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-cloudwatch-logs/tsconfig.types.json b/clients/client-cloudwatch-logs/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-cloudwatch-logs/tsconfig.types.json +++ b/clients/client-cloudwatch-logs/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-cloudwatch/tsconfig.cjs.json b/clients/client-cloudwatch/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-cloudwatch/tsconfig.cjs.json +++ b/clients/client-cloudwatch/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-cloudwatch/tsconfig.es.json b/clients/client-cloudwatch/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-cloudwatch/tsconfig.es.json +++ b/clients/client-cloudwatch/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-cloudwatch/tsconfig.types.json b/clients/client-cloudwatch/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-cloudwatch/tsconfig.types.json +++ b/clients/client-cloudwatch/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-codeartifact/tsconfig.cjs.json b/clients/client-codeartifact/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-codeartifact/tsconfig.cjs.json +++ b/clients/client-codeartifact/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-codeartifact/tsconfig.es.json b/clients/client-codeartifact/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-codeartifact/tsconfig.es.json +++ b/clients/client-codeartifact/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-codeartifact/tsconfig.types.json b/clients/client-codeartifact/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-codeartifact/tsconfig.types.json +++ b/clients/client-codeartifact/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-codebuild/tsconfig.cjs.json b/clients/client-codebuild/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-codebuild/tsconfig.cjs.json +++ b/clients/client-codebuild/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-codebuild/tsconfig.es.json b/clients/client-codebuild/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-codebuild/tsconfig.es.json +++ b/clients/client-codebuild/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-codebuild/tsconfig.types.json b/clients/client-codebuild/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-codebuild/tsconfig.types.json +++ b/clients/client-codebuild/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-codecommit/tsconfig.cjs.json b/clients/client-codecommit/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-codecommit/tsconfig.cjs.json +++ b/clients/client-codecommit/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-codecommit/tsconfig.es.json b/clients/client-codecommit/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-codecommit/tsconfig.es.json +++ b/clients/client-codecommit/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-codecommit/tsconfig.types.json b/clients/client-codecommit/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-codecommit/tsconfig.types.json +++ b/clients/client-codecommit/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-codedeploy/tsconfig.cjs.json b/clients/client-codedeploy/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-codedeploy/tsconfig.cjs.json +++ b/clients/client-codedeploy/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-codedeploy/tsconfig.es.json b/clients/client-codedeploy/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-codedeploy/tsconfig.es.json +++ b/clients/client-codedeploy/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-codedeploy/tsconfig.types.json b/clients/client-codedeploy/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-codedeploy/tsconfig.types.json +++ b/clients/client-codedeploy/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-codeguru-reviewer/tsconfig.cjs.json b/clients/client-codeguru-reviewer/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-codeguru-reviewer/tsconfig.cjs.json +++ b/clients/client-codeguru-reviewer/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-codeguru-reviewer/tsconfig.es.json b/clients/client-codeguru-reviewer/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-codeguru-reviewer/tsconfig.es.json +++ b/clients/client-codeguru-reviewer/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-codeguru-reviewer/tsconfig.types.json b/clients/client-codeguru-reviewer/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-codeguru-reviewer/tsconfig.types.json +++ b/clients/client-codeguru-reviewer/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-codeguruprofiler/tsconfig.cjs.json b/clients/client-codeguruprofiler/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-codeguruprofiler/tsconfig.cjs.json +++ b/clients/client-codeguruprofiler/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-codeguruprofiler/tsconfig.es.json b/clients/client-codeguruprofiler/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-codeguruprofiler/tsconfig.es.json +++ b/clients/client-codeguruprofiler/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-codeguruprofiler/tsconfig.types.json b/clients/client-codeguruprofiler/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-codeguruprofiler/tsconfig.types.json +++ b/clients/client-codeguruprofiler/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-codepipeline/tsconfig.cjs.json b/clients/client-codepipeline/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-codepipeline/tsconfig.cjs.json +++ b/clients/client-codepipeline/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-codepipeline/tsconfig.es.json b/clients/client-codepipeline/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-codepipeline/tsconfig.es.json +++ b/clients/client-codepipeline/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-codepipeline/tsconfig.types.json b/clients/client-codepipeline/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-codepipeline/tsconfig.types.json +++ b/clients/client-codepipeline/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-codestar-connections/tsconfig.cjs.json b/clients/client-codestar-connections/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-codestar-connections/tsconfig.cjs.json +++ b/clients/client-codestar-connections/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-codestar-connections/tsconfig.es.json b/clients/client-codestar-connections/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-codestar-connections/tsconfig.es.json +++ b/clients/client-codestar-connections/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-codestar-connections/tsconfig.types.json b/clients/client-codestar-connections/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-codestar-connections/tsconfig.types.json +++ b/clients/client-codestar-connections/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-codestar-notifications/tsconfig.cjs.json b/clients/client-codestar-notifications/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-codestar-notifications/tsconfig.cjs.json +++ b/clients/client-codestar-notifications/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-codestar-notifications/tsconfig.es.json b/clients/client-codestar-notifications/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-codestar-notifications/tsconfig.es.json +++ b/clients/client-codestar-notifications/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-codestar-notifications/tsconfig.types.json b/clients/client-codestar-notifications/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-codestar-notifications/tsconfig.types.json +++ b/clients/client-codestar-notifications/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-codestar/tsconfig.cjs.json b/clients/client-codestar/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-codestar/tsconfig.cjs.json +++ b/clients/client-codestar/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-codestar/tsconfig.es.json b/clients/client-codestar/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-codestar/tsconfig.es.json +++ b/clients/client-codestar/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-codestar/tsconfig.types.json b/clients/client-codestar/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-codestar/tsconfig.types.json +++ b/clients/client-codestar/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-cognito-identity-provider/tsconfig.cjs.json b/clients/client-cognito-identity-provider/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-cognito-identity-provider/tsconfig.cjs.json +++ b/clients/client-cognito-identity-provider/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-cognito-identity-provider/tsconfig.es.json b/clients/client-cognito-identity-provider/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-cognito-identity-provider/tsconfig.es.json +++ b/clients/client-cognito-identity-provider/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-cognito-identity-provider/tsconfig.types.json b/clients/client-cognito-identity-provider/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-cognito-identity-provider/tsconfig.types.json +++ b/clients/client-cognito-identity-provider/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-cognito-identity/tsconfig.cjs.json b/clients/client-cognito-identity/tsconfig.cjs.json index cd6d61ae090f3..3ca6241bbd43f 100644 --- a/clients/client-cognito-identity/tsconfig.cjs.json +++ b/clients/client-cognito-identity/tsconfig.cjs.json @@ -1,19 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true, - "types": ["mocha", "node"] + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-cognito-identity/tsconfig.es.json b/clients/client-cognito-identity/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-cognito-identity/tsconfig.es.json +++ b/clients/client-cognito-identity/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-cognito-identity/tsconfig.types.json b/clients/client-cognito-identity/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-cognito-identity/tsconfig.types.json +++ b/clients/client-cognito-identity/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-cognito-sync/tsconfig.cjs.json b/clients/client-cognito-sync/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-cognito-sync/tsconfig.cjs.json +++ b/clients/client-cognito-sync/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-cognito-sync/tsconfig.es.json b/clients/client-cognito-sync/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-cognito-sync/tsconfig.es.json +++ b/clients/client-cognito-sync/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-cognito-sync/tsconfig.types.json b/clients/client-cognito-sync/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-cognito-sync/tsconfig.types.json +++ b/clients/client-cognito-sync/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-comprehend/tsconfig.cjs.json b/clients/client-comprehend/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-comprehend/tsconfig.cjs.json +++ b/clients/client-comprehend/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-comprehend/tsconfig.es.json b/clients/client-comprehend/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-comprehend/tsconfig.es.json +++ b/clients/client-comprehend/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-comprehend/tsconfig.types.json b/clients/client-comprehend/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-comprehend/tsconfig.types.json +++ b/clients/client-comprehend/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-comprehendmedical/tsconfig.cjs.json b/clients/client-comprehendmedical/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-comprehendmedical/tsconfig.cjs.json +++ b/clients/client-comprehendmedical/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-comprehendmedical/tsconfig.es.json b/clients/client-comprehendmedical/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-comprehendmedical/tsconfig.es.json +++ b/clients/client-comprehendmedical/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-comprehendmedical/tsconfig.types.json b/clients/client-comprehendmedical/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-comprehendmedical/tsconfig.types.json +++ b/clients/client-comprehendmedical/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-compute-optimizer/tsconfig.cjs.json b/clients/client-compute-optimizer/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-compute-optimizer/tsconfig.cjs.json +++ b/clients/client-compute-optimizer/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-compute-optimizer/tsconfig.es.json b/clients/client-compute-optimizer/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-compute-optimizer/tsconfig.es.json +++ b/clients/client-compute-optimizer/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-compute-optimizer/tsconfig.types.json b/clients/client-compute-optimizer/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-compute-optimizer/tsconfig.types.json +++ b/clients/client-compute-optimizer/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-config-service/tsconfig.cjs.json b/clients/client-config-service/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-config-service/tsconfig.cjs.json +++ b/clients/client-config-service/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-config-service/tsconfig.es.json b/clients/client-config-service/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-config-service/tsconfig.es.json +++ b/clients/client-config-service/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-config-service/tsconfig.types.json b/clients/client-config-service/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-config-service/tsconfig.types.json +++ b/clients/client-config-service/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-connect-contact-lens/tsconfig.cjs.json b/clients/client-connect-contact-lens/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-connect-contact-lens/tsconfig.cjs.json +++ b/clients/client-connect-contact-lens/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-connect-contact-lens/tsconfig.es.json b/clients/client-connect-contact-lens/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-connect-contact-lens/tsconfig.es.json +++ b/clients/client-connect-contact-lens/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-connect-contact-lens/tsconfig.types.json b/clients/client-connect-contact-lens/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-connect-contact-lens/tsconfig.types.json +++ b/clients/client-connect-contact-lens/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-connect/tsconfig.cjs.json b/clients/client-connect/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-connect/tsconfig.cjs.json +++ b/clients/client-connect/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-connect/tsconfig.es.json b/clients/client-connect/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-connect/tsconfig.es.json +++ b/clients/client-connect/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-connect/tsconfig.types.json b/clients/client-connect/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-connect/tsconfig.types.json +++ b/clients/client-connect/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-connectparticipant/tsconfig.cjs.json b/clients/client-connectparticipant/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-connectparticipant/tsconfig.cjs.json +++ b/clients/client-connectparticipant/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-connectparticipant/tsconfig.es.json b/clients/client-connectparticipant/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-connectparticipant/tsconfig.es.json +++ b/clients/client-connectparticipant/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-connectparticipant/tsconfig.types.json b/clients/client-connectparticipant/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-connectparticipant/tsconfig.types.json +++ b/clients/client-connectparticipant/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-cost-and-usage-report-service/tsconfig.cjs.json b/clients/client-cost-and-usage-report-service/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-cost-and-usage-report-service/tsconfig.cjs.json +++ b/clients/client-cost-and-usage-report-service/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-cost-and-usage-report-service/tsconfig.es.json b/clients/client-cost-and-usage-report-service/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-cost-and-usage-report-service/tsconfig.es.json +++ b/clients/client-cost-and-usage-report-service/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-cost-and-usage-report-service/tsconfig.types.json b/clients/client-cost-and-usage-report-service/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-cost-and-usage-report-service/tsconfig.types.json +++ b/clients/client-cost-and-usage-report-service/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-cost-explorer/tsconfig.cjs.json b/clients/client-cost-explorer/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-cost-explorer/tsconfig.cjs.json +++ b/clients/client-cost-explorer/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-cost-explorer/tsconfig.es.json b/clients/client-cost-explorer/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-cost-explorer/tsconfig.es.json +++ b/clients/client-cost-explorer/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-cost-explorer/tsconfig.types.json b/clients/client-cost-explorer/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-cost-explorer/tsconfig.types.json +++ b/clients/client-cost-explorer/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-customer-profiles/tsconfig.cjs.json b/clients/client-customer-profiles/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-customer-profiles/tsconfig.cjs.json +++ b/clients/client-customer-profiles/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-customer-profiles/tsconfig.es.json b/clients/client-customer-profiles/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-customer-profiles/tsconfig.es.json +++ b/clients/client-customer-profiles/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-customer-profiles/tsconfig.types.json b/clients/client-customer-profiles/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-customer-profiles/tsconfig.types.json +++ b/clients/client-customer-profiles/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-data-pipeline/tsconfig.cjs.json b/clients/client-data-pipeline/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-data-pipeline/tsconfig.cjs.json +++ b/clients/client-data-pipeline/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-data-pipeline/tsconfig.es.json b/clients/client-data-pipeline/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-data-pipeline/tsconfig.es.json +++ b/clients/client-data-pipeline/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-data-pipeline/tsconfig.types.json b/clients/client-data-pipeline/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-data-pipeline/tsconfig.types.json +++ b/clients/client-data-pipeline/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-database-migration-service/tsconfig.cjs.json b/clients/client-database-migration-service/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-database-migration-service/tsconfig.cjs.json +++ b/clients/client-database-migration-service/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-database-migration-service/tsconfig.es.json b/clients/client-database-migration-service/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-database-migration-service/tsconfig.es.json +++ b/clients/client-database-migration-service/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-database-migration-service/tsconfig.types.json b/clients/client-database-migration-service/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-database-migration-service/tsconfig.types.json +++ b/clients/client-database-migration-service/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-databrew/tsconfig.cjs.json b/clients/client-databrew/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-databrew/tsconfig.cjs.json +++ b/clients/client-databrew/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-databrew/tsconfig.es.json b/clients/client-databrew/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-databrew/tsconfig.es.json +++ b/clients/client-databrew/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-databrew/tsconfig.types.json b/clients/client-databrew/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-databrew/tsconfig.types.json +++ b/clients/client-databrew/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-dataexchange/tsconfig.cjs.json b/clients/client-dataexchange/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-dataexchange/tsconfig.cjs.json +++ b/clients/client-dataexchange/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-dataexchange/tsconfig.es.json b/clients/client-dataexchange/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-dataexchange/tsconfig.es.json +++ b/clients/client-dataexchange/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-dataexchange/tsconfig.types.json b/clients/client-dataexchange/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-dataexchange/tsconfig.types.json +++ b/clients/client-dataexchange/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-datasync/tsconfig.cjs.json b/clients/client-datasync/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-datasync/tsconfig.cjs.json +++ b/clients/client-datasync/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-datasync/tsconfig.es.json b/clients/client-datasync/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-datasync/tsconfig.es.json +++ b/clients/client-datasync/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-datasync/tsconfig.types.json b/clients/client-datasync/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-datasync/tsconfig.types.json +++ b/clients/client-datasync/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-dax/tsconfig.cjs.json b/clients/client-dax/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-dax/tsconfig.cjs.json +++ b/clients/client-dax/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-dax/tsconfig.es.json b/clients/client-dax/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-dax/tsconfig.es.json +++ b/clients/client-dax/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-dax/tsconfig.types.json b/clients/client-dax/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-dax/tsconfig.types.json +++ b/clients/client-dax/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-detective/tsconfig.cjs.json b/clients/client-detective/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-detective/tsconfig.cjs.json +++ b/clients/client-detective/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-detective/tsconfig.es.json b/clients/client-detective/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-detective/tsconfig.es.json +++ b/clients/client-detective/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-detective/tsconfig.types.json b/clients/client-detective/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-detective/tsconfig.types.json +++ b/clients/client-detective/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-device-farm/tsconfig.cjs.json b/clients/client-device-farm/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-device-farm/tsconfig.cjs.json +++ b/clients/client-device-farm/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-device-farm/tsconfig.es.json b/clients/client-device-farm/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-device-farm/tsconfig.es.json +++ b/clients/client-device-farm/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-device-farm/tsconfig.types.json b/clients/client-device-farm/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-device-farm/tsconfig.types.json +++ b/clients/client-device-farm/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-devops-guru/tsconfig.cjs.json b/clients/client-devops-guru/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-devops-guru/tsconfig.cjs.json +++ b/clients/client-devops-guru/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-devops-guru/tsconfig.es.json b/clients/client-devops-guru/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-devops-guru/tsconfig.es.json +++ b/clients/client-devops-guru/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-devops-guru/tsconfig.types.json b/clients/client-devops-guru/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-devops-guru/tsconfig.types.json +++ b/clients/client-devops-guru/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-direct-connect/tsconfig.cjs.json b/clients/client-direct-connect/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-direct-connect/tsconfig.cjs.json +++ b/clients/client-direct-connect/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-direct-connect/tsconfig.es.json b/clients/client-direct-connect/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-direct-connect/tsconfig.es.json +++ b/clients/client-direct-connect/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-direct-connect/tsconfig.types.json b/clients/client-direct-connect/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-direct-connect/tsconfig.types.json +++ b/clients/client-direct-connect/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-directory-service/tsconfig.cjs.json b/clients/client-directory-service/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-directory-service/tsconfig.cjs.json +++ b/clients/client-directory-service/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-directory-service/tsconfig.es.json b/clients/client-directory-service/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-directory-service/tsconfig.es.json +++ b/clients/client-directory-service/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-directory-service/tsconfig.types.json b/clients/client-directory-service/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-directory-service/tsconfig.types.json +++ b/clients/client-directory-service/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-dlm/tsconfig.cjs.json b/clients/client-dlm/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-dlm/tsconfig.cjs.json +++ b/clients/client-dlm/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-dlm/tsconfig.es.json b/clients/client-dlm/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-dlm/tsconfig.es.json +++ b/clients/client-dlm/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-dlm/tsconfig.types.json b/clients/client-dlm/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-dlm/tsconfig.types.json +++ b/clients/client-dlm/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-docdb/tsconfig.cjs.json b/clients/client-docdb/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-docdb/tsconfig.cjs.json +++ b/clients/client-docdb/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-docdb/tsconfig.es.json b/clients/client-docdb/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-docdb/tsconfig.es.json +++ b/clients/client-docdb/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-docdb/tsconfig.types.json b/clients/client-docdb/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-docdb/tsconfig.types.json +++ b/clients/client-docdb/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-drs/tsconfig.cjs.json b/clients/client-drs/tsconfig.cjs.json index 4633e99df0e8b..3ca6241bbd43f 100644 --- a/clients/client-drs/tsconfig.cjs.json +++ b/clients/client-drs/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "rootDir": "./src", - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "outDir": "dist-cjs", - "removeComments": true + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-drs/tsconfig.es.json b/clients/client-drs/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-drs/tsconfig.es.json +++ b/clients/client-drs/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-drs/tsconfig.types.json b/clients/client-drs/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-drs/tsconfig.types.json +++ b/clients/client-drs/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-dynamodb-streams/tsconfig.cjs.json b/clients/client-dynamodb-streams/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-dynamodb-streams/tsconfig.cjs.json +++ b/clients/client-dynamodb-streams/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-dynamodb-streams/tsconfig.es.json b/clients/client-dynamodb-streams/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-dynamodb-streams/tsconfig.es.json +++ b/clients/client-dynamodb-streams/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-dynamodb-streams/tsconfig.types.json b/clients/client-dynamodb-streams/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-dynamodb-streams/tsconfig.types.json +++ b/clients/client-dynamodb-streams/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-dynamodb/tsconfig.cjs.json b/clients/client-dynamodb/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-dynamodb/tsconfig.cjs.json +++ b/clients/client-dynamodb/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-dynamodb/tsconfig.es.json b/clients/client-dynamodb/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-dynamodb/tsconfig.es.json +++ b/clients/client-dynamodb/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-dynamodb/tsconfig.types.json b/clients/client-dynamodb/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-dynamodb/tsconfig.types.json +++ b/clients/client-dynamodb/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-ebs/tsconfig.cjs.json b/clients/client-ebs/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-ebs/tsconfig.cjs.json +++ b/clients/client-ebs/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-ebs/tsconfig.es.json b/clients/client-ebs/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-ebs/tsconfig.es.json +++ b/clients/client-ebs/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-ebs/tsconfig.types.json b/clients/client-ebs/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-ebs/tsconfig.types.json +++ b/clients/client-ebs/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-ec2-instance-connect/tsconfig.cjs.json b/clients/client-ec2-instance-connect/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-ec2-instance-connect/tsconfig.cjs.json +++ b/clients/client-ec2-instance-connect/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-ec2-instance-connect/tsconfig.es.json b/clients/client-ec2-instance-connect/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-ec2-instance-connect/tsconfig.es.json +++ b/clients/client-ec2-instance-connect/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-ec2-instance-connect/tsconfig.types.json b/clients/client-ec2-instance-connect/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-ec2-instance-connect/tsconfig.types.json +++ b/clients/client-ec2-instance-connect/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-ec2/tsconfig.cjs.json b/clients/client-ec2/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-ec2/tsconfig.cjs.json +++ b/clients/client-ec2/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-ec2/tsconfig.es.json b/clients/client-ec2/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-ec2/tsconfig.es.json +++ b/clients/client-ec2/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-ec2/tsconfig.types.json b/clients/client-ec2/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-ec2/tsconfig.types.json +++ b/clients/client-ec2/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-ecr-public/tsconfig.cjs.json b/clients/client-ecr-public/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-ecr-public/tsconfig.cjs.json +++ b/clients/client-ecr-public/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-ecr-public/tsconfig.es.json b/clients/client-ecr-public/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-ecr-public/tsconfig.es.json +++ b/clients/client-ecr-public/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-ecr-public/tsconfig.types.json b/clients/client-ecr-public/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-ecr-public/tsconfig.types.json +++ b/clients/client-ecr-public/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-ecr/tsconfig.cjs.json b/clients/client-ecr/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-ecr/tsconfig.cjs.json +++ b/clients/client-ecr/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-ecr/tsconfig.es.json b/clients/client-ecr/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-ecr/tsconfig.es.json +++ b/clients/client-ecr/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-ecr/tsconfig.types.json b/clients/client-ecr/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-ecr/tsconfig.types.json +++ b/clients/client-ecr/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-ecs/tsconfig.cjs.json b/clients/client-ecs/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-ecs/tsconfig.cjs.json +++ b/clients/client-ecs/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-ecs/tsconfig.es.json b/clients/client-ecs/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-ecs/tsconfig.es.json +++ b/clients/client-ecs/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-ecs/tsconfig.types.json b/clients/client-ecs/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-ecs/tsconfig.types.json +++ b/clients/client-ecs/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-efs/tsconfig.cjs.json b/clients/client-efs/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-efs/tsconfig.cjs.json +++ b/clients/client-efs/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-efs/tsconfig.es.json b/clients/client-efs/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-efs/tsconfig.es.json +++ b/clients/client-efs/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-efs/tsconfig.types.json b/clients/client-efs/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-efs/tsconfig.types.json +++ b/clients/client-efs/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-eks/tsconfig.cjs.json b/clients/client-eks/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-eks/tsconfig.cjs.json +++ b/clients/client-eks/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-eks/tsconfig.es.json b/clients/client-eks/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-eks/tsconfig.es.json +++ b/clients/client-eks/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-eks/tsconfig.types.json b/clients/client-eks/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-eks/tsconfig.types.json +++ b/clients/client-eks/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-elastic-beanstalk/tsconfig.cjs.json b/clients/client-elastic-beanstalk/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-elastic-beanstalk/tsconfig.cjs.json +++ b/clients/client-elastic-beanstalk/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-elastic-beanstalk/tsconfig.es.json b/clients/client-elastic-beanstalk/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-elastic-beanstalk/tsconfig.es.json +++ b/clients/client-elastic-beanstalk/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-elastic-beanstalk/tsconfig.types.json b/clients/client-elastic-beanstalk/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-elastic-beanstalk/tsconfig.types.json +++ b/clients/client-elastic-beanstalk/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-elastic-inference/tsconfig.cjs.json b/clients/client-elastic-inference/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-elastic-inference/tsconfig.cjs.json +++ b/clients/client-elastic-inference/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-elastic-inference/tsconfig.es.json b/clients/client-elastic-inference/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-elastic-inference/tsconfig.es.json +++ b/clients/client-elastic-inference/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-elastic-inference/tsconfig.types.json b/clients/client-elastic-inference/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-elastic-inference/tsconfig.types.json +++ b/clients/client-elastic-inference/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-elastic-load-balancing-v2/tsconfig.cjs.json b/clients/client-elastic-load-balancing-v2/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-elastic-load-balancing-v2/tsconfig.cjs.json +++ b/clients/client-elastic-load-balancing-v2/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-elastic-load-balancing-v2/tsconfig.es.json b/clients/client-elastic-load-balancing-v2/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-elastic-load-balancing-v2/tsconfig.es.json +++ b/clients/client-elastic-load-balancing-v2/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-elastic-load-balancing-v2/tsconfig.types.json b/clients/client-elastic-load-balancing-v2/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-elastic-load-balancing-v2/tsconfig.types.json +++ b/clients/client-elastic-load-balancing-v2/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-elastic-load-balancing/tsconfig.cjs.json b/clients/client-elastic-load-balancing/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-elastic-load-balancing/tsconfig.cjs.json +++ b/clients/client-elastic-load-balancing/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-elastic-load-balancing/tsconfig.es.json b/clients/client-elastic-load-balancing/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-elastic-load-balancing/tsconfig.es.json +++ b/clients/client-elastic-load-balancing/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-elastic-load-balancing/tsconfig.types.json b/clients/client-elastic-load-balancing/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-elastic-load-balancing/tsconfig.types.json +++ b/clients/client-elastic-load-balancing/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-elastic-transcoder/tsconfig.cjs.json b/clients/client-elastic-transcoder/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-elastic-transcoder/tsconfig.cjs.json +++ b/clients/client-elastic-transcoder/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-elastic-transcoder/tsconfig.es.json b/clients/client-elastic-transcoder/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-elastic-transcoder/tsconfig.es.json +++ b/clients/client-elastic-transcoder/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-elastic-transcoder/tsconfig.types.json b/clients/client-elastic-transcoder/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-elastic-transcoder/tsconfig.types.json +++ b/clients/client-elastic-transcoder/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-elasticache/tsconfig.cjs.json b/clients/client-elasticache/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-elasticache/tsconfig.cjs.json +++ b/clients/client-elasticache/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-elasticache/tsconfig.es.json b/clients/client-elasticache/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-elasticache/tsconfig.es.json +++ b/clients/client-elasticache/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-elasticache/tsconfig.types.json b/clients/client-elasticache/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-elasticache/tsconfig.types.json +++ b/clients/client-elasticache/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-elasticsearch-service/tsconfig.cjs.json b/clients/client-elasticsearch-service/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-elasticsearch-service/tsconfig.cjs.json +++ b/clients/client-elasticsearch-service/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-elasticsearch-service/tsconfig.es.json b/clients/client-elasticsearch-service/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-elasticsearch-service/tsconfig.es.json +++ b/clients/client-elasticsearch-service/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-elasticsearch-service/tsconfig.types.json b/clients/client-elasticsearch-service/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-elasticsearch-service/tsconfig.types.json +++ b/clients/client-elasticsearch-service/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-emr-containers/tsconfig.cjs.json b/clients/client-emr-containers/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-emr-containers/tsconfig.cjs.json +++ b/clients/client-emr-containers/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-emr-containers/tsconfig.es.json b/clients/client-emr-containers/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-emr-containers/tsconfig.es.json +++ b/clients/client-emr-containers/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-emr-containers/tsconfig.types.json b/clients/client-emr-containers/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-emr-containers/tsconfig.types.json +++ b/clients/client-emr-containers/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-emr/tsconfig.cjs.json b/clients/client-emr/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-emr/tsconfig.cjs.json +++ b/clients/client-emr/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-emr/tsconfig.es.json b/clients/client-emr/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-emr/tsconfig.es.json +++ b/clients/client-emr/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-emr/tsconfig.types.json b/clients/client-emr/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-emr/tsconfig.types.json +++ b/clients/client-emr/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-eventbridge/tsconfig.cjs.json b/clients/client-eventbridge/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-eventbridge/tsconfig.cjs.json +++ b/clients/client-eventbridge/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-eventbridge/tsconfig.es.json b/clients/client-eventbridge/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-eventbridge/tsconfig.es.json +++ b/clients/client-eventbridge/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-eventbridge/tsconfig.types.json b/clients/client-eventbridge/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-eventbridge/tsconfig.types.json +++ b/clients/client-eventbridge/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-evidently/tsconfig.cjs.json b/clients/client-evidently/tsconfig.cjs.json index 4633e99df0e8b..3ca6241bbd43f 100644 --- a/clients/client-evidently/tsconfig.cjs.json +++ b/clients/client-evidently/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "rootDir": "./src", - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "outDir": "dist-cjs", - "removeComments": true + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-evidently/tsconfig.es.json b/clients/client-evidently/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-evidently/tsconfig.es.json +++ b/clients/client-evidently/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-evidently/tsconfig.types.json b/clients/client-evidently/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-evidently/tsconfig.types.json +++ b/clients/client-evidently/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-finspace-data/tsconfig.cjs.json b/clients/client-finspace-data/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-finspace-data/tsconfig.cjs.json +++ b/clients/client-finspace-data/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-finspace-data/tsconfig.es.json b/clients/client-finspace-data/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-finspace-data/tsconfig.es.json +++ b/clients/client-finspace-data/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-finspace-data/tsconfig.types.json b/clients/client-finspace-data/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-finspace-data/tsconfig.types.json +++ b/clients/client-finspace-data/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-finspace/tsconfig.cjs.json b/clients/client-finspace/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-finspace/tsconfig.cjs.json +++ b/clients/client-finspace/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-finspace/tsconfig.es.json b/clients/client-finspace/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-finspace/tsconfig.es.json +++ b/clients/client-finspace/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-finspace/tsconfig.types.json b/clients/client-finspace/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-finspace/tsconfig.types.json +++ b/clients/client-finspace/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-firehose/tsconfig.cjs.json b/clients/client-firehose/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-firehose/tsconfig.cjs.json +++ b/clients/client-firehose/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-firehose/tsconfig.es.json b/clients/client-firehose/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-firehose/tsconfig.es.json +++ b/clients/client-firehose/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-firehose/tsconfig.types.json b/clients/client-firehose/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-firehose/tsconfig.types.json +++ b/clients/client-firehose/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-fis/tsconfig.cjs.json b/clients/client-fis/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-fis/tsconfig.cjs.json +++ b/clients/client-fis/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-fis/tsconfig.es.json b/clients/client-fis/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-fis/tsconfig.es.json +++ b/clients/client-fis/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-fis/tsconfig.types.json b/clients/client-fis/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-fis/tsconfig.types.json +++ b/clients/client-fis/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-fms/tsconfig.cjs.json b/clients/client-fms/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-fms/tsconfig.cjs.json +++ b/clients/client-fms/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-fms/tsconfig.es.json b/clients/client-fms/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-fms/tsconfig.es.json +++ b/clients/client-fms/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-fms/tsconfig.types.json b/clients/client-fms/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-fms/tsconfig.types.json +++ b/clients/client-fms/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-forecast/tsconfig.cjs.json b/clients/client-forecast/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-forecast/tsconfig.cjs.json +++ b/clients/client-forecast/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-forecast/tsconfig.es.json b/clients/client-forecast/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-forecast/tsconfig.es.json +++ b/clients/client-forecast/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-forecast/tsconfig.types.json b/clients/client-forecast/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-forecast/tsconfig.types.json +++ b/clients/client-forecast/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-forecastquery/tsconfig.cjs.json b/clients/client-forecastquery/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-forecastquery/tsconfig.cjs.json +++ b/clients/client-forecastquery/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-forecastquery/tsconfig.es.json b/clients/client-forecastquery/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-forecastquery/tsconfig.es.json +++ b/clients/client-forecastquery/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-forecastquery/tsconfig.types.json b/clients/client-forecastquery/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-forecastquery/tsconfig.types.json +++ b/clients/client-forecastquery/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-frauddetector/tsconfig.cjs.json b/clients/client-frauddetector/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-frauddetector/tsconfig.cjs.json +++ b/clients/client-frauddetector/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-frauddetector/tsconfig.es.json b/clients/client-frauddetector/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-frauddetector/tsconfig.es.json +++ b/clients/client-frauddetector/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-frauddetector/tsconfig.types.json b/clients/client-frauddetector/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-frauddetector/tsconfig.types.json +++ b/clients/client-frauddetector/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-fsx/tsconfig.cjs.json b/clients/client-fsx/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-fsx/tsconfig.cjs.json +++ b/clients/client-fsx/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-fsx/tsconfig.es.json b/clients/client-fsx/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-fsx/tsconfig.es.json +++ b/clients/client-fsx/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-fsx/tsconfig.types.json b/clients/client-fsx/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-fsx/tsconfig.types.json +++ b/clients/client-fsx/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-gamelift/tsconfig.cjs.json b/clients/client-gamelift/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-gamelift/tsconfig.cjs.json +++ b/clients/client-gamelift/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-gamelift/tsconfig.es.json b/clients/client-gamelift/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-gamelift/tsconfig.es.json +++ b/clients/client-gamelift/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-gamelift/tsconfig.types.json b/clients/client-gamelift/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-gamelift/tsconfig.types.json +++ b/clients/client-gamelift/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-glacier/tsconfig.cjs.json b/clients/client-glacier/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-glacier/tsconfig.cjs.json +++ b/clients/client-glacier/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-glacier/tsconfig.es.json b/clients/client-glacier/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-glacier/tsconfig.es.json +++ b/clients/client-glacier/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-glacier/tsconfig.types.json b/clients/client-glacier/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-glacier/tsconfig.types.json +++ b/clients/client-glacier/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-global-accelerator/tsconfig.cjs.json b/clients/client-global-accelerator/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-global-accelerator/tsconfig.cjs.json +++ b/clients/client-global-accelerator/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-global-accelerator/tsconfig.es.json b/clients/client-global-accelerator/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-global-accelerator/tsconfig.es.json +++ b/clients/client-global-accelerator/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-global-accelerator/tsconfig.types.json b/clients/client-global-accelerator/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-global-accelerator/tsconfig.types.json +++ b/clients/client-global-accelerator/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-glue/tsconfig.cjs.json b/clients/client-glue/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-glue/tsconfig.cjs.json +++ b/clients/client-glue/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-glue/tsconfig.es.json b/clients/client-glue/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-glue/tsconfig.es.json +++ b/clients/client-glue/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-glue/tsconfig.types.json b/clients/client-glue/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-glue/tsconfig.types.json +++ b/clients/client-glue/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-grafana/tsconfig.cjs.json b/clients/client-grafana/tsconfig.cjs.json index 4633e99df0e8b..3ca6241bbd43f 100644 --- a/clients/client-grafana/tsconfig.cjs.json +++ b/clients/client-grafana/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "rootDir": "./src", - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "outDir": "dist-cjs", - "removeComments": true + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-grafana/tsconfig.es.json b/clients/client-grafana/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-grafana/tsconfig.es.json +++ b/clients/client-grafana/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-grafana/tsconfig.types.json b/clients/client-grafana/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-grafana/tsconfig.types.json +++ b/clients/client-grafana/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-greengrass/tsconfig.cjs.json b/clients/client-greengrass/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-greengrass/tsconfig.cjs.json +++ b/clients/client-greengrass/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-greengrass/tsconfig.es.json b/clients/client-greengrass/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-greengrass/tsconfig.es.json +++ b/clients/client-greengrass/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-greengrass/tsconfig.types.json b/clients/client-greengrass/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-greengrass/tsconfig.types.json +++ b/clients/client-greengrass/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-greengrassv2/tsconfig.cjs.json b/clients/client-greengrassv2/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-greengrassv2/tsconfig.cjs.json +++ b/clients/client-greengrassv2/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-greengrassv2/tsconfig.es.json b/clients/client-greengrassv2/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-greengrassv2/tsconfig.es.json +++ b/clients/client-greengrassv2/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-greengrassv2/tsconfig.types.json b/clients/client-greengrassv2/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-greengrassv2/tsconfig.types.json +++ b/clients/client-greengrassv2/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-groundstation/tsconfig.cjs.json b/clients/client-groundstation/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-groundstation/tsconfig.cjs.json +++ b/clients/client-groundstation/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-groundstation/tsconfig.es.json b/clients/client-groundstation/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-groundstation/tsconfig.es.json +++ b/clients/client-groundstation/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-groundstation/tsconfig.types.json b/clients/client-groundstation/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-groundstation/tsconfig.types.json +++ b/clients/client-groundstation/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-guardduty/tsconfig.cjs.json b/clients/client-guardduty/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-guardduty/tsconfig.cjs.json +++ b/clients/client-guardduty/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-guardduty/tsconfig.es.json b/clients/client-guardduty/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-guardduty/tsconfig.es.json +++ b/clients/client-guardduty/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-guardduty/tsconfig.types.json b/clients/client-guardduty/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-guardduty/tsconfig.types.json +++ b/clients/client-guardduty/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-health/tsconfig.cjs.json b/clients/client-health/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-health/tsconfig.cjs.json +++ b/clients/client-health/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-health/tsconfig.es.json b/clients/client-health/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-health/tsconfig.es.json +++ b/clients/client-health/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-health/tsconfig.types.json b/clients/client-health/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-health/tsconfig.types.json +++ b/clients/client-health/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-healthlake/tsconfig.cjs.json b/clients/client-healthlake/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-healthlake/tsconfig.cjs.json +++ b/clients/client-healthlake/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-healthlake/tsconfig.es.json b/clients/client-healthlake/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-healthlake/tsconfig.es.json +++ b/clients/client-healthlake/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-healthlake/tsconfig.types.json b/clients/client-healthlake/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-healthlake/tsconfig.types.json +++ b/clients/client-healthlake/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-honeycode/tsconfig.cjs.json b/clients/client-honeycode/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-honeycode/tsconfig.cjs.json +++ b/clients/client-honeycode/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-honeycode/tsconfig.es.json b/clients/client-honeycode/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-honeycode/tsconfig.es.json +++ b/clients/client-honeycode/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-honeycode/tsconfig.types.json b/clients/client-honeycode/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-honeycode/tsconfig.types.json +++ b/clients/client-honeycode/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-iam/tsconfig.cjs.json b/clients/client-iam/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-iam/tsconfig.cjs.json +++ b/clients/client-iam/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-iam/tsconfig.es.json b/clients/client-iam/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-iam/tsconfig.es.json +++ b/clients/client-iam/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-iam/tsconfig.types.json b/clients/client-iam/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-iam/tsconfig.types.json +++ b/clients/client-iam/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-identitystore/tsconfig.cjs.json b/clients/client-identitystore/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-identitystore/tsconfig.cjs.json +++ b/clients/client-identitystore/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-identitystore/tsconfig.es.json b/clients/client-identitystore/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-identitystore/tsconfig.es.json +++ b/clients/client-identitystore/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-identitystore/tsconfig.types.json b/clients/client-identitystore/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-identitystore/tsconfig.types.json +++ b/clients/client-identitystore/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-imagebuilder/tsconfig.cjs.json b/clients/client-imagebuilder/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-imagebuilder/tsconfig.cjs.json +++ b/clients/client-imagebuilder/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-imagebuilder/tsconfig.es.json b/clients/client-imagebuilder/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-imagebuilder/tsconfig.es.json +++ b/clients/client-imagebuilder/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-imagebuilder/tsconfig.types.json b/clients/client-imagebuilder/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-imagebuilder/tsconfig.types.json +++ b/clients/client-imagebuilder/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-inspector/tsconfig.cjs.json b/clients/client-inspector/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-inspector/tsconfig.cjs.json +++ b/clients/client-inspector/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-inspector/tsconfig.es.json b/clients/client-inspector/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-inspector/tsconfig.es.json +++ b/clients/client-inspector/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-inspector/tsconfig.types.json b/clients/client-inspector/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-inspector/tsconfig.types.json +++ b/clients/client-inspector/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-inspector2/tsconfig.cjs.json b/clients/client-inspector2/tsconfig.cjs.json index 4633e99df0e8b..3ca6241bbd43f 100644 --- a/clients/client-inspector2/tsconfig.cjs.json +++ b/clients/client-inspector2/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "rootDir": "./src", - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "outDir": "dist-cjs", - "removeComments": true + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-inspector2/tsconfig.es.json b/clients/client-inspector2/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-inspector2/tsconfig.es.json +++ b/clients/client-inspector2/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-inspector2/tsconfig.types.json b/clients/client-inspector2/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-inspector2/tsconfig.types.json +++ b/clients/client-inspector2/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-iot-1click-devices-service/tsconfig.cjs.json b/clients/client-iot-1click-devices-service/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-iot-1click-devices-service/tsconfig.cjs.json +++ b/clients/client-iot-1click-devices-service/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-iot-1click-devices-service/tsconfig.es.json b/clients/client-iot-1click-devices-service/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-iot-1click-devices-service/tsconfig.es.json +++ b/clients/client-iot-1click-devices-service/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-iot-1click-devices-service/tsconfig.types.json b/clients/client-iot-1click-devices-service/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-iot-1click-devices-service/tsconfig.types.json +++ b/clients/client-iot-1click-devices-service/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-iot-1click-projects/tsconfig.cjs.json b/clients/client-iot-1click-projects/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-iot-1click-projects/tsconfig.cjs.json +++ b/clients/client-iot-1click-projects/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-iot-1click-projects/tsconfig.es.json b/clients/client-iot-1click-projects/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-iot-1click-projects/tsconfig.es.json +++ b/clients/client-iot-1click-projects/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-iot-1click-projects/tsconfig.types.json b/clients/client-iot-1click-projects/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-iot-1click-projects/tsconfig.types.json +++ b/clients/client-iot-1click-projects/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-iot-data-plane/tsconfig.cjs.json b/clients/client-iot-data-plane/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-iot-data-plane/tsconfig.cjs.json +++ b/clients/client-iot-data-plane/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-iot-data-plane/tsconfig.es.json b/clients/client-iot-data-plane/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-iot-data-plane/tsconfig.es.json +++ b/clients/client-iot-data-plane/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-iot-data-plane/tsconfig.types.json b/clients/client-iot-data-plane/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-iot-data-plane/tsconfig.types.json +++ b/clients/client-iot-data-plane/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-iot-events-data/tsconfig.cjs.json b/clients/client-iot-events-data/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-iot-events-data/tsconfig.cjs.json +++ b/clients/client-iot-events-data/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-iot-events-data/tsconfig.es.json b/clients/client-iot-events-data/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-iot-events-data/tsconfig.es.json +++ b/clients/client-iot-events-data/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-iot-events-data/tsconfig.types.json b/clients/client-iot-events-data/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-iot-events-data/tsconfig.types.json +++ b/clients/client-iot-events-data/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-iot-events/tsconfig.cjs.json b/clients/client-iot-events/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-iot-events/tsconfig.cjs.json +++ b/clients/client-iot-events/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-iot-events/tsconfig.es.json b/clients/client-iot-events/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-iot-events/tsconfig.es.json +++ b/clients/client-iot-events/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-iot-events/tsconfig.types.json b/clients/client-iot-events/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-iot-events/tsconfig.types.json +++ b/clients/client-iot-events/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-iot-jobs-data-plane/tsconfig.cjs.json b/clients/client-iot-jobs-data-plane/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-iot-jobs-data-plane/tsconfig.cjs.json +++ b/clients/client-iot-jobs-data-plane/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-iot-jobs-data-plane/tsconfig.es.json b/clients/client-iot-jobs-data-plane/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-iot-jobs-data-plane/tsconfig.es.json +++ b/clients/client-iot-jobs-data-plane/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-iot-jobs-data-plane/tsconfig.types.json b/clients/client-iot-jobs-data-plane/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-iot-jobs-data-plane/tsconfig.types.json +++ b/clients/client-iot-jobs-data-plane/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-iot-wireless/tsconfig.cjs.json b/clients/client-iot-wireless/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-iot-wireless/tsconfig.cjs.json +++ b/clients/client-iot-wireless/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-iot-wireless/tsconfig.es.json b/clients/client-iot-wireless/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-iot-wireless/tsconfig.es.json +++ b/clients/client-iot-wireless/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-iot-wireless/tsconfig.types.json b/clients/client-iot-wireless/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-iot-wireless/tsconfig.types.json +++ b/clients/client-iot-wireless/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-iot/tsconfig.cjs.json b/clients/client-iot/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-iot/tsconfig.cjs.json +++ b/clients/client-iot/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-iot/tsconfig.es.json b/clients/client-iot/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-iot/tsconfig.es.json +++ b/clients/client-iot/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-iot/tsconfig.types.json b/clients/client-iot/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-iot/tsconfig.types.json +++ b/clients/client-iot/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-iotanalytics/tsconfig.cjs.json b/clients/client-iotanalytics/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-iotanalytics/tsconfig.cjs.json +++ b/clients/client-iotanalytics/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-iotanalytics/tsconfig.es.json b/clients/client-iotanalytics/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-iotanalytics/tsconfig.es.json +++ b/clients/client-iotanalytics/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-iotanalytics/tsconfig.types.json b/clients/client-iotanalytics/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-iotanalytics/tsconfig.types.json +++ b/clients/client-iotanalytics/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-iotdeviceadvisor/tsconfig.cjs.json b/clients/client-iotdeviceadvisor/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-iotdeviceadvisor/tsconfig.cjs.json +++ b/clients/client-iotdeviceadvisor/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-iotdeviceadvisor/tsconfig.es.json b/clients/client-iotdeviceadvisor/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-iotdeviceadvisor/tsconfig.es.json +++ b/clients/client-iotdeviceadvisor/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-iotdeviceadvisor/tsconfig.types.json b/clients/client-iotdeviceadvisor/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-iotdeviceadvisor/tsconfig.types.json +++ b/clients/client-iotdeviceadvisor/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-iotfleethub/tsconfig.cjs.json b/clients/client-iotfleethub/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-iotfleethub/tsconfig.cjs.json +++ b/clients/client-iotfleethub/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-iotfleethub/tsconfig.es.json b/clients/client-iotfleethub/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-iotfleethub/tsconfig.es.json +++ b/clients/client-iotfleethub/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-iotfleethub/tsconfig.types.json b/clients/client-iotfleethub/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-iotfleethub/tsconfig.types.json +++ b/clients/client-iotfleethub/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-iotsecuretunneling/tsconfig.cjs.json b/clients/client-iotsecuretunneling/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-iotsecuretunneling/tsconfig.cjs.json +++ b/clients/client-iotsecuretunneling/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-iotsecuretunneling/tsconfig.es.json b/clients/client-iotsecuretunneling/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-iotsecuretunneling/tsconfig.es.json +++ b/clients/client-iotsecuretunneling/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-iotsecuretunneling/tsconfig.types.json b/clients/client-iotsecuretunneling/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-iotsecuretunneling/tsconfig.types.json +++ b/clients/client-iotsecuretunneling/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-iotsitewise/tsconfig.cjs.json b/clients/client-iotsitewise/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-iotsitewise/tsconfig.cjs.json +++ b/clients/client-iotsitewise/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-iotsitewise/tsconfig.es.json b/clients/client-iotsitewise/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-iotsitewise/tsconfig.es.json +++ b/clients/client-iotsitewise/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-iotsitewise/tsconfig.types.json b/clients/client-iotsitewise/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-iotsitewise/tsconfig.types.json +++ b/clients/client-iotsitewise/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-iotthingsgraph/tsconfig.cjs.json b/clients/client-iotthingsgraph/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-iotthingsgraph/tsconfig.cjs.json +++ b/clients/client-iotthingsgraph/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-iotthingsgraph/tsconfig.es.json b/clients/client-iotthingsgraph/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-iotthingsgraph/tsconfig.es.json +++ b/clients/client-iotthingsgraph/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-iotthingsgraph/tsconfig.types.json b/clients/client-iotthingsgraph/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-iotthingsgraph/tsconfig.types.json +++ b/clients/client-iotthingsgraph/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-iottwinmaker/tsconfig.cjs.json b/clients/client-iottwinmaker/tsconfig.cjs.json index 4633e99df0e8b..3ca6241bbd43f 100644 --- a/clients/client-iottwinmaker/tsconfig.cjs.json +++ b/clients/client-iottwinmaker/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "rootDir": "./src", - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "outDir": "dist-cjs", - "removeComments": true + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-iottwinmaker/tsconfig.es.json b/clients/client-iottwinmaker/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-iottwinmaker/tsconfig.es.json +++ b/clients/client-iottwinmaker/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-iottwinmaker/tsconfig.types.json b/clients/client-iottwinmaker/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-iottwinmaker/tsconfig.types.json +++ b/clients/client-iottwinmaker/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-ivs/tsconfig.cjs.json b/clients/client-ivs/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-ivs/tsconfig.cjs.json +++ b/clients/client-ivs/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-ivs/tsconfig.es.json b/clients/client-ivs/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-ivs/tsconfig.es.json +++ b/clients/client-ivs/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-ivs/tsconfig.types.json b/clients/client-ivs/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-ivs/tsconfig.types.json +++ b/clients/client-ivs/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-kafka/tsconfig.cjs.json b/clients/client-kafka/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-kafka/tsconfig.cjs.json +++ b/clients/client-kafka/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-kafka/tsconfig.es.json b/clients/client-kafka/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-kafka/tsconfig.es.json +++ b/clients/client-kafka/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-kafka/tsconfig.types.json b/clients/client-kafka/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-kafka/tsconfig.types.json +++ b/clients/client-kafka/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-kafkaconnect/tsconfig.cjs.json b/clients/client-kafkaconnect/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-kafkaconnect/tsconfig.cjs.json +++ b/clients/client-kafkaconnect/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-kafkaconnect/tsconfig.es.json b/clients/client-kafkaconnect/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-kafkaconnect/tsconfig.es.json +++ b/clients/client-kafkaconnect/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-kafkaconnect/tsconfig.types.json b/clients/client-kafkaconnect/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-kafkaconnect/tsconfig.types.json +++ b/clients/client-kafkaconnect/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-kendra/tsconfig.cjs.json b/clients/client-kendra/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-kendra/tsconfig.cjs.json +++ b/clients/client-kendra/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-kendra/tsconfig.es.json b/clients/client-kendra/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-kendra/tsconfig.es.json +++ b/clients/client-kendra/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-kendra/tsconfig.types.json b/clients/client-kendra/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-kendra/tsconfig.types.json +++ b/clients/client-kendra/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-kinesis-analytics-v2/tsconfig.cjs.json b/clients/client-kinesis-analytics-v2/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-kinesis-analytics-v2/tsconfig.cjs.json +++ b/clients/client-kinesis-analytics-v2/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-kinesis-analytics-v2/tsconfig.es.json b/clients/client-kinesis-analytics-v2/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-kinesis-analytics-v2/tsconfig.es.json +++ b/clients/client-kinesis-analytics-v2/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-kinesis-analytics-v2/tsconfig.types.json b/clients/client-kinesis-analytics-v2/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-kinesis-analytics-v2/tsconfig.types.json +++ b/clients/client-kinesis-analytics-v2/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-kinesis-analytics/tsconfig.cjs.json b/clients/client-kinesis-analytics/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-kinesis-analytics/tsconfig.cjs.json +++ b/clients/client-kinesis-analytics/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-kinesis-analytics/tsconfig.es.json b/clients/client-kinesis-analytics/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-kinesis-analytics/tsconfig.es.json +++ b/clients/client-kinesis-analytics/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-kinesis-analytics/tsconfig.types.json b/clients/client-kinesis-analytics/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-kinesis-analytics/tsconfig.types.json +++ b/clients/client-kinesis-analytics/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-kinesis-video-archived-media/tsconfig.cjs.json b/clients/client-kinesis-video-archived-media/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-kinesis-video-archived-media/tsconfig.cjs.json +++ b/clients/client-kinesis-video-archived-media/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-kinesis-video-archived-media/tsconfig.es.json b/clients/client-kinesis-video-archived-media/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-kinesis-video-archived-media/tsconfig.es.json +++ b/clients/client-kinesis-video-archived-media/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-kinesis-video-archived-media/tsconfig.types.json b/clients/client-kinesis-video-archived-media/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-kinesis-video-archived-media/tsconfig.types.json +++ b/clients/client-kinesis-video-archived-media/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-kinesis-video-media/tsconfig.cjs.json b/clients/client-kinesis-video-media/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-kinesis-video-media/tsconfig.cjs.json +++ b/clients/client-kinesis-video-media/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-kinesis-video-media/tsconfig.es.json b/clients/client-kinesis-video-media/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-kinesis-video-media/tsconfig.es.json +++ b/clients/client-kinesis-video-media/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-kinesis-video-media/tsconfig.types.json b/clients/client-kinesis-video-media/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-kinesis-video-media/tsconfig.types.json +++ b/clients/client-kinesis-video-media/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-kinesis-video-signaling/tsconfig.cjs.json b/clients/client-kinesis-video-signaling/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-kinesis-video-signaling/tsconfig.cjs.json +++ b/clients/client-kinesis-video-signaling/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-kinesis-video-signaling/tsconfig.es.json b/clients/client-kinesis-video-signaling/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-kinesis-video-signaling/tsconfig.es.json +++ b/clients/client-kinesis-video-signaling/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-kinesis-video-signaling/tsconfig.types.json b/clients/client-kinesis-video-signaling/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-kinesis-video-signaling/tsconfig.types.json +++ b/clients/client-kinesis-video-signaling/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-kinesis-video/tsconfig.cjs.json b/clients/client-kinesis-video/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-kinesis-video/tsconfig.cjs.json +++ b/clients/client-kinesis-video/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-kinesis-video/tsconfig.es.json b/clients/client-kinesis-video/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-kinesis-video/tsconfig.es.json +++ b/clients/client-kinesis-video/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-kinesis-video/tsconfig.types.json b/clients/client-kinesis-video/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-kinesis-video/tsconfig.types.json +++ b/clients/client-kinesis-video/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-kinesis/tsconfig.cjs.json b/clients/client-kinesis/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-kinesis/tsconfig.cjs.json +++ b/clients/client-kinesis/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-kinesis/tsconfig.es.json b/clients/client-kinesis/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-kinesis/tsconfig.es.json +++ b/clients/client-kinesis/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-kinesis/tsconfig.types.json b/clients/client-kinesis/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-kinesis/tsconfig.types.json +++ b/clients/client-kinesis/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-kms/tsconfig.cjs.json b/clients/client-kms/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-kms/tsconfig.cjs.json +++ b/clients/client-kms/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-kms/tsconfig.es.json b/clients/client-kms/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-kms/tsconfig.es.json +++ b/clients/client-kms/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-kms/tsconfig.types.json b/clients/client-kms/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-kms/tsconfig.types.json +++ b/clients/client-kms/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-lakeformation/tsconfig.cjs.json b/clients/client-lakeformation/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-lakeformation/tsconfig.cjs.json +++ b/clients/client-lakeformation/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-lakeformation/tsconfig.es.json b/clients/client-lakeformation/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-lakeformation/tsconfig.es.json +++ b/clients/client-lakeformation/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-lakeformation/tsconfig.types.json b/clients/client-lakeformation/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-lakeformation/tsconfig.types.json +++ b/clients/client-lakeformation/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-lambda/tsconfig.cjs.json b/clients/client-lambda/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-lambda/tsconfig.cjs.json +++ b/clients/client-lambda/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-lambda/tsconfig.es.json b/clients/client-lambda/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-lambda/tsconfig.es.json +++ b/clients/client-lambda/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-lambda/tsconfig.types.json b/clients/client-lambda/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-lambda/tsconfig.types.json +++ b/clients/client-lambda/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-lex-model-building-service/tsconfig.cjs.json b/clients/client-lex-model-building-service/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-lex-model-building-service/tsconfig.cjs.json +++ b/clients/client-lex-model-building-service/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-lex-model-building-service/tsconfig.es.json b/clients/client-lex-model-building-service/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-lex-model-building-service/tsconfig.es.json +++ b/clients/client-lex-model-building-service/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-lex-model-building-service/tsconfig.types.json b/clients/client-lex-model-building-service/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-lex-model-building-service/tsconfig.types.json +++ b/clients/client-lex-model-building-service/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-lex-models-v2/tsconfig.cjs.json b/clients/client-lex-models-v2/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-lex-models-v2/tsconfig.cjs.json +++ b/clients/client-lex-models-v2/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-lex-models-v2/tsconfig.es.json b/clients/client-lex-models-v2/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-lex-models-v2/tsconfig.es.json +++ b/clients/client-lex-models-v2/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-lex-models-v2/tsconfig.types.json b/clients/client-lex-models-v2/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-lex-models-v2/tsconfig.types.json +++ b/clients/client-lex-models-v2/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-lex-runtime-service/tsconfig.cjs.json b/clients/client-lex-runtime-service/tsconfig.cjs.json index cd6d61ae090f3..3ca6241bbd43f 100644 --- a/clients/client-lex-runtime-service/tsconfig.cjs.json +++ b/clients/client-lex-runtime-service/tsconfig.cjs.json @@ -1,19 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true, - "types": ["mocha", "node"] + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-lex-runtime-service/tsconfig.es.json b/clients/client-lex-runtime-service/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-lex-runtime-service/tsconfig.es.json +++ b/clients/client-lex-runtime-service/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-lex-runtime-service/tsconfig.types.json b/clients/client-lex-runtime-service/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-lex-runtime-service/tsconfig.types.json +++ b/clients/client-lex-runtime-service/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-lex-runtime-v2/tsconfig.cjs.json b/clients/client-lex-runtime-v2/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-lex-runtime-v2/tsconfig.cjs.json +++ b/clients/client-lex-runtime-v2/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-lex-runtime-v2/tsconfig.es.json b/clients/client-lex-runtime-v2/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-lex-runtime-v2/tsconfig.es.json +++ b/clients/client-lex-runtime-v2/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-lex-runtime-v2/tsconfig.types.json b/clients/client-lex-runtime-v2/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-lex-runtime-v2/tsconfig.types.json +++ b/clients/client-lex-runtime-v2/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-license-manager/tsconfig.cjs.json b/clients/client-license-manager/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-license-manager/tsconfig.cjs.json +++ b/clients/client-license-manager/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-license-manager/tsconfig.es.json b/clients/client-license-manager/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-license-manager/tsconfig.es.json +++ b/clients/client-license-manager/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-license-manager/tsconfig.types.json b/clients/client-license-manager/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-license-manager/tsconfig.types.json +++ b/clients/client-license-manager/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-lightsail/tsconfig.cjs.json b/clients/client-lightsail/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-lightsail/tsconfig.cjs.json +++ b/clients/client-lightsail/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-lightsail/tsconfig.es.json b/clients/client-lightsail/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-lightsail/tsconfig.es.json +++ b/clients/client-lightsail/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-lightsail/tsconfig.types.json b/clients/client-lightsail/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-lightsail/tsconfig.types.json +++ b/clients/client-lightsail/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-location/tsconfig.cjs.json b/clients/client-location/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-location/tsconfig.cjs.json +++ b/clients/client-location/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-location/tsconfig.es.json b/clients/client-location/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-location/tsconfig.es.json +++ b/clients/client-location/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-location/tsconfig.types.json b/clients/client-location/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-location/tsconfig.types.json +++ b/clients/client-location/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-lookoutequipment/tsconfig.cjs.json b/clients/client-lookoutequipment/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-lookoutequipment/tsconfig.cjs.json +++ b/clients/client-lookoutequipment/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-lookoutequipment/tsconfig.es.json b/clients/client-lookoutequipment/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-lookoutequipment/tsconfig.es.json +++ b/clients/client-lookoutequipment/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-lookoutequipment/tsconfig.types.json b/clients/client-lookoutequipment/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-lookoutequipment/tsconfig.types.json +++ b/clients/client-lookoutequipment/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-lookoutmetrics/tsconfig.cjs.json b/clients/client-lookoutmetrics/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-lookoutmetrics/tsconfig.cjs.json +++ b/clients/client-lookoutmetrics/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-lookoutmetrics/tsconfig.es.json b/clients/client-lookoutmetrics/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-lookoutmetrics/tsconfig.es.json +++ b/clients/client-lookoutmetrics/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-lookoutmetrics/tsconfig.types.json b/clients/client-lookoutmetrics/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-lookoutmetrics/tsconfig.types.json +++ b/clients/client-lookoutmetrics/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-lookoutvision/tsconfig.cjs.json b/clients/client-lookoutvision/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-lookoutvision/tsconfig.cjs.json +++ b/clients/client-lookoutvision/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-lookoutvision/tsconfig.es.json b/clients/client-lookoutvision/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-lookoutvision/tsconfig.es.json +++ b/clients/client-lookoutvision/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-lookoutvision/tsconfig.types.json b/clients/client-lookoutvision/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-lookoutvision/tsconfig.types.json +++ b/clients/client-lookoutvision/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-machine-learning/tsconfig.cjs.json b/clients/client-machine-learning/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-machine-learning/tsconfig.cjs.json +++ b/clients/client-machine-learning/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-machine-learning/tsconfig.es.json b/clients/client-machine-learning/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-machine-learning/tsconfig.es.json +++ b/clients/client-machine-learning/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-machine-learning/tsconfig.types.json b/clients/client-machine-learning/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-machine-learning/tsconfig.types.json +++ b/clients/client-machine-learning/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-macie/tsconfig.cjs.json b/clients/client-macie/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-macie/tsconfig.cjs.json +++ b/clients/client-macie/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-macie/tsconfig.es.json b/clients/client-macie/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-macie/tsconfig.es.json +++ b/clients/client-macie/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-macie/tsconfig.types.json b/clients/client-macie/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-macie/tsconfig.types.json +++ b/clients/client-macie/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-macie2/tsconfig.cjs.json b/clients/client-macie2/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-macie2/tsconfig.cjs.json +++ b/clients/client-macie2/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-macie2/tsconfig.es.json b/clients/client-macie2/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-macie2/tsconfig.es.json +++ b/clients/client-macie2/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-macie2/tsconfig.types.json b/clients/client-macie2/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-macie2/tsconfig.types.json +++ b/clients/client-macie2/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-managedblockchain/tsconfig.cjs.json b/clients/client-managedblockchain/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-managedblockchain/tsconfig.cjs.json +++ b/clients/client-managedblockchain/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-managedblockchain/tsconfig.es.json b/clients/client-managedblockchain/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-managedblockchain/tsconfig.es.json +++ b/clients/client-managedblockchain/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-managedblockchain/tsconfig.types.json b/clients/client-managedblockchain/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-managedblockchain/tsconfig.types.json +++ b/clients/client-managedblockchain/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-marketplace-catalog/tsconfig.cjs.json b/clients/client-marketplace-catalog/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-marketplace-catalog/tsconfig.cjs.json +++ b/clients/client-marketplace-catalog/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-marketplace-catalog/tsconfig.es.json b/clients/client-marketplace-catalog/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-marketplace-catalog/tsconfig.es.json +++ b/clients/client-marketplace-catalog/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-marketplace-catalog/tsconfig.types.json b/clients/client-marketplace-catalog/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-marketplace-catalog/tsconfig.types.json +++ b/clients/client-marketplace-catalog/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-marketplace-commerce-analytics/tsconfig.cjs.json b/clients/client-marketplace-commerce-analytics/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-marketplace-commerce-analytics/tsconfig.cjs.json +++ b/clients/client-marketplace-commerce-analytics/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-marketplace-commerce-analytics/tsconfig.es.json b/clients/client-marketplace-commerce-analytics/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-marketplace-commerce-analytics/tsconfig.es.json +++ b/clients/client-marketplace-commerce-analytics/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-marketplace-commerce-analytics/tsconfig.types.json b/clients/client-marketplace-commerce-analytics/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-marketplace-commerce-analytics/tsconfig.types.json +++ b/clients/client-marketplace-commerce-analytics/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-marketplace-entitlement-service/tsconfig.cjs.json b/clients/client-marketplace-entitlement-service/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-marketplace-entitlement-service/tsconfig.cjs.json +++ b/clients/client-marketplace-entitlement-service/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-marketplace-entitlement-service/tsconfig.es.json b/clients/client-marketplace-entitlement-service/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-marketplace-entitlement-service/tsconfig.es.json +++ b/clients/client-marketplace-entitlement-service/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-marketplace-entitlement-service/tsconfig.types.json b/clients/client-marketplace-entitlement-service/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-marketplace-entitlement-service/tsconfig.types.json +++ b/clients/client-marketplace-entitlement-service/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-marketplace-metering/tsconfig.cjs.json b/clients/client-marketplace-metering/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-marketplace-metering/tsconfig.cjs.json +++ b/clients/client-marketplace-metering/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-marketplace-metering/tsconfig.es.json b/clients/client-marketplace-metering/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-marketplace-metering/tsconfig.es.json +++ b/clients/client-marketplace-metering/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-marketplace-metering/tsconfig.types.json b/clients/client-marketplace-metering/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-marketplace-metering/tsconfig.types.json +++ b/clients/client-marketplace-metering/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-mediaconnect/tsconfig.cjs.json b/clients/client-mediaconnect/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-mediaconnect/tsconfig.cjs.json +++ b/clients/client-mediaconnect/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-mediaconnect/tsconfig.es.json b/clients/client-mediaconnect/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-mediaconnect/tsconfig.es.json +++ b/clients/client-mediaconnect/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-mediaconnect/tsconfig.types.json b/clients/client-mediaconnect/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-mediaconnect/tsconfig.types.json +++ b/clients/client-mediaconnect/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-mediaconvert/tsconfig.cjs.json b/clients/client-mediaconvert/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-mediaconvert/tsconfig.cjs.json +++ b/clients/client-mediaconvert/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-mediaconvert/tsconfig.es.json b/clients/client-mediaconvert/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-mediaconvert/tsconfig.es.json +++ b/clients/client-mediaconvert/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-mediaconvert/tsconfig.types.json b/clients/client-mediaconvert/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-mediaconvert/tsconfig.types.json +++ b/clients/client-mediaconvert/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-medialive/tsconfig.cjs.json b/clients/client-medialive/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-medialive/tsconfig.cjs.json +++ b/clients/client-medialive/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-medialive/tsconfig.es.json b/clients/client-medialive/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-medialive/tsconfig.es.json +++ b/clients/client-medialive/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-medialive/tsconfig.types.json b/clients/client-medialive/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-medialive/tsconfig.types.json +++ b/clients/client-medialive/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-mediapackage-vod/tsconfig.cjs.json b/clients/client-mediapackage-vod/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-mediapackage-vod/tsconfig.cjs.json +++ b/clients/client-mediapackage-vod/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-mediapackage-vod/tsconfig.es.json b/clients/client-mediapackage-vod/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-mediapackage-vod/tsconfig.es.json +++ b/clients/client-mediapackage-vod/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-mediapackage-vod/tsconfig.types.json b/clients/client-mediapackage-vod/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-mediapackage-vod/tsconfig.types.json +++ b/clients/client-mediapackage-vod/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-mediapackage/tsconfig.cjs.json b/clients/client-mediapackage/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-mediapackage/tsconfig.cjs.json +++ b/clients/client-mediapackage/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-mediapackage/tsconfig.es.json b/clients/client-mediapackage/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-mediapackage/tsconfig.es.json +++ b/clients/client-mediapackage/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-mediapackage/tsconfig.types.json b/clients/client-mediapackage/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-mediapackage/tsconfig.types.json +++ b/clients/client-mediapackage/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-mediastore-data/tsconfig.cjs.json b/clients/client-mediastore-data/tsconfig.cjs.json index 1a6e84ff018a0..3ca6241bbd43f 100644 --- a/clients/client-mediastore-data/tsconfig.cjs.json +++ b/clients/client-mediastore-data/tsconfig.cjs.json @@ -1,19 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true, - "types": ["mocha"] + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-mediastore-data/tsconfig.es.json b/clients/client-mediastore-data/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-mediastore-data/tsconfig.es.json +++ b/clients/client-mediastore-data/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-mediastore-data/tsconfig.types.json b/clients/client-mediastore-data/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-mediastore-data/tsconfig.types.json +++ b/clients/client-mediastore-data/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-mediastore/tsconfig.cjs.json b/clients/client-mediastore/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-mediastore/tsconfig.cjs.json +++ b/clients/client-mediastore/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-mediastore/tsconfig.es.json b/clients/client-mediastore/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-mediastore/tsconfig.es.json +++ b/clients/client-mediastore/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-mediastore/tsconfig.types.json b/clients/client-mediastore/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-mediastore/tsconfig.types.json +++ b/clients/client-mediastore/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-mediatailor/tsconfig.cjs.json b/clients/client-mediatailor/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-mediatailor/tsconfig.cjs.json +++ b/clients/client-mediatailor/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-mediatailor/tsconfig.es.json b/clients/client-mediatailor/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-mediatailor/tsconfig.es.json +++ b/clients/client-mediatailor/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-mediatailor/tsconfig.types.json b/clients/client-mediatailor/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-mediatailor/tsconfig.types.json +++ b/clients/client-mediatailor/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-memorydb/tsconfig.cjs.json b/clients/client-memorydb/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-memorydb/tsconfig.cjs.json +++ b/clients/client-memorydb/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-memorydb/tsconfig.es.json b/clients/client-memorydb/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-memorydb/tsconfig.es.json +++ b/clients/client-memorydb/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-memorydb/tsconfig.types.json b/clients/client-memorydb/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-memorydb/tsconfig.types.json +++ b/clients/client-memorydb/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-mgn/tsconfig.cjs.json b/clients/client-mgn/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-mgn/tsconfig.cjs.json +++ b/clients/client-mgn/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-mgn/tsconfig.es.json b/clients/client-mgn/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-mgn/tsconfig.es.json +++ b/clients/client-mgn/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-mgn/tsconfig.types.json b/clients/client-mgn/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-mgn/tsconfig.types.json +++ b/clients/client-mgn/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-migration-hub-refactor-spaces/tsconfig.cjs.json b/clients/client-migration-hub-refactor-spaces/tsconfig.cjs.json index 4633e99df0e8b..3ca6241bbd43f 100644 --- a/clients/client-migration-hub-refactor-spaces/tsconfig.cjs.json +++ b/clients/client-migration-hub-refactor-spaces/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "rootDir": "./src", - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "outDir": "dist-cjs", - "removeComments": true + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-migration-hub-refactor-spaces/tsconfig.es.json b/clients/client-migration-hub-refactor-spaces/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-migration-hub-refactor-spaces/tsconfig.es.json +++ b/clients/client-migration-hub-refactor-spaces/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-migration-hub-refactor-spaces/tsconfig.types.json b/clients/client-migration-hub-refactor-spaces/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-migration-hub-refactor-spaces/tsconfig.types.json +++ b/clients/client-migration-hub-refactor-spaces/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-migration-hub/tsconfig.cjs.json b/clients/client-migration-hub/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-migration-hub/tsconfig.cjs.json +++ b/clients/client-migration-hub/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-migration-hub/tsconfig.es.json b/clients/client-migration-hub/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-migration-hub/tsconfig.es.json +++ b/clients/client-migration-hub/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-migration-hub/tsconfig.types.json b/clients/client-migration-hub/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-migration-hub/tsconfig.types.json +++ b/clients/client-migration-hub/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-migrationhub-config/tsconfig.cjs.json b/clients/client-migrationhub-config/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-migrationhub-config/tsconfig.cjs.json +++ b/clients/client-migrationhub-config/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-migrationhub-config/tsconfig.es.json b/clients/client-migrationhub-config/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-migrationhub-config/tsconfig.es.json +++ b/clients/client-migrationhub-config/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-migrationhub-config/tsconfig.types.json b/clients/client-migrationhub-config/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-migrationhub-config/tsconfig.types.json +++ b/clients/client-migrationhub-config/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-migrationhubstrategy/tsconfig.cjs.json b/clients/client-migrationhubstrategy/tsconfig.cjs.json index 4633e99df0e8b..3ca6241bbd43f 100644 --- a/clients/client-migrationhubstrategy/tsconfig.cjs.json +++ b/clients/client-migrationhubstrategy/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "rootDir": "./src", - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "outDir": "dist-cjs", - "removeComments": true + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-migrationhubstrategy/tsconfig.es.json b/clients/client-migrationhubstrategy/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-migrationhubstrategy/tsconfig.es.json +++ b/clients/client-migrationhubstrategy/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-migrationhubstrategy/tsconfig.types.json b/clients/client-migrationhubstrategy/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-migrationhubstrategy/tsconfig.types.json +++ b/clients/client-migrationhubstrategy/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-mobile/tsconfig.cjs.json b/clients/client-mobile/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-mobile/tsconfig.cjs.json +++ b/clients/client-mobile/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-mobile/tsconfig.es.json b/clients/client-mobile/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-mobile/tsconfig.es.json +++ b/clients/client-mobile/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-mobile/tsconfig.types.json b/clients/client-mobile/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-mobile/tsconfig.types.json +++ b/clients/client-mobile/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-mq/tsconfig.cjs.json b/clients/client-mq/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-mq/tsconfig.cjs.json +++ b/clients/client-mq/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-mq/tsconfig.es.json b/clients/client-mq/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-mq/tsconfig.es.json +++ b/clients/client-mq/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-mq/tsconfig.types.json b/clients/client-mq/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-mq/tsconfig.types.json +++ b/clients/client-mq/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-mturk/tsconfig.cjs.json b/clients/client-mturk/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-mturk/tsconfig.cjs.json +++ b/clients/client-mturk/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-mturk/tsconfig.es.json b/clients/client-mturk/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-mturk/tsconfig.es.json +++ b/clients/client-mturk/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-mturk/tsconfig.types.json b/clients/client-mturk/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-mturk/tsconfig.types.json +++ b/clients/client-mturk/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-mwaa/tsconfig.cjs.json b/clients/client-mwaa/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-mwaa/tsconfig.cjs.json +++ b/clients/client-mwaa/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-mwaa/tsconfig.es.json b/clients/client-mwaa/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-mwaa/tsconfig.es.json +++ b/clients/client-mwaa/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-mwaa/tsconfig.types.json b/clients/client-mwaa/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-mwaa/tsconfig.types.json +++ b/clients/client-mwaa/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-neptune/tsconfig.cjs.json b/clients/client-neptune/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-neptune/tsconfig.cjs.json +++ b/clients/client-neptune/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-neptune/tsconfig.es.json b/clients/client-neptune/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-neptune/tsconfig.es.json +++ b/clients/client-neptune/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-neptune/tsconfig.types.json b/clients/client-neptune/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-neptune/tsconfig.types.json +++ b/clients/client-neptune/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-network-firewall/tsconfig.cjs.json b/clients/client-network-firewall/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-network-firewall/tsconfig.cjs.json +++ b/clients/client-network-firewall/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-network-firewall/tsconfig.es.json b/clients/client-network-firewall/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-network-firewall/tsconfig.es.json +++ b/clients/client-network-firewall/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-network-firewall/tsconfig.types.json b/clients/client-network-firewall/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-network-firewall/tsconfig.types.json +++ b/clients/client-network-firewall/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-networkmanager/tsconfig.cjs.json b/clients/client-networkmanager/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-networkmanager/tsconfig.cjs.json +++ b/clients/client-networkmanager/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-networkmanager/tsconfig.es.json b/clients/client-networkmanager/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-networkmanager/tsconfig.es.json +++ b/clients/client-networkmanager/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-networkmanager/tsconfig.types.json b/clients/client-networkmanager/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-networkmanager/tsconfig.types.json +++ b/clients/client-networkmanager/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-nimble/tsconfig.cjs.json b/clients/client-nimble/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-nimble/tsconfig.cjs.json +++ b/clients/client-nimble/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-nimble/tsconfig.es.json b/clients/client-nimble/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-nimble/tsconfig.es.json +++ b/clients/client-nimble/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-nimble/tsconfig.types.json b/clients/client-nimble/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-nimble/tsconfig.types.json +++ b/clients/client-nimble/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-opensearch/tsconfig.cjs.json b/clients/client-opensearch/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-opensearch/tsconfig.cjs.json +++ b/clients/client-opensearch/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-opensearch/tsconfig.es.json b/clients/client-opensearch/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-opensearch/tsconfig.es.json +++ b/clients/client-opensearch/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-opensearch/tsconfig.types.json b/clients/client-opensearch/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-opensearch/tsconfig.types.json +++ b/clients/client-opensearch/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-opsworks/tsconfig.cjs.json b/clients/client-opsworks/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-opsworks/tsconfig.cjs.json +++ b/clients/client-opsworks/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-opsworks/tsconfig.es.json b/clients/client-opsworks/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-opsworks/tsconfig.es.json +++ b/clients/client-opsworks/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-opsworks/tsconfig.types.json b/clients/client-opsworks/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-opsworks/tsconfig.types.json +++ b/clients/client-opsworks/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-opsworkscm/tsconfig.cjs.json b/clients/client-opsworkscm/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-opsworkscm/tsconfig.cjs.json +++ b/clients/client-opsworkscm/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-opsworkscm/tsconfig.es.json b/clients/client-opsworkscm/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-opsworkscm/tsconfig.es.json +++ b/clients/client-opsworkscm/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-opsworkscm/tsconfig.types.json b/clients/client-opsworkscm/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-opsworkscm/tsconfig.types.json +++ b/clients/client-opsworkscm/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-organizations/tsconfig.cjs.json b/clients/client-organizations/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-organizations/tsconfig.cjs.json +++ b/clients/client-organizations/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-organizations/tsconfig.es.json b/clients/client-organizations/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-organizations/tsconfig.es.json +++ b/clients/client-organizations/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-organizations/tsconfig.types.json b/clients/client-organizations/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-organizations/tsconfig.types.json +++ b/clients/client-organizations/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-outposts/tsconfig.cjs.json b/clients/client-outposts/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-outposts/tsconfig.cjs.json +++ b/clients/client-outposts/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-outposts/tsconfig.es.json b/clients/client-outposts/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-outposts/tsconfig.es.json +++ b/clients/client-outposts/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-outposts/tsconfig.types.json b/clients/client-outposts/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-outposts/tsconfig.types.json +++ b/clients/client-outposts/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-panorama/tsconfig.cjs.json b/clients/client-panorama/tsconfig.cjs.json index 4633e99df0e8b..3ca6241bbd43f 100644 --- a/clients/client-panorama/tsconfig.cjs.json +++ b/clients/client-panorama/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "rootDir": "./src", - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "outDir": "dist-cjs", - "removeComments": true + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-panorama/tsconfig.es.json b/clients/client-panorama/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-panorama/tsconfig.es.json +++ b/clients/client-panorama/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-panorama/tsconfig.types.json b/clients/client-panorama/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-panorama/tsconfig.types.json +++ b/clients/client-panorama/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-personalize-events/tsconfig.cjs.json b/clients/client-personalize-events/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-personalize-events/tsconfig.cjs.json +++ b/clients/client-personalize-events/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-personalize-events/tsconfig.es.json b/clients/client-personalize-events/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-personalize-events/tsconfig.es.json +++ b/clients/client-personalize-events/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-personalize-events/tsconfig.types.json b/clients/client-personalize-events/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-personalize-events/tsconfig.types.json +++ b/clients/client-personalize-events/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-personalize-runtime/tsconfig.cjs.json b/clients/client-personalize-runtime/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-personalize-runtime/tsconfig.cjs.json +++ b/clients/client-personalize-runtime/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-personalize-runtime/tsconfig.es.json b/clients/client-personalize-runtime/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-personalize-runtime/tsconfig.es.json +++ b/clients/client-personalize-runtime/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-personalize-runtime/tsconfig.types.json b/clients/client-personalize-runtime/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-personalize-runtime/tsconfig.types.json +++ b/clients/client-personalize-runtime/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-personalize/tsconfig.cjs.json b/clients/client-personalize/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-personalize/tsconfig.cjs.json +++ b/clients/client-personalize/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-personalize/tsconfig.es.json b/clients/client-personalize/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-personalize/tsconfig.es.json +++ b/clients/client-personalize/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-personalize/tsconfig.types.json b/clients/client-personalize/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-personalize/tsconfig.types.json +++ b/clients/client-personalize/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-pi/tsconfig.cjs.json b/clients/client-pi/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-pi/tsconfig.cjs.json +++ b/clients/client-pi/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-pi/tsconfig.es.json b/clients/client-pi/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-pi/tsconfig.es.json +++ b/clients/client-pi/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-pi/tsconfig.types.json b/clients/client-pi/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-pi/tsconfig.types.json +++ b/clients/client-pi/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-pinpoint-email/tsconfig.cjs.json b/clients/client-pinpoint-email/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-pinpoint-email/tsconfig.cjs.json +++ b/clients/client-pinpoint-email/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-pinpoint-email/tsconfig.es.json b/clients/client-pinpoint-email/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-pinpoint-email/tsconfig.es.json +++ b/clients/client-pinpoint-email/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-pinpoint-email/tsconfig.types.json b/clients/client-pinpoint-email/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-pinpoint-email/tsconfig.types.json +++ b/clients/client-pinpoint-email/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-pinpoint-sms-voice/tsconfig.cjs.json b/clients/client-pinpoint-sms-voice/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-pinpoint-sms-voice/tsconfig.cjs.json +++ b/clients/client-pinpoint-sms-voice/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-pinpoint-sms-voice/tsconfig.es.json b/clients/client-pinpoint-sms-voice/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-pinpoint-sms-voice/tsconfig.es.json +++ b/clients/client-pinpoint-sms-voice/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-pinpoint-sms-voice/tsconfig.types.json b/clients/client-pinpoint-sms-voice/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-pinpoint-sms-voice/tsconfig.types.json +++ b/clients/client-pinpoint-sms-voice/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-pinpoint/tsconfig.cjs.json b/clients/client-pinpoint/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-pinpoint/tsconfig.cjs.json +++ b/clients/client-pinpoint/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-pinpoint/tsconfig.es.json b/clients/client-pinpoint/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-pinpoint/tsconfig.es.json +++ b/clients/client-pinpoint/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-pinpoint/tsconfig.types.json b/clients/client-pinpoint/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-pinpoint/tsconfig.types.json +++ b/clients/client-pinpoint/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-polly/tsconfig.cjs.json b/clients/client-polly/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-polly/tsconfig.cjs.json +++ b/clients/client-polly/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-polly/tsconfig.es.json b/clients/client-polly/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-polly/tsconfig.es.json +++ b/clients/client-polly/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-polly/tsconfig.types.json b/clients/client-polly/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-polly/tsconfig.types.json +++ b/clients/client-polly/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-pricing/tsconfig.cjs.json b/clients/client-pricing/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-pricing/tsconfig.cjs.json +++ b/clients/client-pricing/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-pricing/tsconfig.es.json b/clients/client-pricing/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-pricing/tsconfig.es.json +++ b/clients/client-pricing/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-pricing/tsconfig.types.json b/clients/client-pricing/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-pricing/tsconfig.types.json +++ b/clients/client-pricing/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-proton/tsconfig.cjs.json b/clients/client-proton/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-proton/tsconfig.cjs.json +++ b/clients/client-proton/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-proton/tsconfig.es.json b/clients/client-proton/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-proton/tsconfig.es.json +++ b/clients/client-proton/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-proton/tsconfig.types.json b/clients/client-proton/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-proton/tsconfig.types.json +++ b/clients/client-proton/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-qldb-session/tsconfig.cjs.json b/clients/client-qldb-session/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-qldb-session/tsconfig.cjs.json +++ b/clients/client-qldb-session/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-qldb-session/tsconfig.es.json b/clients/client-qldb-session/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-qldb-session/tsconfig.es.json +++ b/clients/client-qldb-session/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-qldb-session/tsconfig.types.json b/clients/client-qldb-session/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-qldb-session/tsconfig.types.json +++ b/clients/client-qldb-session/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-qldb/tsconfig.cjs.json b/clients/client-qldb/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-qldb/tsconfig.cjs.json +++ b/clients/client-qldb/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-qldb/tsconfig.es.json b/clients/client-qldb/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-qldb/tsconfig.es.json +++ b/clients/client-qldb/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-qldb/tsconfig.types.json b/clients/client-qldb/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-qldb/tsconfig.types.json +++ b/clients/client-qldb/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-quicksight/tsconfig.cjs.json b/clients/client-quicksight/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-quicksight/tsconfig.cjs.json +++ b/clients/client-quicksight/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-quicksight/tsconfig.es.json b/clients/client-quicksight/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-quicksight/tsconfig.es.json +++ b/clients/client-quicksight/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-quicksight/tsconfig.types.json b/clients/client-quicksight/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-quicksight/tsconfig.types.json +++ b/clients/client-quicksight/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-ram/tsconfig.cjs.json b/clients/client-ram/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-ram/tsconfig.cjs.json +++ b/clients/client-ram/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-ram/tsconfig.es.json b/clients/client-ram/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-ram/tsconfig.es.json +++ b/clients/client-ram/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-ram/tsconfig.types.json b/clients/client-ram/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-ram/tsconfig.types.json +++ b/clients/client-ram/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-rbin/tsconfig.cjs.json b/clients/client-rbin/tsconfig.cjs.json index 4633e99df0e8b..3ca6241bbd43f 100644 --- a/clients/client-rbin/tsconfig.cjs.json +++ b/clients/client-rbin/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "rootDir": "./src", - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "outDir": "dist-cjs", - "removeComments": true + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-rbin/tsconfig.es.json b/clients/client-rbin/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-rbin/tsconfig.es.json +++ b/clients/client-rbin/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-rbin/tsconfig.types.json b/clients/client-rbin/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-rbin/tsconfig.types.json +++ b/clients/client-rbin/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-rds-data/tsconfig.cjs.json b/clients/client-rds-data/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-rds-data/tsconfig.cjs.json +++ b/clients/client-rds-data/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-rds-data/tsconfig.es.json b/clients/client-rds-data/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-rds-data/tsconfig.es.json +++ b/clients/client-rds-data/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-rds-data/tsconfig.types.json b/clients/client-rds-data/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-rds-data/tsconfig.types.json +++ b/clients/client-rds-data/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-rds/tsconfig.cjs.json b/clients/client-rds/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-rds/tsconfig.cjs.json +++ b/clients/client-rds/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-rds/tsconfig.es.json b/clients/client-rds/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-rds/tsconfig.es.json +++ b/clients/client-rds/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-rds/tsconfig.types.json b/clients/client-rds/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-rds/tsconfig.types.json +++ b/clients/client-rds/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-redshift-data/tsconfig.cjs.json b/clients/client-redshift-data/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-redshift-data/tsconfig.cjs.json +++ b/clients/client-redshift-data/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-redshift-data/tsconfig.es.json b/clients/client-redshift-data/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-redshift-data/tsconfig.es.json +++ b/clients/client-redshift-data/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-redshift-data/tsconfig.types.json b/clients/client-redshift-data/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-redshift-data/tsconfig.types.json +++ b/clients/client-redshift-data/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-redshift/tsconfig.cjs.json b/clients/client-redshift/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-redshift/tsconfig.cjs.json +++ b/clients/client-redshift/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-redshift/tsconfig.es.json b/clients/client-redshift/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-redshift/tsconfig.es.json +++ b/clients/client-redshift/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-redshift/tsconfig.types.json b/clients/client-redshift/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-redshift/tsconfig.types.json +++ b/clients/client-redshift/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-rekognition/tsconfig.cjs.json b/clients/client-rekognition/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-rekognition/tsconfig.cjs.json +++ b/clients/client-rekognition/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-rekognition/tsconfig.es.json b/clients/client-rekognition/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-rekognition/tsconfig.es.json +++ b/clients/client-rekognition/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-rekognition/tsconfig.types.json b/clients/client-rekognition/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-rekognition/tsconfig.types.json +++ b/clients/client-rekognition/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-resiliencehub/tsconfig.cjs.json b/clients/client-resiliencehub/tsconfig.cjs.json index 4633e99df0e8b..3ca6241bbd43f 100644 --- a/clients/client-resiliencehub/tsconfig.cjs.json +++ b/clients/client-resiliencehub/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "rootDir": "./src", - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "outDir": "dist-cjs", - "removeComments": true + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-resiliencehub/tsconfig.es.json b/clients/client-resiliencehub/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-resiliencehub/tsconfig.es.json +++ b/clients/client-resiliencehub/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-resiliencehub/tsconfig.types.json b/clients/client-resiliencehub/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-resiliencehub/tsconfig.types.json +++ b/clients/client-resiliencehub/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-resource-groups-tagging-api/tsconfig.cjs.json b/clients/client-resource-groups-tagging-api/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-resource-groups-tagging-api/tsconfig.cjs.json +++ b/clients/client-resource-groups-tagging-api/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-resource-groups-tagging-api/tsconfig.es.json b/clients/client-resource-groups-tagging-api/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-resource-groups-tagging-api/tsconfig.es.json +++ b/clients/client-resource-groups-tagging-api/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-resource-groups-tagging-api/tsconfig.types.json b/clients/client-resource-groups-tagging-api/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-resource-groups-tagging-api/tsconfig.types.json +++ b/clients/client-resource-groups-tagging-api/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-resource-groups/tsconfig.cjs.json b/clients/client-resource-groups/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-resource-groups/tsconfig.cjs.json +++ b/clients/client-resource-groups/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-resource-groups/tsconfig.es.json b/clients/client-resource-groups/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-resource-groups/tsconfig.es.json +++ b/clients/client-resource-groups/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-resource-groups/tsconfig.types.json b/clients/client-resource-groups/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-resource-groups/tsconfig.types.json +++ b/clients/client-resource-groups/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-robomaker/tsconfig.cjs.json b/clients/client-robomaker/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-robomaker/tsconfig.cjs.json +++ b/clients/client-robomaker/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-robomaker/tsconfig.es.json b/clients/client-robomaker/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-robomaker/tsconfig.es.json +++ b/clients/client-robomaker/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-robomaker/tsconfig.types.json b/clients/client-robomaker/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-robomaker/tsconfig.types.json +++ b/clients/client-robomaker/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-route-53-domains/tsconfig.cjs.json b/clients/client-route-53-domains/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-route-53-domains/tsconfig.cjs.json +++ b/clients/client-route-53-domains/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-route-53-domains/tsconfig.es.json b/clients/client-route-53-domains/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-route-53-domains/tsconfig.es.json +++ b/clients/client-route-53-domains/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-route-53-domains/tsconfig.types.json b/clients/client-route-53-domains/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-route-53-domains/tsconfig.types.json +++ b/clients/client-route-53-domains/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-route-53/tsconfig.cjs.json b/clients/client-route-53/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-route-53/tsconfig.cjs.json +++ b/clients/client-route-53/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-route-53/tsconfig.es.json b/clients/client-route-53/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-route-53/tsconfig.es.json +++ b/clients/client-route-53/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-route-53/tsconfig.types.json b/clients/client-route-53/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-route-53/tsconfig.types.json +++ b/clients/client-route-53/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-route53-recovery-cluster/tsconfig.cjs.json b/clients/client-route53-recovery-cluster/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-route53-recovery-cluster/tsconfig.cjs.json +++ b/clients/client-route53-recovery-cluster/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-route53-recovery-cluster/tsconfig.es.json b/clients/client-route53-recovery-cluster/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-route53-recovery-cluster/tsconfig.es.json +++ b/clients/client-route53-recovery-cluster/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-route53-recovery-cluster/tsconfig.types.json b/clients/client-route53-recovery-cluster/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-route53-recovery-cluster/tsconfig.types.json +++ b/clients/client-route53-recovery-cluster/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-route53-recovery-control-config/tsconfig.cjs.json b/clients/client-route53-recovery-control-config/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-route53-recovery-control-config/tsconfig.cjs.json +++ b/clients/client-route53-recovery-control-config/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-route53-recovery-control-config/tsconfig.es.json b/clients/client-route53-recovery-control-config/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-route53-recovery-control-config/tsconfig.es.json +++ b/clients/client-route53-recovery-control-config/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-route53-recovery-control-config/tsconfig.types.json b/clients/client-route53-recovery-control-config/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-route53-recovery-control-config/tsconfig.types.json +++ b/clients/client-route53-recovery-control-config/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-route53-recovery-readiness/tsconfig.cjs.json b/clients/client-route53-recovery-readiness/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-route53-recovery-readiness/tsconfig.cjs.json +++ b/clients/client-route53-recovery-readiness/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-route53-recovery-readiness/tsconfig.es.json b/clients/client-route53-recovery-readiness/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-route53-recovery-readiness/tsconfig.es.json +++ b/clients/client-route53-recovery-readiness/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-route53-recovery-readiness/tsconfig.types.json b/clients/client-route53-recovery-readiness/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-route53-recovery-readiness/tsconfig.types.json +++ b/clients/client-route53-recovery-readiness/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-route53resolver/tsconfig.cjs.json b/clients/client-route53resolver/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-route53resolver/tsconfig.cjs.json +++ b/clients/client-route53resolver/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-route53resolver/tsconfig.es.json b/clients/client-route53resolver/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-route53resolver/tsconfig.es.json +++ b/clients/client-route53resolver/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-route53resolver/tsconfig.types.json b/clients/client-route53resolver/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-route53resolver/tsconfig.types.json +++ b/clients/client-route53resolver/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-rum/tsconfig.cjs.json b/clients/client-rum/tsconfig.cjs.json index 4633e99df0e8b..3ca6241bbd43f 100644 --- a/clients/client-rum/tsconfig.cjs.json +++ b/clients/client-rum/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "rootDir": "./src", - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "outDir": "dist-cjs", - "removeComments": true + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-rum/tsconfig.es.json b/clients/client-rum/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-rum/tsconfig.es.json +++ b/clients/client-rum/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-rum/tsconfig.types.json b/clients/client-rum/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-rum/tsconfig.types.json +++ b/clients/client-rum/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-s3-control/tsconfig.cjs.json b/clients/client-s3-control/tsconfig.cjs.json index cd6d61ae090f3..3ca6241bbd43f 100644 --- a/clients/client-s3-control/tsconfig.cjs.json +++ b/clients/client-s3-control/tsconfig.cjs.json @@ -1,19 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true, - "types": ["mocha", "node"] + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-s3-control/tsconfig.es.json b/clients/client-s3-control/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-s3-control/tsconfig.es.json +++ b/clients/client-s3-control/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-s3-control/tsconfig.types.json b/clients/client-s3-control/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-s3-control/tsconfig.types.json +++ b/clients/client-s3-control/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-s3/tsconfig.cjs.json b/clients/client-s3/tsconfig.cjs.json index cd6d61ae090f3..3ca6241bbd43f 100644 --- a/clients/client-s3/tsconfig.cjs.json +++ b/clients/client-s3/tsconfig.cjs.json @@ -1,19 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true, - "types": ["mocha", "node"] + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-s3/tsconfig.es.json b/clients/client-s3/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-s3/tsconfig.es.json +++ b/clients/client-s3/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-s3/tsconfig.types.json b/clients/client-s3/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-s3/tsconfig.types.json +++ b/clients/client-s3/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-s3outposts/tsconfig.cjs.json b/clients/client-s3outposts/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-s3outposts/tsconfig.cjs.json +++ b/clients/client-s3outposts/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-s3outposts/tsconfig.es.json b/clients/client-s3outposts/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-s3outposts/tsconfig.es.json +++ b/clients/client-s3outposts/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-s3outposts/tsconfig.types.json b/clients/client-s3outposts/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-s3outposts/tsconfig.types.json +++ b/clients/client-s3outposts/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-sagemaker-a2i-runtime/tsconfig.cjs.json b/clients/client-sagemaker-a2i-runtime/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-sagemaker-a2i-runtime/tsconfig.cjs.json +++ b/clients/client-sagemaker-a2i-runtime/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-sagemaker-a2i-runtime/tsconfig.es.json b/clients/client-sagemaker-a2i-runtime/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-sagemaker-a2i-runtime/tsconfig.es.json +++ b/clients/client-sagemaker-a2i-runtime/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-sagemaker-a2i-runtime/tsconfig.types.json b/clients/client-sagemaker-a2i-runtime/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-sagemaker-a2i-runtime/tsconfig.types.json +++ b/clients/client-sagemaker-a2i-runtime/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-sagemaker-edge/tsconfig.cjs.json b/clients/client-sagemaker-edge/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-sagemaker-edge/tsconfig.cjs.json +++ b/clients/client-sagemaker-edge/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-sagemaker-edge/tsconfig.es.json b/clients/client-sagemaker-edge/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-sagemaker-edge/tsconfig.es.json +++ b/clients/client-sagemaker-edge/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-sagemaker-edge/tsconfig.types.json b/clients/client-sagemaker-edge/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-sagemaker-edge/tsconfig.types.json +++ b/clients/client-sagemaker-edge/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-sagemaker-featurestore-runtime/tsconfig.cjs.json b/clients/client-sagemaker-featurestore-runtime/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-sagemaker-featurestore-runtime/tsconfig.cjs.json +++ b/clients/client-sagemaker-featurestore-runtime/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-sagemaker-featurestore-runtime/tsconfig.es.json b/clients/client-sagemaker-featurestore-runtime/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-sagemaker-featurestore-runtime/tsconfig.es.json +++ b/clients/client-sagemaker-featurestore-runtime/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-sagemaker-featurestore-runtime/tsconfig.types.json b/clients/client-sagemaker-featurestore-runtime/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-sagemaker-featurestore-runtime/tsconfig.types.json +++ b/clients/client-sagemaker-featurestore-runtime/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-sagemaker-runtime/tsconfig.cjs.json b/clients/client-sagemaker-runtime/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-sagemaker-runtime/tsconfig.cjs.json +++ b/clients/client-sagemaker-runtime/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-sagemaker-runtime/tsconfig.es.json b/clients/client-sagemaker-runtime/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-sagemaker-runtime/tsconfig.es.json +++ b/clients/client-sagemaker-runtime/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-sagemaker-runtime/tsconfig.types.json b/clients/client-sagemaker-runtime/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-sagemaker-runtime/tsconfig.types.json +++ b/clients/client-sagemaker-runtime/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-sagemaker/tsconfig.cjs.json b/clients/client-sagemaker/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-sagemaker/tsconfig.cjs.json +++ b/clients/client-sagemaker/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-sagemaker/tsconfig.es.json b/clients/client-sagemaker/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-sagemaker/tsconfig.es.json +++ b/clients/client-sagemaker/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-sagemaker/tsconfig.types.json b/clients/client-sagemaker/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-sagemaker/tsconfig.types.json +++ b/clients/client-sagemaker/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-savingsplans/tsconfig.cjs.json b/clients/client-savingsplans/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-savingsplans/tsconfig.cjs.json +++ b/clients/client-savingsplans/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-savingsplans/tsconfig.es.json b/clients/client-savingsplans/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-savingsplans/tsconfig.es.json +++ b/clients/client-savingsplans/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-savingsplans/tsconfig.types.json b/clients/client-savingsplans/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-savingsplans/tsconfig.types.json +++ b/clients/client-savingsplans/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-schemas/tsconfig.cjs.json b/clients/client-schemas/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-schemas/tsconfig.cjs.json +++ b/clients/client-schemas/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-schemas/tsconfig.es.json b/clients/client-schemas/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-schemas/tsconfig.es.json +++ b/clients/client-schemas/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-schemas/tsconfig.types.json b/clients/client-schemas/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-schemas/tsconfig.types.json +++ b/clients/client-schemas/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-secrets-manager/tsconfig.cjs.json b/clients/client-secrets-manager/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-secrets-manager/tsconfig.cjs.json +++ b/clients/client-secrets-manager/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-secrets-manager/tsconfig.es.json b/clients/client-secrets-manager/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-secrets-manager/tsconfig.es.json +++ b/clients/client-secrets-manager/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-secrets-manager/tsconfig.types.json b/clients/client-secrets-manager/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-secrets-manager/tsconfig.types.json +++ b/clients/client-secrets-manager/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-securityhub/tsconfig.cjs.json b/clients/client-securityhub/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-securityhub/tsconfig.cjs.json +++ b/clients/client-securityhub/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-securityhub/tsconfig.es.json b/clients/client-securityhub/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-securityhub/tsconfig.es.json +++ b/clients/client-securityhub/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-securityhub/tsconfig.types.json b/clients/client-securityhub/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-securityhub/tsconfig.types.json +++ b/clients/client-securityhub/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-serverlessapplicationrepository/tsconfig.cjs.json b/clients/client-serverlessapplicationrepository/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-serverlessapplicationrepository/tsconfig.cjs.json +++ b/clients/client-serverlessapplicationrepository/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-serverlessapplicationrepository/tsconfig.es.json b/clients/client-serverlessapplicationrepository/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-serverlessapplicationrepository/tsconfig.es.json +++ b/clients/client-serverlessapplicationrepository/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-serverlessapplicationrepository/tsconfig.types.json b/clients/client-serverlessapplicationrepository/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-serverlessapplicationrepository/tsconfig.types.json +++ b/clients/client-serverlessapplicationrepository/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-service-catalog-appregistry/tsconfig.cjs.json b/clients/client-service-catalog-appregistry/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-service-catalog-appregistry/tsconfig.cjs.json +++ b/clients/client-service-catalog-appregistry/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-service-catalog-appregistry/tsconfig.es.json b/clients/client-service-catalog-appregistry/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-service-catalog-appregistry/tsconfig.es.json +++ b/clients/client-service-catalog-appregistry/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-service-catalog-appregistry/tsconfig.types.json b/clients/client-service-catalog-appregistry/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-service-catalog-appregistry/tsconfig.types.json +++ b/clients/client-service-catalog-appregistry/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-service-catalog/tsconfig.cjs.json b/clients/client-service-catalog/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-service-catalog/tsconfig.cjs.json +++ b/clients/client-service-catalog/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-service-catalog/tsconfig.es.json b/clients/client-service-catalog/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-service-catalog/tsconfig.es.json +++ b/clients/client-service-catalog/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-service-catalog/tsconfig.types.json b/clients/client-service-catalog/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-service-catalog/tsconfig.types.json +++ b/clients/client-service-catalog/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-service-quotas/tsconfig.cjs.json b/clients/client-service-quotas/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-service-quotas/tsconfig.cjs.json +++ b/clients/client-service-quotas/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-service-quotas/tsconfig.es.json b/clients/client-service-quotas/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-service-quotas/tsconfig.es.json +++ b/clients/client-service-quotas/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-service-quotas/tsconfig.types.json b/clients/client-service-quotas/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-service-quotas/tsconfig.types.json +++ b/clients/client-service-quotas/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-servicediscovery/tsconfig.cjs.json b/clients/client-servicediscovery/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-servicediscovery/tsconfig.cjs.json +++ b/clients/client-servicediscovery/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-servicediscovery/tsconfig.es.json b/clients/client-servicediscovery/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-servicediscovery/tsconfig.es.json +++ b/clients/client-servicediscovery/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-servicediscovery/tsconfig.types.json b/clients/client-servicediscovery/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-servicediscovery/tsconfig.types.json +++ b/clients/client-servicediscovery/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-ses/tsconfig.cjs.json b/clients/client-ses/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-ses/tsconfig.cjs.json +++ b/clients/client-ses/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-ses/tsconfig.es.json b/clients/client-ses/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-ses/tsconfig.es.json +++ b/clients/client-ses/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-ses/tsconfig.types.json b/clients/client-ses/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-ses/tsconfig.types.json +++ b/clients/client-ses/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-sesv2/tsconfig.cjs.json b/clients/client-sesv2/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-sesv2/tsconfig.cjs.json +++ b/clients/client-sesv2/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-sesv2/tsconfig.es.json b/clients/client-sesv2/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-sesv2/tsconfig.es.json +++ b/clients/client-sesv2/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-sesv2/tsconfig.types.json b/clients/client-sesv2/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-sesv2/tsconfig.types.json +++ b/clients/client-sesv2/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-sfn/tsconfig.cjs.json b/clients/client-sfn/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-sfn/tsconfig.cjs.json +++ b/clients/client-sfn/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-sfn/tsconfig.es.json b/clients/client-sfn/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-sfn/tsconfig.es.json +++ b/clients/client-sfn/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-sfn/tsconfig.types.json b/clients/client-sfn/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-sfn/tsconfig.types.json +++ b/clients/client-sfn/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-shield/tsconfig.cjs.json b/clients/client-shield/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-shield/tsconfig.cjs.json +++ b/clients/client-shield/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-shield/tsconfig.es.json b/clients/client-shield/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-shield/tsconfig.es.json +++ b/clients/client-shield/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-shield/tsconfig.types.json b/clients/client-shield/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-shield/tsconfig.types.json +++ b/clients/client-shield/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-signer/tsconfig.cjs.json b/clients/client-signer/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-signer/tsconfig.cjs.json +++ b/clients/client-signer/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-signer/tsconfig.es.json b/clients/client-signer/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-signer/tsconfig.es.json +++ b/clients/client-signer/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-signer/tsconfig.types.json b/clients/client-signer/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-signer/tsconfig.types.json +++ b/clients/client-signer/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-sms/tsconfig.cjs.json b/clients/client-sms/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-sms/tsconfig.cjs.json +++ b/clients/client-sms/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-sms/tsconfig.es.json b/clients/client-sms/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-sms/tsconfig.es.json +++ b/clients/client-sms/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-sms/tsconfig.types.json b/clients/client-sms/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-sms/tsconfig.types.json +++ b/clients/client-sms/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-snow-device-management/tsconfig.cjs.json b/clients/client-snow-device-management/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-snow-device-management/tsconfig.cjs.json +++ b/clients/client-snow-device-management/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-snow-device-management/tsconfig.es.json b/clients/client-snow-device-management/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-snow-device-management/tsconfig.es.json +++ b/clients/client-snow-device-management/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-snow-device-management/tsconfig.types.json b/clients/client-snow-device-management/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-snow-device-management/tsconfig.types.json +++ b/clients/client-snow-device-management/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-snowball/tsconfig.cjs.json b/clients/client-snowball/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-snowball/tsconfig.cjs.json +++ b/clients/client-snowball/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-snowball/tsconfig.es.json b/clients/client-snowball/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-snowball/tsconfig.es.json +++ b/clients/client-snowball/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-snowball/tsconfig.types.json b/clients/client-snowball/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-snowball/tsconfig.types.json +++ b/clients/client-snowball/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-sns/tsconfig.cjs.json b/clients/client-sns/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-sns/tsconfig.cjs.json +++ b/clients/client-sns/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-sns/tsconfig.es.json b/clients/client-sns/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-sns/tsconfig.es.json +++ b/clients/client-sns/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-sns/tsconfig.types.json b/clients/client-sns/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-sns/tsconfig.types.json +++ b/clients/client-sns/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-sqs/tsconfig.cjs.json b/clients/client-sqs/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-sqs/tsconfig.cjs.json +++ b/clients/client-sqs/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-sqs/tsconfig.es.json b/clients/client-sqs/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-sqs/tsconfig.es.json +++ b/clients/client-sqs/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-sqs/tsconfig.types.json b/clients/client-sqs/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-sqs/tsconfig.types.json +++ b/clients/client-sqs/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-ssm-contacts/tsconfig.cjs.json b/clients/client-ssm-contacts/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-ssm-contacts/tsconfig.cjs.json +++ b/clients/client-ssm-contacts/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-ssm-contacts/tsconfig.es.json b/clients/client-ssm-contacts/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-ssm-contacts/tsconfig.es.json +++ b/clients/client-ssm-contacts/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-ssm-contacts/tsconfig.types.json b/clients/client-ssm-contacts/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-ssm-contacts/tsconfig.types.json +++ b/clients/client-ssm-contacts/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-ssm-incidents/tsconfig.cjs.json b/clients/client-ssm-incidents/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-ssm-incidents/tsconfig.cjs.json +++ b/clients/client-ssm-incidents/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-ssm-incidents/tsconfig.es.json b/clients/client-ssm-incidents/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-ssm-incidents/tsconfig.es.json +++ b/clients/client-ssm-incidents/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-ssm-incidents/tsconfig.types.json b/clients/client-ssm-incidents/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-ssm-incidents/tsconfig.types.json +++ b/clients/client-ssm-incidents/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-ssm/tsconfig.cjs.json b/clients/client-ssm/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-ssm/tsconfig.cjs.json +++ b/clients/client-ssm/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-ssm/tsconfig.es.json b/clients/client-ssm/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-ssm/tsconfig.es.json +++ b/clients/client-ssm/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-ssm/tsconfig.types.json b/clients/client-ssm/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-ssm/tsconfig.types.json +++ b/clients/client-ssm/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-sso-admin/tsconfig.cjs.json b/clients/client-sso-admin/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-sso-admin/tsconfig.cjs.json +++ b/clients/client-sso-admin/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-sso-admin/tsconfig.es.json b/clients/client-sso-admin/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-sso-admin/tsconfig.es.json +++ b/clients/client-sso-admin/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-sso-admin/tsconfig.types.json b/clients/client-sso-admin/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-sso-admin/tsconfig.types.json +++ b/clients/client-sso-admin/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-sso-oidc/tsconfig.cjs.json b/clients/client-sso-oidc/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-sso-oidc/tsconfig.cjs.json +++ b/clients/client-sso-oidc/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-sso-oidc/tsconfig.es.json b/clients/client-sso-oidc/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-sso-oidc/tsconfig.es.json +++ b/clients/client-sso-oidc/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-sso-oidc/tsconfig.types.json b/clients/client-sso-oidc/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-sso-oidc/tsconfig.types.json +++ b/clients/client-sso-oidc/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-sso/tsconfig.cjs.json b/clients/client-sso/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-sso/tsconfig.cjs.json +++ b/clients/client-sso/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-sso/tsconfig.es.json b/clients/client-sso/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-sso/tsconfig.es.json +++ b/clients/client-sso/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-sso/tsconfig.types.json b/clients/client-sso/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-sso/tsconfig.types.json +++ b/clients/client-sso/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-storage-gateway/tsconfig.cjs.json b/clients/client-storage-gateway/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-storage-gateway/tsconfig.cjs.json +++ b/clients/client-storage-gateway/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-storage-gateway/tsconfig.es.json b/clients/client-storage-gateway/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-storage-gateway/tsconfig.es.json +++ b/clients/client-storage-gateway/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-storage-gateway/tsconfig.types.json b/clients/client-storage-gateway/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-storage-gateway/tsconfig.types.json +++ b/clients/client-storage-gateway/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-sts/tsconfig.cjs.json b/clients/client-sts/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-sts/tsconfig.cjs.json +++ b/clients/client-sts/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-sts/tsconfig.es.json b/clients/client-sts/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-sts/tsconfig.es.json +++ b/clients/client-sts/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-sts/tsconfig.types.json b/clients/client-sts/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-sts/tsconfig.types.json +++ b/clients/client-sts/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-support/tsconfig.cjs.json b/clients/client-support/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-support/tsconfig.cjs.json +++ b/clients/client-support/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-support/tsconfig.es.json b/clients/client-support/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-support/tsconfig.es.json +++ b/clients/client-support/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-support/tsconfig.types.json b/clients/client-support/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-support/tsconfig.types.json +++ b/clients/client-support/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-swf/tsconfig.cjs.json b/clients/client-swf/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-swf/tsconfig.cjs.json +++ b/clients/client-swf/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-swf/tsconfig.es.json b/clients/client-swf/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-swf/tsconfig.es.json +++ b/clients/client-swf/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-swf/tsconfig.types.json b/clients/client-swf/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-swf/tsconfig.types.json +++ b/clients/client-swf/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-synthetics/tsconfig.cjs.json b/clients/client-synthetics/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-synthetics/tsconfig.cjs.json +++ b/clients/client-synthetics/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-synthetics/tsconfig.es.json b/clients/client-synthetics/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-synthetics/tsconfig.es.json +++ b/clients/client-synthetics/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-synthetics/tsconfig.types.json b/clients/client-synthetics/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-synthetics/tsconfig.types.json +++ b/clients/client-synthetics/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-textract/tsconfig.cjs.json b/clients/client-textract/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-textract/tsconfig.cjs.json +++ b/clients/client-textract/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-textract/tsconfig.es.json b/clients/client-textract/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-textract/tsconfig.es.json +++ b/clients/client-textract/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-textract/tsconfig.types.json b/clients/client-textract/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-textract/tsconfig.types.json +++ b/clients/client-textract/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-timestream-query/tsconfig.cjs.json b/clients/client-timestream-query/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-timestream-query/tsconfig.cjs.json +++ b/clients/client-timestream-query/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-timestream-query/tsconfig.es.json b/clients/client-timestream-query/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-timestream-query/tsconfig.es.json +++ b/clients/client-timestream-query/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-timestream-query/tsconfig.types.json b/clients/client-timestream-query/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-timestream-query/tsconfig.types.json +++ b/clients/client-timestream-query/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-timestream-write/tsconfig.cjs.json b/clients/client-timestream-write/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-timestream-write/tsconfig.cjs.json +++ b/clients/client-timestream-write/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-timestream-write/tsconfig.es.json b/clients/client-timestream-write/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-timestream-write/tsconfig.es.json +++ b/clients/client-timestream-write/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-timestream-write/tsconfig.types.json b/clients/client-timestream-write/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-timestream-write/tsconfig.types.json +++ b/clients/client-timestream-write/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-transcribe-streaming/tsconfig.cjs.json b/clients/client-transcribe-streaming/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-transcribe-streaming/tsconfig.cjs.json +++ b/clients/client-transcribe-streaming/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-transcribe-streaming/tsconfig.es.json b/clients/client-transcribe-streaming/tsconfig.es.json index 0750b3e36e92a..fa8696997cb6b 100644 --- a/clients/client-transcribe-streaming/tsconfig.es.json +++ b/clients/client-transcribe-streaming/tsconfig.es.json @@ -1,11 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] }, - "exclude": ["test"] + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-transcribe-streaming/tsconfig.types.json b/clients/client-transcribe-streaming/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-transcribe-streaming/tsconfig.types.json +++ b/clients/client-transcribe-streaming/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-transcribe/tsconfig.cjs.json b/clients/client-transcribe/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-transcribe/tsconfig.cjs.json +++ b/clients/client-transcribe/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-transcribe/tsconfig.es.json b/clients/client-transcribe/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-transcribe/tsconfig.es.json +++ b/clients/client-transcribe/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-transcribe/tsconfig.types.json b/clients/client-transcribe/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-transcribe/tsconfig.types.json +++ b/clients/client-transcribe/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-transfer/tsconfig.cjs.json b/clients/client-transfer/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-transfer/tsconfig.cjs.json +++ b/clients/client-transfer/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-transfer/tsconfig.es.json b/clients/client-transfer/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-transfer/tsconfig.es.json +++ b/clients/client-transfer/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-transfer/tsconfig.types.json b/clients/client-transfer/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-transfer/tsconfig.types.json +++ b/clients/client-transfer/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-translate/tsconfig.cjs.json b/clients/client-translate/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-translate/tsconfig.cjs.json +++ b/clients/client-translate/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-translate/tsconfig.es.json b/clients/client-translate/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-translate/tsconfig.es.json +++ b/clients/client-translate/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-translate/tsconfig.types.json b/clients/client-translate/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-translate/tsconfig.types.json +++ b/clients/client-translate/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-voice-id/tsconfig.cjs.json b/clients/client-voice-id/tsconfig.cjs.json index 4633e99df0e8b..3ca6241bbd43f 100644 --- a/clients/client-voice-id/tsconfig.cjs.json +++ b/clients/client-voice-id/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "rootDir": "./src", - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "outDir": "dist-cjs", - "removeComments": true + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-voice-id/tsconfig.es.json b/clients/client-voice-id/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-voice-id/tsconfig.es.json +++ b/clients/client-voice-id/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-voice-id/tsconfig.types.json b/clients/client-voice-id/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-voice-id/tsconfig.types.json +++ b/clients/client-voice-id/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-waf-regional/tsconfig.cjs.json b/clients/client-waf-regional/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-waf-regional/tsconfig.cjs.json +++ b/clients/client-waf-regional/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-waf-regional/tsconfig.es.json b/clients/client-waf-regional/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-waf-regional/tsconfig.es.json +++ b/clients/client-waf-regional/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-waf-regional/tsconfig.types.json b/clients/client-waf-regional/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-waf-regional/tsconfig.types.json +++ b/clients/client-waf-regional/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-waf/tsconfig.cjs.json b/clients/client-waf/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-waf/tsconfig.cjs.json +++ b/clients/client-waf/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-waf/tsconfig.es.json b/clients/client-waf/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-waf/tsconfig.es.json +++ b/clients/client-waf/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-waf/tsconfig.types.json b/clients/client-waf/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-waf/tsconfig.types.json +++ b/clients/client-waf/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-wafv2/tsconfig.cjs.json b/clients/client-wafv2/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-wafv2/tsconfig.cjs.json +++ b/clients/client-wafv2/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-wafv2/tsconfig.es.json b/clients/client-wafv2/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-wafv2/tsconfig.es.json +++ b/clients/client-wafv2/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-wafv2/tsconfig.types.json b/clients/client-wafv2/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-wafv2/tsconfig.types.json +++ b/clients/client-wafv2/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-wellarchitected/tsconfig.cjs.json b/clients/client-wellarchitected/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-wellarchitected/tsconfig.cjs.json +++ b/clients/client-wellarchitected/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-wellarchitected/tsconfig.es.json b/clients/client-wellarchitected/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-wellarchitected/tsconfig.es.json +++ b/clients/client-wellarchitected/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-wellarchitected/tsconfig.types.json b/clients/client-wellarchitected/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-wellarchitected/tsconfig.types.json +++ b/clients/client-wellarchitected/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-wisdom/tsconfig.cjs.json b/clients/client-wisdom/tsconfig.cjs.json index 4633e99df0e8b..3ca6241bbd43f 100644 --- a/clients/client-wisdom/tsconfig.cjs.json +++ b/clients/client-wisdom/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "rootDir": "./src", - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "outDir": "dist-cjs", - "removeComments": true + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-wisdom/tsconfig.es.json b/clients/client-wisdom/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-wisdom/tsconfig.es.json +++ b/clients/client-wisdom/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-wisdom/tsconfig.types.json b/clients/client-wisdom/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-wisdom/tsconfig.types.json +++ b/clients/client-wisdom/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-workdocs/tsconfig.cjs.json b/clients/client-workdocs/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-workdocs/tsconfig.cjs.json +++ b/clients/client-workdocs/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-workdocs/tsconfig.es.json b/clients/client-workdocs/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-workdocs/tsconfig.es.json +++ b/clients/client-workdocs/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-workdocs/tsconfig.types.json b/clients/client-workdocs/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-workdocs/tsconfig.types.json +++ b/clients/client-workdocs/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-worklink/tsconfig.cjs.json b/clients/client-worklink/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-worklink/tsconfig.cjs.json +++ b/clients/client-worklink/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-worklink/tsconfig.es.json b/clients/client-worklink/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-worklink/tsconfig.es.json +++ b/clients/client-worklink/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-worklink/tsconfig.types.json b/clients/client-worklink/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-worklink/tsconfig.types.json +++ b/clients/client-worklink/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-workmail/tsconfig.cjs.json b/clients/client-workmail/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-workmail/tsconfig.cjs.json +++ b/clients/client-workmail/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-workmail/tsconfig.es.json b/clients/client-workmail/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-workmail/tsconfig.es.json +++ b/clients/client-workmail/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-workmail/tsconfig.types.json b/clients/client-workmail/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-workmail/tsconfig.types.json +++ b/clients/client-workmail/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-workmailmessageflow/tsconfig.cjs.json b/clients/client-workmailmessageflow/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-workmailmessageflow/tsconfig.cjs.json +++ b/clients/client-workmailmessageflow/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-workmailmessageflow/tsconfig.es.json b/clients/client-workmailmessageflow/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-workmailmessageflow/tsconfig.es.json +++ b/clients/client-workmailmessageflow/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-workmailmessageflow/tsconfig.types.json b/clients/client-workmailmessageflow/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-workmailmessageflow/tsconfig.types.json +++ b/clients/client-workmailmessageflow/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-workspaces-web/tsconfig.cjs.json b/clients/client-workspaces-web/tsconfig.cjs.json index 4633e99df0e8b..3ca6241bbd43f 100644 --- a/clients/client-workspaces-web/tsconfig.cjs.json +++ b/clients/client-workspaces-web/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "rootDir": "./src", - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "outDir": "dist-cjs", - "removeComments": true + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-workspaces-web/tsconfig.es.json b/clients/client-workspaces-web/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-workspaces-web/tsconfig.es.json +++ b/clients/client-workspaces-web/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-workspaces-web/tsconfig.types.json b/clients/client-workspaces-web/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-workspaces-web/tsconfig.types.json +++ b/clients/client-workspaces-web/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-workspaces/tsconfig.cjs.json b/clients/client-workspaces/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-workspaces/tsconfig.cjs.json +++ b/clients/client-workspaces/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-workspaces/tsconfig.es.json b/clients/client-workspaces/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-workspaces/tsconfig.es.json +++ b/clients/client-workspaces/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-workspaces/tsconfig.types.json b/clients/client-workspaces/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-workspaces/tsconfig.types.json +++ b/clients/client-workspaces/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/clients/client-xray/tsconfig.cjs.json b/clients/client-xray/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/clients/client-xray/tsconfig.cjs.json +++ b/clients/client-xray/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/clients/client-xray/tsconfig.es.json b/clients/client-xray/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/clients/client-xray/tsconfig.es.json +++ b/clients/client-xray/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/clients/client-xray/tsconfig.types.json b/clients/client-xray/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/clients/client-xray/tsconfig.types.json +++ b/clients/client-xray/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/private/aws-echo-service/tsconfig.cjs.json b/private/aws-echo-service/tsconfig.cjs.json index 4633e99df0e8b..3ca6241bbd43f 100644 --- a/private/aws-echo-service/tsconfig.cjs.json +++ b/private/aws-echo-service/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "rootDir": "./src", - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "outDir": "dist-cjs", - "removeComments": true + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/private/aws-echo-service/tsconfig.es.json b/private/aws-echo-service/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/private/aws-echo-service/tsconfig.es.json +++ b/private/aws-echo-service/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/private/aws-echo-service/tsconfig.types.json b/private/aws-echo-service/tsconfig.types.json index 4c3dfa7b3d25f..466328bade303 100644 --- a/private/aws-echo-service/tsconfig.types.json +++ b/private/aws-echo-service/tsconfig.types.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true + "baseUrl": ".", + "rootDir": "src", + "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/private/aws-protocoltests-ec2/tsconfig.cjs.json b/private/aws-protocoltests-ec2/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/private/aws-protocoltests-ec2/tsconfig.cjs.json +++ b/private/aws-protocoltests-ec2/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/private/aws-protocoltests-ec2/tsconfig.es.json b/private/aws-protocoltests-ec2/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/private/aws-protocoltests-ec2/tsconfig.es.json +++ b/private/aws-protocoltests-ec2/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/private/aws-protocoltests-ec2/tsconfig.types.json b/private/aws-protocoltests-ec2/tsconfig.types.json index b7018298d8ae6..466328bade303 100644 --- a/private/aws-protocoltests-ec2/tsconfig.types.json +++ b/private/aws-protocoltests-ec2/tsconfig.types.json @@ -1,9 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, + "baseUrl": ".", + "rootDir": "src", "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/private/aws-protocoltests-json-10/tsconfig.cjs.json b/private/aws-protocoltests-json-10/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/private/aws-protocoltests-json-10/tsconfig.cjs.json +++ b/private/aws-protocoltests-json-10/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/private/aws-protocoltests-json-10/tsconfig.es.json b/private/aws-protocoltests-json-10/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/private/aws-protocoltests-json-10/tsconfig.es.json +++ b/private/aws-protocoltests-json-10/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/private/aws-protocoltests-json-10/tsconfig.types.json b/private/aws-protocoltests-json-10/tsconfig.types.json index b7018298d8ae6..466328bade303 100644 --- a/private/aws-protocoltests-json-10/tsconfig.types.json +++ b/private/aws-protocoltests-json-10/tsconfig.types.json @@ -1,9 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, + "baseUrl": ".", + "rootDir": "src", "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/private/aws-protocoltests-json/tsconfig.cjs.json b/private/aws-protocoltests-json/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/private/aws-protocoltests-json/tsconfig.cjs.json +++ b/private/aws-protocoltests-json/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/private/aws-protocoltests-json/tsconfig.es.json b/private/aws-protocoltests-json/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/private/aws-protocoltests-json/tsconfig.es.json +++ b/private/aws-protocoltests-json/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/private/aws-protocoltests-json/tsconfig.types.json b/private/aws-protocoltests-json/tsconfig.types.json index b7018298d8ae6..466328bade303 100644 --- a/private/aws-protocoltests-json/tsconfig.types.json +++ b/private/aws-protocoltests-json/tsconfig.types.json @@ -1,9 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, + "baseUrl": ".", + "rootDir": "src", "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/private/aws-protocoltests-query/tsconfig.cjs.json b/private/aws-protocoltests-query/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/private/aws-protocoltests-query/tsconfig.cjs.json +++ b/private/aws-protocoltests-query/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/private/aws-protocoltests-query/tsconfig.es.json b/private/aws-protocoltests-query/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/private/aws-protocoltests-query/tsconfig.es.json +++ b/private/aws-protocoltests-query/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/private/aws-protocoltests-query/tsconfig.types.json b/private/aws-protocoltests-query/tsconfig.types.json index b7018298d8ae6..466328bade303 100644 --- a/private/aws-protocoltests-query/tsconfig.types.json +++ b/private/aws-protocoltests-query/tsconfig.types.json @@ -1,9 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, + "baseUrl": ".", + "rootDir": "src", "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/private/aws-protocoltests-restjson/tsconfig.cjs.json b/private/aws-protocoltests-restjson/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/private/aws-protocoltests-restjson/tsconfig.cjs.json +++ b/private/aws-protocoltests-restjson/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/private/aws-protocoltests-restjson/tsconfig.es.json b/private/aws-protocoltests-restjson/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/private/aws-protocoltests-restjson/tsconfig.es.json +++ b/private/aws-protocoltests-restjson/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/private/aws-protocoltests-restjson/tsconfig.types.json b/private/aws-protocoltests-restjson/tsconfig.types.json index b7018298d8ae6..466328bade303 100644 --- a/private/aws-protocoltests-restjson/tsconfig.types.json +++ b/private/aws-protocoltests-restjson/tsconfig.types.json @@ -1,9 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, + "baseUrl": ".", + "rootDir": "src", "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } diff --git a/private/aws-protocoltests-restxml/tsconfig.cjs.json b/private/aws-protocoltests-restxml/tsconfig.cjs.json index 86628a99e0809..3ca6241bbd43f 100644 --- a/private/aws-protocoltests-restxml/tsconfig.cjs.json +++ b/private/aws-protocoltests-restxml/tsconfig.cjs.json @@ -1,18 +1,10 @@ { "compilerOptions": { - "alwaysStrict": true, - "target": "ES2018", - "module": "commonjs", - "strict": true, - "downlevelIteration": true, - "importHelpers": true, - "noEmitHelpers": true, - "incremental": true, - "resolveJsonModule": true, - "esModuleInterop": true, + "baseUrl": ".", "rootDir": "src", - "outDir": "dist-cjs", - "removeComments": true + "outDir": "dist-cjs" }, - "exclude": ["test/**/*"] + "exclude": ["test/**/*"], + "extends": "../../tsconfig.cjs.json", + "include": ["src/"] } diff --git a/private/aws-protocoltests-restxml/tsconfig.es.json b/private/aws-protocoltests-restxml/tsconfig.es.json index 4c72364cd1a07..fa8696997cb6b 100644 --- a/private/aws-protocoltests-restxml/tsconfig.es.json +++ b/private/aws-protocoltests-restxml/tsconfig.es.json @@ -1,10 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "target": "es5", - "module": "esnext", - "moduleResolution": "node", - "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], - "outDir": "dist-es" - } + "baseUrl": ".", + "rootDir": "src", + "outDir": "dist-es", + "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"] + }, + "extends": "../../tsconfig.es.json", + "include": ["src/"] } diff --git a/private/aws-protocoltests-restxml/tsconfig.types.json b/private/aws-protocoltests-restxml/tsconfig.types.json index b7018298d8ae6..466328bade303 100644 --- a/private/aws-protocoltests-restxml/tsconfig.types.json +++ b/private/aws-protocoltests-restxml/tsconfig.types.json @@ -1,9 +1,10 @@ { - "extends": "./tsconfig", "compilerOptions": { - "removeComments": false, - "declaration": true, + "baseUrl": ".", + "rootDir": "src", "declarationDir": "dist-types" }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*"], + "extends": "../../tsconfig.types.json", + "include": ["src/"] } From 2b51045bb55a0324f08aef730900f4737c08f7b8 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 5 Jan 2022 21:28:44 +0000 Subject: [PATCH 12/16] fix: add src to compilerOptions.paths --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 86c6787052c4a..0c5c0cd9a0350 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,9 +10,9 @@ "noFallthroughCasesInSwitch": true, "paths": { "@aws-sdk/*": ["packages/*/src"], - "@aws-sdk/client-*": ["clients/client-*/"], - "@aws-sdk/aws-*": ["private/aws-*/"], - "@aws-sdk/lib-*": ["lib/*"] + "@aws-sdk/client-*": ["clients/client-*/src"], + "@aws-sdk/aws-*": ["private/aws-*/src"], + "@aws-sdk/lib-*": ["lib/lib-*/src"] }, "preserveConstEnums": true, "removeComments": true, From 53a12231e997570882ea12503165786c6d9d2cd6 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 5 Jan 2022 21:29:34 +0000 Subject: [PATCH 13/16] chore(tsconfig): include clients nd private folders --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0c5c0cd9a0350..0264d0f3a4e03 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,7 @@ "resolveJsonModule": true, "target": "es5" }, - "include": ["packages/", "lib/"], + "include": ["packages/", "lib/", "clients/", "private/"], "exclude": ["node_modules/", "**/*.spec.ts"], "typedocOptions": { "readme": "README.md", From 864ae9fb2ce7590d8fceb7f68edd5fd471e79d10 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 5 Jan 2022 21:39:39 +0000 Subject: [PATCH 14/16] fix: add node in root tsconfig.json types Fixes build failure issues with mocha vs jest Refs: https://www.labeightyfour.com/2019/05/17/compiler-errors-with-mocha-and-typescript/ --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0264d0f3a4e03..73a1f1be1af1e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,8 @@ "preserveConstEnums": true, "removeComments": true, "resolveJsonModule": true, - "target": "es5" + "target": "es5", + "types": ["node"] }, "include": ["packages/", "lib/", "clients/", "private/"], "exclude": ["node_modules/", "**/*.spec.ts"], From d47f2b8a4b57ea1d438c83698655df7688fff00a Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 5 Jan 2022 21:45:27 +0000 Subject: [PATCH 15/16] fix(middleware-sdk-route53): typo in file extension of test --- .../src/{id-normalizer-spec.ts => id-normalizer.spec.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/middleware-sdk-route53/src/{id-normalizer-spec.ts => id-normalizer.spec.ts} (100%) diff --git a/packages/middleware-sdk-route53/src/id-normalizer-spec.ts b/packages/middleware-sdk-route53/src/id-normalizer.spec.ts similarity index 100% rename from packages/middleware-sdk-route53/src/id-normalizer-spec.ts rename to packages/middleware-sdk-route53/src/id-normalizer.spec.ts From e08a528d6daef3a6e2360ec0b5f2ed61b6141e31 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 5 Jan 2022 21:49:09 +0000 Subject: [PATCH 16/16] fix(md5-js): remove redundant exclude from tsconfig --- packages/md5-js/tsconfig.cjs.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/md5-js/tsconfig.cjs.json b/packages/md5-js/tsconfig.cjs.json index dfa0923b120f8..4153d8d855a2e 100644 --- a/packages/md5-js/tsconfig.cjs.json +++ b/packages/md5-js/tsconfig.cjs.json @@ -4,7 +4,6 @@ "outDir": "dist-cjs", "rootDir": "src" }, - "exclude": ["./build/**"], "include": ["src/"], "extends": "../../tsconfig.cjs.json" }