Skip to main content
Module

x/fresh/server.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/server.ts";

Properties

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