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:
parent
20a1b867f5
commit
2c63701152
7 changed files with 591 additions and 389 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"turbo": "^2.5.4"
|
||||
"turbo": "^2.5.4",
|
||||
"typescript": "~5.8.3"
|
||||
},
|
||||
"packageManager": "pnpm@10.11.0",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue