Skip to content

Commit

Permalink
Added hooks and syntax change
Browse files Browse the repository at this point in the history
  • Loading branch information
Seaneeee committed Jun 30, 2020
1 parent 1a121a7 commit 0be89ad
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WarehouseTransport/ClientApp/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react"
"jsx": "react",
"noImplicitAny": false
},
"include": [
"src"
Expand Down
25 changes: 25 additions & 0 deletions package-lock.json

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

0 comments on commit 0be89ad

Please sign in to comment.