registers ts-node for reading typescript source (./src) instead of compiled js files (./lib)
there are likely issues doing this any the tsconfig.json files are not compatible with others
convert a path from the compiled ./lib files to the ./src typescript source
this is for developing typescript plugins/CLIs
if there is a tsconfig and the original sources exist, it attempts to require ts-
registers ts-node for reading typescript source (./src) instead of compiled js files (./lib) there are likely issues doing this any the tsconfig.json files are not compatible with others