-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
Labels
No labels