GuyHarwood / ts-shared-lib-functions

example of typescript project references with azure functions using ts-jest for testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript Project references with azure functions

a typescript solution with a shared set of libraries consumed by multiple azure function apps.

func1 - azure function typescript project tslib - shared services/components tslib.test - jest tests for tslib

see root package.json for available scripts.

how does it work?

Typescript 3.0 introduced project references....

About

example of typescript project references with azure functions using ts-jest for testing


Languages

Language:JavaScript 75.6%Language:TypeScript 24.4%