chore: add i18n release hardening gates

This commit is contained in:
poyrazavsever
2026-07-19 03:08:07 +03:00
parent 178f285191
commit 7d82bcc4f1
13 changed files with 943 additions and 10 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": ".next/i18n-phase7-smoke-dist",
"rootDir": ".",
"noEmit": false,
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "ES2022",
"types": ["node"]
},
"include": [
"lib/i18n/**/*.ts",
"locales/**/*.ts",
"server/i18n/locale.ts",
"scripts/i18n-phase7-smoke.ts"
]
}