interface CreateWrappedNodeOptionsimport { type CreateWrappedNodeOptions } from "https://dotland.deno.dev/x/ts_morph@18.0.0/mod.ts"; PropertiesoptionalcompilerOptions: CompilerOptionsCompiler options. optionalsourceFile: ts.SourceFileOptional source file of the node. Will make it not bother going up the tree to find the source file. optionaltypeChecker: ts.TypeCheckerType checker.