Skip to content

Commit

Permalink
fix typescript build issue (#1180)
Browse files Browse the repository at this point in the history
* found: typescript resolver 1.1 requires tsconfig
  • Loading branch information
benmosher committed Oct 11, 2018
1 parent 78244fc commit b4a2f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -54,7 +54,7 @@
"cross-env": "^4.0.0",
"eslint": "2.x - 5.x",
"eslint-import-resolver-node": "file:./resolvers/node",
"eslint-import-resolver-typescript": "^1.0.2",
"eslint-import-resolver-typescript": "1.0.2",
"eslint-import-resolver-webpack": "file:./resolvers/webpack",
"eslint-module-utils": "file:./utils",
"eslint-plugin-import": "2.x",
Expand All @@ -66,7 +66,7 @@
"redux": "^3.0.4",
"rimraf": "^2.6.2",
"sinon": "^2.3.2",
"typescript": "^2.6.2",
"typescript": "~2.8.1",
"typescript-eslint-parser": "^15.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit b4a2f11

Please sign in to comment.