Fix: tsconfig.base.json im Docker-Build verfügbar machen, react als echte Dependency in packages/ui

This commit is contained in:
2026-07-19 01:21:25 +02:00
parent 7b8723729b
commit 3a7f423f60
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
"build": "tsc -p tsconfig.json",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"peerDependencies": {
"dependencies": {
"react": "^18.3.1"
},
"devDependencies": {