Skip to main content
Module

x/lume/deps/esbuild.ts>TsconfigRaw

🔥 Static site generator for Deno 🦕
Very Popular
Latest
interface TsconfigRaw
import { type TsconfigRaw } from "https://deno.land/x/lume@v2.1.4/deps/esbuild.ts";

Properties

optional
compilerOptions: { alwaysStrict?: boolean; baseUrl?: string; experimentalDecorators?: boolean; importsNotUsedAsValues?: "remove" | "preserve" | "error"; jsx?:
| "preserve"
| "react-native"
| "react"
| "react-jsx"
| "react-jsxdev"
; jsxFactory?: string; jsxFragmentFactory?: string; jsxImportSource?: string; paths?: Record<string, string[]>; preserveValueImports?: boolean; strict?: boolean; target?: string; useDefineForClassFields?: boolean; verbatimModuleSyntax?: boolean; }