Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Strict mode should be enabled for Typescript #22

Open
singingwolfboy opened this issue Apr 10, 2020 · 0 comments
Open

Strict mode should be enabled for Typescript #22

singingwolfboy opened this issue Apr 10, 2020 · 0 comments

Comments

@singingwolfboy
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant