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

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