Fix build breakage of rules_typescript

Because google3 only runs the BuildKite (BazelCI) tests, we miss coverage of the tests which are only on CircleCI.

tsc_wrapped now requires TS>2.9 to compile, so one of our integration tests needs to update to more recent typescript since it compiles tsc_wrapped from sources.

PiperOrigin-RevId: 228244244
diff --git a/internal/e2e/default_tsconfig_test.js b/internal/e2e/default_tsconfig_test.js
index 2dfbda3..2df1827 100644
--- a/internal/e2e/default_tsconfig_test.js
+++ b/internal/e2e/default_tsconfig_test.js
@@ -48,7 +48,7 @@
         "source-map-support": "0.5.9",
         "tsickle": "0.33.1",
         "tsutils": "2.27.2",
-        "typescript": "~2.9.1"
+        "typescript": "~3.1.3"
     }
 }
 `;
@@ -307,10 +307,10 @@
   dependencies:
     tslib "^1.8.1"
 
-typescript@~2.9.1:
-  version "2.9.2"
-  resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"
-  integrity sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w==
+typescript@~3.1.6:
+  version "3.1.6"
+  resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.6.tgz#b6543a83cfc8c2befb3f4c8fba6896f5b0c9be68"
+  integrity sha512-tDMYfVtvpb96msS1lDX9MEdHrW4yOuZ4Kdc4Him9oU796XldPYF/t2+uKoX0BBa0hXXwDlqYQbXY5Rzjzc5hBA==
 
 window-size@^0.1.4:
   version "0.1.4"