interface BaseOptions
Usage in Deno
```typescript import { type BaseOptions } from "node:node__vm.d.ts"; ```optional
filename: string | undefined
Specifies the filename used in stack traces produced by this script.
optional
lineOffset: number | undefined
Specifies the line number offset that is displayed in stack traces produced by this script.
optional
columnOffset: number | undefined
Specifies the column number offset that is displayed in stack traces produced by this script.