Skip to content

Commit

Permalink
Fix Typescript compilation issue #45
Browse files Browse the repository at this point in the history
- Disable new keyOf behavior in Typescript 2.9
- Upgrade to more recent redux-devtools-extension to fix
  missing reference to GenericStoreEnhancer
  • Loading branch information
Mark Edington committed Jul 21, 2018
1 parent 46dce57 commit 49a73e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"postcss-url": "^7.3.2",
"prettier": "^1.13.5",
"react-hot-loader": "^4.3.1",
"redux-devtools-extension": "^2.13.2",
"redux-devtools-extension": "^2.13.5",
"style-loader": "^0.21.0",
"ts-loader": "^4.4.1",
"typescript": "^2.9.1",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"removeComments": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"keyofStringsOnly": true,
"strict": true,
"outDir": "build",
"lib": ["es6", "es7", "dom"],
Expand Down

0 comments on commit 49a73e2

Please sign in to comment.