fix(core): update

This commit is contained in:
2019-05-14 08:50:50 +02:00
parent 33caf4ebea
commit f92f63337d
10 changed files with 203 additions and 89 deletions

View File

@@ -1,4 +1,6 @@
import * as early from '@pushrocks/early';
early.start('tsdoc');
import * as plugins from './tsdoc.plugins';
import * as cli from './tsdoc.cli';
cli.run();
early.stop();
cli.run();