Skip to content
New issue

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

Handle DefinitelyTyped typings in our custom typescript configuration #11521

Open
jacobtylerwalls opened this issue Oct 1, 2024 · 0 comments
Labels
Audience: Developer The audience for the issue is a software developer

Comments

@jacobtylerwalls
Copy link
Member

jacobtylerwalls commented Oct 1, 2024

In 7.6, we were unable to find a solution for installing types from DefinitelyTyped. You're supposed to be able to just npm --save-dev @types/somepackage, but our custom node_modules munging for arches applications is adding complexity.

Opening a follow-up ticket to capture the enhancement request.


Just circling back on this @jacobtylerwalls . Dove into the workspaces solution and I couldn't get it work for me; I don't believe it works for sibling projects. Symlinking in production is a no-go as well. I had some moderate success with messing around with the noEmit and emitDeclarationsOnly and compile flags, but nothing worth merging in at the moment.
Originally posted by @chrabyrd in #11423 (comment)

@jacobtylerwalls jacobtylerwalls added the Audience: Developer The audience for the issue is a software developer label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Audience: Developer The audience for the issue is a software developer
Projects
Status: No status
Development

No branches or pull requests

1 participant