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
feat(cli): add type-checking script to generated projects
Added a "check-types" script to the generated package.json files, leveraging TypeScript's `tsc --noEmit` to ensure proper type-checking. This improves developer experience by providing an easy way to validate types during development.
0 commit comments