the code has been ported to deno environment, but can still generate npm builds via dnt.
the major gain by moving to deno is the decrease in boilerplate configuration files needed for the library code to run/work/test/compile.
moreover, deno vscode extension does a far better job at type analysis than tsc.
the code has been ported to deno environment, but can still generate npm builds via
dnt
. the major gain by moving to deno is the decrease in boilerplate configuration files needed for the library code to run/work/test/compile. moreover, deno vscode extension does a far better job at type analysis than tsc.