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://dotland.deno.dev/x/ultra@v2.0.0/lib/build/types.ts";
definition: { tasks?: Record<string, string>; compilerOptions?: { jsx:
| "preserve"
| "react"
| "react-jsx"
| "react-jsxdev"
; jsxImportSource?: string; }; importMap?: string; }