interface EmitOptionsBaseimport { type EmitOptionsBase } from "https://dotland.deno.dev/x/ts_morph@21.0.0/ts_morph.d.ts"; PropertiesoptionalemitOnlyDtsFiles: booleanWhether only .d.ts files should be emitted. optionalcustomTransformers: ts.CustomTransformersTransformers to act on the files when emitting.