mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 02:57:24 +08:00
Fixed ConfigMap object hierarchy
Read more here: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/9744
This commit is contained in:
committed by
GitHub
parent
dba28e9608
commit
fa1585f9a3
2
systemjs/index.d.ts
vendored
2
systemjs/index.d.ts
vendored
@@ -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>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user