TS1 [Nodejs] typescript 환경 세팅 자세한 정보 : https://nodejs.org/en/learn/getting-started/nodejs-with-typescript Node.js — Node.js with TypeScriptNode.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.nodejs.org 자세한 정보는 링크 타고 들어가서 확인할수 있습니다. npm init -y 로 package.json 을 생성npm init -y ts-node 설치npm install ts-node types/node 설치npm install @types/node 버전에 맞는 typescript 설치 (필자는 4.1.5버전 설치)npm install typescript@4.1.5 .. 2024. 6. 3. 이전 1 다음 반응형