VSCode 및 Vetur(TypeScript)에서 experimentalDecorators의 경고는 사라지지 않습니다.
2418 단어 VSCodeTypeScriptVue.js
많은 걸 해봤어요.
해결할 수 없다
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
해결됐어!
작업공간에 프로젝트 폴더 추가
파일 열기 -> 프로젝트 폴더를 직접 열 때 오류가 발생하지 않습니다.
.감사합니다.
Reference
이 문제에 관하여(VSCode 및 Vetur(TypeScript)에서 experimentalDecorators의 경고는 사라지지 않습니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/peisan/items/51834cd54161e54473ce
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
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
해결됐어!
작업공간에 프로젝트 폴더 추가
파일 열기 -> 프로젝트 폴더를 직접 열 때 오류가 발생하지 않습니다.
.감사합니다.
Reference
이 문제에 관하여(VSCode 및 Vetur(TypeScript)에서 experimentalDecorators의 경고는 사라지지 않습니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/peisan/items/51834cd54161e54473ce
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
{
"compilerOptions": {
"experimentalDecorators": true,
"allowJs": true,
}
}
{
"compilerOptions": {
"experimentalDecorators": true
}
}
번역 불통과 같은 게 없어서 문제없지만 답답해요.
Vetur의 구린내지...
포기해, Vue가 Atom인지 어떤 개발인지
추가 기록 2019/02/16
해결됐어!
작업공간에 프로젝트 폴더 추가
파일 열기 -> 프로젝트 폴더를 직접 열 때 오류가 발생하지 않습니다.
.감사합니다.
Reference
이 문제에 관하여(VSCode 및 Vetur(TypeScript)에서 experimentalDecorators의 경고는 사라지지 않습니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/peisan/items/51834cd54161e54473ce
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Reference
이 문제에 관하여(VSCode 및 Vetur(TypeScript)에서 experimentalDecorators의 경고는 사라지지 않습니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/peisan/items/51834cd54161e54473ce텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)