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

Add explicit @types/d3-time dependency #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zerovox
Copy link

@zerovox zerovox commented Aug 27, 2021

Hi @yamass, first up, thanks for the neat little library here!

I was having some trouble using d3-luxon from a typescript + pnpm project, and I think it's due to the typings referencing types from d3-time explicitly, despite it not being listed as a dependency. In pnpm, dependencies aren't hoisted like in npm/yarn, so the typings aren't on disk in the place that allows typescript to find them, so I believe that adding this dep will ensure that pnpm puts the types in the node_modules folder.

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

Successfully merging this pull request may close these issues.

1 participant