Skip to main content
Module

x/lume_init/init.ts>DenoConfig

The code for the new Lume init
Go to Latest
interface DenoConfig
import { type DenoConfig } from "https://deno.land/x/lume_init@v0.1.10/init.ts";

Content of deno.json file

Index Signatures

[key: string]: unknown

Properties

optional
imports: Record<string, string>
optional
tasks: Record<string, string>
optional
compilerOptions: CompilerOptions
optional
unstable: string[]