duffman/tspath

Doesn't work with paths declared in an extended tsconfig.json

maxfriedmann opened this issue · 2 comments

If you declare your paths in a tsconfig.base.json somewhere else and use "extends": "../tsconfig.base.json", the paths aren't picked up...

Actually, that was only one of many problems, so we moved our source code bases around and don't need the paths anymore. Extending tsconfigs and using paths + rootDirs also really messes up the IDE Intellisense, we got some really bad suggestions for importing modules from VSCode :(