Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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-alpha.33/compiler/mod.ts";
definition: { sourceType?: SourceType; jsxFactory?: string; jsxFragmentFactory?: string; }