tsbuild/ts/index.ts

5 lines
146 B
TypeScript
Raw Normal View History

2020-05-14 09:51:22 +00:00
import * as early from '@pushrocks/early';
early.start('tsbuild');
2022-03-11 17:05:02 +00:00
export * from './tsbuild.exports';
export * from './tsbuild.cli';
2020-05-14 09:51:22 +00:00
early.stop();