omproved readme
This commit is contained in:
@ -10,6 +10,8 @@ var paths = {};
|
||||
paths.cwd = plugins.smartcli.get.cwd().path;
|
||||
paths.indexTS = plugins.path.join(paths.cwd, "ts/index.ts");
|
||||
paths.testTS = plugins.path.join(paths.cwd, "ts/test.ts");
|
||||
|
||||
|
||||
plugins.gulp.task("indexTS", function () {
|
||||
plugins.gulp.src(paths.indexTS)
|
||||
.pipe(plugins.gulpTypeScript({
|
||||
|
0
ts/npmts.default.ts
Normal file
0
ts/npmts.default.ts
Normal file
Reference in New Issue
Block a user