TIL/ErrorLog (1) 썸네일형 리스트형 타입스크립트 index.d.ts eslint(importextensions)에러 핸들링 Error 현재 프로젝트에서 TS(Typescript)와 TypeOrm을 사용하고 있는데 entity의 type을 사용해야 돼서 index.d.ts를 만들었다. index.d.ts에 interface로 타입생성하고 export까지는 잘 했는데 import과정에서 eslint 오류가 났다..! 얘도 index니까 여타 index처럼 디렉토리만 쓰면 어디 걸리는 곳 없이 잘 불러올거라고 생각했는데 오산이었나보다. (js는 기본적으로 디렉토리만 적어서 import하면 그 디렉토리 내의 index.js를 불러온다 -> import test from "./test/index.js"와 import test from "./test"가 같음) eslint는 유명한 airbnb룰(+a.. -a?)을 사용하기로 팀원들과 .. 이전 1 다음