Possibility to customize path aliases?

I want to have all my extension related pages in one directory (e.g. /app). Is it possible?

I tried the solution below, but it's not working:

tsconfig.json
    "paths": {
      "~popup": ["./src/app/popup/"],
      "~*": ["./src/*"]
    },
Was this page helpful?