- [X] I tried using the `@types/xxxx` package and had problems. - [X] I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript - [X] [Mention](https://github.com/blog/821-mention-somebody-they-re-notified) the authors (see `Definitions by:` in `index.d.ts`) so they can respond. - Authors: @BendingBender @LinusU I get this error when trying to use typings for the [got](https://github.com/sindresorhus/got) package: ``` node_modules/@types/got/index.d.ts(85,50): error TS2304: Cannot find name 'URL'. ``` Not sure if that's the cause, but this definition [imports Url](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/3e382a02e6526df58a8781055edb3d2376fa4298/types/got/index.d.ts#L10) (that is not used) and [uses URL](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/3e382a02e6526df58a8781055edb3d2376fa4298/types/got/index.d.ts#L85) (that is not imported). node v6.11.2 npm 3.10.10 typescript 2.5.2
@types/xxxxpackage and had problems.Definitions by:inindex.d.ts) so they can respond.I get this error when trying to use typings for the got package:
Not sure if that's the cause, but this definition imports Url (that is not used) and uses URL (that is not imported).
node v6.11.2
npm 3.10.10
typescript 2.5.2