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

dts export #96

Closed
The-Code-Monkey opened this issue Nov 22, 2021 · 4 comments
Closed

dts export #96

The-Code-Monkey opened this issue Nov 22, 2021 · 4 comments

Comments

@The-Code-Monkey
Copy link

I wish there was a way we could run export like you can for create-react-app where it will unpack all the config files that it uses as well as install any packages it's using under the hood. So that we could update and tweak everything

@aladdin-add
Copy link

aladdin-add commented Nov 22, 2021

can you explain a little more why you want to "unpack"? IMO, dts, unlike CRA, is already configurable - just adding your own dts.config.js, .eslintrc.*...

@The-Code-Monkey
Copy link
Author

More the fact that I might want to update the packages manually rather than waiting for a new dts version.

@aladdin-add
Copy link

well, I see! a workaround is yarn resolutions: https://classic.yarnpkg.com/en/docs/selective-version-resolutions

@aladdin-add
Copy link

closing, as it seems yarn resolutions/npm overrides is the right way to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants