fix(core): update

This commit is contained in:
2022-03-12 19:05:46 +01:00
parent 318189c7b2
commit 9adbce12e1
9 changed files with 151 additions and 108 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();