3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-24 18:15:02 +00:00

fix: use useUnknownInCatchVariables: false temporarily

This commit is contained in:
Dragory 2021-10-31 14:51:13 +02:00
parent 4857577e3d
commit 922c4ff871

View file

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