Skip to content
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

Closed
danielwiehl opened this issue Jan 21, 2021 · 1 comment
Closed

Ensure to compile with TypeScript strict checks enabled #246

danielwiehl opened this issue Jan 21, 2021 · 1 comment
Assignees

Comments

@danielwiehl
Copy link
Collaborator

danielwiehl commented Jan 21, 2021

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.

@danielwiehl
Copy link
Collaborator Author

In the meantime, as a workaround, please disable strict type checking in your tsconfig.json as follows:

{
  "compilerOptions": {
    ...
    "strict": false
  }
}

@danielwiehl 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 mofogasy self-assigned this Apr 27, 2021
@mofogasy mofogasy mentioned this issue May 21, 2021
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants