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: Better serde handling for tsconfig. #9

Merged
merged 2 commits into from
Mar 8, 2024
Merged

fix: Better serde handling for tsconfig. #9

merged 2 commits into from
Mar 8, 2024

Conversation

milesj
Copy link
Owner

@milesj milesj commented Mar 8, 2024

I noticed serializing was outputting the wrong value format, so I used rename_all, but then it breaks deserializing since it then requires the input to be in that format. To fix deserializing, I had to implement it custom for each enum...

@milesj milesj merged commit 7193f97 into main Mar 8, 2024
7 checks passed
@milesj milesj deleted the better-ts-serde branch March 8, 2024 01:11
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

1 participant