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
Maybe the projects should be configured more strict. e.g. plugin-http is node only therefore lib dom should be not needed/used at all. As there is no lib config in tsconfig.json of the plugin-http nor in tsconfig.base.json typescript includes dom on default.
The text was updated successfully, but these errors were encountered:
As disussed here: #585 (comment)
We should remove the possibility of using
dom
globals in libs we know to be node-only by settinglibs
in tsconfigFrom @Flarna in #585
The text was updated successfully, but these errors were encountered: