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.1.5/src/server/mod.ts";

Properties

importMap: string
optional
compilerOptions: { jsx?: string; jsxImportSource?: string; }