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