Used versions:
yarn1.19.0typescript3.6.3
Clone repository:
git clone https://github.com/a1300/devshorts_yarn_workspace_typescript_example
cd devshorts_yarn_workspace_typescript_exampleSetup yarn and its workspaces by simply running:
yarnThen compile the project:
yarn run compileExecute the primary entrypoint for the cmd project (docs: package.json main)) by running:
node cmd