mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 22:21:51 +00:00
fix: use useUnknownInCatchVariables: false temporarily
This commit is contained in:
parent
5e1584f04d
commit
4f811f04e1
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@
|
||||||
"noImplicitThis": true,
|
"noImplicitThis": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"strictPropertyInitialization": false
|
"strictPropertyInitialization": false,
|
||||||
|
"useUnknownInCatchVariables": false
|
||||||
},
|
},
|
||||||
"include": ["src/**/*.ts"]
|
"include": ["src/**/*.ts"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue