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: ts bug #14

Merged
merged 1 commit into from
Aug 19, 2024
Merged

fix: ts bug #14

merged 1 commit into from
Aug 19, 2024

Conversation

tien
Copy link
Collaborator

@tien tien commented Aug 19, 2024

when declaration is set to true, TypeScript will try to convert all exported types to d.ts This doesn't work too well with application code (non-library), and realistically shouldn't be enabled (if possible)

@tien tien requested a review from wirednkod as a code owner August 19, 2024 22:56
when `declaration` is set to true, TypeScript will try to convert all exported types to d.ts
This doesn't work too well with application code (non-library), and realistically shouldn't be enabled
Copy link
Contributor

@Tbaut Tbaut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot

@Tbaut Tbaut merged commit 239e7ea into tbaut-dotconnect Aug 19, 2024
1 check passed
@tien tien deleted the tien-fix branch October 6, 2024 22:00
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.

2 participants