We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lib
@types/web
#44795
@types
dom
tsconfig.json
/// <reference lib="dom">
lib: dom
peerDependency
dependency
/// <reference types="web">
/// <reference types="@types/web">
tsconfig
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overriding
lib
s and@types/web
#44795
@types
@types/web
.dom
from thelib
field intsconfig.json
./// <reference lib="dom">
tsconfig.json
option that overrides.tsconfig.json
first and then do a pragma; easy path there. Pragma is undoable.tsconfig.json
if you need to remove the DOM - seems like you should just put all of this in thetsconfig.json
.@types/web
lib: dom
peerDependency
?dependency
./// <reference types="web">
or/// <reference types="@types/web">
@types/web
?tsconfig
setting first.The text was updated successfully, but these errors were encountered: