0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 01:44:26 -05:00
deno/cli/tests/testdata/standalone_import_map.json
2022-02-24 18:58:00 +05:30

5 lines
53 B
JSON

{
"imports": {
"hello": "./001_hello.js"
}
}