diff --git a/client/package.json b/client/package.json index eea136e..a97212f 100644 --- a/client/package.json +++ b/client/package.json @@ -35,6 +35,11 @@ "test": "react-scripts test", "eject": "react-scripts eject" }, + "overrides": { + "react-scripts": { + "typescript": "^5" + } + }, "eslintConfig": { "extends": [ "react-app",