tests/cases/compiler/typeCheckExportsVariable.ts(2,1): error TS2322: Type 'string' is not assignable to type 'number'.


==== tests/cases/compiler/typeCheckExportsVariable.ts (1 errors) ====
    let exports: number;
    exports = '';
    ~~~~~~~
!!! error TS2322: Type 'string' is not assignable to type 'number'.