mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
Added another alias module
I found I had to add this to get Typescript and webpack to both be happy with this. The other names are ok for the Typescript compiler, but when you go to load underlying code, webpack gets confused because the name doesn't match the `npm` name.
This commit is contained in:
4
urijs/URIjs.d.ts
vendored
4
urijs/URIjs.d.ts
vendored
@@ -230,3 +230,7 @@ declare var URI: uri.URIStatic;
|
||||
declare module 'URI' {
|
||||
export = URI;
|
||||
}
|
||||
|
||||
declare module 'urijs' {
|
||||
export = URI;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user