tsbuild/ts/index.ts

5 lines
152 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-12 18:05:46 +00:00
export * from './tsbuild.exports.js';
export * from './tsbuild.cli.js';
2020-05-14 09:51:22 +00:00
early.stop();