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,
|
"strictFunctionTypes": false,
|
||||||
"strictPropertyInitialization": false,
|
"strictPropertyInitialization": false,
|
||||||
"noImplicitAny": true,
|
"noImplicitAny": true,
|
||||||
"noImplicitThis": false,
|
"noImplicitThis": true,
|
||||||
"useUnknownInCatchVariables": false,
|
"useUnknownInCatchVariables": false,
|
||||||
"module": "es6",
|
"module": "es6",
|
||||||
"target": "es5",
|
"target": "es5",
|
||||||
|
|
Loading…
Reference in a new issue