Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fastro/http/build/deps.ts>esbuild.TsconfigRaw

Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Go to Latest
interface esbuild.TsconfigRaw
import { type esbuild } from "https://deno.land/x/fastro@v0.86.0/http/build/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; }