"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const index_1 = require("../../index");
const config = (0, index_1.createConfig)();
console.log(JSON.stringify(config, undefined, 2));