Skip to main content
Go to Latest
interface DenoConfig
Re-export
import { type DenoConfig } from "https://deno.land/x/fathym_eac_runtime@v0.0.201/mod.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; }