|
@@ -1,13 +1,6 @@
|
|
|
|
+// Copyright (c) Jupyter Development Team.
|
|
|
|
+// Distributed under the terms of the Modified BSD License.
|
|
|
|
+
|
|
/// <reference path="../typings/ansi_up/ansi_up.d.ts"/>
|
|
/// <reference path="../typings/ansi_up/ansi_up.d.ts"/>
|
|
/// <reference path="../typings/codemirror/codemirror.d.ts"/>
|
|
/// <reference path="../typings/codemirror/codemirror.d.ts"/>
|
|
/// <reference path="../typings/xterm/xterm.d.ts"/>
|
|
/// <reference path="../typings/xterm/xterm.d.ts"/>
|
|
-
|
|
|
|
-/*
|
|
|
|
- * TODO: remove the below typings after typedoc understands the lib compiler option
|
|
|
|
- * and the @types typing resolution.
|
|
|
|
- */
|
|
|
|
-/// <reference path="../node_modules/@types/mathjax/index.d.ts"/>
|
|
|
|
-/// <reference path="../node_modules/typescript/lib/lib.es2015.promise.d.ts"/>
|
|
|
|
-/// <reference path="../node_modules/typescript/lib/lib.dom.d.ts"/>
|
|
|
|
-/// <reference path="../node_modules/typescript/lib/lib.es5.d.ts"/>
|
|
|
|
-/// <reference path="../node_modules/typescript/lib/lib.es2015.collection.d.ts"/>
|
|
|