As Typescript introduces strict null check for dynamic runtime errors, it would be great if enabled. I couldn't find any docs or guidelines on how to enable it.
How do I enable strict null check inside VSCode ?
couldn't find any docs or guidelines on how to enable it.
Just use tsconfig.json
's compilerOptions
. E.g.
{
"compilerOptions": {"strictNullChecks":true}
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With