Type alias ModuleMainPathsMap

ModuleMainPathsMap: {
    [path: string]: string;
}

require()解決用のエントリポイント 現状、moduleMainScripts と同じ役割となるが、将来的には moduleMainScripts を deprecated としていく。

Type declaration

  • [path: string]: string

Generated using TypeDoc