[multiplexjs] Enable noImplicitThis (#42925)

This commit is contained in:
Jack Bates
2020-03-22 14:22:35 -07:00
committed by GitHub
parent 689a6abc28
commit a3bd5ad5da

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",
"multiplexjs-tests.ts"
]
}
}