Enable `strict` option in tsconfig.json
This catches a few minor errors which the previous configuration did not. See https://www.typescriptlang.org/tsconfig#strict. `noImplicitAny` is turned off because we still have a lot of un-annotated variables/parameters in the code.
Showing
Please register or sign in to comment