Add useUnknownInCatchVariables: false for testing
This commit is contained in:
parent
a28e10ed76
commit
d978415be8
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
"strict": true,
|
||||
"noImplicitAny": true,
|
||||
"esModuleInterop": true,
|
||||
"useUnknownInCatchVariables": false,
|
||||
"resolveJsonModule": true
|
||||
},
|
||||
"exclude": ["node_modules", "**/*.test.ts"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue