[slick-carousel] Enable noImplicitThis (#42950)

This commit is contained in:
Jack Bates 2020-05-01 12:06:50 -07:00 committed by GitHub
parent 33f936f80e
commit 91719085ea
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",
"slick-carousel-tests.ts"
]
}
}