3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

fix: use useUnknownInCatchVariables: false temporarily

This commit is contained in:
Dragory 2021-10-31 14:51:13 +02:00
parent 5e1584f04d
commit 4f811f04e1
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -20,7 +20,8 @@
"noImplicitThis": true,
"skipLibCheck": true,
"strict": true,
"strictPropertyInitialization": false
"strictPropertyInitialization": false,
"useUnknownInCatchVariables": false
},
"include": ["src/**/*.ts"]
}