1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-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"
}
}