Skip to main content
Module

x/deno2node/src/deps.deno.ts>CreateWrappedNodeOptions

Compile your Deno project to run on Node.js.
Go to Latest
interface CreateWrappedNodeOptions
import { type CreateWrappedNodeOptions } from "https://deno.land/x/deno2node@v1.7.1/src/deps.deno.ts";

Properties

optional
compilerOptions: CompilerOptions

Compiler options.

optional
sourceFile: ts.SourceFile

Optional source file of the node. Will make it not bother going up the tree to find the source file.

optional
typeChecker: ts.TypeChecker

Type checker.