Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/frugal/src/cli/init/types.ts>jsxConfig

A frugal web framework
Latest
function jsxConfig
import { jsxConfig } from "https://deno.land/x/frugal@0.9.6/src/cli/init/types.ts";

Returns

undefined | { deno: { jsxImportSource: string; jsx: string; }; esbuild: { jsxImportSource: string; jsx: string; }; }