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
I don't quite understand what you're asking for; if you're depending on @types packages, they will be installed from npm and you will only get what is required. There's no way to avoid using a package manager here.
Ok so to be clear, for the moment to have a dev-experience that is good enough with docker and typescript .
I do a copy of node_modules and filter to keep only package.json and all .d.ts and expose them as a volume to Mac host.
Just thinking it could be could if there is a tool at DefinitelyTyped-tools to only download types of modules of a project and not install the whole deps.
I don't understand the motivation for doing such a thing, but either way, this repo holds tooling for developing DefinitelyTyped itself, not tooling for using types packages. This request seems out of scope.
I am looking for a way to download the types definitions for my dependencies of my project.
The idea is:
Because
package.json
have atypes
fields I suppose there is a way to only download them but no luck to find how.The text was updated successfully, but these errors were encountered: