fix(core): update

This commit is contained in:
2020-05-14 09:51:22 +00:00
parent 53f4e402f5
commit af66bd8ff1
3 changed files with 7 additions and 7 deletions

View File

@ -1,2 +1,5 @@
import * as early from '@pushrocks/early';
early.start('tsbuild');
export * from './tsbuild.exports';
export * from './tsbuild.cli';
export * from './tsbuild.cli';
early.stop();