에러노트
'experimentalDecorators' option error 해결 vscode
thebirghtwide
2021. 7. 26. 19:35
'experimentalDecorators' option in your 'tsconfig' or 'jsconfig' to remove this warning.
react-native 에서 mbox decorator를 사용하다보면 다음과 같은 오류가 나오는 것을 확인 할 수 있다. 보면 tsconfig, jsconfig를 수정하라고 나오는데 이 부분은 생각보다 간단하게 고칠 수 있다.
해결 방법
우선 ctrl + shift + p 를 눌러 settings를 입력하자 그러면 open user setting을 클릭한다.
그 다음 settings 화면에서 experimentalDecorators라 입력하자 그러면 아래 보이는 option이 나타나고 check box를 클릭한다. 그리고 저장한다.
그러면 따란 더 이상 에러가 나오지 않는 것을 확인 할 수 있다.