Skip to content

Commit

Permalink
Add npm module 'typed-rest-client', and set 'jsx' option to 'react' a…
Browse files Browse the repository at this point in the history
…s per 'foodi-frontend' and microsoft/TypeScript#8529
  • Loading branch information
leob committed May 6, 2019
1 parent 7164301 commit 5cf104a
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 15 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
{
"name": "client",
"name": "utest",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ionic/react": "^0.0.5",
"@types/jest": "24.0.12",
"@types/node": "11.13.8",
"@types/react": "16.8.15",
"@types/react-dom": "16.8.4",
"@types/react-router": "^4.4.5",
"@types/react-router-dom": "^4.3.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-scripts": "3.0.0",
"typed-rest-client": "^1.2.0",
"typescript": "3.4.5"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "preserve"
"jsx": "react"
},
"include": [
"src"
Expand Down
Loading

0 comments on commit 5cf104a

Please sign in to comment.