bitloops-language icon indicating copy to clipboard operation
bitloops-language copied to clipboard

Add strict null checks

Open Varagos opened this issue 2 years ago • 0 comments

Set in tsconfig.json and tsconfig.base.json

"strictNullChecks": true,

Then we should also aim for strict: true It's bad practice to have it disabled and it can result in many unexpected issues. https://www.typescriptlang.org/tsconfig#strictNullChecks

Varagos avatar Nov 03 '22 14:11 Varagos