|
@@ -1,13 +1,13 @@
|
|
|
|
+/// <reference path="../typings/ansi_up/ansi_up.d.ts"/>
|
|
|
|
+/// <reference path="../typings/codemirror/codemirror.d.ts"/>
|
|
|
|
+/// <reference path="../typings/d3-dsv/d3-dsv.d.ts"/>
|
|
/// <reference path="../typings/es6-collections/es6-collections.d.ts"/>
|
|
/// <reference path="../typings/es6-collections/es6-collections.d.ts"/>
|
|
/// <reference path="../typings/es6-promise/es6-promise.d.ts"/>
|
|
/// <reference path="../typings/es6-promise/es6-promise.d.ts"/>
|
|
-/// <reference path="../typings/codemirror/codemirror.d.ts"/>
|
|
|
|
-/// <reference path="../typings/moment/moment.d.ts"/>
|
|
|
|
-/// <reference path="../typings/mathjax/mathjax.d.ts"/>
|
|
|
|
-/// <reference path="../typings/codemirror/codemirror.d.ts"/>
|
|
|
|
-/// <reference path="../typings/ansi_up/ansi_up.d.ts"/>
|
|
|
|
/// <reference path="../typings/jquery/jquery.d.ts"/>
|
|
/// <reference path="../typings/jquery/jquery.d.ts"/>
|
|
|
|
+/// <reference path="../typings/leaflet/leaflet.d.ts"/>
|
|
|
|
+/// <reference path="../typings/marked/marked.d.ts"/>
|
|
|
|
+/// <reference path="../typings/mathjax/mathjax.d.ts"/>
|
|
|
|
+/// <reference path="../typings/moment/moment.d.ts"/>
|
|
/// <reference path="../typings/require/require.d.ts"/>
|
|
/// <reference path="../typings/require/require.d.ts"/>
|
|
|
|
+/// <reference path="../typings/sanitize-html/sanitize-html.d.ts"/>
|
|
/// <reference path="../typings/xterm/xterm.d.ts"/>
|
|
/// <reference path="../typings/xterm/xterm.d.ts"/>
|
|
-/// <reference path="../typings/marked/marked.d.ts"/>
|
|
|
|
-/// <reference path="../typings/leaflet/leaflet.d.ts"/>
|
|
|
|
-/// <reference path="../typings/d3-dsv/d3-dsv.d.ts"/>
|
|
|