Add configuration for Typescript for clang-format

This gives us a standard way to format our code!

Change-Id: I8e7cd7aec1475dd64aec35be7bdcbd12414c500f
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/.clang-format b/.clang-format
index 510c427..fa1936b 100644
--- a/.clang-format
+++ b/.clang-format
@@ -6,3 +6,8 @@
 DerivePointerAlignment: false
 PointerAlignment: Right
 Standard: Cpp11
+
+---
+Language:        JavaScript
+BasedOnStyle:    Google
+ColumnLimit:     80