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

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

export default config;
