VSCode 및 Vetur(TypeScript)에서 experimentalDecorators의 경고는 사라지지 않습니다.

많은 걸 해봤어요.


해결할 수 없다
2019/02/16
해결됐어!

개요


VScode+Vetur에서 Vue입니다.js의 개발.
experimentalDecorators를true로 설정하지만 다음 오류는 사라지지 않습니다.
Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.

압출하다



한 일


tsconfig.json의 experimental Decorators


tsconfig.json
{
  "compilerOptions": {
    "experimentalDecorators": true,
    "allowJs": true,
  }
}
폐품

Javascript>Implicit Project Config:Experimental Decorators 설정



폐품

jsconfig.제이슨 내려놔봐.


To fix it, please try creating a jsconfig.json file at the root of your project with the contents:
jsconfig.json
{
  "compilerOptions": {
      "experimentalDecorators": true
  }
}
폐품

결론


번역 불통과 같은 게 없어서 문제없지만 답답해요.
Vetur의 구린내지...
포기해, Vue가 Atom인지 어떤 개발인지

추가 기록 2019/02/16


해결됐어!
작업공간에 프로젝트 폴더 추가
파일 열기 -> 프로젝트 폴더를 직접 열 때 오류가 발생하지 않습니다.
.감사합니다.

좋은 웹페이지 즐겨찾기