mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-29 11:12:23 +08:00
Merge pull request #1137 from TiddoLangerak/patch-1
Requirejs should also accepts an array for path values.
This commit is contained in:
Vendored
+1
-1
@@ -72,7 +72,7 @@ interface RequireConfig {
|
||||
|
||||
// Path mappings for module names not found directly under
|
||||
// baseUrl.
|
||||
paths?: { [key: string]: string; };
|
||||
paths?: { [key: string]: any; };
|
||||
|
||||
// Dictionary of Shim's.
|
||||
// does not cover case of key->string[]
|
||||
|
||||
Reference in New Issue
Block a user