Skip to main content
Module

x/init/writeConfigFile.ts>Options

Generate a Deno configuration file
Go to Latest
interface Options
import { type Options } from "https://deno.land/x/init@v2.6.0/writeConfigFile.ts";

Properties

force: boolean
fill: boolean
fmt: boolean
jsonc: boolean
lint: boolean
map: boolean
name: string
task: boolean
test: boolean
tsconfig: boolean
yes: boolean