fix(core): update

This commit is contained in:
2018-10-28 02:48:43 +02:00
commit fb382bba21
15 changed files with 1766 additions and 0 deletions

13
ts/tswatch.plugins.ts Normal file
View File

@ -0,0 +1,13 @@
import * as path from 'path';
export { path };
// @pushrocks scope
import * as smartcli from '@pushrocks/smartcli';
import * as smartshell from '@pushrocks/smartshell';
export { smartshell, smartcli };
// Third Pary
import * as fileWatcher from 'filewatcher';
export { fileWatcher };