Dependencies on global libraries
If your library depends on a global library, use
a ///
/// <reference types="someLib" />
function getThing(): someLib.thing; If your library depends on a global library, use
a ///
/// <reference types="someLib" />
function getThing(): someLib.thing;