vovk 3.0.0-draft.354 → 3.0.0-draft.355
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/types.d.ts +1 -0
- package/mjs/types.d.ts +1 -0
- package/package.json +1 -1
package/cjs/types.d.ts
CHANGED
|
@@ -292,6 +292,7 @@ type BundleConfig = {
|
|
|
292
292
|
dontDeleteTsClientOutDirAfter?: boolean;
|
|
293
293
|
package?: PackageJson;
|
|
294
294
|
readme?: ReadmeConfig;
|
|
295
|
+
reExports?: Record<string, string>;
|
|
295
296
|
tsdownBuildOptions?: Parameters<typeof build>[0];
|
|
296
297
|
} & ({
|
|
297
298
|
excludeSegments?: never;
|
package/mjs/types.d.ts
CHANGED
|
@@ -292,6 +292,7 @@ type BundleConfig = {
|
|
|
292
292
|
dontDeleteTsClientOutDirAfter?: boolean;
|
|
293
293
|
package?: PackageJson;
|
|
294
294
|
readme?: ReadmeConfig;
|
|
295
|
+
reExports?: Record<string, string>;
|
|
295
296
|
tsdownBuildOptions?: Parameters<typeof build>[0];
|
|
296
297
|
} & ({
|
|
297
298
|
excludeSegments?: never;
|