MM-26572 Improve tooling around typescript (#105)

* Upstream typescript tooling changes.

* Update rest of dependencies.
This commit is contained in:
Christopher Speller 2020-07-09 06:51:28 -07:00 committed by GitHub
parent becbbc9685
commit 7cdbf90a73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4904 additions and 6122 deletions

View file

@ -44,6 +44,7 @@ check-style: webapp/node_modules
ifneq ($(HAS_WEBAPP),)
cd webapp && npm run lint
cd webapp && npm run check-types
endif
ifneq ($(HAS_SERVER),)