Skip to content

Set Typescript tsconfig.base.ts to strict #261

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

Closed
the-ult opened this issue Nov 23, 2021 · 1 comment · Fixed by #274
Closed

Set Typescript tsconfig.base.ts to strict #261

the-ult opened this issue Nov 23, 2021 · 1 comment · Fixed by #274
Labels

Comments

@the-ult
Copy link
Contributor

the-ult commented Nov 23, 2021

Apply the strict settings for the whole workspace:

"strict": true,
    "noFallthroughCasesInSwitch": true,
    "noImplicitReturns": true,
    "noUnusedLocals": true,
    "noUnusedParameters": true,
@github-actions
Copy link

🎉 This issue has been resolved in version 11.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant