Skip to content

Commit

Permalink
chore(clients): extend TypeScript config from @tsconfig/node14 (#4125)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Nov 1, 2022
1 parent 83f913e commit fb91765
Show file tree
Hide file tree
Showing 1,301 changed files with 981 additions and 2,276 deletions.
2 changes: 1 addition & 1 deletion clients/client-accessanalyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@aws-sdk/service-client-documentation-generator": "*",
"@tsconfig/recommended": "1.0.1",
"@tsconfig/node14": "1.0.3",
"@types/node": "^12.7.5",
"@types/uuid": "^8.3.0",
"concurrently": "7.0.0",
Expand Down
2 changes: 0 additions & 2 deletions clients/client-accessanalyzer/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"outDir": "dist-cjs"
}
}
4 changes: 1 addition & 3 deletions clients/client-accessanalyzer/tsconfig.es.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2020",
"module": "esnext",
"moduleResolution": "node",
"lib": ["dom"],
"module": "esnext",
"outDir": "dist-es"
}
}
2 changes: 1 addition & 1 deletion clients/client-accessanalyzer/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"downlevelIteration": true,
"importHelpers": true,
Expand Down
2 changes: 1 addition & 1 deletion clients/client-account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@aws-sdk/service-client-documentation-generator": "*",
"@tsconfig/recommended": "1.0.1",
"@tsconfig/node14": "1.0.3",
"@types/node": "^12.7.5",
"concurrently": "7.0.0",
"downlevel-dts": "0.10.1",
Expand Down
2 changes: 0 additions & 2 deletions clients/client-account/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"outDir": "dist-cjs"
}
}
4 changes: 1 addition & 3 deletions clients/client-account/tsconfig.es.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2020",
"module": "esnext",
"moduleResolution": "node",
"lib": ["dom"],
"module": "esnext",
"outDir": "dist-es"
}
}
2 changes: 1 addition & 1 deletion clients/client-account/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"downlevelIteration": true,
"importHelpers": true,
Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm-pca/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@aws-sdk/service-client-documentation-generator": "*",
"@tsconfig/recommended": "1.0.1",
"@tsconfig/node14": "1.0.3",
"@types/node": "^12.7.5",
"concurrently": "7.0.0",
"downlevel-dts": "0.10.1",
Expand Down
2 changes: 0 additions & 2 deletions clients/client-acm-pca/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"outDir": "dist-cjs"
}
}
4 changes: 1 addition & 3 deletions clients/client-acm-pca/tsconfig.es.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2020",
"module": "esnext",
"moduleResolution": "node",
"lib": ["dom"],
"module": "esnext",
"outDir": "dist-es"
}
}
2 changes: 1 addition & 1 deletion clients/client-acm-pca/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"downlevelIteration": true,
"importHelpers": true,
Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@aws-sdk/service-client-documentation-generator": "*",
"@tsconfig/recommended": "1.0.1",
"@tsconfig/node14": "1.0.3",
"@types/node": "^12.7.5",
"concurrently": "7.0.0",
"downlevel-dts": "0.10.1",
Expand Down
2 changes: 0 additions & 2 deletions clients/client-acm/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"outDir": "dist-cjs"
}
}
4 changes: 1 addition & 3 deletions clients/client-acm/tsconfig.es.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2020",
"module": "esnext",
"moduleResolution": "node",
"lib": ["dom"],
"module": "esnext",
"outDir": "dist-es"
}
}
2 changes: 1 addition & 1 deletion clients/client-acm/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"downlevelIteration": true,
"importHelpers": true,
Expand Down
2 changes: 1 addition & 1 deletion clients/client-alexa-for-business/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@aws-sdk/service-client-documentation-generator": "*",
"@tsconfig/recommended": "1.0.1",
"@tsconfig/node14": "1.0.3",
"@types/node": "^12.7.5",
"@types/uuid": "^8.3.0",
"concurrently": "7.0.0",
Expand Down
2 changes: 0 additions & 2 deletions clients/client-alexa-for-business/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"outDir": "dist-cjs"
}
}
4 changes: 1 addition & 3 deletions clients/client-alexa-for-business/tsconfig.es.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2020",
"module": "esnext",
"moduleResolution": "node",
"lib": ["dom"],
"module": "esnext",
"outDir": "dist-es"
}
}
2 changes: 1 addition & 1 deletion clients/client-alexa-for-business/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"downlevelIteration": true,
"importHelpers": true,
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"devDependencies": {
"@aws-sdk/service-client-documentation-generator": "*",
"@tsconfig/recommended": "1.0.1",
"@tsconfig/node14": "1.0.3",
"@types/node": "^12.7.5",
"@types/uuid": "^8.3.0",
"concurrently": "7.0.0",
Expand Down
2 changes: 0 additions & 2 deletions clients/client-amp/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"outDir": "dist-cjs"
}
}
4 changes: 1 addition & 3 deletions clients/client-amp/tsconfig.es.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2020",
"module": "esnext",
"moduleResolution": "node",
"lib": ["dom"],
"module": "esnext",
"outDir": "dist-es"
}
}
2 changes: 1 addition & 1 deletion clients/client-amp/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"downlevelIteration": true,
"importHelpers": true,
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@aws-sdk/service-client-documentation-generator": "*",
"@tsconfig/recommended": "1.0.1",
"@tsconfig/node14": "1.0.3",
"@types/node": "^12.7.5",
"concurrently": "7.0.0",
"downlevel-dts": "0.10.1",
Expand Down
2 changes: 0 additions & 2 deletions clients/client-amplify/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"outDir": "dist-cjs"
}
}
4 changes: 1 addition & 3 deletions clients/client-amplify/tsconfig.es.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2020",
"module": "esnext",
"moduleResolution": "node",
"lib": ["dom"],
"module": "esnext",
"outDir": "dist-es"
}
}
2 changes: 1 addition & 1 deletion clients/client-amplify/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"downlevelIteration": true,
"importHelpers": true,
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplifybackend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@aws-sdk/service-client-documentation-generator": "*",
"@tsconfig/recommended": "1.0.1",
"@tsconfig/node14": "1.0.3",
"@types/node": "^12.7.5",
"concurrently": "7.0.0",
"downlevel-dts": "0.10.1",
Expand Down
2 changes: 0 additions & 2 deletions clients/client-amplifybackend/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"outDir": "dist-cjs"
}
}
4 changes: 1 addition & 3 deletions clients/client-amplifybackend/tsconfig.es.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2020",
"module": "esnext",
"moduleResolution": "node",
"lib": ["dom"],
"module": "esnext",
"outDir": "dist-es"
}
}
2 changes: 1 addition & 1 deletion clients/client-amplifybackend/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"downlevelIteration": true,
"importHelpers": true,
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplifyuibuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@aws-sdk/service-client-documentation-generator": "*",
"@tsconfig/recommended": "1.0.1",
"@tsconfig/node14": "1.0.3",
"@types/node": "^12.7.5",
"@types/uuid": "^8.3.0",
"concurrently": "7.0.0",
Expand Down
2 changes: 0 additions & 2 deletions clients/client-amplifyuibuilder/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"outDir": "dist-cjs"
}
}
4 changes: 1 addition & 3 deletions clients/client-amplifyuibuilder/tsconfig.es.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2020",
"module": "esnext",
"moduleResolution": "node",
"lib": ["dom"],
"module": "esnext",
"outDir": "dist-es"
}
}
2 changes: 1 addition & 1 deletion clients/client-amplifyuibuilder/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"downlevelIteration": true,
"importHelpers": true,
Expand Down
2 changes: 1 addition & 1 deletion clients/client-api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@aws-sdk/service-client-documentation-generator": "*",
"@tsconfig/recommended": "1.0.1",
"@tsconfig/node14": "1.0.3",
"@types/node": "^12.7.5",
"concurrently": "7.0.0",
"downlevel-dts": "0.10.1",
Expand Down
2 changes: 0 additions & 2 deletions clients/client-api-gateway/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"outDir": "dist-cjs"
}
}
4 changes: 1 addition & 3 deletions clients/client-api-gateway/tsconfig.es.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2020",
"module": "esnext",
"moduleResolution": "node",
"lib": ["dom"],
"module": "esnext",
"outDir": "dist-es"
}
}
2 changes: 1 addition & 1 deletion clients/client-api-gateway/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"downlevelIteration": true,
"importHelpers": true,
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apigatewaymanagementapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@aws-sdk/service-client-documentation-generator": "*",
"@tsconfig/recommended": "1.0.1",
"@tsconfig/node14": "1.0.3",
"@types/node": "^12.7.5",
"concurrently": "7.0.0",
"downlevel-dts": "0.10.1",
Expand Down
2 changes: 0 additions & 2 deletions clients/client-apigatewaymanagementapi/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"outDir": "dist-cjs"
}
}
4 changes: 1 addition & 3 deletions clients/client-apigatewaymanagementapi/tsconfig.es.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2020",
"module": "esnext",
"moduleResolution": "node",
"lib": ["dom"],
"module": "esnext",
"outDir": "dist-es"
}
}
Loading

0 comments on commit fb91765

Please sign in to comment.