d.ts 파일을 따로 만들어 준다.
tsconfig.json 파일에
compilerOptions의 typeRoots 에 경로를 넣어주던지
아니면 include에 경로를 넣어주면 인식한다.
참고
https://evan-moon.github.io/2021/07/30/tsconfig-options-root-fields/
https://geonlee.tistory.com/214
https://velog.io/@sooran/tsconfig.json-제대로-알고-사용하기