bitloops-language
                                
                                 bitloops-language copied to clipboard
                                
                                    bitloops-language copied to clipboard
                            
                            
                            
                        Add strict null checks
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