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
I'm not entirely sure if this is the best way to typecheck a Solid project.
For the record I've written a project with more than 12k lines of Solid and almost never had the need to it (although it probably bit me once or twice in CI).
I'm not against adding an extra typecheck script if that can help some people get things running but I won't have the time to see how and if we should try to parallelize type checking in dev.
Vue 3 has in it's default package.json:
I noticed that this command seems to work for the current solidjs typescript templates:
is that the optimal command for typechecking a solidjs app? We should add it for all typescript templates.
In Vue 3,
yarn run dev
also outputs typechecking information, is it possible to add that to the solidjs typescript templates?The text was updated successfully, but these errors were encountered: