[revalidator] Enable noImplicitThis (#42947)

This commit is contained in:
Jack Bates 2020-03-31 14:41:40 -07:00 committed by GitHub
parent d9fd463e5c
commit 903998eee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
"es6"
],
"noImplicitAny": true,
"noImplicitThis": false,
"noImplicitThis": true,
"strictNullChecks": false,
"strictFunctionTypes": true,
"baseUrl": "../",
@ -20,4 +20,4 @@
"index.d.ts",
"revalidator-tests.ts"
]
}
}