fix(core): update

This commit is contained in:
2019-05-08 11:14:57 +02:00
parent 483aafd371
commit d425e290dd
7 changed files with 396 additions and 37 deletions

View File

@@ -1,3 +1,5 @@
import * as early from '@pushrocks/early';
early.start('tswatch');
export * from './tswatch.classes.tswatch';
import './tswatch.cli';
import './tswatch.cli';
early.stop();