Skip to content

Commit

Permalink
jsx into js
Browse files Browse the repository at this point in the history
  • Loading branch information
NishargShah committed Mar 20, 2021
1 parent 625cd28 commit d1ff1f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-img-mapper",
"version": "1.0.0",
"version": "1.0.1",
"description": "React Component to highlight interactive zones in images",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"jsx": "react",
"declaration": true,
"outDir": "./dist"
},
Expand Down

0 comments on commit d1ff1f5

Please sign in to comment.