Skip to content

Commit 04cc39e

Browse files
committed
fix: remove Unknown compiler option 'useUnknownInCatchVariables'
1 parent 39c24d4 commit 04cc39e

File tree

284 files changed

+279
-563
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

284 files changed

+279
-563
lines changed

clients/client-accessanalyzer/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-acm-pca/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-acm/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-alexa-for-business/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-amp/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-amplify/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-amplifybackend/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-api-gateway/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-apigatewaymanagementapi/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-apigatewayv2/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-app-mesh/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-appconfig/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-appflow/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-appintegrations/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-application-auto-scaling/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-application-discovery-service/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-application-insights/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-applicationcostprofiler/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-apprunner/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-appstream/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-appsync/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-athena/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-auditmanager/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-auto-scaling-plans/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-auto-scaling/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-backup/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-batch/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-braket/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-budgets/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-chime-sdk-identity/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-chime-sdk-messaging/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-chime/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-cloud9/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-clouddirectory/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-cloudformation/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-cloudfront/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-cloudhsm-v2/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-cloudhsm/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-cloudsearch-domain/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

clients/client-cloudsearch/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "./dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],

0 commit comments

Comments
 (0)