You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2022. It is now read-only.
Typescript has many different compiler options, and the --strict option is very useful for ensuring correctness. Without it, type errors like #21 often creep in.
We should enable strict mode in the tsconfig.json file, and fix all the problems that are revealed in the process. Note that it will be much easier to do this while this repository is still small; if we wait until this project grows in size, there will be many more errors to resolve in the future.
The text was updated successfully, but these errors were encountered:
Typescript has many different compiler options, and the
--strict
option is very useful for ensuring correctness. Without it, type errors like #21 often creep in.We should enable
strict
mode in thetsconfig.json
file, and fix all the problems that are revealed in the process. Note that it will be much easier to do this while this repository is still small; if we wait until this project grows in size, there will be many more errors to resolve in the future.The text was updated successfully, but these errors were encountered: