Add a super simple typescript example

Change-Id: I1014a889a3bb74f291a214966b32cd21e791ed7c
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..91093d3
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,10 @@
+{
+  "compilerOptions": {
+    "experimentalDecorators": true,
+    "strict": true,
+    "noImplicitAny": false
+  },
+  "bazelOptions": {
+    "workspaceName": "971-Robot-Code"
+  }
+}