Skip to main content
Module

x/deno2node/src/deps.deno.ts>CompilerOptionsContainer#set

Compile your Deno project to run on Node.js.
Go to Latest
method CompilerOptionsContainer.prototype.set
import { CompilerOptionsContainer } from "https://deno.land/x/deno2node@v1.6.0/src/deps.deno.ts";

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.