Add TypeScript version override to resolve dependency conflicts (#1)

* Initial plan

* Initial plan: Add TypeScript overrides to package.json

Co-authored-by: 20kaushik02 <59662438+20kaushik02@users.noreply.github.com>

* Add TypeScript overrides to fix build failure

* Fix package-lock.json to properly apply TypeScript 5.9.3 override

Co-authored-by: 20kaushik02 <59662438+20kaushik02@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: 20kaushik02 <59662438+20kaushik02@users.noreply.github.com>
This commit is contained in:
Copilot
2026-01-16 10:25:38 -08:00
committed by GitHub
parent 583f0e1e9e
commit de42149c8c
2 changed files with 15 additions and 10 deletions

View File

@@ -14,6 +14,9 @@
"devDependencies": {
"react-scripts": "^5.0.1"
},
"overrides": {
"typescript": ">=5.8.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",