Skip to content

Create path mappings under compilerOptions for non-ts packages

Compare
Choose a tag to compare
@MKruschke MKruschke released this 29 Nov 14:32
· 1 commit to master since this release
e67433c

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.