Skip to content

ertrzyiks/tsup-bundle-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsup-bundle-playground

The repo has 2 packages: "a" and "b". Package "a" depends on "b". We want to bundle package "b" inside of the package "a".

In order to do so we run:

yarn workspace a tsup ./src/index.ts --dts

or even

yarn workspace a tsup ./src/index.ts --dts --dts-resolve

but the dist/index.d.ts still refers to the package "b" which doesn't exist.

export { getMessage } from 'b';

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published