error TS5101: Flag 'out' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.


!!! error TS5101: Flag 'out' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.
==== tests/cases/compiler/testFiles/app.ts (0 errors) ====
    // Note in the out result we are using same folder name only different in casing
    // Since this is non case sensitive, the relative paths should be just app.ts and app2.ts in the sourcemap
    class c {
    }
    
==== tests/cases/compiler/testFiles/app2.ts (0 errors) ====
    class d {
    }