bitflower / stencil-lerna

A starter kit for developing PWAs in a lerna monorepo including a web-component design-system in Typescript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix finding types of related packages

bitflower opened this issue · comments

Right now pkg2 and pkg3 consume pkg1 but their types are not found. So I added them hard in the tsconfig.json file:

"include": ["node_modules/@ryancavanaugh/pkg1/lib"],