Skip to content

Commit

Permalink
Some magic tweaks found from internet to fix a mysterious error
Browse files Browse the repository at this point in the history
  • Loading branch information
Arch-vile committed Nov 20, 2020
1 parent 85179b8 commit ecb1f2e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "4.0.0",
"typescript": "^4.1.2",
"typescript": "4.0.5",
"web-vitals": "^0.2.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
"jsx": "react"
},
"include": [
"src"
Expand Down

0 comments on commit ecb1f2e

Please sign in to comment.