test(i18n): fix broken tests missing translation messages

This commit is contained in:
M. George Hansen 2025-08-20 08:57:15 +12:00
parent a941565528
commit 35273f525d
Signed by: mgeorgehansen
SSH key fingerprint: SHA256:JlIGiQLPyQ2RHTH3a2oVlb20Xkh9Glr8DUF4YTXHJxM
10 changed files with 35 additions and 65 deletions

View file

@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"compilerOptions": {
"resolveJsonModule": true,
"allowImportingTsExtensions": true,
"noEmit": true,
"rootDir": "."
},