tsconfig: enable noImplicitThis
This commit is contained in:
parent
029c9bec6b
commit
a4ff9ed752
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
"strictFunctionTypes": false,
|
||||
"strictPropertyInitialization": false,
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": false,
|
||||
"noImplicitThis": true,
|
||||
"useUnknownInCatchVariables": false,
|
||||
"module": "es6",
|
||||
"target": "es5",
|
||||
|
|
Loading…
Reference in a new issue