feat(frontend): i18n en vertalingsbestanden initialisatie

This commit is contained in:
Joyelle Ndagijimana 2025-03-02 19:46:12 +01:00
parent 8a7fa271ba
commit c1c10e27c1
7 changed files with 28 additions and 4 deletions

View file

@ -118,7 +118,8 @@
/* Completeness */
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true
"skipLibCheck": true,
/* Skip type checking all .d.ts files. */
"resolveJsonModule": true
}
}