Jad
deno.json glob exports
I am using a monorepo with multiple projects.
I would like to use specific files from package
@namespace/toolbox
in package @namespace/project
.
In package toolbox
, I have the following deno.jsonc
:
In project project
, I can do:
No problem.
but I am unable to do:
I can make it work with the following jsonc:
But this is a project with many files, and I would rather not list them individually.
What am I doing wrong?
PS: I wasn't sure which tag matches better with my question; I didn't find "publishing". There's an "npm publishing" tag, but that doesn't fit my case, I am not publishing any of these packages, they're only for internal usage11 replies