티스토리 뷰

타입을 정해주지 않은 자바스크립트로만 이루어진 npm 패키지를 사용하려고 하면 타입스크립트가 에러를 띄운다.

Cannot find module XXX or its corresponding type declarations.

 

그럴 때 에러를 해결하는 방법이 있다.

DefinitelyTyped

여러 사람들이 기여한 npm 패키지들의 소스코드를 보고 타입을 선언해둔 레포이다.

https://github.com/DefinitelyTyped/DefinitelyTyped

 

GitHub - DefinitelyTyped/DefinitelyTyped: The repository for high quality TypeScript type definitions.

The repository for high quality TypeScript type definitions. - GitHub - DefinitelyTyped/DefinitelyTyped: The repository for high quality TypeScript type definitions.

github.com

 

최근에는 자바스크립트 패키지가 .d.ts 파일을 함께 가지고 있지만 그렇지 않을 때는 명령어를 사용해서 타입을 받아주면 된다.

npm i @types/패키지이름
728x90
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/07   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
글 보관함