Here is the structure of my typings.json:
{
"globalDependencies": {
"aws-sdk": "registry:dt/aws-sdk#0.0.0+20160606153210"
},
"dependencies": {
"lodash": "registry:npm/lodash#4.0.0+20160416211519"
}
}
Currently, I find it tedious to update by running all typings install XXX --save
commands again.
Is there a more efficient way to update both the typings.json and the typing files?
Wouldn't it be great if there was a simple command like typings update
for this purpose?