``` ts // t.ts type T = { x : number } export interface I { f: T; } ``` Compiling this file with these flags `-d --noEmitOnError -m commonjs` yields no output file and no errors are reported
Compiling this file with these flags
-d --noEmitOnError -m commonjsyields no output file and no errors are reported