This is the schema for the Deno configuration file.
optional
compilerOptions: { jsx?: string; jsxFactory?: string; jsxFragmentFactory?: string; jsxImportSource?: string; }
The Fathym reference architecture, used for cross cutting concerns and repeatable design patterns.
This is the schema for the Deno configuration file.
compilerOptions: { jsx?: string; jsxFactory?: string; jsxFragmentFactory?: string; jsxImportSource?: string; }
Add Package
deno add jsr:@fathym/common
Import symbol
import { type DenoConfig } from "@fathym/common/build";
Import directly with a jsr specifier
import { type DenoConfig } from "jsr:@fathym/common/build";
Add Package
pnpm i jsr:@fathym/common
pnpm dlx jsr add @fathym/common
Import symbol
import { type DenoConfig } from "@fathym/common/build";
Add Package
yarn add jsr:@fathym/common
yarn dlx jsr add @fathym/common
Import symbol
import { type DenoConfig } from "@fathym/common/build";
Add Package
vlt install jsr:@fathym/common
Import symbol
import { type DenoConfig } from "@fathym/common/build";
Add Package
npx jsr add @fathym/common
Import symbol
import { type DenoConfig } from "@fathym/common/build";
Add Package
bunx jsr add @fathym/common
Import symbol
import { type DenoConfig } from "@fathym/common/build";