Skip to content

Commit b4a2f11

Browse files
authored
fix typescript build issue (#1180)
* found: typescript resolver 1.1 requires tsconfig
1 parent 78244fc commit b4a2f11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"cross-env": "^4.0.0",
5555
"eslint": "2.x - 5.x",
5656
"eslint-import-resolver-node": "file:./resolvers/node",
57-
"eslint-import-resolver-typescript": "^1.0.2",
57+
"eslint-import-resolver-typescript": "1.0.2",
5858
"eslint-import-resolver-webpack": "file:./resolvers/webpack",
5959
"eslint-module-utils": "file:./utils",
6060
"eslint-plugin-import": "2.x",
@@ -66,7 +66,7 @@
6666
"redux": "^3.0.4",
6767
"rimraf": "^2.6.2",
6868
"sinon": "^2.3.2",
69-
"typescript": "^2.6.2",
69+
"typescript": "~2.8.1",
7070
"typescript-eslint-parser": "^15.0.0"
7171
},
7272
"peerDependencies": {

0 commit comments

Comments
 (0)