浏览代码

Remove remnant files

Vidar Tonaas Fauske 8 年之前
父节点
当前提交
2520398d57
共有 3 个文件被更改,包括 1 次插入17 次删除
  1. 0 10
      test/src/notebook/tsconfig.json
  2. 0 5
      test/src/notebook/typings.d.ts
  3. 1 2
      test/src/tsconfig.json

+ 0 - 10
test/src/notebook/tsconfig.json

@@ -1,10 +0,0 @@
-{
-  "compilerOptions": {
-    "noImplicitAny": true,
-    "noEmitOnError": true,
-    "module": "commonjs",
-    "moduleResolution": "node",
-    "target": "ES5",
-    "outDir": "../build"
-  }
-}

+ 0 - 5
test/src/notebook/typings.d.ts

@@ -1,5 +0,0 @@
-/// <reference path="../../../typings/codemirror/codemirror.d.ts"/>
-/// <reference path="../../../typings/expect.js/expect.js.d.ts"/>
-/// <reference path="../../../typings/mocha/mocha.d.ts"/>
-/// <reference path="../../../typings/es6-promise/es6-promise.d.ts"/>
-/// <reference path="../../../typings/require/require.d.ts"/>

+ 1 - 2
test/src/tsconfig.json

@@ -8,6 +8,5 @@
     "target": "ES5",
     "outDir": "../build",
     "sourceMap": true
-  },
-  "exclude": ["notebook"]
+  }
 }