diff options
Diffstat (limited to 'cli/tests/testdata')
-rw-r--r-- | cli/tests/testdata/lsp/deno.import_map.jsonc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/lsp/deno.import_map.jsonc b/cli/tests/testdata/lsp/deno.import_map.jsonc new file mode 100644 index 000000000..cee56432e --- /dev/null +++ b/cli/tests/testdata/lsp/deno.import_map.jsonc @@ -0,0 +1,3 @@ +{ + "importMap": "import-map.json" +}
\ No newline at end of file |