fix(core): update tsbuild to fix cross-module import paths
Updated @git.zone/tsbuild to 4.1.2 which correctly rewrites imports from '../ts_shared/' to '../dist_ts_shared/' in compiled output.
This commit is contained in:
2
dist_ts/index.d.ts
vendored
2
dist_ts/index.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
export * from '../ts_shared/index.js';
|
||||
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';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Re-export everything from ts_shared (browser-compatible)
|
||||
export * from '../ts_shared/index.js';
|
||||
export * from '../dist_ts_shared/index.js';
|
||||
// Node.js-specific: Main archive class with filesystem support
|
||||
export * from './classes.smartarchive.js';
|
||||
// Node.js-specific: Archive analysis with SmartArchive integration
|
||||
|
||||
Reference in New Issue
Block a user