The module format of the package. See Module Formats.
The main entry point of the package (so import 'local/package' is equivalent to import 'local/package/index.js')
Local and relative map configurations scoped to the package. Apply for subpaths as well.
Module meta provides an API for SystemJS to understand how to load modules correctly. Package-scoped meta configuration with wildcard support. Modules are subpaths within the package path. This also provides an opt-out mechanism for defaultExtension, by adding modules here that should skip extension adding.
Generated using TypeDoc
The default extension to add to modules requested within the package. Takes preference over defaultJSExtensions. Can be set to defaultExtension: false to optionally opt-out of extension-adding when defaultJSExtensions is enabled.