Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 615 Bytes

File metadata and controls

16 lines (11 loc) · 615 Bytes

Usage in LOBSTR Monorepo

Installation

Before this can be imported in another project in this monorepo, run yarn build in this directory to create the built package.

@shared import

Because this package needs to be packaged and published, it cannot have any dependencies that are not on the npm registry. Therefore, instead of using Yarn to import the @shared workspace via symlinked dependency like in other repos, @shared files are loaded as local files

tsconfig.json rewrites @shared to a relative path to @shared folders to prevent devs from manually having to write out a relative path.