-
VSCode에서 TypeScript 디버그 환경 세팅개발/JavaScript 2024. 7. 14. 12:27
node npm 설치.
npm init -y
npm install --save-dev typescript
npx tsc --init
package.json tsconfig.json 위와 같이 설정한 후 vscode에서 F5를 누르면,
https://github.com/Hyeonnam-J/assets.git
GitHub - Hyeonnam-J/assets
Contribute to Hyeonnam-J/assets development by creating an account on GitHub.
github.com
'개발 > JavaScript' 카테고리의 다른 글
Vanilla TypeScript + Vite + Electron (0) 2024.09.17 Vanilla TypeScript + Vite + Web Front (1) 2024.09.17 Vanilla TypeScript + Electron (1) 2024.09.16 TypeScript를 이용해서 스도쿠 게임을 만들어보자 ! (0) 2024.07.13 Vanilla TypeScript + Web Front (0) 2024.06.01