React TypeScript 프로젝트 만들기

npx create-react-app [프로젝트 이름] --template typescript

tsconfig.json 파일 생성

npx typescript --init

Error


You are running create-react-app 4.0.3, which is behind the latest release (5.0.1).