TS1259error TS1259: Module can only be default-imported using the ‘esModuleInterop’ flagBroken Code ❌1tsc mycode.js --allowJs --noEmit Fixed Code ✔️1tsc mycode.js --allowJs --noEmit --esModuleInterop