OI4 / oi4-oec-service

An OI4-compliant base service covering most of the "mandatory" functionality by the development guideline
MIT License
2 stars 0 forks source link

WIP: switched to yarn workspaces #30

Closed mzeiher closed 2 years ago

mzeiher commented 2 years ago

Hi @Weinschenk, since lerna is not actively maintained I started a small refacotring using yarn workspaces and the typescript project references feature. what do you think?

changed to tsconfig projects added more dev dependencies updated tsconfig files and jest tests

mzeiher commented 2 years ago

sorry, I was a bit to eager with rebase/squash... should have kept the steps as commits (workspace feature, tsconfig, jest). There also where some runtime/dev dependencies missing in some packages, I just added them.