This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Use TypeScript's --strict mode in source code #461
Labels
Difficulty: Hard
Only someone with heavy experience in TSLint should be able to send a pull request for this issue.
Domain: Code Style
Rules or repository tasks related to how to style code.
Domain: Tooling
Repository tasks around improving source tooling.
Status: Accepting PRs
Type: Task
Miscellaneous work.
Milestone
https://www.typescriptlang.org/docs/handbook/compiler-options.html
It'd be nice for our source code to use TypeScript >=2's
--strict
options, particularly---strictNullChecks
.The text was updated successfully, but these errors were encountered: