Skip to main content
Module

x/fresh/src/server/mod.ts>DenoConfig

The next-gen web framework.
Extremely Popular
Go to Latest
interface DenoConfig
import { type DenoConfig } from "https://deno.land/x/fresh@1.2.0/src/server/mod.ts";

Properties

optional
imports: Record<string, string>
optional
importMap: string
optional
compilerOptions: { jsx?: string; jsxImportSource?: string; }