isolatedmodules1 [Typescript] cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module. 타입스크립트 1일차 다음과 같은 오류를 만났다. 코드는 한줄밖에없는데 무엇이 문제일까..? src/js/index.ts:1:1 - error TS1208: 'index.ts' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module. const i = 'holee'; console.log(i); > javascript-calculator@1.0.0 check-types > tsc src/js/index.ts:1:1 - error TS1208: 'index.ts' .. 2021. 5. 21. 이전 1 다음