2022-09-01 11:09:20 -06:00

6 lines
222 B
TypeScript

// This is where any configuration rules related to the configuration would go. These ensure that the user can only create a valid config.
import { compat, } from "../deps.ts";
export const setConfig = compat.setConfig;