Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PackageConfig

Index

Properties

Optional defaultExtension

defaultExtension: boolean | string

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.

Optional format

format: ModuleFormat

The module format of the package. See Module Formats.

Optional main

main: string

The main entry point of the package (so import 'local/package' is equivalent to import 'local/package/index.js')

Optional map

Local and relative map configurations scoped to the package. Apply for subpaths as well.

Optional meta

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