Skip to content

Commit ded580d

Browse files
committed
fix(clients): turn off useUnknownInCatchVariables
1 parent 8bb2430 commit ded580d

File tree

306 files changed

+612
-306
lines changed

Some content is hidden

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

306 files changed

+612
-306
lines changed

clients/client-accessanalyzer/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-account/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-acm-pca/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-acm/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-amp/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-amplify/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-amplifybackend/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-amplifyuibuilder/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-api-gateway/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

0 commit comments

Comments
 (0)