Merge pull request 'refactor: exclude translation files from TypeScript compilation' (#35) from refactor/reverseChargeTemplate into dev

Reviewed-on: #35
This commit is contained in:
Seazn 2026-06-07 19:44:50 +00:00
commit 8d4540de97

View File

@ -38,6 +38,7 @@
"exclude": [ "exclude": [
"node_modules", "node_modules",
"vitest.config.ts", "vitest.config.ts",
"src/app/i18n/translations/**/*",
"src/tests/**/*", "src/tests/**/*",
"**/*.test.ts", "**/*.test.ts",
"**/*.test.tsx", "**/*.test.tsx",