diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2023-09-24 18:00:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-24 18:00:15 +0100 |
| commit | 98ef7bd8183f7fa534c3bfea8376d4c452b5d8d7 (patch) | |
| tree | e06f0e1936cef303d69fca4a105878ca1929450f /cli/tests/testdata/import_maps/import_map.json | |
| parent | 33f84321b29f97c5757f019a72228c1c9631852e (diff) | |
fix(lsp): resolve remote import maps (#20651)
Diffstat (limited to 'cli/tests/testdata/import_maps/import_map.json')
| -rw-r--r-- | cli/tests/testdata/import_maps/import_map.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/import_maps/import_map.json b/cli/tests/testdata/import_maps/import_map.json index 601874aab..40d1d4ec2 100644 --- a/cli/tests/testdata/import_maps/import_map.json +++ b/cli/tests/testdata/import_maps/import_map.json @@ -1,5 +1,6 @@ { "imports": { + "print_hello": "./print_hello.ts", "moment": "./moment/moment.ts", "moment/": "./moment/", "lodash": "./lodash/lodash.ts", |
