Coming from previous question Typescript creating modules.
I have created module outside node_modules
folder and phpstorm
does not pickup where is the library.
It does compile and does run fine, but type hint does not pickup, which causes issues when developing.
If I put my module inside node_modules
, then it picks up automatically, else it shows error as above.
How can I tell type hint of phpstorm where is my module outside node_modules
?