rill
rill copied to clipboard
Add `strictNullChecks` to `tsconfig.json` everywhere
currently, we have tsconfig files that set "strictNullChecks": false in the following directories:
- [ ] /home/bc/rill/rill-developer/web-admin/src/features/
- [ ] /home/bc/rill/rill-developer/web-admin/src/routes/
- [x] /home/bc/rill/rill-developer/web-common/src/features/models/
- [x] /home/bc/rill/rill-developer/web-common/src/features/sources/
Going forward, we'll want to remove those tsconfig files, push the "strictNullChecks": false farther and farther down into subdirectories.
(I'll try to keep this updated, but remember that you can always do a full project text search for "strictNullChecks": false to see where these configs are currently set)
Reassigning to you to finish up web-admin @ericpgreen2 . Carry the torch for me! :-)