에러상황 정리
typescript 초기 config 설정 중에
tsconfig.json파일 작성시 생긴 에러
에러의 원인
You can’t use --out/--outFile to bundle modules together for Node.js/CommonJS, since there is no bundle format for CommonJS.
Node.js / CommonJS 에서 번들포맷이 없으므로 out과 outFile을 쓸 수 없음!
출처 :
https://stackoverflow.com/questions/35963346/only-amd-and-system-modules-are-supported-alongside-out