Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upnoImplicitAny for ui/analysis, ui/puzzle, ui/round #6939
Labels
Comments
ornicar
added a commit
that referenced
this issue
Jul 6, 2020
|
Is |
|
Nope, there were still a few I wasn’t able to add types for. |
ornicar
added a commit
that referenced
this issue
Jul 15, 2020
ornicar
added a commit
that referenced
this issue
Sep 7, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
noImplicitAnywill help with some refactorings (such as ornicar/chessground#145). Even partial progress is useful.Pick one of:
Temporarily set
noImplicitAnytotrueinui/.../tsconfig.json.To compile use
yarn run dev,yarn run dev --watchoryarn run tsc --noEmitinui/.... Fix some issues. (Usually it is better to leave issues unsolved than making any explicit).Turn
noImplicitAnyback off, unless no issues remain.