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


!!! error TS5101: Flag 'out' is deprecated and will stop functioning in TypeScript 5.5. Specify compilerOption '"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 case sensitive, the folders are different and hence the relative paths in sourcemap shouldn't be just app.ts or app2.ts
    class c {
    }
    
==== tests/cases/compiler/testFiles/app2.ts (0 errors) ====
    class d {
    }