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


!!! error TS5101: Option 'out' is deprecated and will stop functioning in TypeScript 5.5. Specify compilerOption '"ignoreDeprecations": "5.0"' to silence this error.
!!! error TS5101:   Use 'outFile' instead.
==== 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 {
    }