Skip to content

Latest commit

 

History

History

ts-web

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Outer workspace for packages

This directory is an npm workspace that helps us link the contained packages into each other's dependencies.

Building the packages

In this directory, run:

npm i --foreground-scripts

The --foreground-scripts option instructs npm to compile (TypeScript) depended-on packages before compiling packages that depend on them. Tracked.