calpaterson / quarchive

Traditional "Web 2.0" social bookmarking, with small improvements
https://quarchive.com/
GNU Affero General Public License v3.0
100 stars 6 forks source link

Enable strictNullChecks in the extension #54

Open calpaterson opened 3 years ago

calpaterson commented 3 years ago

Description

strictNullChecks is a newish flag for typescript. It seems to find a lot of real bugs in the codebase. It would be great to turn it on.