tests/cases/compiler/b.ts(1,10): error TS2354: This syntax requires an imported helper but module 'tslib' cannot be found.


==== tests/cases/compiler/a.ts (0 errors) ====
    export default class { }
    
==== tests/cases/compiler/b.ts (1 errors) ====
    export { default as a } from "./a";
             ~~~~~~~~~~~~
!!! error TS2354: This syntax requires an imported helper but module 'tslib' cannot be found.
    