codestates / codestates/quokkaBoard-server
[ ✒️ Dev Log] 박상우 / 2021-06-28
Open
dev_log
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
### 오늘은 어떻게 프로젝트에 기여했나요?
- Oauth2.0 logic 설계
- 초기 tsconfig 세팅을 위한 삽질
### 오늘의 프로젝트에서 힘든 점은 무엇인가요?
- typescript 개발환경 setting을 조성하는데 많은 트러블이 있음
- 특히, tsconfig에 있는 attribute에 대한 이해도가 많이 떨어짐
- module을 불러오는 import method 사용 시, es 버젼이 해당 문법을 지원하지 않아 인식이 안되는 문제가 있었음. 이는 컴파일러 옵션에 "esModuleInterop"을 true로 설정하면 해결됨.
### 내일은 프로젝트에 기여하기 위해 무엇을 해야 하나요?
- [x] Typescript 강의 더 듣기
- [x] tsconfig 세팅 마무리
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.