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

Misc TypeScript cleanup #113

Merged
merged 6 commits into from
Jun 20, 2023
Merged

Misc TypeScript cleanup #113

merged 6 commits into from
Jun 20, 2023

Conversation

mrm007
Copy link
Collaborator

@mrm007 mrm007 commented Jun 20, 2023

Not using @vitejs/plugin-react for crackle package any more because it just forwards the option to esbuild, so we do that ourselves now. For crackle build and crackle start, @vitejs/plugin-react-swc is used.

Along with that change, options in tsconfig.jsons were cleaned up to use the new (in 2020) JSX transform, which means React doesn't need to be in scope any more.

I've also bumped TypeScript to 5.1 and uplifted some more tsconfig options.

@mrm007 mrm007 requested a review from a team as a code owner June 20, 2023 04:48
@changeset-bot
Copy link

changeset-bot bot commented Jun 20, 2023

🦋 Changeset detected

Latest commit: 4919143

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@crackle/core Minor
@crackle/cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@mrm007 mrm007 merged commit d34eb26 into master Jun 20, 2023
1 check failed
@mrm007 mrm007 deleted the typescript-cleanup branch June 20, 2023 05:41
@seek-oss-ci seek-oss-ci mentioned this pull request Jun 20, 2023
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