Update variable type (#9684)

This commit is contained in:
vario
2016-06-19 12:20:39 +09:00
committed by Masahiro Wakame
parent 50b9b6c6d5
commit eb1ebbda02

View File

@@ -119,7 +119,7 @@ declare namespace SystemJSLoader {
* 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.
*/
defaultExtension?: boolean;
defaultExtension?: boolean | string;
/**
* Local and relative map configurations scoped to the package. Apply for subpaths as well.