My typings.json is like this:
{
"globalDependencies": {
"aws-sdk": "registry:dt/aws-sdk#0.0.0+20160606153210"
},
"dependencies": {
"lodash": "registry:npm/lodash#4.0.0+20160416211519"
}
}
Right now when I want to update, I need run all typings install XXX --save again.
Any other way to update typings.json and typing files?
Is there something like typings update?