Add dependencies required for running build script

They were getting pulled from VS Code which doesn't work if you are
running a build in a clean repo.
This commit is contained in:
Asher
2019-10-18 18:40:10 -05:00
parent bdd11f741b
commit 88cef85f62
2 changed files with 9 additions and 2 deletions

View File

@@ -2040,6 +2040,11 @@ ts-node@^8.4.1:
source-map-support "^0.5.6"
yn "^3.0.0"
typescript@3.6:
version "3.6.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.4.tgz#b18752bb3792bc1a0281335f7f6ebf1bbfc5b91d"
integrity sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==
undefsafe@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.2.tgz#225f6b9e0337663e0d8e7cfd686fc2836ccace76"