mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
This change aims to replace all relative import specifiers targeted at `tests/util/std` with mapped ones (using a `deno.json` file). Towards updating the `std` git submodule.
4 lines
60 B
JSON
4 lines
60 B
JSON
{
|
|
"lock": false,
|
|
"importMap": "../../import_map.json"
|
|
}
|