Skip to main content
Module

x/fathym_common/src/build/DenoConfig.ts

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
import * as fathymCommon from "https://deno.land/x/fathym_common@v0.2.22-integration/src/build/DenoConfig.ts";

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

Interfaces

This is the schema for the Deno configuration file.