Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ultra/lib/build/types.ts>DenoConfig

🧙 Hypermodern Zero-Legacy Deno/React Framework
Go to Latest
type alias DenoConfig
import { type DenoConfig } from "https://deno.land/x/ultra@v2.0.0-alpha.17/lib/build/types.ts";
definition: { tasks?: Record<string, string>; compilerOptions?: { jsx:
| "preserve"
| "react"
| "react-jsx"
| "react-jsxdev"
; jsxImportSource?: string; }; importMap?: string; }