Skip to content

Commit

Permalink
add useUnknownInCatchVariables option in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Sep 15, 2022
1 parent 3d2ef1a commit 4d98211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Expand Up @@ -9,6 +9,7 @@
"esModuleInterop": true,
"rootDirs": ["./test"],
"forceConsistentCasingInFileNames": true,
"useUnknownInCatchVariables": false,
"noImplicitAny": false
},
"include": [
Expand Down

0 comments on commit 4d98211

Please sign in to comment.