Skip to content

Commit eaa5ad2

Browse files
author
Arch-vile
committed
Some magic tweaks found from internet to fix a mysterious error
`github.com/facebook/create-react-app/issues/10110`
1 parent 85179b8 commit eaa5ad2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react": "^17.0.1",
1414
"react-dom": "^17.0.1",
1515
"react-scripts": "4.0.0",
16-
"typescript": "^4.1.2",
16+
"typescript": "4.0.5",
1717
"web-vitals": "^0.2.4"
1818
},
1919
"scripts": {

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"resolveJsonModule": true,
1919
"isolatedModules": true,
2020
"noEmit": true,
21-
"jsx": "react-jsx"
21+
"jsx": "react"
2222
},
2323
"include": [
2424
"src"

0 commit comments

Comments
 (0)