* 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
* Now warns if we `export =` a namespace
* `unified-signatures` no longer complains when static and non-static methods share a name
* Also change `values` paramters to be of type `Values` rather than `Value`
* Add typings for expr-eval
* Avoid use of Function type
* Use (slightly) stricter typings for expr-eval
* Update with more PR comments
* Disable linter due to bugs, allow CI to pass