tsbuild/ts/index.ts
2022-03-11 18:05:02 +01: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();