From eb1ebbda02484a2129db90da3cdc524578de1382 Mon Sep 17 00:00:00 2001 From: vario Date: Sun, 19 Jun 2016 12:20:39 +0900 Subject: [PATCH] Update variable type (#9684) --- systemjs/systemjs.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemjs/systemjs.d.ts b/systemjs/systemjs.d.ts index a04ee7a90d..3a71669041 100644 --- a/systemjs/systemjs.d.ts +++ b/systemjs/systemjs.d.ts @@ -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.