Skip to main content
Latest
interface esbuildNative.TsconfigRaw
import { type esbuildNative } from "https://deno.land/x/esbuild_deno_loader@0.9.0/test_deps.ts";
const { TsconfigRaw } = esbuildNative;

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; }