[react-icon-base] Enable noImplicitThis (#42935)

This commit is contained in:
Jack Bates 2020-03-31 16:38:19 -07:00 committed by GitHub
parent 13f8d39a46
commit 4e7df45f34
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": true,
"strictFunctionTypes": true,
"baseUrl": "../",
@ -22,4 +22,4 @@
"index.d.ts",
"react-icon-base-tests.tsx"
]
}
}