[meteor-collection-hooks] Enable noImplicitThis (#42922)

This commit is contained in:
Jack Bates 2020-03-31 16:37:12 -07:00 committed by GitHub
parent 0069f22e65
commit 7d87f34025
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",
"meteor-collection-hooks-tests.ts"
]
}
}