Skip to content

Question about aliases #516

Discussion options

You must be logged in to vote

Your editor might not have information on how to resolve #.

Check your editor's documentation to find out how you can provide that information.

For example, with a tsconfig.json or a jsconfig.json placed inside app/frontend:

  "compilerOptions": {
    "paths": {
      "#/*": ["./*"],
    },

Remember to restart your editor after configuring these.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@ElMassimo
Comment options

Answer selected by CarlosKVillanueva
@CarlosKVillanueva
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants