[scrolltofixed] Enable noImplicitThis (#42948)

This commit is contained in:
Jack Bates 2020-03-12 15:39:34 -07:00 committed by GitHub
parent 391e069590
commit e5b49a3b07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
"dom"
],
"noImplicitAny": true,
"noImplicitThis": false,
"noImplicitThis": true,
"strictNullChecks": false,
"strictFunctionTypes": true,
"baseUrl": "../",
@ -21,4 +21,4 @@
"index.d.ts",
"scrolltofixed-tests.ts"
]
}
}