Skip to content

Commit

Permalink
[daterangepicker] Enable noImplicitThis (#42903)
Browse files Browse the repository at this point in the history
  • Loading branch information
jablko committed Mar 30, 2020
1 parent 8d8f42c commit 33e0ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/daterangepicker/tsconfig.json
Expand Up @@ -6,7 +6,7 @@
"dom"
],
"noImplicitAny": true,
"noImplicitThis": false,
"noImplicitThis": true,
"strictNullChecks": false,
"strictFunctionTypes": true,
"baseUrl": "../",
Expand Down

0 comments on commit 33e0ecb

Please sign in to comment.