MM-26572 Improve tooling around typescript (#105)
* Upstream typescript tooling changes. * Update rest of dependencies.
This commit is contained in:
parent
becbbc9685
commit
7cdbf90a73
4 changed files with 4904 additions and 6122 deletions
1
Makefile
1
Makefile
|
@ -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),)
|
||||
|
|
Reference in a new issue