Working with SystemJS in almost each config Object passed to the SystemJS you ca find 'packageConfigPaths'. In the SystemJS Configuration API documentation there is absolutely no info about this property. Can some one explain what exactly it is doing ? Why there is no documentation on it maybe it is deprecated ?
{
defaultJSExtensions: true,
packageConfigPaths: [
'/node_modules/*/package.json',
'/node_modules/**/package.json',
'/node_modules/@angular/*/package.json'
],
...
}