Could not find a declaration file for module 'faker'
type definition file을 설치해야 한다.
@types/{library name}
위 경우는 @types/faker를 설치하면 된다.
npmjs.com에서 검색해보면, DefinitelyTyped 라이브러로 부터 export 된 것임을 알 수 있다.
참고로 모든 라이브러리가 @types를 설치해야하는 것은 아니다. axios의 경우, definition file이 포함되어 있기 때문에, @types/axios를 설치하지 않아도 된다.