Browse Source

Remove remnant files

Vidar Tonaas Fauske 8 years ago
parent
commit
2520398d57
3 changed files with 1 additions and 17 deletions
  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"]
+  }
 }