summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/compat/existing_import_map.json
blob: db59c0cc2400d76e0b03dc86facb2b5f15e902d4 (plain)
1
2
3
4
5
{
  "imports": {
    "fs/promises": "./non_existent_file.js"
  }
}