Files

5 lines
174 B
TypeScript
Raw Permalink Normal View History

import project from "./i18n.config.json" with { type: "json" }
import { createLinguiConfig } from "@workspace/i18n/lingui-config"
export default createLinguiConfig(project)