Skip to main content
Module

x/deno_slack_hooks/deps.ts>esbuild.TsconfigRaw

Helper library implementing the contract between the Slack CLI and Slack application SDKs
Latest
interface esbuild.TsconfigRaw
import { type esbuild } from "https://deno.land/x/deno_slack_hooks@1.3.0/deps.ts";
const { TsconfigRaw } = esbuild;

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