Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nest.js에 데코레이터 에러 발생으로 swcrc 설정으로 추가하라
Nest.js에는 swc전용 지원이 없어 swcrc 설정 파일을 따로 추가해야합니다. swcrc 설정에 decorators 설정을 true 두고 decorators 메타 데이터와 레거시를 사용 할 수 있도록 true 설정해야 합니다. seeAlso: - https://github.com/DanielRamosAcosta/nest-class-validator-swc - swc-project/swc#1362
- Loading branch information