With --d enabled, getSemanticDiagnostics does not return the emit errors. e.g.: ``` TypeScript interface PrivateInterface {} export class Foo implements PrivateInterface { } ```
With --d enabled, getSemanticDiagnostics does not return the emit errors. e.g.: