Can I export and share all types on the global scope by default?
Heya, so I have a monorepo — it's a flat and ever-widening hierarchy; all directories have a direct connection to the root-level
I would love it if I could just turn the loosey goosey dials up to max and use every
deno.jsonc, which is also where the arktype import happens.I would love it if I could just turn the loosey goosey dials up to max and use every
type() declaration as an alias in any other part of the repo. Is there a built-in and/or elegant way to do this?