Updated @git.zone/tsbuild to 4.1.2 which correctly rewrites imports from '../ts_shared/' to '../dist_ts_shared/' in compiled output.
5 lines
209 B
TypeScript
5 lines
209 B
TypeScript
export * from '../dist_ts_shared/index.js';
|
|
export * from './classes.smartarchive.js';
|
|
export * from './classes.archiveanalyzer.js';
|
|
export { TarTools, type ITarPackFileOptions } from './classes.tartools.js';
|