
tsconfig.json에서 { "compilerOptions": { "baseUrl": ".", "paths": { "components/*": ["src/components/*"], "container/*": ["src/container/*"], "store/*": ["src/store/*"] }, }, "include": ["src"] } 와 같이 설정했음에도 불구하고 절대경로 설정이 안되는 현상이 발생했다 cannot find module 'XXX' or its corresponding type declarations 결론적으로는 include에 아래와 같이 수정하였더니 해결되었다. "include": ["**/*.tsx", "**/*.ts"] 검색으로는 baseUrl과 paths만 설정하면 되는..
IT/Frontend
2022. 11. 16. 13:38
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Polygon
- graphql
- Plotly
- 도커컨테이너
- svelte
- choropleth
- 블로그플랫폼
- react
- 카이제곱검정
- Next.js
- 렌더트리
- SCSA
- aws
- cssom
- 삼성
- ReactDOM
- submodule
- SW역량테스트
- wkt
- architecting
- docker
- 역량테스트
- Python
- polyfill
- 삼전
- tsconfig
- konlpy
- 삼성전자
- DOM
- GeoPolygon
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함