import { type DenoConfig } from "https://deno.land/x/fathym_common@v0.2.160/src/build/DenoConfig.ts";
This is the schema for the Deno configuration file.
Examples
From direct import
From direct import
import { DenoConfig } from '@fathym/common/build';
const denoConfig: DenoConfig = {
name: 'My Deno Project',
version: '1.0.0',
};