diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2022-02-23 10:51:14 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-23 10:51:14 +1100 |
| commit | ee27b9dd7e8ef311c6bfaa3264f7b9908a784a24 (patch) | |
| tree | 34c5f1735defe6e6680ec97ba2f8f875721f94b1 /cli/tests/testdata/lsp | |
| parent | 6613a312b160374ba7a86c3b88fb67c0fe4247e0 (diff) | |
feat: allow specification of import map in config file (#13739)
Closes: #12800
Diffstat (limited to 'cli/tests/testdata/lsp')
| -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 |
