-
when we setup "imports": {
"deps": "../../../libs/bc/dbs/deps.ts",
"share/": "../../../libs/bc/dbs/",
"utils/": "../../../libs/bc/utils/",
"interfaces/": "../../../libs/bc/interfaces/"
} and wants to use import path throw below errors:
|
Beta Was this translation helpful? Give feedback.
Answered by
sigmaSd
Jul 25, 2023
Replies: 2 comments
-
Helix does not control deno, it seems like your configuration file is incorrect but this relates to deno-lsp not to helix |
Beta Was this translation helpful? Give feedback.
0 replies
-
In this discussion #2536 its mentioned how to override default importmap path you need something like [[language]]
name = "typescript"
roots = ["deno.json"]
language-server = { command = "deno", args = ["lsp"] }
config = { enable = true, importMap = "deno.json" } //this part |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hemedani
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In this discussion #2536 its mentioned how to override default importmap path you need something like