chore(i18n): migrate email templates to json files (#18)

This commit is contained in:
hampus-fluxer
2026-01-04 14:36:55 +01:00
committed by GitHub
parent e191cfb15e
commit 93047d37a0
70 changed files with 2551 additions and 10869 deletions

View File

@@ -4,6 +4,7 @@
"lib": ["ESNext"],
"module": "ESNext",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"noEmit": true,
"noPropertyAccessFromIndexSignature": false,
"noUncheckedIndexedAccess": false,