반응형
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 | 29 | 30 | 31 |
Tags
- 가천대
- javascript
- Nestjs
- Algorithm
- 크롤링
- 수학
- BFS
- socket
- 소켓
- type challenge
- Node.js
- TCP
- 타입 챌린지
- 레벨 1
- dfs
- Crawling
- HTTP 완벽 가이드
- 그래프
- dp
- 타입스크립트
- ip
- 자바스크립트
- 문자열
- 알고리즘
- 백준
- typescript
- HTTP
- 프로그래머스 레벨 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