mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-27 06:22:55 +08:00
Merge pull request #1137 from TiddoLangerak/patch-1
Requirejs should also accepts an array for path values.
This commit is contained in:
2
requirejs/require.d.ts
vendored
2
requirejs/require.d.ts
vendored
@@ -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