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
Hello,
Just following the documentation I tried to
/// <reference path="https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/master/types/express/index.d.ts" /> import express from "npm:express"; const app = express();
but no luck, app is of any types,
any
More generally I do not understand how to deal with types coming from npm modules.
The text was updated successfully, but these errors were encountered:
This is not currently supported with experimental npm specifiers, but is on the roadmap.
Sorry, something went wrong.
#15960 has been opened to track progress of support. Closing in favour of that.
Not tested, but you may try https://esm.sh/{{package}}@{{version}}.
https://esm.sh/{{package}}@{{version}}
Plus, you can get https://esm.sh self hosted.
https://esm.sh
No branches or pull requests
Hello,
Just following the documentation I tried to
but no luck, app is of
any
types,More generally I do not understand how to deal with types coming from npm modules.
The text was updated successfully, but these errors were encountered: