질문&답변
2020.12.30
typescript관련
저도 같은 문제가 발생했었는데 아래와 같이 해결했습니다! // tsconfig.json에서 "experimentalDecorators": true, 설정 -> 안됨 // tsconfig.json에서 restrict 주석 처리 // > tsc 4_decoration.ts --experimentalDecorators "true"