Skip to main content
Module

x/lume_init/init.ts>CompilerOptions

The code for the new Lume init
Go to Latest
interface CompilerOptions
import { type CompilerOptions } from "https://deno.land/x/lume_init@v0.1.8/init.ts";

Properties

optional
jsx: "jsx" | "react-jsx" | "precompile"
optional
jsxImportSource: string
optional
jsxFactory: string
optional
jsxFragmentFactory: string
optional
types: string[]