-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add TypeScript config files to repo tsconfig/bases
#32
Comments
There is also a PR for vite-vue tsconfig/bases#246 There is 2 ways to create a vue SPA:
The 2 tsconfig are different, what is the recommendation ? |
Cheers! Indeed, those differ, but it must be due to the options available, and the second options (
In contrast, Vite scaffolding solution seems to be more Vite-oriented rather than Vue specifically to also present the less-opinionated defaults between featured directions, universality, or agnostic trait:
[1/2]
|
Apologies for the issue "re-open" - by mistake I pressed "Close with comment" instead of "Comment"......for a reason I, for a moment, felt and concluded the latter is for "Close", and the left-most button to "Submit", as in different UX designs I've been working on relatively recently. Please don't forget to sleep..., too! 💫 |
The two are different, but they face the same problem, how to type-check a DOM application and a NODE ones. |
Dear Developers and Community,
Thank you very much for the project!
Just to clarify, knowing it being mentioned at the official TypeScript documentation, have you considered adding the TypeScript configuration files to the fairly official repository "Centralized Recommendations for TSConfig bases" - tsconfig/bases?
There is one for Nuxt and Vite (for React) it seems.
Best and kind regards ✨
The text was updated successfully, but these errors were encountered: