参考にさせていただいたページ
TypeScript
公式ページに書いてありました。
npxとyarnとでハイフンがあったり無かったりします。
npx create-next-app@latest --ts # or yarn create next-app --typescript # or pnpm create next-app --ts
ディレクトリ名(プロジェクト名を指定するとき)
yarn create next-app --ts hoge-dir
公式ページに書いてありました。
npxとyarnとでハイフンがあったり無かったりします。
npx create-next-app@latest --ts # or yarn create next-app --typescript # or pnpm create next-app --ts
yarn create next-app --ts hoge-dir