Skip to content

Commit afcd144

Browse files
committed
fix: undo rename for tsconfig compiler option
1 parent 339d474 commit afcd144

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

clients/client-cognito-identity/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
1616
"outDir": "dist/cjs",
17-
"dist/types": ["mocha", "node"]
17+
"types": ["mocha", "node"]
1818
},
1919
"typedocOptions": {
2020
"exclude": ["**/node_modules/**", "**/*.spec.ts", "./protocols/*.ts", "./e2e/*.ts", "./endpoints.ts"],

clients/client-lex-runtime-service/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
1616
"outDir": "dist/cjs",
17-
"dist/types": ["mocha", "node"]
17+
"types": ["mocha", "node"]
1818
},
1919
"typedocOptions": {
2020
"exclude": ["**/node_modules/**", "**/*.spec.ts", "./protocols/*.ts", "./e2e/*.ts", "./endpoints.ts"],

clients/client-mediastore-data/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
1616
"outDir": "dist/cjs",
17-
"dist/types": ["mocha"]
17+
"types": ["mocha"]
1818
},
1919
"typedocOptions": {
2020
"exclude": ["**/node_modules/**", "**/*.spec.ts", "./protocols/*.ts", "./e2e/*.ts", "./endpoints.ts"],

clients/client-s3-control/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
1616
"outDir": "dist/cjs",
17-
"dist/types": ["mocha", "node"]
17+
"types": ["mocha", "node"]
1818
},
1919
"typedocOptions": {
2020
"exclude": ["**/node_modules/**", "**/*.spec.ts", "./protocols/*.ts", "./e2e/*.ts", "./endpoints.ts"],

clients/client-s3/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
1616
"outDir": "dist/cjs",
17-
"dist/types": ["mocha", "node"]
17+
"types": ["mocha", "node"]
1818
},
1919
"typedocOptions": {
2020
"exclude": ["**/node_modules/**", "**/*.spec.ts", "./protocols/*.ts", "./e2e/*.ts", "./endpoints.ts"],

0 commit comments

Comments
 (0)