Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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.45.0",
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"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
10 changes: 10 additions & 0 deletions clients/client-accessanalyzer/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"rootDir": "src",
"outDir": "dist-cjs"
},
"exclude": ["test/**/*"],
"extends": "../../tsconfig.cjs.json",
"include": ["src/"]
}
14 changes: 7 additions & 7 deletions clients/client-accessanalyzer/tsconfig.es.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "es5",
"module": "esnext",
"moduleResolution": "node",
"lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"],
"outDir": "dist-es"
}
"baseUrl": ".",
"rootDir": "src",
"outDir": "dist-es",
"lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"]
},
"extends": "../../tsconfig.es.json",
"include": ["src/"]
}
18 changes: 0 additions & 18 deletions clients/client-accessanalyzer/tsconfig.json

This file was deleted.

12 changes: 6 additions & 6 deletions clients/client-accessanalyzer/tsconfig.types.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"removeComments": false,
"declaration": true,
"declarationDir": "dist-types",
"emitDeclarationOnly": true
"baseUrl": ".",
"rootDir": "src",
"declarationDir": "dist-types"
},
"exclude": ["test/**/*", "dist-types/**/*"]
"exclude": ["test/**/*", "dist-types/**/*"],
"extends": "../../tsconfig.types.json",
"include": ["src/"]
}
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.45.0",
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"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
10 changes: 10 additions & 0 deletions clients/client-account/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"rootDir": "src",
"outDir": "dist-cjs"
},
"exclude": ["test/**/*"],
"extends": "../../tsconfig.cjs.json",
"include": ["src/"]
}
14 changes: 7 additions & 7 deletions clients/client-account/tsconfig.es.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "es5",
"module": "esnext",
"moduleResolution": "node",
"lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"],
"outDir": "dist-es"
}
"baseUrl": ".",
"rootDir": "src",
"outDir": "dist-es",
"lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"]
},
"extends": "../../tsconfig.es.json",
"include": ["src/"]
}
18 changes: 0 additions & 18 deletions clients/client-account/tsconfig.json

This file was deleted.

12 changes: 6 additions & 6 deletions clients/client-account/tsconfig.types.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"removeComments": false,
"declaration": true,
"declarationDir": "dist-types",
"emitDeclarationOnly": true
"baseUrl": ".",
"rootDir": "src",
"declarationDir": "dist-types"
},
"exclude": ["test/**/*", "dist-types/**/*"]
"exclude": ["test/**/*", "dist-types/**/*"],
"extends": "../../tsconfig.types.json",
"include": ["src/"]
}
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.45.0",
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"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
10 changes: 10 additions & 0 deletions clients/client-acm-pca/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"rootDir": "src",
"outDir": "dist-cjs"
},
"exclude": ["test/**/*"],
"extends": "../../tsconfig.cjs.json",
"include": ["src/"]
}
14 changes: 7 additions & 7 deletions clients/client-acm-pca/tsconfig.es.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "es5",
"module": "esnext",
"moduleResolution": "node",
"lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"],
"outDir": "dist-es"
}
"baseUrl": ".",
"rootDir": "src",
"outDir": "dist-es",
"lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"]
},
"extends": "../../tsconfig.es.json",
"include": ["src/"]
}
18 changes: 0 additions & 18 deletions clients/client-acm-pca/tsconfig.json

This file was deleted.

12 changes: 6 additions & 6 deletions clients/client-acm-pca/tsconfig.types.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"removeComments": false,
"declaration": true,
"declarationDir": "dist-types",
"emitDeclarationOnly": true
"baseUrl": ".",
"rootDir": "src",
"declarationDir": "dist-types"
},
"exclude": ["test/**/*", "dist-types/**/*"]
"exclude": ["test/**/*", "dist-types/**/*"],
"extends": "../../tsconfig.types.json",
"include": ["src/"]
}
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.45.0",
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"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
10 changes: 10 additions & 0 deletions clients/client-acm/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"rootDir": "src",
"outDir": "dist-cjs"
},
"exclude": ["test/**/*"],
"extends": "../../tsconfig.cjs.json",
"include": ["src/"]
}
14 changes: 7 additions & 7 deletions clients/client-acm/tsconfig.es.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "es5",
"module": "esnext",
"moduleResolution": "node",
"lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"],
"outDir": "dist-es"
}
"baseUrl": ".",
"rootDir": "src",
"outDir": "dist-es",
"lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"]
},
"extends": "../../tsconfig.es.json",
"include": ["src/"]
}
18 changes: 0 additions & 18 deletions clients/client-acm/tsconfig.json

This file was deleted.

12 changes: 6 additions & 6 deletions clients/client-acm/tsconfig.types.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"removeComments": false,
"declaration": true,
"declarationDir": "dist-types",
"emitDeclarationOnly": true
"baseUrl": ".",
"rootDir": "src",
"declarationDir": "dist-types"
},
"exclude": ["test/**/*", "dist-types/**/*"]
"exclude": ["test/**/*", "dist-types/**/*"],
"extends": "../../tsconfig.types.json",
"include": ["src/"]
}
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.45.0",
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"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
10 changes: 10 additions & 0 deletions clients/client-alexa-for-business/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"rootDir": "src",
"outDir": "dist-cjs"
},
"exclude": ["test/**/*"],
"extends": "../../tsconfig.cjs.json",
"include": ["src/"]
}
14 changes: 7 additions & 7 deletions clients/client-alexa-for-business/tsconfig.es.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "es5",
"module": "esnext",
"moduleResolution": "node",
"lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"],
"outDir": "dist-es"
}
"baseUrl": ".",
"rootDir": "src",
"outDir": "dist-es",
"lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"]
},
"extends": "../../tsconfig.es.json",
"include": ["src/"]
}
18 changes: 0 additions & 18 deletions clients/client-alexa-for-business/tsconfig.json

This file was deleted.

12 changes: 6 additions & 6 deletions clients/client-alexa-for-business/tsconfig.types.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"removeComments": false,
"declaration": true,
"declarationDir": "dist-types",
"emitDeclarationOnly": true
"baseUrl": ".",
"rootDir": "src",
"declarationDir": "dist-types"
},
"exclude": ["test/**/*", "dist-types/**/*"]
"exclude": ["test/**/*", "dist-types/**/*"],
"extends": "../../tsconfig.types.json",
"include": ["src/"]
}
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.45.0",
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"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
10 changes: 10 additions & 0 deletions clients/client-amp/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"rootDir": "src",
"outDir": "dist-cjs"
},
"exclude": ["test/**/*"],
"extends": "../../tsconfig.cjs.json",
"include": ["src/"]
}
Loading