xos-table component with minimal configuration

Change-Id: If1af35fcb30556c5ca34ffeb2b6e2b11fc87ffae
diff --git a/typings/index.d.ts b/typings/index.d.ts
index 8b5b6b4..9c895bb 100644
--- a/typings/index.d.ts
+++ b/typings/index.d.ts
@@ -1,8 +1,5 @@
 /// <reference path="globals/es6-shim/index.d.ts" />
 /// <reference path="globals/jasmine/index.d.ts" />
+/// <reference path="globals/jquery/index.d.ts" />
 /// <reference path="globals/require/index.d.ts" />
-
-declare module 'socket.io-client' {
-  var e: any;
-  export = e;
-}
+/// <reference path="globals/socket.io-client/index.d.ts" />