Skip to content
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion clients/client-accessanalyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "3.46.0",
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-accessanalyzer/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"outDir": "dist-cjs"
}
}
14 changes: 4 additions & 10 deletions clients/client-accessanalyzer/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"alwaysStrict": true,
"target": "ES2018",
"module": "commonjs",
"strict": true,
"downlevelIteration": true,
"importHelpers": true,
"noEmitHelpers": true,
"incremental": true,
"removeComments": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"rootDir": "src",
"outDir": "dist-cjs",
"removeComments": true
"rootDir": "src"
},
"exclude": ["test/**/*"]
"exclude": ["test/"]
}
2 changes: 1 addition & 1 deletion clients/client-account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "3.46.0",
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-account/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"outDir": "dist-cjs"
}
}
14 changes: 4 additions & 10 deletions clients/client-account/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"alwaysStrict": true,
"target": "ES2018",
"module": "commonjs",
"strict": true,
"downlevelIteration": true,
"importHelpers": true,
"noEmitHelpers": true,
"incremental": true,
"removeComments": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"outDir": "dist-cjs",
"removeComments": true
"rootDir": "src"
},
"exclude": ["test/**/*"]
"exclude": ["test/"]
}
2 changes: 1 addition & 1 deletion clients/client-acm-pca/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "3.46.0",
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-acm-pca/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"outDir": "dist-cjs"
}
}
14 changes: 4 additions & 10 deletions clients/client-acm-pca/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"alwaysStrict": true,
"target": "ES2018",
"module": "commonjs",
"strict": true,
"downlevelIteration": true,
"importHelpers": true,
"noEmitHelpers": true,
"incremental": true,
"removeComments": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"rootDir": "src",
"outDir": "dist-cjs",
"removeComments": true
"rootDir": "src"
},
"exclude": ["test/**/*"]
"exclude": ["test/"]
}
2 changes: 1 addition & 1 deletion clients/client-acm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "3.46.0",
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-acm/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"outDir": "dist-cjs"
}
}
14 changes: 4 additions & 10 deletions clients/client-acm/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"alwaysStrict": true,
"target": "ES2018",
"module": "commonjs",
"strict": true,
"downlevelIteration": true,
"importHelpers": true,
"noEmitHelpers": true,
"incremental": true,
"removeComments": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"rootDir": "src",
"outDir": "dist-cjs",
"removeComments": true
"rootDir": "src"
},
"exclude": ["test/**/*"]
"exclude": ["test/"]
}
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 @@ -4,7 +4,7 @@
"version": "3.46.0",
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-alexa-for-business/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"outDir": "dist-cjs"
}
}
14 changes: 4 additions & 10 deletions clients/client-alexa-for-business/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"alwaysStrict": true,
"target": "ES2018",
"module": "commonjs",
"strict": true,
"downlevelIteration": true,
"importHelpers": true,
"noEmitHelpers": true,
"incremental": true,
"removeComments": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"rootDir": "src",
"outDir": "dist-cjs",
"removeComments": true
"rootDir": "src"
},
"exclude": ["test/**/*"]
"exclude": ["test/"]
}
2 changes: 1 addition & 1 deletion clients/client-amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "3.46.0",
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-amp/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"outDir": "dist-cjs"
}
}
14 changes: 4 additions & 10 deletions clients/client-amp/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"alwaysStrict": true,
"target": "ES2018",
"module": "commonjs",
"strict": true,
"downlevelIteration": true,
"importHelpers": true,
"noEmitHelpers": true,
"incremental": true,
"removeComments": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"rootDir": "src",
"outDir": "dist-cjs",
"removeComments": true
"rootDir": "src"
},
"exclude": ["test/**/*"]
"exclude": ["test/"]
}
2 changes: 1 addition & 1 deletion clients/client-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "3.46.0",
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-amplify/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"outDir": "dist-cjs"
}
}
14 changes: 4 additions & 10 deletions clients/client-amplify/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"alwaysStrict": true,
"target": "ES2018",
"module": "commonjs",
"strict": true,
"downlevelIteration": true,
"importHelpers": true,
"noEmitHelpers": true,
"incremental": true,
"removeComments": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"rootDir": "src",
"outDir": "dist-cjs",
"removeComments": true
"rootDir": "src"
},
"exclude": ["test/**/*"]
"exclude": ["test/"]
}
2 changes: 1 addition & 1 deletion clients/client-amplifybackend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "3.46.0",
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-amplifybackend/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"outDir": "dist-cjs"
}
}
14 changes: 4 additions & 10 deletions clients/client-amplifybackend/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"alwaysStrict": true,
"target": "ES2018",
"module": "commonjs",
"strict": true,
"downlevelIteration": true,
"importHelpers": true,
"noEmitHelpers": true,
"incremental": true,
"removeComments": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"rootDir": "src",
"outDir": "dist-cjs",
"removeComments": true
"rootDir": "src"
},
"exclude": ["test/**/*"]
"exclude": ["test/"]
}
2 changes: 1 addition & 1 deletion clients/client-amplifyuibuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "3.46.0",
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-amplifyuibuilder/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"outDir": "dist-cjs"
}
}
14 changes: 4 additions & 10 deletions clients/client-amplifyuibuilder/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"alwaysStrict": true,
"target": "ES2018",
"module": "commonjs",
"strict": true,
"downlevelIteration": true,
"importHelpers": true,
"noEmitHelpers": true,
"incremental": true,
"removeComments": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"outDir": "dist-cjs",
"removeComments": true
"rootDir": "src"
},
"exclude": ["test/**/*"]
"exclude": ["test/"]
}
2 changes: 1 addition & 1 deletion clients/client-api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "3.46.0",
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-api-gateway/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"outDir": "dist-cjs"
}
}
Loading