Run JSR library from NPX
I have built a package that uses Deno internals at https://jsr.io/@aminnairi/tsconfig@0.2.0 but I'm having issues run this package from NPX as per the documentation.
Using the
Am I missing something? The command
Using the
npx jsr run @aminnairi/tsconfig command does not work, same thing when used with npx jsr run jsr:@aminnairi/tsconfig.Am I missing something? The command
deno run -A jsr:@aminnairi/tsconfig works though.