kurierjs / kurier

TypeScript framework to create JSON:API compliant APIs

Home Page:https://kurier.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor code to be compliant with strictNullChecks enabled

joelalejandro opened this issue · comments

We have over +40 non-null-safe issues in the library. Turning on strictNullChecks on tsconfig and refactoring as needed would greatly increase the project's robustness.