Add rules_typescript to the list of projects

Change-Id: I553ab9876fb470efe329bba1c781506b9cf4aabf
diff --git a/jenkins/jobs/BUILD b/jenkins/jobs/BUILD
index 8abfaa1..35d18fe 100644
--- a/jenkins/jobs/BUILD
+++ b/jenkins/jobs/BUILD
@@ -159,6 +159,7 @@
     "rules_rust",
     "rules_dotnet",
     "rules_jsonnet",
+    "rules_typescript",
 ]]
 
 # Jobs from the bazelbuild org using the default configuration
diff --git a/jenkins/jobs/configs/rules_typescript.json b/jenkins/jobs/configs/rules_typescript.json
new file mode 100644
index 0000000..906503f
--- /dev/null
+++ b/jenkins/jobs/configs/rules_typescript.json
@@ -0,0 +1,15 @@
+// This is a relaxed JSON format, you can have comments in it.
+// This is a list of configuration for the job that does not specify a configuration.
+[
+    {
+        "variation": "",
+        "configurations": [
+            {"node": "linux-x86_64"},
+            {"node": "ubuntu_16.04-x86_64"},
+            {"node": "darwin-x86_64"}
+        ],
+        "parameters": {
+            "configure": ["$BAZEL run @yarn//:yarn"],
+        }
+    }
+]