You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using type definition file generated by deno types > deno.d.ts while developing. But IDE shows many symbol errors as noLib: true is set in tsconfig.json. Why noLib: true is needed? Doesn't deno explicitly refer to esnext lib?
The text was updated successfully, but these errors were encountered:
I'm using type definition file generated by
deno types > deno.d.ts
while developing. But IDE shows many symbol errors asnoLib: true
is set intsconfig.json
. WhynoLib: true
is needed? Doesn't deno explicitly refer toesnext
lib?The text was updated successfully, but these errors were encountered: