-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure to compile with TypeScript strict checks enabled #246
Labels
Comments
In the meantime, as a workaround, please disable strict type checking in your {
"compilerOptions": {
...
"strict": false
}
} |
danielwiehl
changed the title
Make the workbench compile with a strict TypeScript and template config
Ensure to compile with TypeScript strict checks enabled
Mar 9, 2021
mofogasy
added a commit
that referenced
this issue
Apr 30, 2021
mofogasy
added a commit
that referenced
this issue
May 21, 2021
mofogasy
added a commit
that referenced
this issue
May 21, 2021
mofogasy
added a commit
that referenced
this issue
May 21, 2021
mofogasy
added a commit
that referenced
this issue
May 21, 2021
mofogasy
added a commit
that referenced
this issue
May 25, 2021
mofogasy
added a commit
that referenced
this issue
Jul 9, 2021
danielwiehl
added a commit
that referenced
this issue
Sep 9, 2022
danielwiehl
added a commit
that referenced
this issue
Sep 10, 2022
danielwiehl
added a commit
that referenced
this issue
Sep 10, 2022
danielwiehl
added a commit
that referenced
this issue
Sep 13, 2022
danielwiehl
added a commit
that referenced
this issue
Sep 13, 2022
danielwiehl
added a commit
that referenced
this issue
Sep 13, 2022
danielwiehl
added a commit
that referenced
this issue
Sep 13, 2022
danielwiehl
added a commit
that referenced
this issue
Sep 13, 2022
danielwiehl
added a commit
that referenced
this issue
Sep 13, 2022
danielwiehl
added a commit
that referenced
this issue
Sep 13, 2022
danielwiehl
added a commit
that referenced
this issue
Sep 14, 2022
Marcarrian
pushed a commit
that referenced
this issue
Sep 14, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to support a wide range of projects, the SCION Workbench should pass TypeScript's strict checks.
See https://www.typescriptlang.org/tsconfig for available strict checks.
The text was updated successfully, but these errors were encountered: