Fixes ts installation
Showing
... | ... | @@ -101,7 +101,7 @@ |
"ts-node": "~7.0.1", | ||
"tslib": "^1.9.3", | ||
"tslint": "~5.11.0", | ||
"typescript": "^3.1.6", | ||
"typescript": "~3.1.6", | ||
"webpack-cli": "^3.1.2", | ||
"webpack-node-externals": "^1.7.2" | ||
}, | ||
... | ... |
Please register or sign in to comment