mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
Removed requirejs.d.ts double definition of bundles.
This commit is contained in:
3
requirejs/require.d.ts
vendored
3
requirejs/require.d.ts
vendored
@@ -88,9 +88,6 @@ interface RequireConfig {
|
||||
// baseUrl.
|
||||
paths?: { [key: string]: any; };
|
||||
|
||||
// Allows configuring multiple module IDs to be found in
|
||||
// another script.
|
||||
bundles?: { [key: string]: any; };
|
||||
|
||||
// Dictionary of Shim's.
|
||||
// does not cover case of key->string[]
|
||||
|
||||
Reference in New Issue
Block a user