ax-at / TS3-projects-references-example

A small example for 'Project References'. A typescript feature introduced in version 3.0.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript 3.0+ feature 'Project references'

A small example for 'Project References'. A typescript feature introduced in version 3.0.

This repo has two branches:

  • es
  • commonjs

The project structure exists of three projects.

  • common
  • project-a
  • project-b

Each having their own tsconfig file.

project-a and project-b both have a reference in tsconfig to the common project.

To build both project-a and project-b run

tsc -b project-a project-b or npm run buildAll

The lib project will be automatically build as it is listed as a reference.

About

A small example for 'Project References'. A typescript feature introduced in version 3.0.

License:MIT License


Languages

Language:TypeScript 100.0%