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

Fix default import #532

Open
danielnixon opened this issue Mar 12, 2023 · 0 comments
Open

Fix default import #532

danielnixon opened this issue Mar 12, 2023 · 0 comments

Comments

@danielnixon
Copy link
Collaborator

When you let TypeScript suggest an import for something like readonlyDate, it will do this:

import { readonlyDate } from "readonly-types/dist";

We need to update this package so that it does this instead:

import { readonlyDate } from "readonly-types";
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

1 participant