We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55aa82b commit ba5dd2cCopy full SHA for ba5dd2c
package.json
@@ -32,13 +32,13 @@
32
"jest": "22.0.4",
33
"mock-fs": "4.4.2",
34
"ts-jest": "22.0.1",
35
- "tslint": "5.8.0"
+ "tslint": "5.8.0",
36
+ "typescript": "^2.2.2"
37
},
38
"dependencies": {
39
"fs-extra": "^5.0.0",
40
"globby": "^7.0.0",
- "lodash": "^4.17.4",
41
- "typescript": "^2.2.2"
+ "lodash": "^4.17.4"
42
43
"jest": {
44
"transform": {
@@ -50,5 +50,8 @@
50
"tsx",
51
"js"
52
]
53
+ },
54
+ "peerDependencies": {
55
+ "typescript": ">= 2.2.2"
56
}
57
0 commit comments