rill icon indicating copy to clipboard operation
rill copied to clipboard

Add `strictNullChecks` to `tsconfig.json` everywhere

Open ericpgreen2 opened this issue 2 years ago • 1 comments

ericpgreen2 avatar Nov 03 '23 16:11 ericpgreen2

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)

bcolloran avatar Nov 21 '23 23:11 bcolloran

Reassigning to you to finish up web-admin @ericpgreen2 . Carry the torch for me! :-)

bcolloran avatar Feb 27 '24 00:02 bcolloran