Skip to main content
Module

x/ts_morph/mod.ts>EmitOptionsBase

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
interface EmitOptionsBase
import { type EmitOptionsBase } from "https://deno.land/x/ts_morph@15.1.0/mod.ts";

Properties

optional
emitOnlyDtsFiles: boolean

Whether only .d.ts files should be emitted.

optional
customTransformers: ts.CustomTransformers

Transformers to act on the files when emitting.