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

Update tsconfig to enable strict null checks #484

Open
fnimick opened this issue Sep 19, 2022 · 0 comments
Open

Update tsconfig to enable strict null checks #484

fnimick opened this issue Sep 19, 2022 · 0 comments

Comments

@fnimick
Copy link
Contributor

fnimick commented Sep 19, 2022

There have been multiple issues (#481 , #483 ) caused by the inability to develop the library with strict null checks enabled. These issues do not appear in library development but do appear in client code running with strict checks enabled.

I personally attempted to add strict null check support as part of #482 but was not able to as I don't have the experience necessary with the library to correctly add null checks where necessary.

https://www.typescriptlang.org/tsconfig#strictNullChecks

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

No branches or pull requests

1 participant