Resolves an issue where using the add-project command would cause an incorrect tsconfig.json file to be generated for the new project. The configuration had the incorrect path to the collection declaration files, preventing the subprojects from accessing their own entities via collections.
Resolves an issue where using the
add-project
command would cause an incorrecttsconfig.json
file to be generated for the new project. The configuration had the incorrect path to the collection declaration files, preventing the subprojects from accessing their own entities via collections.