Go to Latest
interface TsconfigRaw
import { type TsconfigRaw } from "https://dotland.deno.dev/x/esbuild@v0.20.2/mod.d.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; }