This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
Support Typescript Types for dependencies #51
Labels
enhancement
New feature or request
waiting upstream
Issues that come from external dependencies outside Perla
Is your feature request related to a problem? Please describe.
Right now if you import a dependency with bare-module specifiers (just like import maps allow) you will get errors on typescript projects and JS projects won't get any typing information
Describe the solution you'd like
Ideally we would fetch the types for the dependencies from skypack.dev and tell typescript/vscode to use those instead
Describe alternatives you've considered
Additional context
microsoft/TypeScript#35749
The text was updated successfully, but these errors were encountered: