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
In my tsconfig.json, I'm trying to load dom.iterable by adding it to lib - I can see the file exists in the 2.0 beta, but the compiler refuses to recognize the option.
In my
tsconfig.json
, I'm trying to loaddom.iterable
by adding it tolib
- I can see the file exists in the 2.0 beta, but the compiler refuses to recognize the option.Doesn't look like any of the other lib
.d.ts
files reference this one?I need
DOMTokenList
from thislib
file in my project - how do I get it?The text was updated successfully, but these errors were encountered: