Skip to content

Address tsc strictness issues #4

@bpow

Description

@bpow

I don't know if these could be an issue with specific version of typescript used to compile things, or potentially local settings.

Clean checkout of the source gives multiple errors when trying to run tsc version 3.9.7. Several of them relate to "implict anys". Do you specify a version of typescript where the current develop should be compilable? The tsconfig.json in the repo has strict on and the default for noImplictAny, which is true. Of course, I can just turn strict off, but that gets rid of a lot of the point of typescript.

I'll produce a pull request to demonstrate a few of these issues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions