Skip to main content
Module

x/aleph/compiler/mod.ts>SWCOptions

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias SWCOptions
import { type SWCOptions } from "https://deno.land/x/aleph@v0.3.0-beta.8/compiler/mod.ts";
definition: { sourceType?: SourceType; jsxFactory?: string; jsxFragmentFactory?: string; }