import { type SourceFileCreateOptions } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Options for creating a source file.
Properties
Whether a source file should be overwritten if it exists. Defaults to false.
optional
scriptKind: ScriptKindSpecifies the script kind of the source file.