난 분명히 tsconfig도 작성하고, webpack.renderer.config.ts도 작성했는데 왜 unable to resolve path to module eslint import/no-unresolved ???

Seungrok Yoon (Lethe)·2024년 4월 5일
0

[TIL] 성장 한 스푼

목록 보기
48/49

이거 깔고 .eslint.js에 추가로 설정하자.

settings: {
    'import/parsers': {
      '@typescript-eslint/parser': ['.ts', '.tsx'],
    },
    'import/resolver': {
      typescript: {},
    },
  },

https://github.com/import-js/eslint-import-resolver-typescript

설정 바꾸고 cmd + shift + p => Reload Window 해서 제대로 설정이 적용되는지 확인해보자. 이거 때문에 헤매다가 세 시간 날렸다 우씨!

profile
안녕하세요 개발자 윤승록입니다. 내 성장을 가시적으로 기록하기 위해 블로그를 운영중입니다.

0개의 댓글