import { CompilerOptionsContainer } from "https://deno.land/x/ts_morph@21.0.1/bootstrap/ts_morph_bootstrap.js";
Holds the compiler options.
Methods
getEncoding(): string
Gets the encoding from the compiler options or returns utf-8.
set(settings: Partial<ts.CompilerOptions>): void
Sets one or all of the compiler options.
WARNING: Setting the compiler options will cause a complete reparse of all the source files.