error TS5107: Option 'target=ES5' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '"ignoreDeprecations": "6.0"' to silence this error.


!!! error TS5107: Option 'target=ES5' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '"ignoreDeprecations": "6.0"' to silence this error.
==== 0.ts (0 errors) ====
    export var subject = 10;
    
==== 1.ts (0 errors) ====
    export var subject1 = 10;
    
==== 2.ts (0 errors) ====
    /* blah0 */
    // blah 
    // blah 
    // blah 
    export {subject} from './0';
    /* blah1 */
    export {subject1} from './1';
    