[CHORE] TypeScript Lingui configuration file (#11021)

# Introduction 
We want theses configurations to be strictly typed but needed as in
https://github.com/twentyhq/twenty/pull/10960 will browse through all
TypeScript files within the codebase
This commit is contained in:
Paul Rastoin
2025-03-19 12:05:55 +01:00
committed by GitHub
parent 7065f6f15d
commit 4ce607869e
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import { defineConfig } from '@lingui/cli';
import { defineConfig } from '@lingui/conf';
import { formatter } from '@lingui/format-po';
import { APP_LOCALES } from 'twenty-shared';