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
It would be nice to run yarn create next-app-ts or yarn create next-app --ts which would generate a project configured for TS (tsconfig.json, necessary dependencies like types in package.json, etc.)
Describe the solution you'd like
Add either a separate create-next-app-ts package, or add a --ts option to the current create-next-app.
Describe alternatives you've considered
N/A
The text was updated successfully, but these errors were encountered:
Describe the feature you'd like to request
It would be nice to run
yarn create next-app-ts
oryarn create next-app --ts
which would generate a project configured for TS (tsconfig.json
, necessary dependencies like types inpackage.json
, etc.)Describe the solution you'd like
Add either a separate
create-next-app-ts
package, or add a--ts
option to the currentcreate-next-app
.Describe alternatives you've considered
N/A
The text was updated successfully, but these errors were encountered: