Open trydofor opened 1 day ago
{ "compilerOptions": { "strictNullChecks": false } }
is not good, and undefined | null | T is noise
NonNullable
is not good, and undefined | null | T is noise