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

Strict mode should be enabled for Typescript #22

Description

@singingwolfboy

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions