Module

x/fresh/server.ts>DenoConfig

The next-gen web framework.
Extremely Popular
Latest
interface DenoConfig
import { type DenoConfig } from "https://dotland.deno.dev/x/fresh@1.6.8/server.ts";

Properties

optional
imports: Record<string, string>
optional
importMap: string
optional
tasks: Record<string, string>
optional
lint: { rules: { tags?: string[]; }; exclude?: string[]; }
optional
fmt: { exclude?: string[]; }
optional
exclude: string[]
optional
compilerOptions: { jsx?: string; jsxImportSource?: string; }