You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 calledtsconfig.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
The text was updated successfully, but these errors were encountered: