Closed
Description
If I enable strictNullChecks
a bunch of stuff in ntypescript.d.ts
highlights for me in alm tools (in addition to the intentional one in bas.tsx
)
I am testing with
ntypescript.d.ts
. Pretty suretypescript.d.ts
would be the same as Its just output from the compiler.
Note: this is showing up for me because ntypescript is loaded as its a part of a
node_module
automatic resolution for the folder I am testing in. I would suspect it to be an error withtsc
on the console as well ... but somehow its not loadingntypescript.d.ts
< but that's a seperate possibly future concern 🌹