* 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
* Move UUID.js type definitions from uuid to uuidjs
Issue: #10766
* Add type definitions for npm package: uuid
Issue: #10766
* Minor fix in uuidjs tests file
* Clean up UUID types
* Convert to external module
* Formatting fixes
* Allow the `export = uuid` to be called as a function directly