Skip to content

Commit

Permalink
Fix v17 path entry
Browse files Browse the repository at this point in the history
  • Loading branch information
steinybot committed Aug 10, 2022
1 parent d81fb16 commit 78c95c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/react-is/v17/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"paths": {
"react": ["react/v17"],
"react-dom": ["react-dom/v17"],
"react-is": ["react-is/v17"]
"react-is/*": ["react-is/v17/*"]
},
"types": [],
"noEmit": true,
Expand Down

0 comments on commit 78c95c7

Please sign in to comment.