[webmidi] Enable noImplicitThis (#42954)

This commit is contained in:
Jack Bates
2020-03-22 14:25:01 -07:00
committed by GitHub
parent 8a8bfac7ae
commit 22284c8ddd

View File

@@ -7,7 +7,7 @@
"dom"
],
"noImplicitAny": true,
"noImplicitThis": false,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",