import { IConfig } from "@iamkenos/fragile";

const config: Partial<IConfig> = <%- JSON.stringify(answers) %>;

export default config;
