오류 상황 ts를 컴파일하는 과정에서 ts컴파일과 node컴파일을 동시에 할 수 있는 ts-node를 설치한 후 실행했더니 (node:13192) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension. (Use `node --trace-warnings ...` to show where the warning was created) C:경로\src\index.ts:3 export {}; ^^^^^^ SyntaxError: Unexpected token 'export' at wrapSafe (node:internal/modules/cjs/loader:1281:20) at..