* Add Q.try defintion
* Persever q@0.0
* Depend on q@0.0
* Remove uneeded `/// <reference types="q" />`
* Use built-in Promise instead of Q.Promise
* Remove usused path mappings
* Use Q again
* Use global reference instead of path mapping for q
* Add dependncy on q@0.0
* Switch hystrixjs to a module
* Remove import when there is a triple-slash-reference-types in the index
* Use triple-slash-reference-types instead of path mapping
* Update version of Q to 1.0
* Switch the file to a module and use declare global
* Switch to a module
* use import instead of triple-slash-reference-types
* Do not use triple-slash-reference types
* Switch firebase-client to a module
* import q as a module
* use import for q
* Use "lib" in tsconfigs instead of "target".
Only add "dom" to libraries that need it. This is determined by a script, so many libraries that have "dom" maybe should not.
* Update new-package and readme
* Add back "target" where necessary