deno check
fails to read package.json ./*
export mappings
#20513
Labels
deno check
fails to read package.json ./*
export mappings
#20513
It looks like the
deno check
command isn't able to deal with wildcard mappings inpackage.json#exports
.Steps to reproduce
foo.ts
with the following content:deno check -A foo.ts
The text was updated successfully, but these errors were encountered: