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(package.json): update package.json #55

Merged
merged 1 commit into from
Mar 27, 2024
Merged

Conversation

davec504
Copy link
Contributor

When importing the ds in to another app it was throwing an error, 'Could not find a declaration file'.

Although the type location was explicitly stated in the package.json file. The only way to get the error to disappear was to add the types path to the exports

When importing the ds in to another app it was throwing an error, 'Could not find a declaration file'.

Although the type location was explicitly stated in the package.json file. The only way to get the error to disappear was to add the types path to the exports

Signed-off-by: davec504 <88431810+davec504@users.noreply.github.com>
@davec504 davec504 requested a review from a team March 27, 2024 12:16
@davec504 davec504 merged commit 12904db into main Mar 27, 2024
2 checks passed
@davec504 davec504 deleted the missing-types-export branch March 27, 2024 12:29
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.

None yet

2 participants