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