Top "Tsconfig-paths" questions

Typescript path aliases not resolved correctly at runtime

I'm running VS Code and I am currently trying to set up some aliases on my typescript project. My dev …

node.js typescript visual-studio-code tsconfig-paths
compilerOptions.paths must not be set (alias imports are not supported)

I'm trying to map paths in tsconfig.json to get rid of relative paths hell. My React App is based …

reactjs typescript tsconfig tsconfig-paths
How to have absolute import paths in a library project?

I have a library with a workspace containing two projects, one for the library itself and one for a test …

angular typescript tsconfig angular-library tsconfig-paths