Create path mappings under compilerOptions for non-ts packages
Path mappings for packages without tsconfig will be added to the root tsconfig to leverage your IDE resolution support more (during your migration phase). Please also note that with that release the --check
option also respects compilerOptions.paths
differences but only in combination with --createPathMappings
.