typescript compiler (38.24MB) included in bundle when importing google's npm:schema-dts
Not sure if this is a bug, but I couldn't see how the package imports the compiler.
create a ts file with:
import type { Accommodation } from "npm:schema-dts"
deno info [file.ts]
file.ts
└─┬ npm:schema-dts@1.1.2 (857.9KB)
└── npm:typescript@5.1.3 (38.24MB)
create a ts file with:
import type { Accommodation } from "npm:schema-dts"
deno info [file.ts]
file.ts
└─┬ npm:schema-dts@1.1.2 (857.9KB)
└── npm:typescript@5.1.3 (38.24MB)
