Added typescript to workspace devdeps, removed no unused var rules from

tsconfig, made i18n not use top-level await, upgraded packages/made sure
they were on compatible versions
This commit is contained in:
Benjamin Singleton 2026-04-17 20:18:41 -05:00
parent 20a1b867f5
commit 2c63701152
7 changed files with 591 additions and 389 deletions

View file

@ -1,6 +1,7 @@
{
"devDependencies": {
"turbo": "^2.5.4"
"turbo": "^2.5.4",
"typescript": "~5.8.3"
},
"packageManager": "pnpm@10.11.0",
"scripts": {