gulp_tsd.json (convenient name, you can give a name as you like)
Setting file for this plugin.
Pass this file to entry point of this plugin through gulp.src.
e.g.
{
"command": "reinstall", // this plugin supports only "reinstall""latest": true, // if this property is true, tsd always fetches HEAD definitions"config": "./tsd.json", // file path for configuration file (see below)"opts": {
// options, EXPERIMENTAL
}
}
tsd.json (convenient name, you can give a name as you like)
Configuration file for tsd.
Specify this file by setting json (yes, above one).
请发表评论