fix install error

This commit is contained in:
smolgrrr 2023-09-02 17:30:13 +10:00
parent 78e6a0350c
commit 616c215d56

View File

@ -35,6 +35,11 @@
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"overrides": {
"react-scripts": {
"typescript": "^5"
}
},
"eslintConfig": {
"extends": [
"react-app",