chore(common): work through TypeScript `--strict` default flag changes
Open
chore
common/
- Dominant language
- Pascal
- Stars
- 534
- Forks
- 143
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 113
Description
As TypeScript has moved to [strict](https://www.typescriptlang.org/tsconfig/#strict) by default [in version 6.0](https://github.com/microsoft/TypeScript/issues/62333), we need to evaluate compliance in all our TypeScript code and fixup or disable strict flags as needed.
Where possible, we should restrict any strictness overrides to specific modules, not in the top-level tsconfig.base.json.
Contributor guide
Assessment
This issue has not been assessed yet.