🔨 기초 세팅 : 타입스크립트와 타입 버전 eslint 설치 타입스크립트 설치 npm install --save typescript @types/node @types/react @types/react-dom @types/jest # 패키지 설치 npx tsc --init # tsconfig.json 파일 생성(jsconfig.json은 삭제한다) tsconfig 설정 (애플코딩 참고) 플젝의 tsconfig는 아래와 같이 설정했고...
hwayoung.hashnode.dev6 min readNo responses yet.