diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2023-06-25 20:31:44 -0700 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2023-06-25 20:31:44 -0700 |
| commit | 153270c7ce105d882ededf156a9e9f7b86a3e84b (patch) | |
| tree | 8c031f780a846ea2d34a59e1553c7fe065c43967 /package.json | |
| parent | c833c68f018a020537f5c782b3bbda75d8f9b4f7 (diff) | |
Fix error TS2786
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index fe3dc7d..1f310cd 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,10 @@ "typescript": "^4.4.2", "web-vitals": "^2.1.0" }, + "resolutions": { + "@types/react": "17.0.14", + "@types/react-dom": "17.0.14" + }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", |
