import { CompilerOptionsContainer } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
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.