/**
 * i18next-resources-for-ts codegen config — system-i18n.
 *
 * Reads en.json as the source of truth and emits resources.d.ts which augments
 * the `react-i18next` module so `t()` keys are fully type-checked.
 *
 * Run: pnpm i18n:types
 */
export default {
  input: 'src/i18n/en.json',
  output: 'src/i18n/resources.d.ts',
  defaultLocale: 'en',
}
