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

simplify typescript setup of create-vite templates #19002

Open
4 tasks done
dominikg opened this issue Dec 18, 2024 · 0 comments
Open
4 tasks done

simplify typescript setup of create-vite templates #19002

dominikg opened this issue Dec 18, 2024 · 0 comments
Labels
feat: create-vite create-vite package

Comments

@dominikg
Copy link
Contributor

Description

create-vite offers minimal starters to create SPA projects with various frameworks.

These come in js and ts flavors. The ts flavor uses a solution style tsconfig by default and comes with an opinionated setup exclusively for vite.config.ts in a file called tsconfig.node.json

This setup is neither minimal nor unopinionated and i would prefer if we reduced it to a single tsconfig.json with minimal values required by each template.

For more elaborate setups, users should research what meets their needs and use that.

Suggested solution

drop solution style tsconfig and return to a simple tsconfig.json with minimal values.

Alternative

keep it as is

Additional context

No response

Validations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat: create-vite create-vite package
Projects
None yet
Development

No branches or pull requests

2 participants