tsbuild/ts/index.ts
2020-05-14 09:51:22 +00:00

5 lines
146 B
TypeScript

import * as early from '@pushrocks/early';
early.start('tsbuild');
export * from './tsbuild.exports';
export * from './tsbuild.cli';
early.stop();