TSC Strictness Config
default TypeScript types are optional/opt-in
default TypeScript does not check for potential null/undefined val
toggle on all type-checking in tsconfig.json
by setting flag "strict": true
TSC Strictness Config
default TypeScript types are optional/opt-in
default TypeScript does not check for potential null/undefined val
by setting flag "strict": true