fix(core): update

This commit is contained in:
2022-03-11 17:45:51 +01:00
parent 686a428624
commit dc7980e619
6 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
import * as early from '@pushrocks/early';
early.start('tsbuild');
export * from './tsbuild.exports';
export * from './tsbuild.cli';
export * from './tsbuild.exports.js';
export * from './tsbuild.cli.js';
early.stop();