Skip to content

Commit

Permalink
[docs] fix "Could not find entry" in typescript codesandbox
Browse files Browse the repository at this point in the history
https://codesandbox.io/s/react-ts uses the same workaround.

Related codesandbox issue: codesandbox/codesandbox-client#514
  • Loading branch information
eps1lon committed Aug 17, 2018
1 parent 013bf86 commit 79967c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/create-react-app-with-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "create-react-app-with-typescript",
"version": "0.1.0",
"private": true,
"main": "src/index.tsx",
"dependencies": {
"@material-ui/core": "latest",
"@types/react": "*",
Expand Down

0 comments on commit 79967c2

Please sign in to comment.