tsc가 로컬파일에 대해 TS2307: Cannot find module을 슬로우합니다. TypeScript를 사용한 간단한 예시 프로젝트가 있습니다.https://github.com/unindented/ts-webpack-example .tsc -p . 함께)tsc.8.. app/index.ts(1,21): error TS2307: Cannot find module 'components/counter'. components/button/index.ts(2,22): error TS2307: Cannot find module 'shared/backbone_base_view'. components/button/index.ts(3,25): error TS2307: Cannot find module 'share..