1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-02 17:01:14 -05:00
denoland-deno/cli/tests/testdata/standalone_import_map.json
2022-02-24 11:19:02 -05:00

5 lines
53 B
JSON

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