0

Typescript 프로젝트에서 typings을 제거하고 싶습니다. 은 타이프 라이터 2로, 나는 chrome-app에 대한 제외한 거의 모든 typings 종속성을 제거 할 수 있었다 : https://github.com/uProxy/uproxy/compare/master...fortuna:masterTypescript 2에서 chrome-app 타이핑을 설치하는 방법은 무엇입니까?

이 명령을

npm install @types/chrome-app --save-dev 

가 DefinitelyTyped에서 사용할 수 있지만, 패키지를 찾을 수 없습니다 : https://github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/chrome

무엇이 잘못 되었습니까? 입력이 아닌 npm으로 설치된 Chrome 앱 정의를 어떻게 얻을 수 있습니까?

업데이트 (12 월 17, 2016) :@types/chrome-app 패키지에 버그가 수정되어 이후에 수정되었습니다. 위의 npm 명령이 올바르게 작동합니다.

답변

0

사용 typings

typings install chrome --save-dev --source dt --global 
타이프 라이터 2 typings를 설치합니다