Skip to content

A bare-bones Typescript/Node.js starter template with Absolute Path imports, Incremental Compilation and Live-Reloading built it.

Notifications You must be signed in to change notification settings

ziggy6792/ts-monorepo-absolute-import-paths

 
 

Repository files navigation

Typescript/Node: Use ts-node to run code across multiple monorepo packages

Setup

yarn install

Working relative imports

yarn start:with:rel

Working with absolute imports in 1 package

yarn start:with:abs

Not working with absolute imports in multiple package

yarn start:with:abs:multiple

About

A bare-bones Typescript/Node.js starter template with Absolute Path imports, Incremental Compilation and Live-Reloading built it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.4%
  • JavaScript 9.6%