OctoLinker / OctoLinker

OctoLinker — Links together, what belongs together

Home Page:https://octolinker.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

links not working for - Absolute Imports and Module path aliases - ( javascript / typescript )

withrvr opened this issue · comments

Expected Behavior

the link should be shown
for import statements

which is been used by many uses ( devs )
because make easy and fast ..... will working on projects

and then also ... it is not working as links

What actually happened?

i have configred this

image

but it was not working as links ...

image

URL

https://github.com/withrvr/Boilerplate-Nextjs/blob/3e8f8bb/pages/_app.tsx

Anything else we should know?

it is called as 

Absolute Imports and Module path aliases

which is configured in using

jsconfig.json ( in javascript )
tsconfig.json ( in typescript )