반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 가천대
- socket
- dp
- 백준
- Nestjs
- HTTP
- Crawling
- ip
- TCP
- 문자열
- 수학
- 레벨 1
- 알고리즘
- 소켓
- dfs
- 크롤링
- 프로그래머스
- Node.js
- type challenge
- HTTP 완벽 가이드
- 그래프
- 타입스크립트
- javascript
- 자바스크립트
- 타입 챌린지
- BFS
- 쉬운 문제
- typescript
- Algorithm
- 프로그래머스 레벨 2
Archives
- Today
- Total
목록라이브러리 배포 (1)
kakasoo
NestJS 모듈 배포를 위한 코드 작성
// package.json의 일부 { "dependencies": { "@nestjs/common": "^9.2.1", "@nestjs/testing": "^9.2.1", "typescript": "^4.9.4" }, "devDependencies": { "@types/jest": "^29.2.5", "@types/node": "^18.11.18", "jest": "^29.3.1", "ts-jest": "^29.0.3" }, } 최소한의 라이브러리로 위와 같이 install을 진행했다. NestJS 라이브러리를 만들 것이기 때문에 @nestjs/common과 @nestjs/testing을 install 하였고, typescript를 쓰기 위해 typescript library와 각종 타입, 테스트를 위..
프로그래밍/NestJS
2023. 1. 11. 23:08