Skip to content

Commit 9cbe65e

Browse files
authored
💙 useUnknownInCatchVariables added to tsconfig
1 parent 55723df commit 9cbe65e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"strict": true,
2121
"stripInternal": true,
2222
"target": "ES2020",
23+
"useUnknownInCatchVariables": true,
2324
"typeRoots": [
2425
"node_modules/@types"
2526
],
@@ -33,4 +34,4 @@
3334
"include": [
3435
"."
3536
]
36-
}
37+
}

0 commit comments

Comments
 (0)