import { transpile } from "https://deno.land/x/emit@0.37.0/mod.ts";
Transpile TypeScript (or JavaScript) into JavaScript, returning a promise which resolves with a map of the emitted files.
Parameters
root: string | URL
The root module specifier to use for the bundle.
optional
options: TranspileOptions = [UNSUPPORTED]Options to use when emitting.