diff --git a/babel-code-frame/babel-code-frame-tests.ts b/babel-code-frame/babel-code-frame-tests.ts
index 875af43d3a..1177570acd 100644
--- a/babel-code-frame/babel-code-frame-tests.ts
+++ b/babel-code-frame/babel-code-frame-tests.ts
@@ -1,18 +1,14 @@
import codeFrame from "babel-code-frame";
-describe('babel-code-frame', () => {
- it('frames given code', () => {
- const code = `
- const number = 1;
- var string = 'foo';
+const code = `
+ const number = 1;
+ var string = 'foo';
- function print(name: string) {
- console.log(string + name);
- }
- `;
+ function print(name: string) {
+ console.log(string + name);
+ }
+`;
- codeFrame(code, 5, 22);
- codeFrame(code, 5, 22, { forceColor: true });
- codeFrame(code, 2, 2, { highlightCode: true });
- });
-});
+codeFrame(code, 5, 22);
+codeFrame(code, 5, 22, { forceColor: true });
+codeFrame(code, 2, 2, { highlightCode: true });
diff --git a/babel-code-frame/tsconfig.json b/babel-code-frame/tsconfig.json
index 25631aac91..76b559d0d8 100644
--- a/babel-code-frame/tsconfig.json
+++ b/babel-code-frame/tsconfig.json
@@ -8,9 +8,7 @@
"typeRoots": [
"../"
],
- "types": [
- "mocha"
- ],
+ "types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
diff --git a/graphql-relay/tsconfig.json b/graphql-relay/tsconfig.json
index bf46522ecc..1dcd8abe66 100644
--- a/graphql-relay/tsconfig.json
+++ b/graphql-relay/tsconfig.json
@@ -8,9 +8,7 @@
"typeRoots": [
"../"
],
- "types": [
- "graphql"
- ],
+ "types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
diff --git a/iconv-lite/tsconfig.json b/iconv-lite/tsconfig.json
index a9833e3458..5c0b70bff2 100644
--- a/iconv-lite/tsconfig.json
+++ b/iconv-lite/tsconfig.json
@@ -8,9 +8,7 @@
"typeRoots": [
"../"
],
- "types": [
- "node"
- ],
+ "types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
diff --git a/incremental-dom/incremental-dom-tests.ts b/incremental-dom/incremental-dom-tests.ts
index 19f39e235f..2e30297e57 100644
--- a/incremental-dom/incremental-dom-tests.ts
+++ b/incremental-dom/incremental-dom-tests.ts
@@ -1,3 +1,4 @@
+///
declare var expect: any;
import id = require('incremental-dom');
diff --git a/incremental-dom/tsconfig.json b/incremental-dom/tsconfig.json
index 9e2f677265..56ffdff383 100644
--- a/incremental-dom/tsconfig.json
+++ b/incremental-dom/tsconfig.json
@@ -8,9 +8,7 @@
"typeRoots": [
"../"
],
- "types": [
- "mocha"
- ],
+ "types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
diff --git a/jcanvas/tsconfig.json b/jcanvas/tsconfig.json
index 6f92aa9018..e2564f5a45 100644
--- a/jcanvas/tsconfig.json
+++ b/jcanvas/tsconfig.json
@@ -8,9 +8,7 @@
"typeRoots": [
"../"
],
- "types": [
- "node"
- ],
+ "types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
diff --git a/n3/tsconfig.json b/n3/tsconfig.json
index 53af13b215..10bad1929f 100644
--- a/n3/tsconfig.json
+++ b/n3/tsconfig.json
@@ -8,9 +8,7 @@
"typeRoots": [
"../"
],
- "types": [
- "node"
- ],
+ "types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
diff --git a/protractor-helpers/index.d.ts b/protractor-helpers/index.d.ts
index 80314e8aa7..3ab4691778 100644
--- a/protractor-helpers/index.d.ts
+++ b/protractor-helpers/index.d.ts
@@ -3,8 +3,6 @@
// Definitions by: John Cant
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-
-///
///
// ElementArrayFinder
diff --git a/protractor-helpers/protractor-helpers-tests.ts b/protractor-helpers/protractor-helpers-tests.ts
index 269390080e..9b03e43005 100644
--- a/protractor-helpers/protractor-helpers-tests.ts
+++ b/protractor-helpers/protractor-helpers-tests.ts
@@ -1,4 +1,4 @@
-
+///
import helpers = require('protractor-helpers');
diff --git a/protractor-helpers/tsconfig.json b/protractor-helpers/tsconfig.json
index 897492ad71..83c6364510 100644
--- a/protractor-helpers/tsconfig.json
+++ b/protractor-helpers/tsconfig.json
@@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
- "types": ["jasmine", "selenium-webdriver"],
+ "types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
diff --git a/protractor-http-mock/tsconfig.json b/protractor-http-mock/tsconfig.json
index bad3dc76e2..e08b9ae838 100644
--- a/protractor-http-mock/tsconfig.json
+++ b/protractor-http-mock/tsconfig.json
@@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
- "types": ["selenium-webdriver"],
+ "types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
diff --git a/react-daterange-picker/tsconfig.json b/react-daterange-picker/tsconfig.json
index 658e569c10..483eb047c1 100644
--- a/react-daterange-picker/tsconfig.json
+++ b/react-daterange-picker/tsconfig.json
@@ -11,7 +11,7 @@
"paths": {
"*": ["*", "react-daterange-picker/node_modules/*"]
},
- "types": ["moment-range", "react"],
+ "types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react"
diff --git a/react-easy-chart/tsconfig.json b/react-easy-chart/tsconfig.json
index fa7efaac28..36fff7f006 100644
--- a/react-easy-chart/tsconfig.json
+++ b/react-easy-chart/tsconfig.json
@@ -9,7 +9,7 @@
"typeRoots": [
"../"
],
- "types": ["react"],
+ "types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
diff --git a/react-test-renderer/tsconfig.json b/react-test-renderer/tsconfig.json
index b6bc79303e..e5ac05f506 100644
--- a/react-test-renderer/tsconfig.json
+++ b/react-test-renderer/tsconfig.json
@@ -8,9 +8,7 @@
"typeRoots": [
"../"
],
- "types": [
- "react"
- ],
+ "types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
diff --git a/waterline/index.d.ts b/waterline/index.d.ts
index 15c88ec8cf..6525e699b6 100644
--- a/waterline/index.d.ts
+++ b/waterline/index.d.ts
@@ -3,6 +3,8 @@
// Definitions by: Alexandro Libertino
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
+///
+
import BluebirdPromise = require("bluebird");
declare namespace Waterline {
type Adapter = Object;
diff --git a/waterline/tsconfig.json b/waterline/tsconfig.json
index d53e4133d4..bc53759038 100644
--- a/waterline/tsconfig.json
+++ b/waterline/tsconfig.json
@@ -8,10 +8,7 @@
"typeRoots": [
"../"
],
- "types": [
- "node",
- "bluebird"
- ],
+ "types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},