Skip to main content
Home

@fathym/common@0.2.274
Built and signed on GitHub Actions

The Fathym reference architecture, used for cross cutting concerns and repeatable design patterns.

This package works with Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
94%
Published
a month ago (0.2.274)
interface DenoConfig

This is the schema for the Deno configuration file.

Examples

From direct import

import { DenoConfig } from '@fathym/common/build';

const denoConfig: DenoConfig = {
  name: 'My Deno Project',
  version: '1.0.0',
};

Properties

optional
name: string
optional
version: string
optional
imports: Record<string, string>
optional
tasks: Record<string, string>
optional
lint: { rules: { tags?: string[]; }; exclude?: string[]; }
optional
fmt: { exclude?: string[]; }
optional
exclude: string[]
optional
compilerOptions: { jsx?: string; jsxFactory?: string; jsxFragmentFactory?: string; jsxImportSource?: string; }

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@fathym/common

Import symbol

import { type DenoConfig } from "@fathym/common/build";
or

Import directly with a jsr specifier

import { type DenoConfig } from "jsr:@fathym/common/build";

Add Package

pnpm i jsr:@fathym/common
or (using pnpm 10.8 or older)
pnpm dlx jsr add @fathym/common

Import symbol

import { type DenoConfig } from "@fathym/common/build";

Add Package

yarn add jsr:@fathym/common
or (using Yarn 4.8 or older)
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";