Skip to main content
Module

x/ts_morph/bootstrap/ts_morph_bootstrap.js>CompilerOptionsContainer#set

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
method CompilerOptionsContainer.prototype.set
Re-export
import { CompilerOptionsContainer } from "https://deno.land/x/ts_morph@15.1.0/bootstrap/ts_morph_bootstrap.js";

Sets one or all of the compiler options.

WARNING: Setting the compiler options will cause a complete reparse of all the source files.

Parameters

settings: Partial<ts.CompilerOptions>
  • Compiler options to set.