tsbuild/ts/index.ts

6 lines
154 B
TypeScript
Raw Permalink Normal View History

2023-08-26 11:27:51 +00:00
import * as early from '@push.rocks/early';
2020-05-14 09:51:22 +00:00
early.start('tsbuild');
2022-03-12 18:05:46 +00:00
export * from './tsbuild.exports.js';
export * from './tsbuild.cli.js';
2022-03-12 18:32:15 +00:00
early.stop();