/** * Configuration object for the AsaJS build process. * @type {import('asajs/config.d.ts').Config} */ export const config = { compiler: { enabled: true, }, }