The docs
state that a self reference will be generated for any repository. It is then expected that packages/config/node_modules/@livingspec
contains a configs
directory, but it does not.
packages/backend
contains two example typescript projects - application and domain. We would like to be able to reference
domain files as @livingspec/backend/domain
as to keep the possibility of further splits in packages, among other things.
Since a self reference was not created automatically, packages/backed
has a link to self: "@livingspec/backend": "link:."
.
This however does not work, there is no node_modules/@livingspec/backend
folder in packages/backend
.