Check https://deno.land/x/drun/drun.ts
error: TS2305 [ERROR]: Module '"deno:///none.d.ts"' has no exported member 'readJson'.
export { readJson } from "https://deno.land/std@v0.66.0/fs/mod.ts";
~~~~~~~~
at https://deno.land/x/drun@v1.3.1/deps.ts:1:10
TS2305 [ERROR]: Module '"deno:///none.d.ts"' has no exported member 'extname'.
export { extname } from "https://deno.land/std@v0.66.0/path/mod.ts";
~~~~~~~
at https://deno.land/x/drun@v1.3.1/deps.ts:2:10
TS2498 [ERROR]: Module '"deno:///none.d.ts"' uses 'export =' and cannot be used with 'export *'.
export * as log from "https://deno.land/std@v0.66.0/log/mod.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
at https://deno.land/x/drun@v1.3.1/deps.ts:3:22
Found 3 errors.
Check https://deno.land/x/drun/drun.ts
error: TS2305 [ERROR]: Module '"deno:///none.d.ts"' has no exported member 'readJson'.
export { readJson } from "https://deno.land/std@v0.66.0/fs/mod.ts";
~~~~~~~~
at https://deno.land/x/drun@v1.3.1/deps.ts:1:10
TS2305 [ERROR]: Module '"deno:///none.d.ts"' has no exported member 'extname'.
export { extname } from "https://deno.land/std@v0.66.0/path/mod.ts";
~~~~~~~
at https://deno.land/x/drun@v1.3.1/deps.ts:2:10
TS2498 [ERROR]: Module '"deno:///none.d.ts"' uses 'export =' and cannot be used with 'export *'.
export * as log from "https://deno.land/std@v0.66.0/log/mod.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
at https://deno.land/x/drun@v1.3.1/deps.ts:3:22
Found 3 errors.