Replies: 1 comment
-
I just changed tree.svelte to my_tree.svelte and it worked. It must be something with reserved internal words. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Vscode I can't debug breakpoints inserted inside a .svelte component under $lib folder.
For example: $lib/tree/tree.svelte.
this is my tsconfig.json paths configuration
"paths": {
"$lib": ["src/lib"],
"$lib/": ["src/lib/"]
}
Thanks for any help
Beta Was this translation helpful? Give feedback.
All reactions