Help with TypeScript namespaces - is this pattern supported?
Hi! I am attempting to model some classes in a Namespace for organization purposes. I would expect this pattern to work, the linter doesn't complain at least, but when I run
deno test
deno test
it fails with the error in the README. Is this not supported in Deno? I tried using triple slash directives as well but no luck. Thanks!