[grunt] Enable noImplicitThis (#42910)

This commit is contained in:
Jack Bates 2020-03-31 16:34:30 -07:00 committed by GitHub
parent 3edc10c44d
commit 6b4b97f1f5
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",
"grunt-tests.ts"
]
}
}