Skip to main content
Module

x/aleph/compiler/mod.ts>SWCOptions

The Full-stack Framework in Deno.
Very Popular
Go to Latest
interface SWCOptions
import { type SWCOptions } from "https://deno.land/x/aleph@v0.3.0-alpha.7/compiler/mod.ts";

Properties

optional
target:
| "es5"
| "es2015"
| "es2016"
| "es2017"
| "es2018"
| "es2019"
| "es2020"
optional
jsxFactory: string
optional
jsxFragmentFactory: string
optional
sourceType:
| "js"
| "jsx"
| "ts"
| "tsx"
optional
sourceMap: boolean