[jquery.colorbox] Enable noImplicitThis (#42915)

This commit is contained in:
Jack Bates
2020-03-31 16:35:32 -07:00
committed by GitHub
parent b982e13bdc
commit 2cb50e768c

View File

@@ -6,7 +6,7 @@
"dom"
],
"noImplicitAny": true,
"noImplicitThis": false,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",