This repository was archived by the owner on Aug 5, 2024. It is now read-only.
v2.4.1
Description
Generated tsconfig.base
file contains generated library name with libId variable meaning the paths will cause invalid imports.
What's Changed
- tsConfig template by @miguelafonso in #15
- from
@shared/shared-<library-name>/*
to@shared/<library-name>/*
- from
libs/shared/src/lib/shared-<library-name>/*
tolibs/shared/src/lib/<library-name>/*
Full Changelog: v2.4.0...v2.4.1