Fixed ConfigMap object hierarchy

Read more here: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/9744
This commit is contained in:
Giedrius Grabauskas
2017-02-01 19:58:01 +02:00
committed by GitHub
parent dba28e9608
commit fa1585f9a3

2
systemjs/index.d.ts vendored
View File

@@ -29,7 +29,7 @@ declare namespace SystemJSLoader {
*/
type Transpiler = "plugin-traceur" | "plugin-babel" | "plugin-typescript" | "traceur" | "babel" | "typescript" | boolean;
type ConfigMap = PackageList<string>;
type ConfigMap = PackageList<string | PackageList<string>>;
type ConfigMeta = PackageList<MetaConfig>;