[meteor] Enable noImplicitThis (#42924)

This commit is contained in:
Jack Bates 2020-03-22 14:22:50 -07:00 committed by GitHub
parent a3bd5ad5da
commit ba5c328059
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": false,
"baseUrl": "../",
@ -26,4 +26,4 @@
"test/server-render.tsx",
"test/react-meteor-data-tests.tsx"
]
}
}