Skip to main content
Module

x/lume/core/utils.ts>DenoConfig

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface DenoConfig
import { type DenoConfig } from "https://deno.land/x/lume@v1.13.1/core/utils.ts";

Basic options for deno.json file

Index Signatures

[key: string]: unknown

Properties

optional
importMap: string
optional
tasks: Record<string, string>
optional
compilerOptions: { jsx?: "jsx" | "react-jsx"; jsxImportSource?: string; }