i18n waterMe

This commit is contained in:
mo
2026-02-21 00:20:12 +01:00
parent d2e88f15ea
commit 453577f1b2
13 changed files with 144 additions and 78 deletions

View File

@@ -17,11 +17,12 @@
// Best practices
"strict": true,
"skipLibCheck": true,
"strictNullChecks": true,
"noFallthroughCasesInSwitch": true,
// Some stricter flags (disabled by default)
"noUnusedLocals": false,
"noUnusedParameters": false,
"noPropertyAccessFromIndexSignature": false
}
},
}