diff --git a/DataStream.js/tsconfig.json b/DataStream.js/tsconfig.json index 946f3587f6..4fc6e64525 100644 --- a/DataStream.js/tsconfig.json +++ b/DataStream.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/FileSaver/tsconfig.json b/FileSaver/tsconfig.json index 7edd5048c0..5f8a24be10 100644 --- a/FileSaver/tsconfig.json +++ b/FileSaver/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/Finch/tsconfig.json b/Finch/tsconfig.json index 84a5698ae8..93b4e0cc29 100644 --- a/Finch/tsconfig.json +++ b/Finch/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/Headroom/tsconfig.json b/Headroom/tsconfig.json index a058e35d01..77d50e5f06 100644 --- a/Headroom/tsconfig.json +++ b/Headroom/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/HubSpot-pace/tsconfig.json b/HubSpot-pace/tsconfig.json index 43650a60c3..b4043659d6 100644 --- a/HubSpot-pace/tsconfig.json +++ b/HubSpot-pace/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/JSONStream/index.d.ts b/JSONStream/index.d.ts index 81ae366529..f405e284ba 100644 --- a/JSONStream/index.d.ts +++ b/JSONStream/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Bart van der Schoor // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/JSONStream/tsconfig.json b/JSONStream/tsconfig.json index 62e758e408..050417814b 100644 --- a/JSONStream/tsconfig.json +++ b/JSONStream/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/OpenJsCad/index.d.ts b/OpenJsCad/index.d.ts index 236c1fa62d..5e157e1187 100644 --- a/OpenJsCad/index.d.ts +++ b/OpenJsCad/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Dan Marshall // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace THREE { var CSG: { diff --git a/OpenJsCad/tsconfig.json b/OpenJsCad/tsconfig.json index 2d20531c50..1aa8cd6508 100644 --- a/OpenJsCad/tsconfig.json +++ b/OpenJsCad/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/PayPal-Cordova-Plugin/tsconfig.json b/PayPal-Cordova-Plugin/tsconfig.json index ed2f433c25..1d159aa8a6 100644 --- a/PayPal-Cordova-Plugin/tsconfig.json +++ b/PayPal-Cordova-Plugin/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/_debugger/index.d.ts b/_debugger/index.d.ts index 14bf5d49c7..324a875eba 100644 --- a/_debugger/index.d.ts +++ b/_debugger/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Basarat Ali Syed // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace NodeJS { export module _debugger { diff --git a/_debugger/tsconfig.json b/_debugger/tsconfig.json index efd2946049..6e23b1457c 100644 --- a/_debugger/tsconfig.json +++ b/_debugger/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/abs/tsconfig.json b/abs/tsconfig.json index a08d40f43f..409a5062b6 100644 --- a/abs/tsconfig.json +++ b/abs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/absolute/tsconfig.json b/absolute/tsconfig.json index 98a43e3a9d..7244d09d57 100644 --- a/absolute/tsconfig.json +++ b/absolute/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/acc-wizard/acc-wizard-tests.ts b/acc-wizard/acc-wizard-tests.ts index 9cf089b44a..1436861fd9 100644 --- a/acc-wizard/acc-wizard-tests.ts +++ b/acc-wizard/acc-wizard-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// /** diff --git a/acc-wizard/tsconfig.json b/acc-wizard/tsconfig.json index dc59acb9e4..e052c6c502 100644 --- a/acc-wizard/tsconfig.json +++ b/acc-wizard/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/accounting/tsconfig.json b/accounting/tsconfig.json index b3928502ee..6002c1b4cf 100644 --- a/accounting/tsconfig.json +++ b/accounting/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ace/tsconfig.json b/ace/tsconfig.json index ff0e145ba2..00038a5377 100644 --- a/ace/tsconfig.json +++ b/ace/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/acl/index.d.ts b/acl/index.d.ts index 063ef21be1..6939c9ce9f 100644 --- a/acl/index.d.ts +++ b/acl/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// import http = require('http'); import Promise = require("bluebird"); diff --git a/acl/tsconfig.json b/acl/tsconfig.json index dace19c3d8..b341033430 100644 --- a/acl/tsconfig.json +++ b/acl/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/acorn/acorn-tests.ts b/acorn/acorn-tests.ts index c4bed10faf..3b2a116897 100644 --- a/acorn/acorn-tests.ts +++ b/acorn/acorn-tests.ts @@ -1,4 +1,4 @@ -/// +/// import acorn = require('acorn'); diff --git a/acorn/index.d.ts b/acorn/index.d.ts index 4863497c37..c7b76692c6 100644 --- a/acorn/index.d.ts +++ b/acorn/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: RReverser // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// export as namespace acorn; export = acorn; diff --git a/acorn/tsconfig.json b/acorn/tsconfig.json index 575b7f1ac1..ad9149fd2a 100644 --- a/acorn/tsconfig.json +++ b/acorn/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/adal/adal-angular.d.ts b/adal/adal-angular.d.ts index 6339ef7e86..e83016defa 100644 --- a/adal/adal-angular.d.ts +++ b/adal/adal-angular.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// -/// +/// declare namespace adal { diff --git a/adal/tsconfig.json b/adal/tsconfig.json index 69c5f9c02b..e5cd85d100 100644 --- a/adal/tsconfig.json +++ b/adal/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/add2home/tsconfig.json b/add2home/tsconfig.json index f0f003bb25..61f2774572 100644 --- a/add2home/tsconfig.json +++ b/add2home/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/adm-zip/index.d.ts b/adm-zip/index.d.ts index 06e1181694..f22b929b76 100644 --- a/adm-zip/index.d.ts +++ b/adm-zip/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: John Vilk , Abner Oliveira // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare class AdmZip { diff --git a/adm-zip/tsconfig.json b/adm-zip/tsconfig.json index 53c8a243c9..411bc70a85 100644 --- a/adm-zip/tsconfig.json +++ b/adm-zip/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ag-grid/tsconfig.json b/ag-grid/tsconfig.json index 301a69f4e8..104bd5556c 100644 --- a/ag-grid/tsconfig.json +++ b/ag-grid/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/agenda/index.d.ts b/agenda/index.d.ts index 3e44e7ea38..dc252af65a 100644 --- a/agenda/index.d.ts +++ b/agenda/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Meir Gottlieb // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import {EventEmitter} from "events"; import {Db, Collection, ObjectID} from "mongodb"; diff --git a/agenda/tsconfig.json b/agenda/tsconfig.json index 7bbcb063af..cff6d9e179 100644 --- a/agenda/tsconfig.json +++ b/agenda/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/alertify/tsconfig.json b/alertify/tsconfig.json index f4be6836a7..06a727e36a 100644 --- a/alertify/tsconfig.json +++ b/alertify/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/alt/index.d.ts b/alt/index.d.ts index 20da159f35..1e084131a0 100644 --- a/alt/index.d.ts +++ b/alt/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Michael Shearer // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace AltJS { diff --git a/alt/tsconfig.json b/alt/tsconfig.json index bf092d23b1..dc7ce881d1 100644 --- a/alt/tsconfig.json +++ b/alt/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/amazon-product-api/amazon-product-api-tests.ts b/amazon-product-api/amazon-product-api-tests.ts index 5a0ddda800..e173d76f36 100644 --- a/amazon-product-api/amazon-product-api-tests.ts +++ b/amazon-product-api/amazon-product-api-tests.ts @@ -1,5 +1,5 @@ -/// +/// import amazon = require('amazon-product-api'); diff --git a/amazon-product-api/tsconfig.json b/amazon-product-api/tsconfig.json index e3193da4e0..9d7c7a06ad 100644 --- a/amazon-product-api/tsconfig.json +++ b/amazon-product-api/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/amcharts/tsconfig.json b/amcharts/tsconfig.json index 98c9089aa3..28b98e6143 100644 --- a/amcharts/tsconfig.json +++ b/amcharts/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/amplify-deferred/amplify-deferred-tests.ts b/amplify-deferred/amplify-deferred-tests.ts index 957941cd29..b8914098e2 100644 --- a/amplify-deferred/amplify-deferred-tests.ts +++ b/amplify-deferred/amplify-deferred-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// // Copied examples directly from AmplifyJs site diff --git a/amplify-deferred/index.d.ts b/amplify-deferred/index.d.ts index b8c1142899..3736a6644b 100644 --- a/amplify-deferred/index.d.ts +++ b/amplify-deferred/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Jonas Eriksson , Laurentiu Stamate // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface amplifyRequestSettings { resourceId: string; diff --git a/amplify-deferred/tsconfig.json b/amplify-deferred/tsconfig.json index 524b2ce6cb..f337f41851 100644 --- a/amplify-deferred/tsconfig.json +++ b/amplify-deferred/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/amplify/amplifyjs-tests.ts b/amplify/amplifyjs-tests.ts index a104d4a7cc..6cb76ae596 100644 --- a/amplify/amplifyjs-tests.ts +++ b/amplify/amplifyjs-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// // Copied examples directly from AmplifyJs site diff --git a/amplify/index.d.ts b/amplify/index.d.ts index 555c9a378e..8955fdc7de 100644 --- a/amplify/index.d.ts +++ b/amplify/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Jonas Eriksson // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface amplifyRequestSettings { resourceId: string; diff --git a/amplify/tsconfig.json b/amplify/tsconfig.json index 68fcbfac60..9fdc6ec0a0 100644 --- a/amplify/tsconfig.json +++ b/amplify/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/amqp-rpc/index.d.ts b/amqp-rpc/index.d.ts index 122012ec22..337f8d8a16 100644 --- a/amqp-rpc/index.d.ts +++ b/amqp-rpc/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Wonshik Kim // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/amqp-rpc/tsconfig.json b/amqp-rpc/tsconfig.json index d197564c4c..d046e2b7af 100644 --- a/amqp-rpc/tsconfig.json +++ b/amqp-rpc/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/amqplib/index.d.ts b/amqplib/index.d.ts index 6c393014f9..3138f7494e 100644 --- a/amqplib/index.d.ts +++ b/amqplib/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Michael Nahkies , Ab Reitsma // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare module "amqplib/properties" { namespace Replies { diff --git a/amqplib/tsconfig.json b/amqplib/tsconfig.json index 53d514eba9..7007156af8 100644 --- a/amqplib/tsconfig.json +++ b/amqplib/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/analytics-node/tsconfig.json b/analytics-node/tsconfig.json index eea4a48be6..bbff823a3e 100644 --- a/analytics-node/tsconfig.json +++ b/analytics-node/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-agility/index.d.ts b/angular-agility/index.d.ts index 072b2837ab..c27792498f 100644 --- a/angular-agility/index.d.ts +++ b/angular-agility/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Roland Zwaga // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace aa { diff --git a/angular-agility/tsconfig.json b/angular-agility/tsconfig.json index f6de87a3d9..9db0ce7343 100644 --- a/angular-agility/tsconfig.json +++ b/angular-agility/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-bootstrap-calendar/angular-bootstrap-calendar-tests.ts b/angular-bootstrap-calendar/angular-bootstrap-calendar-tests.ts index d3ae410855..53d74f0800 100644 --- a/angular-bootstrap-calendar/angular-bootstrap-calendar-tests.ts +++ b/angular-bootstrap-calendar/angular-bootstrap-calendar-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// var myApp = angular.module('testModule'); diff --git a/angular-bootstrap-calendar/tsconfig.json b/angular-bootstrap-calendar/tsconfig.json index 3e20849f62..fea77e9119 100644 --- a/angular-bootstrap-calendar/tsconfig.json +++ b/angular-bootstrap-calendar/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-bootstrap-lightbox/tsconfig.json b/angular-bootstrap-lightbox/tsconfig.json index 1b479b2024..48f0c83fcd 100644 --- a/angular-bootstrap-lightbox/tsconfig.json +++ b/angular-bootstrap-lightbox/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-breadcrumb/index.d.ts b/angular-breadcrumb/index.d.ts index 7df33ddef5..cc3da7fff4 100644 --- a/angular-breadcrumb/index.d.ts +++ b/angular-breadcrumb/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Marc Talary // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular.ui { export interface IState { ncyBreadcrumb?: { diff --git a/angular-breadcrumb/tsconfig.json b/angular-breadcrumb/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/angular-breadcrumb/tsconfig.json +++ b/angular-breadcrumb/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/angular-cookie/index.d.ts b/angular-cookie/index.d.ts index 994058abdd..0296a91b60 100644 --- a/angular-cookie/index.d.ts +++ b/angular-cookie/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Borislav Zhivkov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular.cookie { interface CookieService { diff --git a/angular-cookie/tsconfig.json b/angular-cookie/tsconfig.json index 8d71d677e6..971cc16c54 100644 --- a/angular-cookie/tsconfig.json +++ b/angular-cookie/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-dialog-service/index.d.ts b/angular-dialog-service/index.d.ts index b321ff54e0..1b5bd031c4 100644 --- a/angular-dialog-service/index.d.ts +++ b/angular-dialog-service/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: William Comartin // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace angular.dialogservice { diff --git a/angular-dialog-service/tsconfig.json b/angular-dialog-service/tsconfig.json index 5168733eb7..0cb34faa05 100644 --- a/angular-dialog-service/tsconfig.json +++ b/angular-dialog-service/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-dynamic-locale/index.d.ts b/angular-dynamic-locale/index.d.ts index 6952a06776..5d84e60757 100644 --- a/angular-dynamic-locale/index.d.ts +++ b/angular-dynamic-locale/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Stephen Lautier // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "angular-dynamic-locale" { import ng = angular.dynamicLocale; diff --git a/angular-dynamic-locale/tsconfig.json b/angular-dynamic-locale/tsconfig.json index a3e839f611..adbaea518a 100644 --- a/angular-dynamic-locale/tsconfig.json +++ b/angular-dynamic-locale/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-environment/tsconfig.json b/angular-environment/tsconfig.json index e1ae5ce8b2..1d9eb23dc8 100644 --- a/angular-environment/tsconfig.json +++ b/angular-environment/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-file-upload/index.d.ts b/angular-file-upload/index.d.ts index c79f6b5528..6a5d821a91 100644 --- a/angular-file-upload/index.d.ts +++ b/angular-file-upload/index.d.ts @@ -3,6 +3,6 @@ // Definitions by: John Reilly // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// // THIS FILE WILL REMOVE IF angular-file-upload.d.ts incoming. diff --git a/angular-file-upload/tsconfig.json b/angular-file-upload/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/angular-file-upload/tsconfig.json +++ b/angular-file-upload/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/angular-formly/index.d.ts b/angular-formly/index.d.ts index af3c40895b..8d06554ed2 100644 --- a/angular-formly/index.d.ts +++ b/angular-formly/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Scott Hatcher // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module 'AngularFormly' { export = AngularFormly; diff --git a/angular-formly/tsconfig.json b/angular-formly/tsconfig.json index 6381320484..272611961c 100644 --- a/angular-formly/tsconfig.json +++ b/angular-formly/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-fullscreen/index.d.ts b/angular-fullscreen/index.d.ts index daa74e8c12..b58830952b 100644 --- a/angular-fullscreen/index.d.ts +++ b/angular-fullscreen/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Julien Paroche // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/angular-fullscreen -/// +/// declare namespace angular.fullscreen { diff --git a/angular-fullscreen/tsconfig.json b/angular-fullscreen/tsconfig.json index 3be21fc941..d96e40f000 100644 --- a/angular-fullscreen/tsconfig.json +++ b/angular-fullscreen/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-gettext/index.d.ts b/angular-gettext/index.d.ts index 979a447cbd..7db351cfd1 100644 --- a/angular-gettext/index.d.ts +++ b/angular-gettext/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Ákos Lukács // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular.gettext { interface gettextCatalog { diff --git a/angular-gettext/tsconfig.json b/angular-gettext/tsconfig.json index 6957b600d5..ff59445f60 100644 --- a/angular-gettext/tsconfig.json +++ b/angular-gettext/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-google-analytics/index.d.ts b/angular-google-analytics/index.d.ts index ee3be71958..818e73482d 100644 --- a/angular-google-analytics/index.d.ts +++ b/angular-google-analytics/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Cyril Schumacher // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular.google.analytics { /** diff --git a/angular-google-analytics/tsconfig.json b/angular-google-analytics/tsconfig.json index f99af41510..9ee2776673 100644 --- a/angular-google-analytics/tsconfig.json +++ b/angular-google-analytics/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-growl-v2/index.d.ts b/angular-growl-v2/index.d.ts index 7ebb45090a..4f1eeb16b8 100644 --- a/angular-growl-v2/index.d.ts +++ b/angular-growl-v2/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Tadeusz Hucal // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular.growl { diff --git a/angular-growl-v2/tsconfig.json b/angular-growl-v2/tsconfig.json index e21acef9fb..182d4da7c6 100644 --- a/angular-growl-v2/tsconfig.json +++ b/angular-growl-v2/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-hotkeys/angular-hotkeys-tests.ts b/angular-hotkeys/angular-hotkeys-tests.ts index 6189993a05..83a9dc3fb4 100644 --- a/angular-hotkeys/angular-hotkeys-tests.ts +++ b/angular-hotkeys/angular-hotkeys-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var scope: ng.IScope; diff --git a/angular-hotkeys/index.d.ts b/angular-hotkeys/index.d.ts index feb889d022..81bb773925 100644 --- a/angular-hotkeys/index.d.ts +++ b/angular-hotkeys/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Jason Zhao , Stefan Steinhart // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular.hotkeys { diff --git a/angular-hotkeys/tsconfig.json b/angular-hotkeys/tsconfig.json index 469d5426b1..fc5e396036 100644 --- a/angular-hotkeys/tsconfig.json +++ b/angular-hotkeys/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-http-auth/index.d.ts b/angular-http-auth/index.d.ts index bbc7b78e54..4918c5f4df 100644 --- a/angular-http-auth/index.d.ts +++ b/angular-http-auth/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: vvakame // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular.httpAuth { interface IAuthService { diff --git a/angular-http-auth/tsconfig.json b/angular-http-auth/tsconfig.json index 208ca0fe5f..b425c1f74a 100644 --- a/angular-http-auth/tsconfig.json +++ b/angular-http-auth/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-httpi/index.d.ts b/angular-httpi/index.d.ts index 5e8ccc2d12..f41fd76382 100644 --- a/angular-httpi/index.d.ts +++ b/angular-httpi/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Andrew Camilleri // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Httpi { export interface HttpiPayload extends ng.IRequestShortcutConfig { diff --git a/angular-httpi/tsconfig.json b/angular-httpi/tsconfig.json index c998698246..4c8cd64771 100644 --- a/angular-httpi/tsconfig.json +++ b/angular-httpi/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-idle/index.d.ts b/angular-idle/index.d.ts index 6f6b8f814d..2e1d132708 100644 --- a/angular-idle/index.d.ts +++ b/angular-idle/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: mthamil // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular.idle { diff --git a/angular-idle/tsconfig.json b/angular-idle/tsconfig.json index 4d6484b0b0..ab41b30167 100644 --- a/angular-idle/tsconfig.json +++ b/angular-idle/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-jwt/angular-jwt-tests.ts b/angular-jwt/angular-jwt-tests.ts index 8ddeb21616..56fd2da8b7 100644 --- a/angular-jwt/angular-jwt-tests.ts +++ b/angular-jwt/angular-jwt-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var app = angular.module("angular-jwt-tests", ["angular-jwt"]); diff --git a/angular-jwt/index.d.ts b/angular-jwt/index.d.ts index 121bd3bf5d..49247b2490 100644 --- a/angular-jwt/index.d.ts +++ b/angular-jwt/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Reto Rezzonico // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular.jwt { diff --git a/angular-jwt/tsconfig.json b/angular-jwt/tsconfig.json index f86b9c0d24..ee3c7272b6 100644 --- a/angular-jwt/tsconfig.json +++ b/angular-jwt/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-load/index.d.ts b/angular-load/index.d.ts index 49c7389748..14db33b816 100644 --- a/angular-load/index.d.ts +++ b/angular-load/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: david-gang // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular.load { diff --git a/angular-load/tsconfig.json b/angular-load/tsconfig.json index e980d23183..f1611d60b7 100644 --- a/angular-load/tsconfig.json +++ b/angular-load/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-loading-bar/index.d.ts b/angular-loading-bar/index.d.ts index 3ad6879197..3adca41eba 100644 --- a/angular-loading-bar/index.d.ts +++ b/angular-loading-bar/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Stephen Lautier // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular { diff --git a/angular-loading-bar/tsconfig.json b/angular-loading-bar/tsconfig.json index d537e14d14..9ba30179e7 100644 --- a/angular-loading-bar/tsconfig.json +++ b/angular-loading-bar/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-local-storage/index.d.ts b/angular-local-storage/index.d.ts index f7c311c2a4..beb4208901 100644 --- a/angular-local-storage/index.d.ts +++ b/angular-local-storage/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Ken Fukuyama // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular.local.storage { interface ILocalStorageServiceProvider extends angular.IServiceProvider { diff --git a/angular-local-storage/tsconfig.json b/angular-local-storage/tsconfig.json index 78af028d70..e47878e7a6 100644 --- a/angular-local-storage/tsconfig.json +++ b/angular-local-storage/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-localForage/index.d.ts b/angular-localForage/index.d.ts index dbc505b703..87d16c96f4 100644 --- a/angular-localForage/index.d.ts +++ b/angular-localForage/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Stefan Steinhart // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace angular.localForage { diff --git a/angular-localForage/tsconfig.json b/angular-localForage/tsconfig.json index db134487e3..1515e8dd4a 100644 --- a/angular-localForage/tsconfig.json +++ b/angular-localForage/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-locker/index.d.ts b/angular-locker/index.d.ts index f560f9554f..1c1d13d6fb 100644 --- a/angular-locker/index.d.ts +++ b/angular-locker/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Niko Kovačič // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "angular-locker" { var _: string; diff --git a/angular-locker/tsconfig.json b/angular-locker/tsconfig.json index 6e228e4538..c4db3bea1c 100644 --- a/angular-locker/tsconfig.json +++ b/angular-locker/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-material/angular-material-0.8.3.d.ts b/angular-material/angular-material-0.8.3.d.ts index 130ba48e66..9a7359c6cc 100644 --- a/angular-material/angular-material-0.8.3.d.ts +++ b/angular-material/angular-material-0.8.3.d.ts @@ -3,7 +3,7 @@ // Definitions by: Matt Traynham // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular.material { interface MDBottomSheetOptions { diff --git a/angular-material/angular-material-0.9.0.d.ts b/angular-material/angular-material-0.9.0.d.ts index 60ac1c2461..320e24b438 100644 --- a/angular-material/angular-material-0.9.0.d.ts +++ b/angular-material/angular-material-0.9.0.d.ts @@ -3,7 +3,7 @@ // Definitions by: Matt Traynham // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular.material { interface MDBottomSheetOptions { diff --git a/angular-material/index.d.ts b/angular-material/index.d.ts index 7d7e32ee9c..dd4e7c1233 100644 --- a/angular-material/index.d.ts +++ b/angular-material/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Matt Traynham // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular.material { interface IBottomSheetOptions { diff --git a/angular-material/tsconfig.json b/angular-material/tsconfig.json index e6a9e829b1..d5ff1ea535 100644 --- a/angular-material/tsconfig.json +++ b/angular-material/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/angular-media-queries/index.d.ts b/angular-media-queries/index.d.ts index dd225ff75d..e1eb8dffc3 100644 --- a/angular-media-queries/index.d.ts +++ b/angular-media-queries/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Joao Monteiro // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular.matchmedia { interface IScreenSize { diff --git a/angular-media-queries/tsconfig.json b/angular-media-queries/tsconfig.json index a9331a3573..7ed322f619 100644 --- a/angular-media-queries/tsconfig.json +++ b/angular-media-queries/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-meteor/index.d.ts b/angular-meteor/index.d.ts index 8ceb7f8669..347936e7a6 100644 --- a/angular-meteor/index.d.ts +++ b/angular-meteor/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Peter Grman // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace angular.meteor { interface IRootScopeService extends angular.IRootScopeService { diff --git a/angular-meteor/tsconfig.json b/angular-meteor/tsconfig.json index b3a9959e3f..c4b5cd0336 100644 --- a/angular-meteor/tsconfig.json +++ b/angular-meteor/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-modal/angular-modal-tests.ts b/angular-modal/angular-modal-tests.ts index 5bd6ff8828..2d013bda45 100644 --- a/angular-modal/angular-modal-tests.ts +++ b/angular-modal/angular-modal-tests.ts @@ -1,5 +1,5 @@ -/// -/// +/// +/// /// var btfModal: angularModal.AngularModalFactory; diff --git a/angular-modal/index.d.ts b/angular-modal/index.d.ts index 77e926fa77..c6f4ca8085 100644 --- a/angular-modal/index.d.ts +++ b/angular-modal/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Paul Lessing // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace angularModal { diff --git a/angular-modal/tsconfig.json b/angular-modal/tsconfig.json index 477375f879..c53cfa2550 100644 --- a/angular-modal/tsconfig.json +++ b/angular-modal/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-notifications/index.d.ts b/angular-notifications/index.d.ts index 9b6ee86e29..72ceff3f96 100644 --- a/angular-notifications/index.d.ts +++ b/angular-notifications/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Tomasz Ducin // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular.notifications { diff --git a/angular-notifications/tsconfig.json b/angular-notifications/tsconfig.json index 8ae9392fec..afc2b8270e 100644 --- a/angular-notifications/tsconfig.json +++ b/angular-notifications/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-notify/index.d.ts b/angular-notify/index.d.ts index 41caac1557..58f680a09b 100644 --- a/angular-notify/index.d.ts +++ b/angular-notify/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Suwato // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular.cgNotify { diff --git a/angular-notify/tsconfig.json b/angular-notify/tsconfig.json index 64510a8ed4..2626c541d3 100644 --- a/angular-notify/tsconfig.json +++ b/angular-notify/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-odata-resources/index.d.ts b/angular-odata-resources/index.d.ts index 9d57f99c80..894e801796 100644 --- a/angular-odata-resources/index.d.ts +++ b/angular-odata-resources/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Raphael ATALLAH // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace OData { diff --git a/angular-odata-resources/tsconfig.json b/angular-odata-resources/tsconfig.json index 5ff37e0660..4ccfaf1c0c 100644 --- a/angular-odata-resources/tsconfig.json +++ b/angular-odata-resources/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-permission/angular-permission-2.3.1.d.ts b/angular-permission/angular-permission-2.3.1.d.ts index 40f91f79f6..015ee62801 100644 --- a/angular-permission/angular-permission-2.3.1.d.ts +++ b/angular-permission/angular-permission-2.3.1.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular.permission { diff --git a/angular-permission/index.d.ts b/angular-permission/index.d.ts index 6e1dcebf0a..a32366b218 100644 --- a/angular-permission/index.d.ts +++ b/angular-permission/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Voislav Mishevski // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace angular.permission { /** diff --git a/angular-permission/tsconfig.json b/angular-permission/tsconfig.json index c119885073..2673f271c4 100644 --- a/angular-permission/tsconfig.json +++ b/angular-permission/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/angular-scenario/index.d.ts b/angular-scenario/index.d.ts index f405a0a9c0..698649a8d8 100644 --- a/angular-scenario/index.d.ts +++ b/angular-scenario/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: RomanoLindano // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ng { export interface IAngularStatic { diff --git a/angular-scenario/tsconfig.json b/angular-scenario/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/angular-scenario/tsconfig.json +++ b/angular-scenario/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/angular-scroll/index.d.ts b/angular-scroll/index.d.ts index 1a8cd35cfc..22f98a0ee4 100644 --- a/angular-scroll/index.d.ts +++ b/angular-scroll/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace duScroll { diff --git a/angular-scroll/tsconfig.json b/angular-scroll/tsconfig.json index 3447f843d5..f5789895e9 100644 --- a/angular-scroll/tsconfig.json +++ b/angular-scroll/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-signalr-hub/index.d.ts b/angular-signalr-hub/index.d.ts index a6a26a76c7..9fe894afa6 100644 --- a/angular-signalr-hub/index.d.ts +++ b/angular-signalr-hub/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Adam Santaniello // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace ngSignalr { interface HubFactory { diff --git a/angular-signalr-hub/tsconfig.json b/angular-signalr-hub/tsconfig.json index a94c831327..fbd6a82e8f 100644 --- a/angular-signalr-hub/tsconfig.json +++ b/angular-signalr-hub/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-spinner/index.d.ts b/angular-spinner/index.d.ts index 63868d9073..ac0efa0cc4 100644 --- a/angular-spinner/index.d.ts +++ b/angular-spinner/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Marcin Biegała // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** * SpinnerService diff --git a/angular-spinner/tsconfig.json b/angular-spinner/tsconfig.json index 605da8ef09..201cbd4158 100644 --- a/angular-spinner/tsconfig.json +++ b/angular-spinner/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-storage/index.d.ts b/angular-storage/index.d.ts index c8ac0bef73..b9e57edf26 100644 --- a/angular-storage/index.d.ts +++ b/angular-storage/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Matthew DeKrey // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular.a0.storage { interface IStoreService extends INamespacedStoreService { diff --git a/angular-storage/tsconfig.json b/angular-storage/tsconfig.json index b0a024960c..c802f7e6ca 100644 --- a/angular-storage/tsconfig.json +++ b/angular-storage/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-strap/angular-strap-tests.ts b/angular-strap/angular-strap-tests.ts index f4253ad94e..a51e898665 100644 --- a/angular-strap/angular-strap-tests.ts +++ b/angular-strap/angular-strap-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// namespace angularStrapTests { diff --git a/angular-strap/index.d.ts b/angular-strap/index.d.ts index 0c1f51f830..d23a2f4fa8 100644 --- a/angular-strap/index.d.ts +++ b/angular-strap/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace mgcrea.ngStrap { diff --git a/angular-strap/tsconfig.json b/angular-strap/tsconfig.json index 017fa9bfd2..ed12fd2a71 100644 --- a/angular-strap/tsconfig.json +++ b/angular-strap/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-toastr/index.d.ts b/angular-toastr/index.d.ts index d42f590c4e..8e95e336bc 100644 --- a/angular-toastr/index.d.ts +++ b/angular-toastr/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Niko Kovačič // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "angular-toastr" { var _: string; diff --git a/angular-toastr/tsconfig.json b/angular-toastr/tsconfig.json index cfa3deefe4..34e1fd9dd7 100644 --- a/angular-toastr/tsconfig.json +++ b/angular-toastr/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-toasty/index.d.ts b/angular-toasty/index.d.ts index 22109af778..a57574b29d 100644 --- a/angular-toasty/index.d.ts +++ b/angular-toasty/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Dominik Muench // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace toasty { diff --git a/angular-toasty/tsconfig.json b/angular-toasty/tsconfig.json index 29060a0f6e..c248f0cd9c 100644 --- a/angular-toasty/tsconfig.json +++ b/angular-toasty/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-touchspin/index.d.ts b/angular-touchspin/index.d.ts index 5f66244394..3a2ee0f0c4 100644 --- a/angular-touchspin/index.d.ts +++ b/angular-touchspin/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Niko Kovačič // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "angular-touchspin" { let _: string; diff --git a/angular-touchspin/tsconfig.json b/angular-touchspin/tsconfig.json index c82aa006a0..3c6ed8f238 100644 --- a/angular-touchspin/tsconfig.json +++ b/angular-touchspin/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-translate/index.d.ts b/angular-translate/index.d.ts index 2c1dc4e2be..e2e72cced9 100644 --- a/angular-translate/index.d.ts +++ b/angular-translate/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Michel Salib // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "angular-translate" { import ngt = angular.translate; diff --git a/angular-translate/tsconfig.json b/angular-translate/tsconfig.json index f83234460f..894fffdec7 100644 --- a/angular-translate/tsconfig.json +++ b/angular-translate/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-ui-bootstrap/index.d.ts b/angular-ui-bootstrap/index.d.ts index 5bb4c99055..65dee80e5a 100644 --- a/angular-ui-bootstrap/index.d.ts +++ b/angular-ui-bootstrap/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Brian Surowiec // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// // Support for AMD require declare module 'angular-bootstrap' { diff --git a/angular-ui-bootstrap/tsconfig.json b/angular-ui-bootstrap/tsconfig.json index cffc1dae35..5776520a44 100644 --- a/angular-ui-bootstrap/tsconfig.json +++ b/angular-ui-bootstrap/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-ui-router/index.d.ts b/angular-ui-router/index.d.ts index 0a8f1324f5..c3a8fb52cc 100644 --- a/angular-ui-router/index.d.ts +++ b/angular-ui-router/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Michel Salib // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// // Support for AMD require and CommonJS declare module 'angular-ui-router' { diff --git a/angular-ui-router/tsconfig.json b/angular-ui-router/tsconfig.json index 9d244c969d..eb8873a872 100644 --- a/angular-ui-router/tsconfig.json +++ b/angular-ui-router/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-ui-scroll/index.d.ts b/angular-ui-scroll/index.d.ts index c46e28254c..e8a04c4eeb 100644 --- a/angular-ui-scroll/index.d.ts +++ b/angular-ui-scroll/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Mark Nadig // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular.ui { interface IScrollDatasource { diff --git a/angular-ui-scroll/tsconfig.json b/angular-ui-scroll/tsconfig.json index 14a2e05127..0682539a95 100644 --- a/angular-ui-scroll/tsconfig.json +++ b/angular-ui-scroll/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-ui-sortable/angular-ui-sortable-tests.ts b/angular-ui-sortable/angular-ui-sortable-tests.ts index a31c128ac5..d63907bceb 100644 --- a/angular-ui-sortable/angular-ui-sortable-tests.ts +++ b/angular-ui-sortable/angular-ui-sortable-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var myApp = angular.module('testModule'); diff --git a/angular-ui-sortable/index.d.ts b/angular-ui-sortable/index.d.ts index 03978a6599..1b3508143d 100644 --- a/angular-ui-sortable/index.d.ts +++ b/angular-ui-sortable/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Thodoris Greasidis // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular.ui { diff --git a/angular-ui-sortable/tsconfig.json b/angular-ui-sortable/tsconfig.json index ac10b9c03c..5d702ae073 100644 --- a/angular-ui-sortable/tsconfig.json +++ b/angular-ui-sortable/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-ui-tree/index.d.ts b/angular-ui-tree/index.d.ts index 2d7f14baa0..1cededaa53 100644 --- a/angular-ui-tree/index.d.ts +++ b/angular-ui-tree/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Calvin Fernandez // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace AngularUITree { interface IEventSourceInfo { diff --git a/angular-ui-tree/tsconfig.json b/angular-ui-tree/tsconfig.json index 08cddcae27..6323da4ea4 100644 --- a/angular-ui-tree/tsconfig.json +++ b/angular-ui-tree/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular-wizard/angular-wizard-tests.ts b/angular-wizard/angular-wizard-tests.ts index 512327d3a9..4ec02a4636 100644 --- a/angular-wizard/angular-wizard-tests.ts +++ b/angular-wizard/angular-wizard-tests.ts @@ -1,6 +1,6 @@ -/// -/// -/// +/// +/// +/// /// diff --git a/angular-wizard/tsconfig.json b/angular-wizard/tsconfig.json index 18a86f347f..3aaa5fa4c5 100644 --- a/angular-wizard/tsconfig.json +++ b/angular-wizard/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angular.throttle/index.d.ts b/angular.throttle/index.d.ts index 32701cd1c3..ee70e42eb8 100644 --- a/angular.throttle/index.d.ts +++ b/angular.throttle/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Stefan Steinhart // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular { interface IAngularStatic { diff --git a/angular.throttle/tsconfig.json b/angular.throttle/tsconfig.json index 34c671efad..e13a6add25 100644 --- a/angular.throttle/tsconfig.json +++ b/angular.throttle/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angularLocalStorage/angularLocalStorage-tests.ts b/angularLocalStorage/angularLocalStorage-tests.ts index 0071d3e661..e5942f7d68 100644 --- a/angularLocalStorage/angularLocalStorage-tests.ts +++ b/angularLocalStorage/angularLocalStorage-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// interface TestScope extends ng.IScope { diff --git a/angularLocalStorage/index.d.ts b/angularLocalStorage/index.d.ts index e2f0858e40..84ecc42e5e 100644 --- a/angularLocalStorage/index.d.ts +++ b/angularLocalStorage/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Horiuchi_H // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular.localStorage { interface ILocalStorageService { diff --git a/angularLocalStorage/tsconfig.json b/angularLocalStorage/tsconfig.json index 9f3777de7e..1c95444711 100644 --- a/angularLocalStorage/tsconfig.json +++ b/angularLocalStorage/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angularfire/index.d.ts b/angularfire/index.d.ts index 476840715d..11f806a9ec 100644 --- a/angularfire/index.d.ts +++ b/angularfire/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Dénes Harmath // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// interface AngularFireService { (firebase: Firebase, config?: any): AngularFire; diff --git a/angularfire/tsconfig.json b/angularfire/tsconfig.json index d9d33eb251..ad2e6a61db 100644 --- a/angularfire/tsconfig.json +++ b/angularfire/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/angularjs/index.d.ts b/angularjs/index.d.ts index 3d2b248637..14d1663e95 100644 --- a/angularjs/index.d.ts +++ b/angularjs/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare var angular: angular.IAngularStatic; diff --git a/angularjs/legacy/angular-1.0.d.ts b/angularjs/legacy/angular-1.0.d.ts index 6e8420b9d2..8c3fbca20a 100644 --- a/angularjs/legacy/angular-1.0.d.ts +++ b/angularjs/legacy/angular-1.0.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare var angular: ng.IAngularStatic; diff --git a/angularjs/legacy/angular-1.2.d.ts b/angularjs/legacy/angular-1.2.d.ts index fe018ba989..2c4fd8d014 100644 --- a/angularjs/legacy/angular-1.2.d.ts +++ b/angularjs/legacy/angular-1.2.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare var angular: ng.IAngularStatic; diff --git a/angularjs/legacy/angular-1.4.d.ts b/angularjs/legacy/angular-1.4.d.ts index 22c504712e..da16c30920 100644 --- a/angularjs/legacy/angular-1.4.d.ts +++ b/angularjs/legacy/angular-1.4.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare var angular: angular.IAngularStatic; diff --git a/angularjs/legacy/angular-scenario-1.2.d.ts b/angularjs/legacy/angular-scenario-1.2.d.ts index 75490855bf..5dfa36fc5f 100644 --- a/angularjs/legacy/angular-scenario-1.2.d.ts +++ b/angularjs/legacy/angular-scenario-1.2.d.ts @@ -3,7 +3,7 @@ // Definitions by: RomanoLindano // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ng { export interface IAngularStatic { diff --git a/angularjs/tsconfig.json b/angularjs/tsconfig.json index f10602d598..e89e169a13 100644 --- a/angularjs/tsconfig.json +++ b/angularjs/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/angulartics/angulartics-tests.ts b/angulartics/angulartics-tests.ts index 70989261b5..9aae7c7dfd 100644 --- a/angulartics/angulartics-tests.ts +++ b/angulartics/angulartics-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// namespace Analytics { angular.module("angulartics.app", ["angulartics"]) diff --git a/angulartics/index.d.ts b/angulartics/index.d.ts index 29eedba9bf..28976019f1 100644 --- a/angulartics/index.d.ts +++ b/angulartics/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Steven Fan // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angulartics { interface IAngularticsStatic { diff --git a/angulartics/tsconfig.json b/angulartics/tsconfig.json index 55e76413fd..a419ebcabb 100644 --- a/angulartics/tsconfig.json +++ b/angulartics/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/animation-frame/tsconfig.json b/animation-frame/tsconfig.json index 3e5c95f8a1..200e4d3b7d 100644 --- a/animation-frame/tsconfig.json +++ b/animation-frame/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ansi-styles/tsconfig.json b/ansi-styles/tsconfig.json index bd62e27b85..341769c34f 100644 --- a/ansi-styles/tsconfig.json +++ b/ansi-styles/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ansicolors/tsconfig.json b/ansicolors/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/ansicolors/tsconfig.json +++ b/ansicolors/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/antd/antd-tests.tsx b/antd/antd-tests.tsx index 6655862723..0366341112 100644 --- a/antd/antd-tests.tsx +++ b/antd/antd-tests.tsx @@ -1,4 +1,4 @@ -/// +/// /// import React = __React /*import { diff --git a/antd/index.d.ts b/antd/index.d.ts index 62288af91b..cbd92797be 100644 --- a/antd/index.d.ts +++ b/antd/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Antd { import React = __React diff --git a/antd/tsconfig.json b/antd/tsconfig.json index 37e199b63c..4bdcf9bbcd 100644 --- a/antd/tsconfig.json +++ b/antd/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/any-db-transaction/index.d.ts b/any-db-transaction/index.d.ts index 902a481d28..8428e7640f 100644 --- a/any-db-transaction/index.d.ts +++ b/any-db-transaction/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Rogier Schouten // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import anyDB = require("any-db"); diff --git a/any-db-transaction/tsconfig.json b/any-db-transaction/tsconfig.json index d252d4c833..a61f1b3632 100644 --- a/any-db-transaction/tsconfig.json +++ b/any-db-transaction/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/any-db/index.d.ts b/any-db/index.d.ts index 77f93a4620..47265e1f53 100644 --- a/any-db/index.d.ts +++ b/any-db/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Rogier Schouten // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import events = require("events"); diff --git a/any-db/tsconfig.json b/any-db/tsconfig.json index 308dd850d4..39c338d1d9 100644 --- a/any-db/tsconfig.json +++ b/any-db/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/anydb-sql-migrations/index.d.ts b/anydb-sql-migrations/index.d.ts index 78ea7cd0c6..a72271ebb5 100644 --- a/anydb-sql-migrations/index.d.ts +++ b/anydb-sql-migrations/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Gorgi Kosev // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import Promise = require('bluebird'); import { Column, Table, Transaction, AnydbSql } from 'anydb-sql'; diff --git a/anydb-sql-migrations/tsconfig.json b/anydb-sql-migrations/tsconfig.json index 234050a494..46bb5b766c 100644 --- a/anydb-sql-migrations/tsconfig.json +++ b/anydb-sql-migrations/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/anydb-sql/tsconfig.json b/anydb-sql/tsconfig.json index 345923231c..e13f6f4dc4 100644 --- a/anydb-sql/tsconfig.json +++ b/anydb-sql/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/api-error-handler/tsconfig.json b/api-error-handler/tsconfig.json index c5f70c9d67..348c5679e6 100644 --- a/api-error-handler/tsconfig.json +++ b/api-error-handler/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/apn/index.d.ts b/apn/index.d.ts index 99e20ce44e..7a36c396b4 100644 --- a/apn/index.d.ts +++ b/apn/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Zenorbi // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import events = require("events"); import net = require("net"); diff --git a/apn/tsconfig.json b/apn/tsconfig.json index 6d03d871d3..019517aedb 100644 --- a/apn/tsconfig.json +++ b/apn/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/appframework/tsconfig.json b/appframework/tsconfig.json index ddf5a470a5..afcd848f27 100644 --- a/appframework/tsconfig.json +++ b/appframework/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/appletvjs/tsconfig.json b/appletvjs/tsconfig.json index 55b21d3b43..905945bb1f 100644 --- a/appletvjs/tsconfig.json +++ b/appletvjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/applicationinsights/tsconfig.json b/applicationinsights/tsconfig.json index 10acf1447e..581f4413a0 100644 --- a/applicationinsights/tsconfig.json +++ b/applicationinsights/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/arbiter/tsconfig.json b/arbiter/tsconfig.json index 9fdb1a0fef..d092e7ffce 100644 --- a/arbiter/tsconfig.json +++ b/arbiter/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/arcgis-js-api/tsconfig.json b/arcgis-js-api/tsconfig.json index 143ad90ea0..7dae3da8b7 100644 --- a/arcgis-js-api/tsconfig.json +++ b/arcgis-js-api/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/archiver/archiver-tests.ts b/archiver/archiver-tests.ts index 85c6c5fb8b..3bef66a44c 100644 --- a/archiver/archiver-tests.ts +++ b/archiver/archiver-tests.ts @@ -1,5 +1,5 @@ -/// +/// import Archiver = require('archiver'); import FS = require('fs'); diff --git a/archiver/index.d.ts b/archiver/index.d.ts index 3a864d8822..74a3351b99 100644 --- a/archiver/index.d.ts +++ b/archiver/index.d.ts @@ -13,7 +13,7 @@ =============================================== */ -/// +/// import * as FS from 'fs'; import * as STREAM from 'stream'; diff --git a/archiver/tsconfig.json b/archiver/tsconfig.json index c5a43c821e..f578db7f73 100644 --- a/archiver/tsconfig.json +++ b/archiver/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/archy/tsconfig.json b/archy/tsconfig.json index f1dd9fb808..9eab223ce6 100644 --- a/archy/tsconfig.json +++ b/archy/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/argparse/tsconfig.json b/argparse/tsconfig.json index 4fa8941cf1..4eac6fbc7d 100644 --- a/argparse/tsconfig.json +++ b/argparse/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/asana/asana-tests.ts b/asana/asana-tests.ts index e0735790fe..3bef3e2c07 100644 --- a/asana/asana-tests.ts +++ b/asana/asana-tests.ts @@ -1,4 +1,4 @@ -/// +/// import * as asana from 'asana'; import * as util from 'util'; diff --git a/asana/index.d.ts b/asana/index.d.ts index 5bad5c47be..364980b66c 100644 --- a/asana/index.d.ts +++ b/asana/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as Promise from 'bluebird'; diff --git a/asana/tsconfig.json b/asana/tsconfig.json index ad4968d359..45a8ccd92b 100644 --- a/asana/tsconfig.json +++ b/asana/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/asciify/index.d.ts b/asciify/index.d.ts index 4cef1bcc5c..7d55062213 100644 --- a/asciify/index.d.ts +++ b/asciify/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Alan Norbauer // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface AsciifyOptions { font?: string; diff --git a/asciify/tsconfig.json b/asciify/tsconfig.json index 7d234c9535..c68521d7a3 100644 --- a/asciify/tsconfig.json +++ b/asciify/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/aspnet-identity-pw/tsconfig.json b/aspnet-identity-pw/tsconfig.json index 17904fa468..790de2de67 100644 --- a/aspnet-identity-pw/tsconfig.json +++ b/aspnet-identity-pw/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/assert/tsconfig.json b/assert/tsconfig.json index 14ca541c18..a6e9707f60 100644 --- a/assert/tsconfig.json +++ b/assert/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/assertion-error/tsconfig.json b/assertion-error/tsconfig.json index d936f3339f..5e55aed1bc 100644 --- a/assertion-error/tsconfig.json +++ b/assertion-error/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/assertsharp/tsconfig.json b/assertsharp/tsconfig.json index d43f783c20..7bc99323a0 100644 --- a/assertsharp/tsconfig.json +++ b/assertsharp/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/async-lock/tsconfig.json b/async-lock/tsconfig.json index 97a34b5d9a..d2e4a8150d 100644 --- a/async-lock/tsconfig.json +++ b/async-lock/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/async-writer/index.d.ts b/async-writer/index.d.ts index ef8bddfac3..278800f24a 100644 --- a/async-writer/index.d.ts +++ b/async-writer/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Yuce Tekol // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import stream = require('stream'); diff --git a/async-writer/tsconfig.json b/async-writer/tsconfig.json index 195ded9961..abec665d7c 100644 --- a/async-writer/tsconfig.json +++ b/async-writer/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/async/tsconfig.json b/async/tsconfig.json index 23c8185e65..08d30f8dbb 100644 --- a/async/tsconfig.json +++ b/async/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/asyncblock/asyncblock-tests.ts b/asyncblock/asyncblock-tests.ts index edd70a7717..472ec80a1b 100644 --- a/asyncblock/asyncblock-tests.ts +++ b/asyncblock/asyncblock-tests.ts @@ -1,5 +1,5 @@ -/// +/// import asyncblock = require('asyncblock'); import fs = require('fs'); diff --git a/asyncblock/tsconfig.json b/asyncblock/tsconfig.json index 22cd60bead..df7b38de12 100644 --- a/asyncblock/tsconfig.json +++ b/asyncblock/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/atmosphere/tsconfig.json b/atmosphere/tsconfig.json index f0b1844831..38e4e6b07a 100644 --- a/atmosphere/tsconfig.json +++ b/atmosphere/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/atom-keymap/index.d.ts b/atom-keymap/index.d.ts index 89b022a67a..8701875695 100644 --- a/atom-keymap/index.d.ts +++ b/atom-keymap/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Vadim Macagon // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace AtomKeymap { type Disposable = AtomEventKit.Disposable; diff --git a/atom-keymap/tsconfig.json b/atom-keymap/tsconfig.json index 68f9c52c2c..b2c51dcbb2 100644 --- a/atom-keymap/tsconfig.json +++ b/atom-keymap/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/atom/atom-tests.ts b/atom/atom-tests.ts index 29dde2d89e..ad6ea7dbc0 100644 --- a/atom/atom-tests.ts +++ b/atom/atom-tests.ts @@ -1,6 +1,6 @@ -/// +/// /// -/// +/// import path = require("path"); import _atom = require("atom"); diff --git a/atom/index.d.ts b/atom/index.d.ts index 31fa76eb4a..fe243bf33b 100644 --- a/atom/index.d.ts +++ b/atom/index.d.ts @@ -3,13 +3,13 @@ // Definitions by: vvakame // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// -/// -/// -/// -/// -/// +/// +/// +/// +/// +/// +/// +/// // Policy: this definition file only declare element related to `atom`. // if js file include to another npm package (e.g. "space-pen", "mixto" and "emissary"). diff --git a/atom/tsconfig.json b/atom/tsconfig.json index c373d28eb8..36b1e73e9d 100644 --- a/atom/tsconfig.json +++ b/atom/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/atpl/tsconfig.json b/atpl/tsconfig.json index 9028578984..e8f5275638 100644 --- a/atpl/tsconfig.json +++ b/atpl/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/auth0-angular/index.d.ts b/auth0-angular/index.d.ts index e4a0799e4b..0ecca371bd 100644 --- a/auth0-angular/index.d.ts +++ b/auth0-angular/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Matt Emory // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace auth0.angular { diff --git a/auth0-angular/tsconfig.json b/auth0-angular/tsconfig.json index 731f44920f..9df3e87083 100644 --- a/auth0-angular/tsconfig.json +++ b/auth0-angular/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/auth0-lock/auth0.lock-tests.ts b/auth0-lock/auth0.lock-tests.ts index fd646ee1bb..8825791ecc 100644 --- a/auth0-lock/auth0.lock-tests.ts +++ b/auth0-lock/auth0.lock-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var lock: Auth0LockStatic = new Auth0Lock("dsa7d77dsa7d7", "mine.auth0.com"); diff --git a/auth0-lock/index.d.ts b/auth0-lock/index.d.ts index 15f767984b..9d95bed3e2 100644 --- a/auth0-lock/index.d.ts +++ b/auth0-lock/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Robert McLaws // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface Auth0LockPopupOptions { width: number; diff --git a/auth0-lock/tsconfig.json b/auth0-lock/tsconfig.json index a459a82b87..4b24ec3228 100644 --- a/auth0-lock/tsconfig.json +++ b/auth0-lock/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/auth0.widget/auth0.widget-tests.ts b/auth0.widget/auth0.widget-tests.ts index 012e9b9769..c59a30bcd6 100644 --- a/auth0.widget/auth0.widget-tests.ts +++ b/auth0.widget/auth0.widget-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var widget: Auth0WidgetStatic = new Auth0Widget({ diff --git a/auth0.widget/index.d.ts b/auth0.widget/index.d.ts index cb52af547c..ed6a2f341b 100644 --- a/auth0.widget/index.d.ts +++ b/auth0.widget/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Robert McLaws // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface Auth0WidgetStatic { diff --git a/auth0.widget/tsconfig.json b/auth0.widget/tsconfig.json index f0b43e65e6..ce66c38465 100644 --- a/auth0.widget/tsconfig.json +++ b/auth0.widget/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/auth0/auth0-tests.ts b/auth0/auth0-tests.ts index 9cd903b306..7f48274eaf 100644 --- a/auth0/auth0-tests.ts +++ b/auth0/auth0-tests.ts @@ -1,4 +1,4 @@ -/// +/// var auth0 = new Auth0({ domain: 'mine.auth0.com', diff --git a/auth0/tsconfig.json b/auth0/tsconfig.json index bc236f50e7..dd5c555664 100644 --- a/auth0/tsconfig.json +++ b/auth0/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/auto-launch/tsconfig.json b/auto-launch/tsconfig.json index 8c8564ab82..83b3c38d59 100644 --- a/auto-launch/tsconfig.json +++ b/auto-launch/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/autobahn/index.d.ts b/autobahn/index.d.ts index 9ca4c562cc..ca293ed2cf 100644 --- a/autobahn/index.d.ts +++ b/autobahn/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Elad Zelingher , Andy Hawkins // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace autobahn { diff --git a/autobahn/tsconfig.json b/autobahn/tsconfig.json index b6971d8a00..087647b9d3 100644 --- a/autobahn/tsconfig.json +++ b/autobahn/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/autolinker/tsconfig.json b/autolinker/tsconfig.json index 15b92859fb..b0ebcb831c 100644 --- a/autolinker/tsconfig.json +++ b/autolinker/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/autoprefixer-core/tsconfig.json b/autoprefixer-core/tsconfig.json index e40aeea34d..6bee54d175 100644 --- a/autoprefixer-core/tsconfig.json +++ b/autoprefixer-core/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/aws-sdk/index.d.ts b/aws-sdk/index.d.ts index dbf2404e9b..89b6cfa2f6 100644 --- a/aws-sdk/index.d.ts +++ b/aws-sdk/index.d.ts @@ -5,7 +5,7 @@ // Imported from: https://github.com/soywiz/typescript-node-definitions/aws-sdk.d.ts -/// +/// diff --git a/aws-sdk/tsconfig.json b/aws-sdk/tsconfig.json index c1c8370a92..bea7935d41 100644 --- a/aws-sdk/tsconfig.json +++ b/aws-sdk/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/axios/tsconfig.json b/axios/tsconfig.json index 365503a70c..e399a94a49 100644 --- a/axios/tsconfig.json +++ b/axios/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/azure-mobile-apps/index.d.ts b/azure-mobile-apps/index.d.ts index af96136d0f..956418d158 100644 --- a/azure-mobile-apps/index.d.ts +++ b/azure-mobile-apps/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "azure-mobile-apps" { interface AzureMobileApps { diff --git a/azure-mobile-apps/tsconfig.json b/azure-mobile-apps/tsconfig.json index 9c50419e33..4284b68b7a 100644 --- a/azure-mobile-apps/tsconfig.json +++ b/azure-mobile-apps/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/azure-mobile-services-client/tsconfig.json b/azure-mobile-services-client/tsconfig.json index 91e2e63d27..59ef150982 100644 --- a/azure-mobile-services-client/tsconfig.json +++ b/azure-mobile-services-client/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/azure-sb/tsconfig.json b/azure-sb/tsconfig.json index d562606617..b1738bf49d 100644 --- a/azure-sb/tsconfig.json +++ b/azure-sb/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/azure/index.d.ts b/azure/index.d.ts index e6a65b769b..59d1b9d114 100644 --- a/azure/index.d.ts +++ b/azure/index.d.ts @@ -5,7 +5,7 @@ // Maxime LUCE // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** * TODO diff --git a/azure/tsconfig.json b/azure/tsconfig.json index acc0c5fc50..fd61c3be36 100644 --- a/azure/tsconfig.json +++ b/azure/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/babel-core/index.d.ts b/babel-core/index.d.ts index 19146e65e0..1892cbccb5 100644 --- a/babel-core/index.d.ts +++ b/babel-core/index.d.ts @@ -3,9 +3,9 @@ // Definitions by: Troy Gerwien // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// -/// +/// +/// +/// declare module "babel-core" { import * as t from 'babel-types'; diff --git a/babel-core/tsconfig.json b/babel-core/tsconfig.json index 2552d09232..117e401ef4 100644 --- a/babel-core/tsconfig.json +++ b/babel-core/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/babel-generator/babel-generator-tests.ts b/babel-generator/babel-generator-tests.ts index 33d10b5cd9..b77d659a09 100644 --- a/babel-generator/babel-generator-tests.ts +++ b/babel-generator/babel-generator-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// diff --git a/babel-generator/index.d.ts b/babel-generator/index.d.ts index aa8232e8b0..73546722c1 100644 --- a/babel-generator/index.d.ts +++ b/babel-generator/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Troy Gerwien // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "babel-generator" { import * as t from 'babel-types'; diff --git a/babel-generator/tsconfig.json b/babel-generator/tsconfig.json index af25da9c97..b848db746c 100644 --- a/babel-generator/tsconfig.json +++ b/babel-generator/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/babel-template/babel-template-tests.ts b/babel-template/babel-template-tests.ts index e0ae7497ff..8a321b6e02 100644 --- a/babel-template/babel-template-tests.ts +++ b/babel-template/babel-template-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// // Example from https://github.com/babel/babel/tree/master/packages/babel-template diff --git a/babel-template/index.d.ts b/babel-template/index.d.ts index 7b3cafe7f4..2386f68a2a 100644 --- a/babel-template/index.d.ts +++ b/babel-template/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Troy Gerwien // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare module "babel-template" { import {BabylonOptions} from 'babylon'; diff --git a/babel-template/tsconfig.json b/babel-template/tsconfig.json index 873dcd2689..c63f41d502 100644 --- a/babel-template/tsconfig.json +++ b/babel-template/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/babel-traverse/babel-traverse-tests.ts b/babel-traverse/babel-traverse-tests.ts index fba04dfd5d..4b30a12061 100644 --- a/babel-traverse/babel-traverse-tests.ts +++ b/babel-traverse/babel-traverse-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// import * as babylon from "babylon"; diff --git a/babel-traverse/index.d.ts b/babel-traverse/index.d.ts index 17cbda2f23..fac965eb3d 100644 --- a/babel-traverse/index.d.ts +++ b/babel-traverse/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Troy Gerwien // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "babel-traverse" { import * as t from 'babel-types'; diff --git a/babel-traverse/tsconfig.json b/babel-traverse/tsconfig.json index 6493a64170..76823e2209 100644 --- a/babel-traverse/tsconfig.json +++ b/babel-traverse/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/babel-types/babel-types-tests.ts b/babel-types/babel-types-tests.ts index 2a8a25a961..b6216ea153 100644 --- a/babel-types/babel-types-tests.ts +++ b/babel-types/babel-types-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// // Examples from https://github.com/thejameskyle/babel-handbook/blob/master/translations/en/plugin-handbook.md#babel-types diff --git a/babel-types/tsconfig.json b/babel-types/tsconfig.json index ee10c7b7d0..24a1c4ed33 100644 --- a/babel-types/tsconfig.json +++ b/babel-types/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/babylon/babylon-tests.ts b/babylon/babylon-tests.ts index 16a6998037..8ed0fbe668 100644 --- a/babylon/babylon-tests.ts +++ b/babylon/babylon-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// // Example from https://github.com/thejameskyle/babel-handbook/blob/master/translations/en/plugin-handbook.md#babylon diff --git a/babylon/index.d.ts b/babylon/index.d.ts index 88be6dab84..8469ad28c1 100644 --- a/babylon/index.d.ts +++ b/babylon/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Troy Gerwien // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "babylon" { import * as t from 'babel-types'; diff --git a/babylon/tsconfig.json b/babylon/tsconfig.json index 3c40818260..87392201ef 100644 --- a/babylon/tsconfig.json +++ b/babylon/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/babylonjs/tsconfig.json b/babylonjs/tsconfig.json index 3c40818260..87392201ef 100644 --- a/babylonjs/tsconfig.json +++ b/babylonjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/babyparse/tsconfig.json b/babyparse/tsconfig.json index 978c8cbbae..b48d188093 100644 --- a/babyparse/tsconfig.json +++ b/babyparse/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/backbone-associations/tsconfig.json b/backbone-associations/tsconfig.json index bf2a7a8af4..68bec68c39 100644 --- a/backbone-associations/tsconfig.json +++ b/backbone-associations/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/backbone-relational/index.d.ts b/backbone-relational/index.d.ts index 336ef15794..f985a52d8f 100644 --- a/backbone-relational/index.d.ts +++ b/backbone-relational/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Eirik Hoem // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as Backbone from 'backbone'; diff --git a/backbone-relational/tsconfig.json b/backbone-relational/tsconfig.json index 43cc0d781c..7a0a967709 100644 --- a/backbone-relational/tsconfig.json +++ b/backbone-relational/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/backbone.layoutmanager/backbone.layoutmanager-tests.ts b/backbone.layoutmanager/backbone.layoutmanager-tests.ts index 30876abc23..fe11ce9b18 100644 --- a/backbone.layoutmanager/backbone.layoutmanager-tests.ts +++ b/backbone.layoutmanager/backbone.layoutmanager-tests.ts @@ -1,4 +1,4 @@ -/// +/// import * as Backbone from 'backbone'; diff --git a/backbone.layoutmanager/index.d.ts b/backbone.layoutmanager/index.d.ts index 7cfa965d19..a5c469eb1b 100644 --- a/backbone.layoutmanager/index.d.ts +++ b/backbone.layoutmanager/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: He Jiang // Definitions: https://github.com/hejiang2000/DefinitelyTyped -/// +/// import * as Backbone from 'backbone'; diff --git a/backbone.layoutmanager/tsconfig.json b/backbone.layoutmanager/tsconfig.json index 3dc648b712..87a07e9dd8 100644 --- a/backbone.layoutmanager/tsconfig.json +++ b/backbone.layoutmanager/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/backbone.localstorage/tsconfig.json b/backbone.localstorage/tsconfig.json index 664d3d29d6..b92237a7a3 100644 --- a/backbone.localstorage/tsconfig.json +++ b/backbone.localstorage/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/backbone.marionette/tsconfig.json b/backbone.marionette/tsconfig.json index 5130ab0ba8..1baabfe15c 100644 --- a/backbone.marionette/tsconfig.json +++ b/backbone.marionette/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/backbone.paginator/backbone.paginator-tests.ts b/backbone.paginator/backbone.paginator-tests.ts index 50a4a0b247..f5ffc55e14 100644 --- a/backbone.paginator/backbone.paginator-tests.ts +++ b/backbone.paginator/backbone.paginator-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// import * as Backbone from 'backbone'; diff --git a/backbone.paginator/tsconfig.json b/backbone.paginator/tsconfig.json index 02dd7bf4fd..e4941a1121 100644 --- a/backbone.paginator/tsconfig.json +++ b/backbone.paginator/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/backbone.radio/backbone.radio-tests.ts b/backbone.radio/backbone.radio-tests.ts index f501908ca0..e58e4e12be 100644 --- a/backbone.radio/backbone.radio-tests.ts +++ b/backbone.radio/backbone.radio-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// import * as Backbone from 'backbone'; diff --git a/backbone.radio/tsconfig.json b/backbone.radio/tsconfig.json index d191cb45fc..d904a77f30 100644 --- a/backbone.radio/tsconfig.json +++ b/backbone.radio/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/backbone/backbone-tests.ts b/backbone/backbone-tests.ts index 128ab5cf0f..1787b0eccf 100644 --- a/backbone/backbone-tests.ts +++ b/backbone/backbone-tests.ts @@ -1,4 +1,4 @@ -/// +/// function test_events() { diff --git a/backbone/backbone-with-lodash-tests.ts b/backbone/backbone-with-lodash-tests.ts index 0082eb6963..1fe91bcdab 100644 --- a/backbone/backbone-with-lodash-tests.ts +++ b/backbone/backbone-with-lodash-tests.ts @@ -1,5 +1,5 @@ -/// -/// +/// +/// namespace WithLoDash { function test_events() { diff --git a/backbone/index.d.ts b/backbone/index.d.ts index 2dd9f5ff26..d07d7e3c9d 100644 --- a/backbone/index.d.ts +++ b/backbone/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Boris Yankov , Natan Vivo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// export = Backbone; export as namespace Backbone; diff --git a/backbone/tsconfig.json b/backbone/tsconfig.json index b0089b5c32..ab4831027e 100644 --- a/backbone/tsconfig.json +++ b/backbone/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/backgrid/backgrid-tests.ts b/backgrid/backgrid-tests.ts index 7c575fc9a6..225d8a6ef1 100644 --- a/backgrid/backgrid-tests.ts +++ b/backgrid/backgrid-tests.ts @@ -1,4 +1,4 @@ -/// +/// import * as Backgrid from 'backgrid'; import * as Backbone from 'backbone'; diff --git a/backgrid/tsconfig.json b/backgrid/tsconfig.json index d9ba57a709..1c6c2593b1 100644 --- a/backgrid/tsconfig.json +++ b/backgrid/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/baconjs/index.d.ts b/baconjs/index.d.ts index 50823ba422..8659ea9115 100644 --- a/baconjs/index.d.ts +++ b/baconjs/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Alexander Matsievsky // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// interface JQuery { /** diff --git a/baconjs/tsconfig.json b/baconjs/tsconfig.json index 29f216114a..983b8661c7 100644 --- a/baconjs/tsconfig.json +++ b/baconjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/barcode/index.d.ts b/barcode/index.d.ts index 3afdf81b2b..122eb98e5a 100644 --- a/barcode/index.d.ts +++ b/barcode/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Pascal Vomhoff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/barcode/tsconfig.json b/barcode/tsconfig.json index b2e0ae9002..7fc7d6c265 100644 --- a/barcode/tsconfig.json +++ b/barcode/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bardjs/bardjs-tests.ts b/bardjs/bardjs-tests.ts index d99a746684..e511144bd8 100644 --- a/bardjs/bardjs-tests.ts +++ b/bardjs/bardjs-tests.ts @@ -1,8 +1,8 @@ /// -/// -/// -/// -/// +/// +/// +/// +/// namespace bardTests { var expect = chai.expect, diff --git a/bardjs/index.d.ts b/bardjs/index.d.ts index 27fabe7617..c2e9a76a06 100644 --- a/bardjs/index.d.ts +++ b/bardjs/index.d.ts @@ -3,9 +3,9 @@ // Definitions by: Andrew Archibald // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// -/// +/// +/// +/// /** * Module for bardjs functions diff --git a/bardjs/tsconfig.json b/bardjs/tsconfig.json index d7a2c69962..2126e2e1bc 100644 --- a/bardjs/tsconfig.json +++ b/bardjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/base-x/tsconfig.json b/base-x/tsconfig.json index 5212069ed1..d83ed03460 100644 --- a/base-x/tsconfig.json +++ b/base-x/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/basic-auth/tsconfig.json b/basic-auth/tsconfig.json index 12ab3d4413..68b71941b4 100644 --- a/basic-auth/tsconfig.json +++ b/basic-auth/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/batch-stream/batch-stream-tests.ts b/batch-stream/batch-stream-tests.ts index df1e528543..d3195466e8 100644 --- a/batch-stream/batch-stream-tests.ts +++ b/batch-stream/batch-stream-tests.ts @@ -1,4 +1,4 @@ -/// +/// import fs = require('fs'); import BatchStream = require('batch-stream'); diff --git a/batch-stream/index.d.ts b/batch-stream/index.d.ts index 30a27f3199..26c433a04b 100644 --- a/batch-stream/index.d.ts +++ b/batch-stream/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Nicholas Penree // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import stream = require('stream'); diff --git a/batch-stream/tsconfig.json b/batch-stream/tsconfig.json index 8884508de5..849fac1b93 100644 --- a/batch-stream/tsconfig.json +++ b/batch-stream/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bcrypt-nodejs/tsconfig.json b/bcrypt-nodejs/tsconfig.json index 321dc541ef..3f5dce42e3 100644 --- a/bcrypt-nodejs/tsconfig.json +++ b/bcrypt-nodejs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bcrypt/tsconfig.json b/bcrypt/tsconfig.json index ceaa6c4ffd..221cfd853c 100644 --- a/bcrypt/tsconfig.json +++ b/bcrypt/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bcryptjs/tsconfig.json b/bcryptjs/tsconfig.json index 482c05e647..727c2d8934 100644 --- a/bcryptjs/tsconfig.json +++ b/bcryptjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/benchmark/tsconfig.json b/benchmark/tsconfig.json index b92c826358..2d9d59d440 100644 --- a/benchmark/tsconfig.json +++ b/benchmark/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/better-curry/tsconfig.json b/better-curry/tsconfig.json index b30a692a94..07e46f64f7 100644 --- a/better-curry/tsconfig.json +++ b/better-curry/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bezier-easing/tsconfig.json b/bezier-easing/tsconfig.json index eda63c8d1f..f6f7a4047c 100644 --- a/bezier-easing/tsconfig.json +++ b/bezier-easing/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bgiframe/tsconfig.json b/bgiframe/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/bgiframe/tsconfig.json +++ b/bgiframe/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/big-integer/tsconfig.json b/big-integer/tsconfig.json index 6e5f3e2a5c..cb49e86ee8 100644 --- a/big-integer/tsconfig.json +++ b/big-integer/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/big.js/tsconfig.json b/big.js/tsconfig.json index 689c7fe999..127cfdcbae 100644 --- a/big.js/tsconfig.json +++ b/big.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bigint/tsconfig.json b/bigint/tsconfig.json index 7fc82a72d2..9c0362b201 100644 --- a/bigint/tsconfig.json +++ b/bigint/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bignum/index.d.ts b/bignum/index.d.ts index b9e653e189..4899cc3b71 100644 --- a/bignum/index.d.ts +++ b/bignum/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Pat Smuk // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare class BigNum { /** Create a new BigNum from n. */ diff --git a/bignum/tsconfig.json b/bignum/tsconfig.json index dd8e38aa88..af483e0651 100644 --- a/bignum/tsconfig.json +++ b/bignum/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bigscreen/tsconfig.json b/bigscreen/tsconfig.json index 29ed4f1db4..91def0afff 100644 --- a/bigscreen/tsconfig.json +++ b/bigscreen/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bingmaps/tsconfig.json b/bingmaps/tsconfig.json index 4196fd9816..a480ec9817 100644 --- a/bingmaps/tsconfig.json +++ b/bingmaps/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bip21/tsconfig.json b/bip21/tsconfig.json index cf4b9a9dfc..abe29d771c 100644 --- a/bip21/tsconfig.json +++ b/bip21/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bitwise-xor/index.d.ts b/bitwise-xor/index.d.ts index ef3271e981..c0a129fa70 100644 --- a/bitwise-xor/index.d.ts +++ b/bitwise-xor/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Rogier Schouten // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** diff --git a/bitwise-xor/tsconfig.json b/bitwise-xor/tsconfig.json index 1d8ed599b0..c239c78b34 100644 --- a/bitwise-xor/tsconfig.json +++ b/bitwise-xor/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bl/index.d.ts b/bl/index.d.ts index b0c8628334..12bbf0bec5 100644 --- a/bl/index.d.ts +++ b/bl/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Bart van der Schoor // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import stream = require('stream'); diff --git a/bl/tsconfig.json b/bl/tsconfig.json index 8e3f525c75..838506d685 100644 --- a/bl/tsconfig.json +++ b/bl/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/blazy/tsconfig.json b/blazy/tsconfig.json index df7a0f084b..5541bfee69 100644 --- a/blazy/tsconfig.json +++ b/blazy/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/blissfuljs/tsconfig.json b/blissfuljs/tsconfig.json index be392b2deb..e91b2fd97a 100644 --- a/blissfuljs/tsconfig.json +++ b/blissfuljs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/blob-stream/blob-stream-tests.ts b/blob-stream/blob-stream-tests.ts index fab0932068..1c3c1fa067 100644 --- a/blob-stream/blob-stream-tests.ts +++ b/blob-stream/blob-stream-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// var bl = require('blob-stream'); diff --git a/blob-stream/index.d.ts b/blob-stream/index.d.ts index cb7c6c1146..e087375c45 100644 --- a/blob-stream/index.d.ts +++ b/blob-stream/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Eric Hillah // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare function BlobStream(): BlobStream.IBlobStream; diff --git a/blob-stream/tsconfig.json b/blob-stream/tsconfig.json index 5eb5878af9..27c5a13368 100644 --- a/blob-stream/tsconfig.json +++ b/blob-stream/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/blocks/tsconfig.json b/blocks/tsconfig.json index 4520880da7..ef07e7ec60 100644 --- a/blocks/tsconfig.json +++ b/blocks/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/blue-tape/blue-tape-tests.ts b/blue-tape/blue-tape-tests.ts index 6747221b9a..92b2641115 100644 --- a/blue-tape/blue-tape-tests.ts +++ b/blue-tape/blue-tape-tests.ts @@ -1,5 +1,5 @@ -/// -/// +/// +/// import tape = require('blue-tape'); import P = require('bluebird'); diff --git a/blue-tape/index.d.ts b/blue-tape/index.d.ts index 3b4e0f9ea1..133968a165 100644 --- a/blue-tape/index.d.ts +++ b/blue-tape/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Haoqun Jiang // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import tape = require('tape'); export = tape; diff --git a/blue-tape/tsconfig.json b/blue-tape/tsconfig.json index 69f5fd73ad..2ea323f0e6 100644 --- a/blue-tape/tsconfig.json +++ b/blue-tape/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bluebird-retry/bluebird-retry-tests.ts b/bluebird-retry/bluebird-retry-tests.ts index 659b742ddc..b63b360160 100644 --- a/bluebird-retry/bluebird-retry-tests.ts +++ b/bluebird-retry/bluebird-retry-tests.ts @@ -1,5 +1,5 @@ -/// +/// import Promise = require('bluebird'); import retry = require('bluebird-retry'); diff --git a/bluebird-retry/index.d.ts b/bluebird-retry/index.d.ts index 01023ea8b9..2881d2065c 100644 --- a/bluebird-retry/index.d.ts +++ b/bluebird-retry/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Pascal Vomhoff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import Promise = require('bluebird'); diff --git a/bluebird-retry/tsconfig.json b/bluebird-retry/tsconfig.json index 675a10f35c..16835192d3 100644 --- a/bluebird-retry/tsconfig.json +++ b/bluebird-retry/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bluebird/tsconfig.json b/bluebird/tsconfig.json index 712c08c6c5..a26c14da84 100644 --- a/bluebird/tsconfig.json +++ b/bluebird/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/blueimp-md5/tsconfig.json b/blueimp-md5/tsconfig.json index 4eb0b58bfe..ff6be5d3fc 100644 --- a/blueimp-md5/tsconfig.json +++ b/blueimp-md5/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/body-parser/tsconfig.json b/body-parser/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/body-parser/tsconfig.json +++ b/body-parser/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/bookshelf/index.d.ts b/bookshelf/index.d.ts index 2785018b1e..f7e9f52602 100644 --- a/bookshelf/index.d.ts +++ b/bookshelf/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Andrew Schurman // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare module 'bookshelf' { import knex = require('knex'); diff --git a/bookshelf/tsconfig.json b/bookshelf/tsconfig.json index 1cbf3fb24a..73cf2108fc 100644 --- a/bookshelf/tsconfig.json +++ b/bookshelf/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/boolify-string/tsconfig.json b/boolify-string/tsconfig.json index a93cfe0b2d..0051a3f657 100644 --- a/boolify-string/tsconfig.json +++ b/boolify-string/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/boom/index.d.ts b/boom/index.d.ts index 85c2e22b35..c7ccc1734f 100644 --- a/boom/index.d.ts +++ b/boom/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Igor Rogatty // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Boom { diff --git a/boom/tsconfig.json b/boom/tsconfig.json index 8bee84bd81..a763deb2b6 100644 --- a/boom/tsconfig.json +++ b/boom/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bootbox/index.d.ts b/bootbox/index.d.ts index ce422de880..28ba5072d1 100644 --- a/bootbox/index.d.ts +++ b/bootbox/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Vincent Bortone , Kon Pik , Anup Kattel , Dominik Schroeter , Troy McKinnon // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** Bootbox options shared by all modal types */ interface BootboxBaseOptions { diff --git a/bootbox/tsconfig.json b/bootbox/tsconfig.json index 9ed650e684..9bab2e9dc0 100644 --- a/bootbox/tsconfig.json +++ b/bootbox/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bootpag/bootpag-tests.ts b/bootpag/bootpag-tests.ts index a0986e74cc..34d10b5bed 100644 --- a/bootpag/bootpag-tests.ts +++ b/bootpag/bootpag-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var pagerSelector = ".bootpager"; diff --git a/bootpag/index.d.ts b/bootpag/index.d.ts index fef37711cd..2063cf5b93 100644 --- a/bootpag/index.d.ts +++ b/bootpag/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: MAF.DAP / Romain Deneau // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace JqueryBootpag { /** diff --git a/bootpag/tsconfig.json b/bootpag/tsconfig.json index a70e343284..d9d17215d5 100644 --- a/bootpag/tsconfig.json +++ b/bootpag/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bootstrap-maxlength/bootstrap-maxlength-tests.ts b/bootstrap-maxlength/bootstrap-maxlength-tests.ts index 8a17cc7ff9..c03cdeba80 100644 --- a/bootstrap-maxlength/bootstrap-maxlength-tests.ts +++ b/bootstrap-maxlength/bootstrap-maxlength-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// // Examples from the projects github page $('input[maxlength]').maxlength(); diff --git a/bootstrap-maxlength/index.d.ts b/bootstrap-maxlength/index.d.ts index 024ebcba5f..fefe196dff 100644 --- a/bootstrap-maxlength/index.d.ts +++ b/bootstrap-maxlength/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Dan Manastireanu // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace BootstrapMaxlength { diff --git a/bootstrap-maxlength/tsconfig.json b/bootstrap-maxlength/tsconfig.json index c8cb7a21e4..1ff1de8154 100644 --- a/bootstrap-maxlength/tsconfig.json +++ b/bootstrap-maxlength/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bootstrap-notify/bootstrap-notify-tests.ts b/bootstrap-notify/bootstrap-notify-tests.ts index 8461da8e48..6ddc6a05fc 100644 --- a/bootstrap-notify/bootstrap-notify-tests.ts +++ b/bootstrap-notify/bootstrap-notify-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// //Test for bootstrap-notify v3.1.3 //Copied example directly from Bootstrap-notify site diff --git a/bootstrap-notify/index.d.ts b/bootstrap-notify/index.d.ts index acdb83b9fd..afc7913273 100644 --- a/bootstrap-notify/index.d.ts +++ b/bootstrap-notify/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Blake Niemyjski , Robert McIntosh , Robert Voica // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /* tslint:disable: interface-name no-any */ diff --git a/bootstrap-notify/tsconfig.json b/bootstrap-notify/tsconfig.json index 8f9f2af02a..d0708bd15e 100644 --- a/bootstrap-notify/tsconfig.json +++ b/bootstrap-notify/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bootstrap-slider/bootstrap-slider-tests.ts b/bootstrap-slider/bootstrap-slider-tests.ts index 548d909a62..9717674c33 100644 --- a/bootstrap-slider/bootstrap-slider-tests.ts +++ b/bootstrap-slider/bootstrap-slider-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// $(function() { diff --git a/bootstrap-slider/index.d.ts b/bootstrap-slider/index.d.ts index 77a5177fa0..0d704c0dfc 100644 --- a/bootstrap-slider/index.d.ts +++ b/bootstrap-slider/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Daniel Beckwith // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface SliderOptions { /** diff --git a/bootstrap-slider/tsconfig.json b/bootstrap-slider/tsconfig.json index 7d1573e368..c4e85c3061 100644 --- a/bootstrap-slider/tsconfig.json +++ b/bootstrap-slider/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bootstrap-switch/bootstrap-switch-tests.ts b/bootstrap-switch/bootstrap-switch-tests.ts index 542f71ebd4..c3c4ab4b0a 100644 --- a/bootstrap-switch/bootstrap-switch-tests.ts +++ b/bootstrap-switch/bootstrap-switch-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// function test_cases() { diff --git a/bootstrap-switch/index.d.ts b/bootstrap-switch/index.d.ts index b6738a9b8d..fe6d5f5a0c 100644 --- a/bootstrap-switch/index.d.ts +++ b/bootstrap-switch/index.d.ts @@ -9,7 +9,7 @@ * see: http://www.bootstrap-switch.org/ or https://github.com/nostalgiaz/bootstrap-switch for details. */ -/// +/// declare namespace BootstrapSwitch { interface BootstrapSwitchChangeEventObject extends JQueryEventObject { diff --git a/bootstrap-switch/tsconfig.json b/bootstrap-switch/tsconfig.json index 35ec547c4c..9b4c32465d 100644 --- a/bootstrap-switch/tsconfig.json +++ b/bootstrap-switch/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bootstrap-touchspin/bootstrap-touchspin-tests.ts b/bootstrap-touchspin/bootstrap-touchspin-tests.ts index 552c26f52f..d92c728bfb 100644 --- a/bootstrap-touchspin/bootstrap-touchspin-tests.ts +++ b/bootstrap-touchspin/bootstrap-touchspin-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// $(function () { diff --git a/bootstrap-touchspin/index.d.ts b/bootstrap-touchspin/index.d.ts index 7334e37bbb..268a33df38 100644 --- a/bootstrap-touchspin/index.d.ts +++ b/bootstrap-touchspin/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Albin Sunnanbo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** * TouchSpinOptions. All options are optional diff --git a/bootstrap-touchspin/tsconfig.json b/bootstrap-touchspin/tsconfig.json index f3145931cf..2bc6ff35bb 100644 --- a/bootstrap-touchspin/tsconfig.json +++ b/bootstrap-touchspin/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bootstrap.datepicker/index.d.ts b/bootstrap.datepicker/index.d.ts index 0633db5358..107a3d536c 100644 --- a/bootstrap.datepicker/index.d.ts +++ b/bootstrap.datepicker/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Boris Yankov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** * All options that take a “Date” can handle a Date object; a String diff --git a/bootstrap.datepicker/tsconfig.json b/bootstrap.datepicker/tsconfig.json index 96c6f897b5..a885ce9f2f 100644 --- a/bootstrap.datepicker/tsconfig.json +++ b/bootstrap.datepicker/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bootstrap.paginator/index.d.ts b/bootstrap.paginator/index.d.ts index 57add3458d..52aedd0656 100644 --- a/bootstrap.paginator/index.d.ts +++ b/bootstrap.paginator/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: derikwhittaker // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface PaginatorOptions { alignment?: string; diff --git a/bootstrap.paginator/tsconfig.json b/bootstrap.paginator/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/bootstrap.paginator/tsconfig.json +++ b/bootstrap.paginator/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/bootstrap.timepicker/index.d.ts b/bootstrap.timepicker/index.d.ts index 70a48184e6..b1325323af 100644 --- a/bootstrap.timepicker/index.d.ts +++ b/bootstrap.timepicker/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: derikwhittaker // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface TimeickerOptions { defaultTime?: string; diff --git a/bootstrap.timepicker/tsconfig.json b/bootstrap.timepicker/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/bootstrap.timepicker/tsconfig.json +++ b/bootstrap.timepicker/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/bootstrap.v3.datetimepicker/bootstrap.v3.datetimepicker-3.0.0.d.ts b/bootstrap.v3.datetimepicker/bootstrap.v3.datetimepicker-3.0.0.d.ts index 7f1e7efc70..2f9a25cb1e 100644 --- a/bootstrap.v3.datetimepicker/bootstrap.v3.datetimepicker-3.0.0.d.ts +++ b/bootstrap.v3.datetimepicker/bootstrap.v3.datetimepicker-3.0.0.d.ts @@ -9,7 +9,7 @@ * see: http://eonasdan.github.io/bootstrap-datetimepicker or https://github.com/Eonasdan/bootstrap-datetimepicker for details. */ -/// +/// import * as moment from '../moment'; diff --git a/bootstrap.v3.datetimepicker/bootstrap.v3.datetimepicker-tests.ts b/bootstrap.v3.datetimepicker/bootstrap.v3.datetimepicker-tests.ts index a3bbfad5da..4306bf97c7 100644 --- a/bootstrap.v3.datetimepicker/bootstrap.v3.datetimepicker-tests.ts +++ b/bootstrap.v3.datetimepicker/bootstrap.v3.datetimepicker-tests.ts @@ -1,4 +1,4 @@ -/// +/// import * as moment from 'moment'; diff --git a/bootstrap.v3.datetimepicker/index.d.ts b/bootstrap.v3.datetimepicker/index.d.ts index bfd6772aa5..cb8f8d0e47 100644 --- a/bootstrap.v3.datetimepicker/index.d.ts +++ b/bootstrap.v3.datetimepicker/index.d.ts @@ -10,7 +10,7 @@ * see: http://eonasdan.github.io/bootstrap-datetimepicker or https://github.com/Eonasdan/bootstrap-datetimepicker for details. */ -/// +/// import * as moment from '../moment'; diff --git a/bootstrap.v3.datetimepicker/tsconfig.json b/bootstrap.v3.datetimepicker/tsconfig.json index 24501193b7..b787ee19dc 100644 --- a/bootstrap.v3.datetimepicker/tsconfig.json +++ b/bootstrap.v3.datetimepicker/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/bootstrap/bootstrap-tests.ts b/bootstrap/bootstrap-tests.ts index c497e0abcd..4d115c9fe9 100644 --- a/bootstrap/bootstrap-tests.ts +++ b/bootstrap/bootstrap-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// $('body').off('.data-api'); diff --git a/bootstrap/index.d.ts b/bootstrap/index.d.ts index b0e8fbf858..c9c264defa 100644 --- a/bootstrap/index.d.ts +++ b/bootstrap/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface ModalOptions { backdrop?: boolean|string; diff --git a/bootstrap/tsconfig.json b/bootstrap/tsconfig.json index 690df0db00..e3d0beb7f5 100644 --- a/bootstrap/tsconfig.json +++ b/bootstrap/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bounce.js/index.d.ts b/bounce.js/index.d.ts index 3e02bfe0e6..250fef1a51 100644 --- a/bounce.js/index.d.ts +++ b/bounce.js/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Cherry // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// export default Bounce diff --git a/bounce.js/tsconfig.json b/bounce.js/tsconfig.json index 33a0b10cba..d1384246fb 100644 --- a/bounce.js/tsconfig.json +++ b/bounce.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bowser/tsconfig.json b/bowser/tsconfig.json index c107f1db4c..2167746cbb 100644 --- a/bowser/tsconfig.json +++ b/bowser/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/box2d/tsconfig.json b/box2d/tsconfig.json index 65916b8074..9e269548ea 100644 --- a/box2d/tsconfig.json +++ b/box2d/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/breeze/tsconfig.json b/breeze/tsconfig.json index 1221cfeaa5..6bd1b35754 100644 --- a/breeze/tsconfig.json +++ b/breeze/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/brorand/index.d.ts b/brorand/index.d.ts index f86618c63a..b7e21ed284 100644 --- a/brorand/index.d.ts +++ b/brorand/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Ilya Mochalov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// type rand = { getByte: () => number }; diff --git a/brorand/tsconfig.json b/brorand/tsconfig.json index a4762091ae..4e545603c4 100644 --- a/brorand/tsconfig.json +++ b/brorand/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/browser-harness/index.d.ts b/browser-harness/index.d.ts index aea6c43dbd..d2c49be3e9 100644 --- a/browser-harness/index.d.ts +++ b/browser-harness/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Chris Scribner // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import _events = require('events'); diff --git a/browser-harness/tsconfig.json b/browser-harness/tsconfig.json index 31f241aa65..74f3519ee8 100644 --- a/browser-harness/tsconfig.json +++ b/browser-harness/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/browser-sync/index.d.ts b/browser-sync/index.d.ts index 7f8bd54b64..82563271d8 100644 --- a/browser-sync/index.d.ts +++ b/browser-sync/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Asana , Joe Skeen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// import chokidar = require("chokidar"); import fs = require("fs"); diff --git a/browser-sync/tsconfig.json b/browser-sync/tsconfig.json index f1d7a89961..92cecd02b5 100644 --- a/browser-sync/tsconfig.json +++ b/browser-sync/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/browserify/index.d.ts b/browserify/index.d.ts index 3fcb09cbc0..506bc3dd86 100644 --- a/browserify/index.d.ts +++ b/browserify/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Andrew Gaspar , John Vilk // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare var browserify: BrowserifyConstructor; export = browserify; diff --git a/browserify/tsconfig.json b/browserify/tsconfig.json index 9988ca93f2..8be6a93f35 100644 --- a/browserify/tsconfig.json +++ b/browserify/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bs58/index.d.ts b/bs58/index.d.ts index d0fd579cb2..dcc0735e08 100644 --- a/bs58/index.d.ts +++ b/bs58/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Ilya Mochalov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace base58 { } diff --git a/bs58/tsconfig.json b/bs58/tsconfig.json index 73d42a8153..ebdba53e6a 100644 --- a/bs58/tsconfig.json +++ b/bs58/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bson/index.d.ts b/bson/index.d.ts index ee835175de..75726c4516 100644 --- a/bson/index.d.ts +++ b/bson/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Hiroki Horiuchi // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/bson/tsconfig.json b/bson/tsconfig.json index 67da6d5b3d..590dbcbf75 100644 --- a/bson/tsconfig.json +++ b/bson/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bucks/tsconfig.json b/bucks/tsconfig.json index 6b2cc25106..99d286aced 100644 --- a/bucks/tsconfig.json +++ b/bucks/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/buffer-compare/buffer-compare-tests.ts b/buffer-compare/buffer-compare-tests.ts index 339be8315b..0f43838bd4 100644 --- a/buffer-compare/buffer-compare-tests.ts +++ b/buffer-compare/buffer-compare-tests.ts @@ -1,5 +1,5 @@ -/// +/// import compare = require('buffer-compare'); diff --git a/buffer-compare/tsconfig.json b/buffer-compare/tsconfig.json index a7f92e3021..b8c34b6053 100644 --- a/buffer-compare/tsconfig.json +++ b/buffer-compare/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/buffer-equal/index.d.ts b/buffer-equal/index.d.ts index 34ae5d737e..b7862f6ee1 100644 --- a/buffer-equal/index.d.ts +++ b/buffer-equal/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Bart van der Schoor // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare function bufferEqual(actual: Buffer, expected: Buffer): boolean; diff --git a/buffer-equal/tsconfig.json b/buffer-equal/tsconfig.json index 1a455456ac..854c07a086 100644 --- a/buffer-equal/tsconfig.json +++ b/buffer-equal/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/buffers/index.d.ts b/buffers/index.d.ts index d817ebd407..ec8be5a493 100644 --- a/buffers/index.d.ts +++ b/buffers/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Robert Hencke // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/buffers/tsconfig.json b/buffers/tsconfig.json index 08dfc2a209..c9b6e44ae0 100644 --- a/buffers/tsconfig.json +++ b/buffers/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bufferstream/index.d.ts b/bufferstream/index.d.ts index ee115d0ab5..06ce5d96c4 100644 --- a/bufferstream/index.d.ts +++ b/bufferstream/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Bart van der Schoor // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module 'bufferstream' { import stream = require('stream'); diff --git a/bufferstream/tsconfig.json b/bufferstream/tsconfig.json index 86766b0e60..2cac68e6aa 100644 --- a/bufferstream/tsconfig.json +++ b/bufferstream/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bugsnag/tsconfig.json b/bugsnag/tsconfig.json index 949dc306e1..6fc53a05ea 100644 --- a/bugsnag/tsconfig.json +++ b/bugsnag/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bull/tsconfig.json b/bull/tsconfig.json index 95f8db6164..fd8674080d 100644 --- a/bull/tsconfig.json +++ b/bull/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bunyan-logentries/index.d.ts b/bunyan-logentries/index.d.ts index f826045929..9a2a5c3fb9 100644 --- a/bunyan-logentries/index.d.ts +++ b/bunyan-logentries/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Aymeric Beaumet // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import bunyan = require("bunyan"); diff --git a/bunyan-logentries/tsconfig.json b/bunyan-logentries/tsconfig.json index 1662d4f8f5..232cdd54b6 100644 --- a/bunyan-logentries/tsconfig.json +++ b/bunyan-logentries/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bunyan-prettystream/index.d.ts b/bunyan-prettystream/index.d.ts index 3a4e5a00f4..04c328b058 100644 --- a/bunyan-prettystream/index.d.ts +++ b/bunyan-prettystream/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Jason Swearingen , Vadim Macagon // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import stream = require("stream"); diff --git a/bunyan-prettystream/tsconfig.json b/bunyan-prettystream/tsconfig.json index d1d746f25a..f95b569dcd 100644 --- a/bunyan-prettystream/tsconfig.json +++ b/bunyan-prettystream/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bunyan/index.d.ts b/bunyan/index.d.ts index af3979a64f..ade8577847 100644 --- a/bunyan/index.d.ts +++ b/bunyan/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Alex Mikhalev // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import { EventEmitter } from 'events'; diff --git a/bunyan/tsconfig.json b/bunyan/tsconfig.json index 4f4cfc427a..f03c8e141f 100644 --- a/bunyan/tsconfig.json +++ b/bunyan/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/business-rules-engine/Utils.d.ts b/business-rules-engine/Utils.d.ts index e9ca88a547..0efa349a73 100644 --- a/business-rules-engine/Utils.d.ts +++ b/business-rules-engine/Utils.d.ts @@ -3,7 +3,7 @@ // Definitions by: Roman Samec // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Utils { class StringFce { static format(s: string, args: any): string; diff --git a/business-rules-engine/Validation.d.ts b/business-rules-engine/Validation.d.ts index f8fb5d3dbf..91efba146a 100644 --- a/business-rules-engine/Validation.d.ts +++ b/business-rules-engine/Validation.d.ts @@ -3,7 +3,7 @@ // Definitions by: Roman Samec // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Validation { interface IErrorCustomMessage { diff --git a/business-rules-engine/business-rules-engine-tests.ts b/business-rules-engine/business-rules-engine-tests.ts index 7ca1ba504f..9b25ba978d 100644 --- a/business-rules-engine/business-rules-engine-tests.ts +++ b/business-rules-engine/business-rules-engine-tests.ts @@ -1,6 +1,6 @@ /// /// -/// +/// export interface IPerson{ Checked:boolean; diff --git a/business-rules-engine/index.d.ts b/business-rules-engine/index.d.ts index b1fdb4c21c..929e24f335 100644 --- a/business-rules-engine/index.d.ts +++ b/business-rules-engine/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // Source: typings/business-rules-engine/Validation.d.ts -/// +/// declare namespace Validation { interface IErrorCustomMessage { diff --git a/business-rules-engine/node-validators.d.ts b/business-rules-engine/node-validators.d.ts index b72e8c0279..5e6e38a1da 100644 --- a/business-rules-engine/node-validators.d.ts +++ b/business-rules-engine/node-validators.d.ts @@ -3,8 +3,8 @@ // Definitions by: Roman Samec // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// /// export as namespace Validators; diff --git a/business-rules-engine/tsconfig.json b/business-rules-engine/tsconfig.json index 6ed991965c..99bce868d9 100644 --- a/business-rules-engine/tsconfig.json +++ b/business-rules-engine/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/byline/index.d.ts b/byline/index.d.ts index ae8eeb6acd..243db166cd 100644 --- a/byline/index.d.ts +++ b/byline/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Stefan Steinhart // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import stream = require("stream"); diff --git a/byline/tsconfig.json b/byline/tsconfig.json index 3107884be0..8535f4aef5 100644 --- a/byline/tsconfig.json +++ b/byline/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bytebuffer/index.d.ts b/bytebuffer/index.d.ts index e5d267787f..7ad0c86f30 100644 --- a/bytebuffer/index.d.ts +++ b/bytebuffer/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // Definitions by: SINTEF-9012 -/// +/// declare class ByteBuffer { diff --git a/bytebuffer/tsconfig.json b/bytebuffer/tsconfig.json index 9a316c4321..7d532b1355 100644 --- a/bytebuffer/tsconfig.json +++ b/bytebuffer/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/bytes/tsconfig.json b/bytes/tsconfig.json index 5fa266018e..a30cbf13be 100644 --- a/bytes/tsconfig.json +++ b/bytes/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/c3/index.d.ts b/c3/index.d.ts index 4abc2df5d0..e4616627f1 100644 --- a/c3/index.d.ts +++ b/c3/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Marc Climent // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace c3 { diff --git a/c3/tsconfig.json b/c3/tsconfig.json index beaea5b2c4..7d8db1d5ba 100644 --- a/c3/tsconfig.json +++ b/c3/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cal-heatmap/cal-heatmap-tests.ts b/cal-heatmap/cal-heatmap-tests.ts index 4a7b0cb949..ab595e3d51 100644 --- a/cal-heatmap/cal-heatmap-tests.ts +++ b/cal-heatmap/cal-heatmap-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// var cal = new CalHeatMap(); cal.init(); diff --git a/cal-heatmap/index.d.ts b/cal-heatmap/index.d.ts index 85a20d6d9d..356487c3e9 100644 --- a/cal-heatmap/index.d.ts +++ b/cal-heatmap/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Chris Baker // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace CalHeatMap { diff --git a/cal-heatmap/tsconfig.json b/cal-heatmap/tsconfig.json index 70c0040c12..610517652f 100644 --- a/cal-heatmap/tsconfig.json +++ b/cal-heatmap/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/callsite/tsconfig.json b/callsite/tsconfig.json index 55d387b8fc..71a03cf9fd 100644 --- a/callsite/tsconfig.json +++ b/callsite/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/calq/tsconfig.json b/calq/tsconfig.json index 47b6a2ae73..1dced352e7 100644 --- a/calq/tsconfig.json +++ b/calq/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/camel-case/tsconfig.json b/camel-case/tsconfig.json index 567bd5bb2d..a8ee45f5f1 100644 --- a/camel-case/tsconfig.json +++ b/camel-case/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/camelcase/tsconfig.json b/camelcase/tsconfig.json index a1987279b1..9ca57ca65e 100644 --- a/camelcase/tsconfig.json +++ b/camelcase/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/camljs/tsconfig.json b/camljs/tsconfig.json index 66e9843562..cde980497e 100644 --- a/camljs/tsconfig.json +++ b/camljs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/camo/tsconfig.json b/camo/tsconfig.json index b9f8753bff..5989f125e3 100644 --- a/camo/tsconfig.json +++ b/camo/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/canvasjs/tsconfig.json b/canvasjs/tsconfig.json index 0bb977523a..9e79f46026 100644 --- a/canvasjs/tsconfig.json +++ b/canvasjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/casperjs/index.d.ts b/casperjs/index.d.ts index cfe345c72f..a3f456f238 100644 --- a/casperjs/index.d.ts +++ b/casperjs/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Jed Mao // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface CasperModule { create(options: CasperOptions): Casper; diff --git a/casperjs/tsconfig.json b/casperjs/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/casperjs/tsconfig.json +++ b/casperjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/chai-as-promised/chai-as-promised-tests.ts b/chai-as-promised/chai-as-promised-tests.ts index 8685f953f2..533750e8cc 100644 --- a/chai-as-promised/chai-as-promised-tests.ts +++ b/chai-as-promised/chai-as-promised-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// import chai = require('chai'); import chaiAsPromised = require('chai-as-promised'); diff --git a/chai-as-promised/index.d.ts b/chai-as-promised/index.d.ts index 6b2882b338..b4f3ca405d 100644 --- a/chai-as-promised/index.d.ts +++ b/chai-as-promised/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: jt000 , Yuki Kokubun // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare module 'chai-as-promised' { function chaiAsPromised(chai: any, utils: any): void; diff --git a/chai-as-promised/tsconfig.json b/chai-as-promised/tsconfig.json index cc2d03949f..d9757a557f 100644 --- a/chai-as-promised/tsconfig.json +++ b/chai-as-promised/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/chai-datetime/index.d.ts b/chai-datetime/index.d.ts index ed74a8978c..c008586cfe 100644 --- a/chai-datetime/index.d.ts +++ b/chai-datetime/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Cliff Burger // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare function chaiDateTime(chai: any, utils: any): void; export = chaiDateTime; diff --git a/chai-datetime/tsconfig.json b/chai-datetime/tsconfig.json index c15cf8b292..3d4802b14f 100644 --- a/chai-datetime/tsconfig.json +++ b/chai-datetime/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/chai-fuzzy/index.d.ts b/chai-fuzzy/index.d.ts index f808da3c73..b4f8c1191c 100644 --- a/chai-fuzzy/index.d.ts +++ b/chai-fuzzy/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Bart van der Schoor // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare global { namespace Chai { diff --git a/chai-fuzzy/tsconfig.json b/chai-fuzzy/tsconfig.json index 19cf619577..a5b3a617f6 100644 --- a/chai-fuzzy/tsconfig.json +++ b/chai-fuzzy/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/chai-http/chai-http-tests.ts b/chai-http/chai-http-tests.ts index 078a7799c6..8253e9b391 100644 --- a/chai-http/chai-http-tests.ts +++ b/chai-http/chai-http-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// import fs = require('fs'); diff --git a/chai-http/index.d.ts b/chai-http/index.d.ts index a542081635..567f13e4e7 100644 --- a/chai-http/index.d.ts +++ b/chai-http/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Wim Looman // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace Chai { diff --git a/chai-http/tsconfig.json b/chai-http/tsconfig.json index b26a8e59f7..3590626531 100644 --- a/chai-http/tsconfig.json +++ b/chai-http/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/chai-jquery/index.d.ts b/chai-jquery/index.d.ts index 3d287f30fc..79774640f6 100644 --- a/chai-jquery/index.d.ts +++ b/chai-jquery/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Kazi Manzur Rashid // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace Chai { diff --git a/chai-jquery/tsconfig.json b/chai-jquery/tsconfig.json index 548e06e6c6..fd237382cd 100644 --- a/chai-jquery/tsconfig.json +++ b/chai-jquery/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/chai-string/chai-string-tests.ts b/chai-string/chai-string-tests.ts index cbb9e54081..af18987bb5 100644 --- a/chai-string/chai-string-tests.ts +++ b/chai-string/chai-string-tests.ts @@ -1,6 +1,6 @@ -/// -/// +/// +/// var should = chai.should(); var assert = chai.assert; diff --git a/chai-string/index.d.ts b/chai-string/index.d.ts index 2ed587db62..1c880dc87e 100644 --- a/chai-string/index.d.ts +++ b/chai-string/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Nick Malaguti // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare global { namespace Chai { diff --git a/chai-string/tsconfig.json b/chai-string/tsconfig.json index b267a5f2e1..ecbdbf7596 100644 --- a/chai-string/tsconfig.json +++ b/chai-string/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/chai-subset/index.d.ts b/chai-subset/index.d.ts index 7e2b3a159b..89ee553945 100644 --- a/chai-subset/index.d.ts +++ b/chai-subset/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Sam Noedel , Andrew Brown // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Chai { interface Assertion { diff --git a/chai-subset/tsconfig.json b/chai-subset/tsconfig.json index 1552a34a36..926330b48c 100644 --- a/chai-subset/tsconfig.json +++ b/chai-subset/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/chai-things/index.d.ts b/chai-things/index.d.ts index 823329808c..21dd73a9a4 100644 --- a/chai-things/index.d.ts +++ b/chai-things/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: David Broder-Rodgers // Definitions: https://github.com/DavidBR-SW/DefinitelyTyped -/// +/// declare namespace Chai { interface ArrayAssertion { diff --git a/chai-things/tsconfig.json b/chai-things/tsconfig.json index b266dc7c3e..bc2d263c43 100644 --- a/chai-things/tsconfig.json +++ b/chai-things/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/chai/chai-3.2.0.d.ts b/chai/chai-3.2.0.d.ts index 87b0c08e6f..124beead2e 100644 --- a/chai/chai-3.2.0.d.ts +++ b/chai/chai-3.2.0.d.ts @@ -6,7 +6,7 @@ // Olivier Chevet // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// +// declare namespace Chai { diff --git a/chai/index.d.ts b/chai/index.d.ts index 0ebc855022..f8f9f733f0 100644 --- a/chai/index.d.ts +++ b/chai/index.d.ts @@ -7,7 +7,7 @@ // Matt Wistrand // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// +// declare namespace Chai { diff --git a/chai/tsconfig.json b/chai/tsconfig.json index 25824f7f88..8d2d5345a4 100644 --- a/chai/tsconfig.json +++ b/chai/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/chalk/tsconfig.json b/chalk/tsconfig.json index d4449713cf..8c824700f2 100644 --- a/chalk/tsconfig.json +++ b/chalk/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/chance/tsconfig.json b/chance/tsconfig.json index 0c224c4293..5055594899 100644 --- a/chance/tsconfig.json +++ b/chance/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/change-case/tsconfig.json b/change-case/tsconfig.json index cbeee97f22..ff927d8b4a 100644 --- a/change-case/tsconfig.json +++ b/change-case/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/chartist/tsconfig.json b/chartist/tsconfig.json index ebd73f750e..0a918cf048 100644 --- a/chartist/tsconfig.json +++ b/chartist/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/chartjs/tsconfig.json b/chartjs/tsconfig.json index 4d7f7f6161..cc4f3139a9 100644 --- a/chartjs/tsconfig.json +++ b/chartjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/checksum/tsconfig.json b/checksum/tsconfig.json index 3c9e86873b..dd60d1c13b 100644 --- a/checksum/tsconfig.json +++ b/checksum/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cheerio/tsconfig.json b/cheerio/tsconfig.json index 7a7d8cce43..7ac9704539 100644 --- a/cheerio/tsconfig.json +++ b/cheerio/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/chocolatechipjs/chocolatechipjs-tests.ts b/chocolatechipjs/chocolatechipjs-tests.ts index 111e69f638..465ea2b0a9 100644 --- a/chocolatechipjs/chocolatechipjs-tests.ts +++ b/chocolatechipjs/chocolatechipjs-tests.ts @@ -1,4 +1,4 @@ -/// +/// // ChocolateChipStatic -- DOM creation, etc. $(function() { alert('Ready to do stuff!'); diff --git a/chocolatechipjs/tsconfig.json b/chocolatechipjs/tsconfig.json index 12e0be6d86..f28f71f582 100644 --- a/chocolatechipjs/tsconfig.json +++ b/chocolatechipjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/chokidar/index.d.ts b/chokidar/index.d.ts index 36f2f821c2..aa0dd27ef5 100644 --- a/chokidar/index.d.ts +++ b/chokidar/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Stefan Steinhart // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "fs" { diff --git a/chokidar/tsconfig.json b/chokidar/tsconfig.json index fa410bf58b..a548588502 100644 --- a/chokidar/tsconfig.json +++ b/chokidar/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/chosen/index.d.ts b/chosen/index.d.ts index 0033bfdd1d..836e64e19d 100644 --- a/chosen/index.d.ts +++ b/chosen/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface ChosenOptions { allow_single_deselect?: boolean; diff --git a/chosen/tsconfig.json b/chosen/tsconfig.json index 1e355f7d8c..d0db63cd61 100644 --- a/chosen/tsconfig.json +++ b/chosen/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/chroma-js/tsconfig.json b/chroma-js/tsconfig.json index 5b2dedf66a..a29b674fd8 100644 --- a/chroma-js/tsconfig.json +++ b/chroma-js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/chrome/chrome-app.d.ts b/chrome/chrome-app.d.ts index 1891b960e0..73ad3c75ee 100644 --- a/chrome/chrome-app.d.ts +++ b/chrome/chrome-app.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// -/// +/// //////////////////// // App Runtime diff --git a/chrome/chrome-tests.ts b/chrome/chrome-tests.ts index e184a82167..83dba1b568 100644 --- a/chrome/chrome-tests.ts +++ b/chrome/chrome-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// // https://developer.chrome.com/extensions/examples/api/bookmarks/basic/popup.js function bookmarksExample() { diff --git a/chrome/index.d.ts b/chrome/index.d.ts index d37d617a5a..6e7cbb787a 100644 --- a/chrome/index.d.ts +++ b/chrome/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Matthew Kimber , otiai10 , couven92 , RReverser // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// //////////////////// // Global object diff --git a/chrome/tsconfig.json b/chrome/tsconfig.json index fcb3f64f45..4f748d8345 100644 --- a/chrome/tsconfig.json +++ b/chrome/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/chui/chui-tests.ts b/chui/chui-tests.ts index d4f7be5f30..b7c853071e 100644 --- a/chui/chui-tests.ts +++ b/chui/chui-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// $(function() { diff --git a/chui/tsconfig.json b/chui/tsconfig.json index ae6c938578..53573e1fde 100644 --- a/chui/tsconfig.json +++ b/chui/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/circular-json/tsconfig.json b/circular-json/tsconfig.json index 8658cbb480..4c5b168a62 100644 --- a/circular-json/tsconfig.json +++ b/circular-json/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ckeditor/tsconfig.json b/ckeditor/tsconfig.json index 568d9294a6..d8cf35c100 100644 --- a/ckeditor/tsconfig.json +++ b/ckeditor/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/classnames/tsconfig.json b/classnames/tsconfig.json index 94d2816838..79247f09ad 100644 --- a/classnames/tsconfig.json +++ b/classnames/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cldrjs/tsconfig.json b/cldrjs/tsconfig.json index a28cd3aa99..f392660600 100644 --- a/cldrjs/tsconfig.json +++ b/cldrjs/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/clean-css/tsconfig.json b/clean-css/tsconfig.json index 3b578f33e9..a413806ce6 100644 --- a/clean-css/tsconfig.json +++ b/clean-css/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cli-color/cli-color-tests.ts b/cli-color/cli-color-tests.ts index 627377b47f..546b42e80c 100644 --- a/cli-color/cli-color-tests.ts +++ b/cli-color/cli-color-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// import clc = require('cli-color'); import ansiTrim = require('cli-color/trim'); diff --git a/cli-color/tsconfig.json b/cli-color/tsconfig.json index 4d64c015a1..32bd089c16 100644 --- a/cli-color/tsconfig.json +++ b/cli-color/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cli/index.d.ts b/cli/index.d.ts index c19d2f4925..b06e20b423 100644 --- a/cli/index.d.ts +++ b/cli/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Klaus Reimer // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface CLI { diff --git a/cli/tsconfig.json b/cli/tsconfig.json index 11aa6dfd04..2d0c860936 100644 --- a/cli/tsconfig.json +++ b/cli/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/clipboard/tsconfig.json b/clipboard/tsconfig.json index 2d1fdc6111..832035fd47 100644 --- a/clipboard/tsconfig.json +++ b/clipboard/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/clone/tsconfig.json b/clone/tsconfig.json index 4f0603f8cc..2fb64ead5c 100644 --- a/clone/tsconfig.json +++ b/clone/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/closure-compiler/tsconfig.json b/closure-compiler/tsconfig.json index 7eaf717675..2477334dfc 100644 --- a/closure-compiler/tsconfig.json +++ b/closure-compiler/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/codemirror/tsconfig.json b/codemirror/tsconfig.json index 2a3635bb7a..90b7b84735 100644 --- a/codemirror/tsconfig.json +++ b/codemirror/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/coffeeify/tsconfig.json b/coffeeify/tsconfig.json index f2bdc89379..d3549e3a64 100644 --- a/coffeeify/tsconfig.json +++ b/coffeeify/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/colorbrewer/tsconfig.json b/colorbrewer/tsconfig.json index aa06310a88..285bbb43c3 100644 --- a/colorbrewer/tsconfig.json +++ b/colorbrewer/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/colors/tsconfig.json b/colors/tsconfig.json index 2aba4fc1fa..a4d8d8468f 100644 --- a/colors/tsconfig.json +++ b/colors/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cometd/tsconfig.json b/cometd/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/cometd/tsconfig.json +++ b/cometd/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/commander/index.d.ts b/commander/index.d.ts index 40543a2768..9debd6ccd7 100644 --- a/commander/index.d.ts +++ b/commander/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Marcelo Dezem , vvakame // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace commander { interface ICommandStatic { diff --git a/commander/tsconfig.json b/commander/tsconfig.json index 78b4d6349b..0b0257359c 100644 --- a/commander/tsconfig.json +++ b/commander/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/commonmark/tsconfig.json b/commonmark/tsconfig.json index 5ecba2a498..987bbd87fd 100644 --- a/commonmark/tsconfig.json +++ b/commonmark/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/compare-version/tsconfig.json b/compare-version/tsconfig.json index dbe88f8f42..ee8abc82be 100644 --- a/compare-version/tsconfig.json +++ b/compare-version/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/complex/tsconfig.json b/complex/tsconfig.json index 0b2f7455d7..2f2323a713 100644 --- a/complex/tsconfig.json +++ b/complex/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/compose-function/tsconfig.json b/compose-function/tsconfig.json index 6a20848db6..61d34fa71f 100644 --- a/compose-function/tsconfig.json +++ b/compose-function/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/compression/tsconfig.json b/compression/tsconfig.json index 9f06071c47..e8a0786d52 100644 --- a/compression/tsconfig.json +++ b/compression/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/confidence/tsconfig.json b/confidence/tsconfig.json index a17f55f10b..5a03f805a4 100644 --- a/confidence/tsconfig.json +++ b/confidence/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/config/tsconfig.json b/config/tsconfig.json index 047d412c6d..1a5b21210d 100644 --- a/config/tsconfig.json +++ b/config/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/configstore/tsconfig.json b/configstore/tsconfig.json index 3e3545f8d7..494e02f1ed 100644 --- a/configstore/tsconfig.json +++ b/configstore/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/connect-flash/tsconfig.json b/connect-flash/tsconfig.json index 888affb309..2756e572fc 100644 --- a/connect-flash/tsconfig.json +++ b/connect-flash/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/connect-livereload/tsconfig.json b/connect-livereload/tsconfig.json index c74fd9bbbf..6cc6411df1 100644 --- a/connect-livereload/tsconfig.json +++ b/connect-livereload/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/connect-modrewrite/tsconfig.json b/connect-modrewrite/tsconfig.json index aaf4661917..6e73d86715 100644 --- a/connect-modrewrite/tsconfig.json +++ b/connect-modrewrite/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/connect-mongo/index.d.ts b/connect-mongo/index.d.ts index 445f033c52..b85ae72156 100644 --- a/connect-mongo/index.d.ts +++ b/connect-mongo/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Mizuki Yamamoto // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as express from 'express'; import * as mongoose from 'mongoose'; diff --git a/connect-mongo/tsconfig.json b/connect-mongo/tsconfig.json index 58f10c381a..b638c0bcc4 100644 --- a/connect-mongo/tsconfig.json +++ b/connect-mongo/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/connect-slashes/tsconfig.json b/connect-slashes/tsconfig.json index c6bb50b23c..4a2804daf2 100644 --- a/connect-slashes/tsconfig.json +++ b/connect-slashes/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/connect-timeout/tsconfig.json b/connect-timeout/tsconfig.json index b699268745..473cb05e8d 100644 --- a/connect-timeout/tsconfig.json +++ b/connect-timeout/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/connect/index.d.ts b/connect/index.d.ts index 816af03f9b..66c5b7562c 100644 --- a/connect/index.d.ts +++ b/connect/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Maxime LUCE // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as http from "http"; diff --git a/connect/tsconfig.json b/connect/tsconfig.json index 294e9c175b..9d271199a2 100644 --- a/connect/tsconfig.json +++ b/connect/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/console-stamp/tsconfig.json b/console-stamp/tsconfig.json index d6d717baf6..175dd844d3 100644 --- a/console-stamp/tsconfig.json +++ b/console-stamp/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/consolidate/index.d.ts b/consolidate/index.d.ts index 2d567ce25c..9f59a0ba13 100644 --- a/consolidate/index.d.ts +++ b/consolidate/index.d.ts @@ -5,8 +5,8 @@ // Imported from: https://github.com/soywiz/typescript-node-definitions/consolidate.d.ts -/// -/// +/// +/// declare var cons: Consolidate; diff --git a/consolidate/tsconfig.json b/consolidate/tsconfig.json index 7f573bb977..36bbcd9eb5 100644 --- a/consolidate/tsconfig.json +++ b/consolidate/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/constant-case/tsconfig.json b/constant-case/tsconfig.json index 64ed3b57c0..c72d3aed58 100644 --- a/constant-case/tsconfig.json +++ b/constant-case/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/consul/index.d.ts b/consul/index.d.ts index eddc611097..b154eeccb3 100644 --- a/consul/index.d.ts +++ b/consul/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Ilya Mochalov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/consul/tsconfig.json b/consul/tsconfig.json index e2407d5107..537e488973 100644 --- a/consul/tsconfig.json +++ b/consul/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/content-type/tsconfig.json b/content-type/tsconfig.json index 79534b6acc..86752de938 100644 --- a/content-type/tsconfig.json +++ b/content-type/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/contentful-resolve-response/tsconfig.json b/contentful-resolve-response/tsconfig.json index 3e940b5c16..6618077f13 100644 --- a/contentful-resolve-response/tsconfig.json +++ b/contentful-resolve-response/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/contextjs/tsconfig.json b/contextjs/tsconfig.json index 99f03566a7..19317186ff 100644 --- a/contextjs/tsconfig.json +++ b/contextjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/convert-source-map/tsconfig.json b/convert-source-map/tsconfig.json index ada2549dde..8e842c5149 100644 --- a/convert-source-map/tsconfig.json +++ b/convert-source-map/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/convict/convict-tests.ts b/convict/convict-tests.ts index 3bb9418944..8de36c683f 100644 --- a/convict/convict-tests.ts +++ b/convict/convict-tests.ts @@ -1,5 +1,5 @@ -/// +/// import convict = require('convict'); import validator = require('validator'); diff --git a/convict/tsconfig.json b/convict/tsconfig.json index e40e91338c..92d85893b7 100644 --- a/convict/tsconfig.json +++ b/convict/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cookie-parser/tsconfig.json b/cookie-parser/tsconfig.json index 95adc603b1..603f20eeb2 100644 --- a/cookie-parser/tsconfig.json +++ b/cookie-parser/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cookie-session/tsconfig.json b/cookie-session/tsconfig.json index ce305ec835..c99e3d6699 100644 --- a/cookie-session/tsconfig.json +++ b/cookie-session/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cookie/tsconfig.json b/cookie/tsconfig.json index 3496582e9f..bb2f217c02 100644 --- a/cookie/tsconfig.json +++ b/cookie/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cookiejs/tsconfig.json b/cookiejs/tsconfig.json index 0f530dd322..94cc36bb13 100644 --- a/cookiejs/tsconfig.json +++ b/cookiejs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cookies/cookies-tests.ts b/cookies/cookies-tests.ts index a7de0688bd..21e81b49de 100644 --- a/cookies/cookies-tests.ts +++ b/cookies/cookies-tests.ts @@ -1,4 +1,4 @@ -/// +/// import * as Cookies from 'cookies'; import * as http from 'http'; diff --git a/cookies/index.d.ts b/cookies/index.d.ts index 95b0541a53..3f46563cb6 100644 --- a/cookies/index.d.ts +++ b/cookies/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Wang Zishi // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as http from "http" diff --git a/cookies/tsconfig.json b/cookies/tsconfig.json index 4b4de08af0..8fc91c9a8d 100644 --- a/cookies/tsconfig.json +++ b/cookies/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/copy-paste/copy-paste-tests.ts b/copy-paste/copy-paste-tests.ts index fa37d4bdb8..24ab6c5d95 100644 --- a/copy-paste/copy-paste-tests.ts +++ b/copy-paste/copy-paste-tests.ts @@ -1,4 +1,4 @@ -/// +/// import * as CopyPaste from 'copy-paste'; diff --git a/copy-paste/tsconfig.json b/copy-paste/tsconfig.json index 7f544656fd..f75e4dfc0b 100644 --- a/copy-paste/tsconfig.json +++ b/copy-paste/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cordova-ionic/cordova-ionic-tests.ts b/cordova-ionic/cordova-ionic-tests.ts index a88c9c5809..c9ea852437 100644 --- a/cordova-ionic/cordova-ionic-tests.ts +++ b/cordova-ionic/cordova-ionic-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// // Keyboard diff --git a/cordova-ionic/tsconfig.json b/cordova-ionic/tsconfig.json index 9c7fda7df0..dea4ea8a56 100644 --- a/cordova-ionic/tsconfig.json +++ b/cordova-ionic/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cordova-plugin-app-version/cordova-plugin-app-version-tests.ts b/cordova-plugin-app-version/cordova-plugin-app-version-tests.ts index 3b27435bd4..5ca562d865 100644 --- a/cordova-plugin-app-version/cordova-plugin-app-version-tests.ts +++ b/cordova-plugin-app-version/cordova-plugin-app-version-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// cordova.getAppVersion.getAppName() diff --git a/cordova-plugin-app-version/index.d.ts b/cordova-plugin-app-version/index.d.ts index 6f36248f94..898159db76 100644 --- a/cordova-plugin-app-version/index.d.ts +++ b/cordova-plugin-app-version/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Markus Wagner // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// interface Cordova { getAppVersion: { diff --git a/cordova-plugin-app-version/tsconfig.json b/cordova-plugin-app-version/tsconfig.json index 1668ec81fb..f77ba484d6 100644 --- a/cordova-plugin-app-version/tsconfig.json +++ b/cordova-plugin-app-version/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cordova-plugin-background-mode/cordova-plugin-background-mode-tests.ts b/cordova-plugin-background-mode/cordova-plugin-background-mode-tests.ts index 9620d77755..bcf055a5dd 100644 --- a/cordova-plugin-background-mode/cordova-plugin-background-mode-tests.ts +++ b/cordova-plugin-background-mode/cordova-plugin-background-mode-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// cordova.plugins.backgroundMode.setDefaults({ silent: true }); diff --git a/cordova-plugin-background-mode/tsconfig.json b/cordova-plugin-background-mode/tsconfig.json index 7b510e3eb5..88a882f269 100644 --- a/cordova-plugin-background-mode/tsconfig.json +++ b/cordova-plugin-background-mode/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cordova-plugin-email-composer/cordova-plugin-email-composer-tests.ts b/cordova-plugin-email-composer/cordova-plugin-email-composer-tests.ts index ccd1e725d4..eedeaa8925 100644 --- a/cordova-plugin-email-composer/cordova-plugin-email-composer-tests.ts +++ b/cordova-plugin-email-composer/cordova-plugin-email-composer-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// cordova.plugins.email.isAvailable((isAvailable) => {}, {}); diff --git a/cordova-plugin-email-composer/tsconfig.json b/cordova-plugin-email-composer/tsconfig.json index 1931871e96..b61d0be3b2 100644 --- a/cordova-plugin-email-composer/tsconfig.json +++ b/cordova-plugin-email-composer/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cordova-plugin-ibeacon/cordova-plugin-ibeacon-tests.ts b/cordova-plugin-ibeacon/cordova-plugin-ibeacon-tests.ts index 7520c39d52..0141ba1eb4 100644 --- a/cordova-plugin-ibeacon/cordova-plugin-ibeacon-tests.ts +++ b/cordova-plugin-ibeacon/cordova-plugin-ibeacon-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// function registerDelegates() { diff --git a/cordova-plugin-ibeacon/index.d.ts b/cordova-plugin-ibeacon/index.d.ts index 537ae00071..c6a69eed3b 100644 --- a/cordova-plugin-ibeacon/index.d.ts +++ b/cordova-plugin-ibeacon/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Markus Wagner // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface CordovaPlugins { locationManager: BeaconPlugin.LocationManager; diff --git a/cordova-plugin-ibeacon/tsconfig.json b/cordova-plugin-ibeacon/tsconfig.json index ae4bba8795..f7f04a7511 100644 --- a/cordova-plugin-ibeacon/tsconfig.json +++ b/cordova-plugin-ibeacon/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cordova-plugin-insomnia/cordova-plugin-insomnia-tests.ts b/cordova-plugin-insomnia/cordova-plugin-insomnia-tests.ts index 2d7f04a105..98fdf66930 100644 --- a/cordova-plugin-insomnia/cordova-plugin-insomnia-tests.ts +++ b/cordova-plugin-insomnia/cordova-plugin-insomnia-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// window.plugins.insomnia.allowSleepAgain( diff --git a/cordova-plugin-insomnia/tsconfig.json b/cordova-plugin-insomnia/tsconfig.json index feba2ad91d..7b0dba063f 100644 --- a/cordova-plugin-insomnia/tsconfig.json +++ b/cordova-plugin-insomnia/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cordova-plugin-mapsforge/tsconfig.json b/cordova-plugin-mapsforge/tsconfig.json index 5ebbe3966f..f9ef58aac9 100644 --- a/cordova-plugin-mapsforge/tsconfig.json +++ b/cordova-plugin-mapsforge/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cordova-plugin-ms-adal/tsconfig.json b/cordova-plugin-ms-adal/tsconfig.json index 2b76696293..366135c584 100644 --- a/cordova-plugin-ms-adal/tsconfig.json +++ b/cordova-plugin-ms-adal/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cordova-plugin-ouralabs/tsconfig.json b/cordova-plugin-ouralabs/tsconfig.json index cdb979897f..61980dde41 100644 --- a/cordova-plugin-ouralabs/tsconfig.json +++ b/cordova-plugin-ouralabs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cordova-plugin-qrscanner/tsconfig.json b/cordova-plugin-qrscanner/tsconfig.json index 201c7dda1c..1b11f2e95a 100644 --- a/cordova-plugin-qrscanner/tsconfig.json +++ b/cordova-plugin-qrscanner/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cordova-plugin-spinner/tsconfig.json b/cordova-plugin-spinner/tsconfig.json index 866e70dee7..3d30b37982 100644 --- a/cordova-plugin-spinner/tsconfig.json +++ b/cordova-plugin-spinner/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cordova-plugin-x-socialsharing/cordova-plugin-x-socialsharing-tests.ts b/cordova-plugin-x-socialsharing/cordova-plugin-x-socialsharing-tests.ts index e85c1cfb23..a5c9794b1c 100755 --- a/cordova-plugin-x-socialsharing/cordova-plugin-x-socialsharing-tests.ts +++ b/cordova-plugin-x-socialsharing/cordova-plugin-x-socialsharing-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// window.plugins.socialsharing.iPadPopupCoordinates = function () { diff --git a/cordova-plugin-x-socialsharing/tsconfig.json b/cordova-plugin-x-socialsharing/tsconfig.json index 760ebc2c4b..b0a9dba7a8 100644 --- a/cordova-plugin-x-socialsharing/tsconfig.json +++ b/cordova-plugin-x-socialsharing/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cordova/tsconfig.json b/cordova/tsconfig.json index 5328e1e769..67b8a9a8fd 100644 --- a/cordova/tsconfig.json +++ b/cordova/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cordovarduino/tsconfig.json b/cordovarduino/tsconfig.json index 7629789c2c..7d896f3a82 100644 --- a/cordovarduino/tsconfig.json +++ b/cordovarduino/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/core-decorators/tsconfig.json b/core-decorators/tsconfig.json index d289da6b5c..3fc17fa666 100644 --- a/core-decorators/tsconfig.json +++ b/core-decorators/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/core-js/tsconfig.json b/core-js/tsconfig.json index aef9c1db3e..ae064ecf17 100644 --- a/core-js/tsconfig.json +++ b/core-js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cors/tsconfig.json b/cors/tsconfig.json index 1247d83b5d..4250dec52f 100644 --- a/cors/tsconfig.json +++ b/cors/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/couchbase/index.d.ts b/couchbase/index.d.ts index 36dca55bea..4121455dd2 100644 --- a/couchbase/index.d.ts +++ b/couchbase/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Marwan Aouida // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/couchbase/tsconfig.json b/couchbase/tsconfig.json index 105a6c494c..548f6a1f76 100644 --- a/couchbase/tsconfig.json +++ b/couchbase/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cradle/tsconfig.json b/cradle/tsconfig.json index f02f6ee464..047ebe517b 100644 --- a/cradle/tsconfig.json +++ b/cradle/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/create-error/create-error-tests.ts b/create-error/create-error-tests.ts index 5c186a2eb8..51cdab4381 100644 --- a/create-error/create-error-tests.ts +++ b/create-error/create-error-tests.ts @@ -1,6 +1,6 @@ -/// -/// +/// +/// import * as createError from 'create-error'; import * as assert from 'assert'; diff --git a/create-error/tsconfig.json b/create-error/tsconfig.json index 89c8f57809..af7232aa46 100644 --- a/create-error/tsconfig.json +++ b/create-error/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/createjs-lib/tsconfig.json b/createjs-lib/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/createjs-lib/tsconfig.json +++ b/createjs-lib/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/createjs/index.d.ts b/createjs/index.d.ts index 26ebfa1262..0aaf6412fb 100644 --- a/createjs/index.d.ts +++ b/createjs/index.d.ts @@ -16,9 +16,9 @@ // Library documentation : http://www.createjs.com/Docs/TweenJS/modules/TweenJS.html -/// -/// -/// -/// -/// +/// +/// +/// +/// +/// diff --git a/createjs/tsconfig.json b/createjs/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/createjs/tsconfig.json +++ b/createjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/credential/tsconfig.json b/credential/tsconfig.json index 7c0b07f4b0..f37b8c2d5a 100644 --- a/credential/tsconfig.json +++ b/credential/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cron/tsconfig.json b/cron/tsconfig.json index 57096d6dd8..9e6b30ee20 100644 --- a/cron/tsconfig.json +++ b/cron/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cropperjs/tsconfig.json b/cropperjs/tsconfig.json index f1dc484588..6a324eef4a 100644 --- a/cropperjs/tsconfig.json +++ b/cropperjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cross-storage/tsconfig.json b/cross-storage/tsconfig.json index 010f25b97b..70635edf90 100644 --- a/cross-storage/tsconfig.json +++ b/cross-storage/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/crossfilter/tsconfig.json b/crossfilter/tsconfig.json index 74df807e80..f187b5ba9c 100644 --- a/crossfilter/tsconfig.json +++ b/crossfilter/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/crossroads/index.d.ts b/crossroads/index.d.ts index 53e07e8812..f4451cc989 100644 --- a/crossroads/index.d.ts +++ b/crossroads/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Diullei Gomes // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace CrossroadsJs { diff --git a/crossroads/tsconfig.json b/crossroads/tsconfig.json index 52cfa18c2d..5e6cd2338f 100644 --- a/crossroads/tsconfig.json +++ b/crossroads/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/crypto-js/tsconfig.json b/crypto-js/tsconfig.json index b22abdca7b..e1ec7f0365 100644 --- a/crypto-js/tsconfig.json +++ b/crypto-js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cryptojs/test/aes-profile-tests.ts b/cryptojs/test/aes-profile-tests.ts index 2e9df8ceb7..62f2d00805 100644 --- a/cryptojs/test/aes-profile-tests.ts +++ b/cryptojs/test/aes-profile-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-aes-profile', function (Y) { diff --git a/cryptojs/test/aes-tests.ts b/cryptojs/test/aes-tests.ts index 81e83e594a..ce83e2b6b6 100644 --- a/cryptojs/test/aes-tests.ts +++ b/cryptojs/test/aes-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-aes-test', function (Y) { diff --git a/cryptojs/test/des-profile-tests.ts b/cryptojs/test/des-profile-tests.ts index edc9321fc8..707f3e9324 100644 --- a/cryptojs/test/des-profile-tests.ts +++ b/cryptojs/test/des-profile-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-des-profile', function (Y) { diff --git a/cryptojs/test/des-tests.ts b/cryptojs/test/des-tests.ts index 72ae365f92..7901d963ef 100644 --- a/cryptojs/test/des-tests.ts +++ b/cryptojs/test/des-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-des-test', function (Y) { diff --git a/cryptojs/test/enc-base64-tests.ts b/cryptojs/test/enc-base64-tests.ts index 87bfd57765..f9be8e342f 100644 --- a/cryptojs/test/enc-base64-tests.ts +++ b/cryptojs/test/enc-base64-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('enc-base64-test', function (Y) { diff --git a/cryptojs/test/enc-hex-tests.ts b/cryptojs/test/enc-hex-tests.ts index dc960ba452..9c420de9a8 100644 --- a/cryptojs/test/enc-hex-tests.ts +++ b/cryptojs/test/enc-hex-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('enc-hex-test', function (Y) { diff --git a/cryptojs/test/enc-latin1-tests.ts b/cryptojs/test/enc-latin1-tests.ts index 5e163912e6..09a967306e 100644 --- a/cryptojs/test/enc-latin1-tests.ts +++ b/cryptojs/test/enc-latin1-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('enc-latin1-test', function (Y) { diff --git a/cryptojs/test/enc-utf16-tests.ts b/cryptojs/test/enc-utf16-tests.ts index 8191cd72c9..67eb9baf44 100644 --- a/cryptojs/test/enc-utf16-tests.ts +++ b/cryptojs/test/enc-utf16-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('enc-utf16-test', function (Y) { diff --git a/cryptojs/test/enc-utf8-tests.ts b/cryptojs/test/enc-utf8-tests.ts index 7c0a0583ce..eb7ce1c90c 100644 --- a/cryptojs/test/enc-utf8-tests.ts +++ b/cryptojs/test/enc-utf8-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('enc-utf8-test', function (Y) { diff --git a/cryptojs/test/evpkdf-profile-tests.ts b/cryptojs/test/evpkdf-profile-tests.ts index 7af922fbf6..001dcda2b8 100644 --- a/cryptojs/test/evpkdf-profile-tests.ts +++ b/cryptojs/test/evpkdf-profile-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-evpkdf-profile', function (Y) { diff --git a/cryptojs/test/evpkdf-tests.ts b/cryptojs/test/evpkdf-tests.ts index d02a304f4e..2d0f66e65a 100644 --- a/cryptojs/test/evpkdf-tests.ts +++ b/cryptojs/test/evpkdf-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-evpkdf-test', function (Y) { diff --git a/cryptojs/test/format-openssl-tests.ts b/cryptojs/test/format-openssl-tests.ts index 3f863bd8da..3787e273d5 100644 --- a/cryptojs/test/format-openssl-tests.ts +++ b/cryptojs/test/format-openssl-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('format-openssl-test', function (Y) { diff --git a/cryptojs/test/hmac-profile-tests.ts b/cryptojs/test/hmac-profile-tests.ts index 1d9a1ba75f..01f2467280 100644 --- a/cryptojs/test/hmac-profile-tests.ts +++ b/cryptojs/test/hmac-profile-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-hmac-profile', function (Y) { diff --git a/cryptojs/test/hmac-tests.ts b/cryptojs/test/hmac-tests.ts index d40f6ce42f..d92d1f65bb 100644 --- a/cryptojs/test/hmac-tests.ts +++ b/cryptojs/test/hmac-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-hmac-test', function (Y) { diff --git a/cryptojs/test/kdf-openssl-tests.ts b/cryptojs/test/kdf-openssl-tests.ts index cc353d7e4c..7ef7905220 100644 --- a/cryptojs/test/kdf-openssl-tests.ts +++ b/cryptojs/test/kdf-openssl-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('kdf-openssl-test', function (Y) { diff --git a/cryptojs/test/lib-base-tests.ts b/cryptojs/test/lib-base-tests.ts index 38467b9076..39641739e4 100644 --- a/cryptojs/test/lib-base-tests.ts +++ b/cryptojs/test/lib-base-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('lib-base-test', function (Y) { diff --git a/cryptojs/test/lib-cipherparams-tests.ts b/cryptojs/test/lib-cipherparams-tests.ts index 2b87034fa1..2f4948cf45 100644 --- a/cryptojs/test/lib-cipherparams-tests.ts +++ b/cryptojs/test/lib-cipherparams-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('lib-cipherparams-test', function (Y) { diff --git a/cryptojs/test/lib-passwordbasedcipher-tests.ts b/cryptojs/test/lib-passwordbasedcipher-tests.ts index d18128896e..88ee369195 100644 --- a/cryptojs/test/lib-passwordbasedcipher-tests.ts +++ b/cryptojs/test/lib-passwordbasedcipher-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('lib-passwordbasedcipher-test', function (Y) { diff --git a/cryptojs/test/lib-serializablecipher-tests.ts b/cryptojs/test/lib-serializablecipher-tests.ts index 6ea097a342..7cd55cccf9 100644 --- a/cryptojs/test/lib-serializablecipher-tests.ts +++ b/cryptojs/test/lib-serializablecipher-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('lib-serializablecipher-test', function (Y) { diff --git a/cryptojs/test/lib-typedarrays-tests.ts b/cryptojs/test/lib-typedarrays-tests.ts index beb3d667a7..49ec6dd1f7 100644 --- a/cryptojs/test/lib-typedarrays-tests.ts +++ b/cryptojs/test/lib-typedarrays-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('lib-wordarray-test', function (Y) { diff --git a/cryptojs/test/lib-wordarray-tests.ts b/cryptojs/test/lib-wordarray-tests.ts index 0f210aa663..0e99f5883a 100644 --- a/cryptojs/test/lib-wordarray-tests.ts +++ b/cryptojs/test/lib-wordarray-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('lib-wordarray-test', function (Y) { diff --git a/cryptojs/test/md5-profile-tests.ts b/cryptojs/test/md5-profile-tests.ts index c51c735b51..74772f81af 100644 --- a/cryptojs/test/md5-profile-tests.ts +++ b/cryptojs/test/md5-profile-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-md5-profile', function (Y) { diff --git a/cryptojs/test/md5-tests.ts b/cryptojs/test/md5-tests.ts index 71056d1b64..d97936ecc4 100644 --- a/cryptojs/test/md5-tests.ts +++ b/cryptojs/test/md5-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-md5-test', function (Y) { diff --git a/cryptojs/test/mode-cbc-tests.ts b/cryptojs/test/mode-cbc-tests.ts index cb6b4e18c9..4a8a85b584 100644 --- a/cryptojs/test/mode-cbc-tests.ts +++ b/cryptojs/test/mode-cbc-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('mode-cbc-test', function (Y) { diff --git a/cryptojs/test/mode-cfb-tests.ts b/cryptojs/test/mode-cfb-tests.ts index 8727946bae..db8d9fc491 100644 --- a/cryptojs/test/mode-cfb-tests.ts +++ b/cryptojs/test/mode-cfb-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('mode-cfb-test', function (Y) { diff --git a/cryptojs/test/mode-ctr-tests.ts b/cryptojs/test/mode-ctr-tests.ts index a9ca0ddbb1..f437d3570f 100644 --- a/cryptojs/test/mode-ctr-tests.ts +++ b/cryptojs/test/mode-ctr-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('mode-ctr-test', function (Y) { diff --git a/cryptojs/test/mode-ecb-tests.ts b/cryptojs/test/mode-ecb-tests.ts index 249c2b6d24..96546aae35 100644 --- a/cryptojs/test/mode-ecb-tests.ts +++ b/cryptojs/test/mode-ecb-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('mode-ecb-test', function (Y) { diff --git a/cryptojs/test/mode-ofb-tests.ts b/cryptojs/test/mode-ofb-tests.ts index 89aa36c681..4edd9cc87e 100644 --- a/cryptojs/test/mode-ofb-tests.ts +++ b/cryptojs/test/mode-ofb-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('mode-ofb-test', function (Y) { diff --git a/cryptojs/test/pad-ansix923-tests.ts b/cryptojs/test/pad-ansix923-tests.ts index 6b610728cc..f3a326616e 100644 --- a/cryptojs/test/pad-ansix923-tests.ts +++ b/cryptojs/test/pad-ansix923-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('pad-ansix923-test', function (Y) { diff --git a/cryptojs/test/pad-iso10126-tests.ts b/cryptojs/test/pad-iso10126-tests.ts index 2961c9a32e..d525abbce0 100644 --- a/cryptojs/test/pad-iso10126-tests.ts +++ b/cryptojs/test/pad-iso10126-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('pad-iso10126-test', function (Y) { diff --git a/cryptojs/test/pad-iso97971-tests.ts b/cryptojs/test/pad-iso97971-tests.ts index 29f1ef6af1..a5f75b5d18 100644 --- a/cryptojs/test/pad-iso97971-tests.ts +++ b/cryptojs/test/pad-iso97971-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('pad-iso97971-test', function (Y) { diff --git a/cryptojs/test/pad-pkcs7-tests.ts b/cryptojs/test/pad-pkcs7-tests.ts index b56381daf3..3f574dbdf6 100644 --- a/cryptojs/test/pad-pkcs7-tests.ts +++ b/cryptojs/test/pad-pkcs7-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('pad-pkcs7-test', function (Y) { diff --git a/cryptojs/test/pad-zeropadding-tests.ts b/cryptojs/test/pad-zeropadding-tests.ts index f2fdfe8f48..c272171eb9 100644 --- a/cryptojs/test/pad-zeropadding-tests.ts +++ b/cryptojs/test/pad-zeropadding-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('pad-zeropadding-test', function (Y) { diff --git a/cryptojs/test/pbkdf2-profile-tests.ts b/cryptojs/test/pbkdf2-profile-tests.ts index adb684c365..3b3ef4f641 100644 --- a/cryptojs/test/pbkdf2-profile-tests.ts +++ b/cryptojs/test/pbkdf2-profile-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-pbkdf2-profile', function (Y) { diff --git a/cryptojs/test/pbkdf2-tests.ts b/cryptojs/test/pbkdf2-tests.ts index 0b7cf411f8..21e7a1bd12 100644 --- a/cryptojs/test/pbkdf2-tests.ts +++ b/cryptojs/test/pbkdf2-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-pbkdf2-test', function (Y) { diff --git a/cryptojs/test/rabbit-legacy-tests.ts b/cryptojs/test/rabbit-legacy-tests.ts index 30f3687171..800bed793a 100644 --- a/cryptojs/test/rabbit-legacy-tests.ts +++ b/cryptojs/test/rabbit-legacy-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-rabbit-legacy-test', function (Y) { diff --git a/cryptojs/test/rabbit-profile-tests.ts b/cryptojs/test/rabbit-profile-tests.ts index 05bdc9a4ee..5e881bbdc6 100644 --- a/cryptojs/test/rabbit-profile-tests.ts +++ b/cryptojs/test/rabbit-profile-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-rabbit-profile', function (Y) { diff --git a/cryptojs/test/rabbit-tests.ts b/cryptojs/test/rabbit-tests.ts index a5690facee..e2336e396d 100644 --- a/cryptojs/test/rabbit-tests.ts +++ b/cryptojs/test/rabbit-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-rabbit-test', function (Y) { diff --git a/cryptojs/test/rc4-profile-tests.ts b/cryptojs/test/rc4-profile-tests.ts index 6d3145e56e..f8e96e281b 100644 --- a/cryptojs/test/rc4-profile-tests.ts +++ b/cryptojs/test/rc4-profile-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-rc4-profile', function (Y) { diff --git a/cryptojs/test/rc4-tests.ts b/cryptojs/test/rc4-tests.ts index a827c0921a..7b65491432 100644 --- a/cryptojs/test/rc4-tests.ts +++ b/cryptojs/test/rc4-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-rc4-test', function (Y) { diff --git a/cryptojs/test/ripemd160-tests.ts b/cryptojs/test/ripemd160-tests.ts index 3173983887..ec13f4558b 100644 --- a/cryptojs/test/ripemd160-tests.ts +++ b/cryptojs/test/ripemd160-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-ripemd160-test', function (Y) { diff --git a/cryptojs/test/sha1-profile-tests.ts b/cryptojs/test/sha1-profile-tests.ts index e0d46c49b2..0f06c2e1dc 100644 --- a/cryptojs/test/sha1-profile-tests.ts +++ b/cryptojs/test/sha1-profile-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-sha1-profile', function (Y) { diff --git a/cryptojs/test/sha1-tests.ts b/cryptojs/test/sha1-tests.ts index 92f87d2107..c512339e25 100644 --- a/cryptojs/test/sha1-tests.ts +++ b/cryptojs/test/sha1-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-sha1-test', function (Y) { diff --git a/cryptojs/test/sha224-tests.ts b/cryptojs/test/sha224-tests.ts index 49413aaef1..36e246a9dd 100644 --- a/cryptojs/test/sha224-tests.ts +++ b/cryptojs/test/sha224-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-sha224-test', function (Y) { diff --git a/cryptojs/test/sha256-profile-tests.ts b/cryptojs/test/sha256-profile-tests.ts index 899202743f..040e8b669d 100644 --- a/cryptojs/test/sha256-profile-tests.ts +++ b/cryptojs/test/sha256-profile-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-sha256-profile', function (Y) { diff --git a/cryptojs/test/sha256-tests.ts b/cryptojs/test/sha256-tests.ts index 0daf3223ec..20f5e6df3e 100644 --- a/cryptojs/test/sha256-tests.ts +++ b/cryptojs/test/sha256-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-sha256-test', function (Y) { diff --git a/cryptojs/test/sha3-profile-tests.ts b/cryptojs/test/sha3-profile-tests.ts index 015c326d0b..a6ccfe8ee5 100644 --- a/cryptojs/test/sha3-profile-tests.ts +++ b/cryptojs/test/sha3-profile-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-sha3-profile', function (Y) { diff --git a/cryptojs/test/sha3-tests.ts b/cryptojs/test/sha3-tests.ts index c8ab5d642e..f78a1d8371 100644 --- a/cryptojs/test/sha3-tests.ts +++ b/cryptojs/test/sha3-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-sha3-test', function (Y) { diff --git a/cryptojs/test/sha384-tests.ts b/cryptojs/test/sha384-tests.ts index fd4f4a4095..d599394557 100644 --- a/cryptojs/test/sha384-tests.ts +++ b/cryptojs/test/sha384-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-sha384-test', function (Y) { diff --git a/cryptojs/test/sha512-profile-tests.ts b/cryptojs/test/sha512-profile-tests.ts index 82baed5a81..fa0eb5cae0 100644 --- a/cryptojs/test/sha512-profile-tests.ts +++ b/cryptojs/test/sha512-profile-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-sha512-profile', function (Y) { diff --git a/cryptojs/test/sha512-tests.ts b/cryptojs/test/sha512-tests.ts index c6559d7c7c..3c2b2837f3 100644 --- a/cryptojs/test/sha512-tests.ts +++ b/cryptojs/test/sha512-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-sha512-test', function (Y) { diff --git a/cryptojs/test/tripledes-profile-tests.ts b/cryptojs/test/tripledes-profile-tests.ts index e1543ff485..e795400d0c 100644 --- a/cryptojs/test/tripledes-profile-tests.ts +++ b/cryptojs/test/tripledes-profile-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-tripledes-profile', function (Y) { diff --git a/cryptojs/test/tripledes-tests.ts b/cryptojs/test/tripledes-tests.ts index c0a795c9d6..33d25cc12d 100644 --- a/cryptojs/test/tripledes-tests.ts +++ b/cryptojs/test/tripledes-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('algo-tripledes-test', function (Y) { diff --git a/cryptojs/test/x64-word-tests.ts b/cryptojs/test/x64-word-tests.ts index f5ee66ce22..50e794913c 100644 --- a/cryptojs/test/x64-word-tests.ts +++ b/cryptojs/test/x64-word-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('x64-word-test', function (Y) { diff --git a/cryptojs/test/x64-wordarray-tests.ts b/cryptojs/test/x64-wordarray-tests.ts index 7b11830b9e..ca11cf8467 100644 --- a/cryptojs/test/x64-wordarray-tests.ts +++ b/cryptojs/test/x64-wordarray-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// YUI.add('x64-wordarray-test', function (Y) { diff --git a/cryptojs/tsconfig.json b/cryptojs/tsconfig.json index 4f90864c24..5f79c6aff2 100644 --- a/cryptojs/tsconfig.json +++ b/cryptojs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cson/tsconfig.json b/cson/tsconfig.json index a3d0b721ac..01af98b6ac 100644 --- a/cson/tsconfig.json +++ b/cson/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/css/tsconfig.json b/css/tsconfig.json index cc33448b66..bbbc872559 100644 --- a/css/tsconfig.json +++ b/css/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/csurf/tsconfig.json b/csurf/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/csurf/tsconfig.json +++ b/csurf/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/csv-stringify/index.d.ts b/csv-stringify/index.d.ts index a097cb4a26..27694f3252 100644 --- a/csv-stringify/index.d.ts +++ b/csv-stringify/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Rogier Schouten // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/csv-stringify/tsconfig.json b/csv-stringify/tsconfig.json index 04c5a23e59..db963dd783 100644 --- a/csv-stringify/tsconfig.json +++ b/csv-stringify/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cucumber/tsconfig.json b/cucumber/tsconfig.json index 5c42e46dae..65aaf16ce3 100644 --- a/cucumber/tsconfig.json +++ b/cucumber/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/cuid/tsconfig.json b/cuid/tsconfig.json index 1badade866..73c583ba13 100644 --- a/cuid/tsconfig.json +++ b/cuid/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/custom-error-generator/tsconfig.json b/custom-error-generator/tsconfig.json index 4e333c948b..84da14477f 100644 --- a/custom-error-generator/tsconfig.json +++ b/custom-error-generator/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/d3-dsv/tsconfig.json b/d3-dsv/tsconfig.json index c79b6034f9..4ff33585dc 100644 --- a/d3-dsv/tsconfig.json +++ b/d3-dsv/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/d3.cloud.layout/d3.cloud.layout-tests.ts b/d3.cloud.layout/d3.cloud.layout-tests.ts index 9d5ed7b718..219702ce2e 100644 --- a/d3.cloud.layout/d3.cloud.layout-tests.ts +++ b/d3.cloud.layout/d3.cloud.layout-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// interface ICompTextSize{ diff --git a/d3.cloud.layout/index.d.ts b/d3.cloud.layout/index.d.ts index a66c6c7a65..d7ed917fe3 100644 --- a/d3.cloud.layout/index.d.ts +++ b/d3.cloud.layout/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: hans windhoff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace d3 { namespace layout { diff --git a/d3.cloud.layout/tsconfig.json b/d3.cloud.layout/tsconfig.json index bcc852527a..ff80150b2e 100644 --- a/d3.cloud.layout/tsconfig.json +++ b/d3.cloud.layout/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/d3/tsconfig.json b/d3/tsconfig.json index 379785c5c3..57451c0117 100644 --- a/d3/tsconfig.json +++ b/d3/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/dagre-d3/index.d.ts b/dagre-d3/index.d.ts index c8484995e3..7e85b439d2 100644 --- a/dagre-d3/index.d.ts +++ b/dagre-d3/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Mark Wong Siang Kai // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace Dagre { diff --git a/dagre-d3/tsconfig.json b/dagre-d3/tsconfig.json index e2b8e382cd..403f5a9452 100644 --- a/dagre-d3/tsconfig.json +++ b/dagre-d3/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/dagre/tsconfig.json b/dagre/tsconfig.json index 2b6d434c8e..1428a01fd6 100644 --- a/dagre/tsconfig.json +++ b/dagre/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/dat-gui/tsconfig.json b/dat-gui/tsconfig.json index 62fb6cbb0c..0a976d3f11 100644 --- a/dat-gui/tsconfig.json +++ b/dat-gui/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/data-driven/tsconfig.json b/data-driven/tsconfig.json index e6cdf26d78..53cdef443f 100644 --- a/data-driven/tsconfig.json +++ b/data-driven/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/datatables-buttons/datatables-buttons-tests.ts b/datatables-buttons/datatables-buttons-tests.ts index dbe176eea0..12fbdf03c8 100644 --- a/datatables-buttons/datatables-buttons-tests.ts +++ b/datatables-buttons/datatables-buttons-tests.ts @@ -1,5 +1,5 @@ -/// -/// +/// +/// /// $(document).ready(function () { diff --git a/datatables-buttons/index.d.ts b/datatables-buttons/index.d.ts index f11f39040d..3bb8d5c02c 100644 --- a/datatables-buttons/index.d.ts +++ b/datatables-buttons/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Sam Germano // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace DataTables { export interface Settings { diff --git a/datatables-buttons/tsconfig.json b/datatables-buttons/tsconfig.json index 51c00c9461..d99975acae 100644 --- a/datatables-buttons/tsconfig.json +++ b/datatables-buttons/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/date.format.js/tsconfig.json b/date.format.js/tsconfig.json index 76108fc911..e30618fea4 100644 --- a/date.format.js/tsconfig.json +++ b/date.format.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/datejs/tsconfig.json b/datejs/tsconfig.json index 6f5c11cdb8..19da09cbdf 100644 --- a/datejs/tsconfig.json +++ b/datejs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/dc/dc-1.6.0.d.ts b/dc/dc-1.6.0.d.ts index cf410f1659..03b5e9039b 100644 --- a/dc/dc-1.6.0.d.ts +++ b/dc/dc-1.6.0.d.ts @@ -5,8 +5,8 @@ // this makes only sense together with d3 and crossfilter so you need the d3.d.ts and crossfilter.d.ts files -/// -/// +/// +/// diff --git a/dc/dc-tests.ts b/dc/dc-tests.ts index 91b1dc77d2..57817f4b67 100644 --- a/dc/dc-tests.ts +++ b/dc/dc-tests.ts @@ -1,5 +1,5 @@ -/// -/// +/// +/// /// interface IYelpData { diff --git a/dc/index.d.ts b/dc/index.d.ts index afb8cc06c2..ffea80fa05 100644 --- a/dc/index.d.ts +++ b/dc/index.d.ts @@ -5,8 +5,8 @@ // this makes only sense together with d3 and crossfilter so you need the d3.d.ts and crossfilter.d.ts files -/// -/// +/// +/// declare namespace DC { // helper for get/set situation diff --git a/dc/tsconfig.json b/dc/tsconfig.json index 3859b81055..6abdcd445a 100644 --- a/dc/tsconfig.json +++ b/dc/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/debounce/tsconfig.json b/debounce/tsconfig.json index 031e8c423f..ca438e4940 100644 --- a/debounce/tsconfig.json +++ b/debounce/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/debug/tsconfig.json b/debug/tsconfig.json index 382a0195d7..6d5e6e9896 100644 --- a/debug/tsconfig.json +++ b/debug/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/decamelize/tsconfig.json b/decamelize/tsconfig.json index c75a0a5342..a5e09841f7 100644 --- a/decamelize/tsconfig.json +++ b/decamelize/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/decimal.js/tsconfig.json b/decimal.js/tsconfig.json index 3d85cb8fde..b94f1e3445 100644 --- a/decimal.js/tsconfig.json +++ b/decimal.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/decorum/tsconfig.json b/decorum/tsconfig.json index 7c2a209bf0..45a275b683 100644 --- a/decorum/tsconfig.json +++ b/decorum/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/deep-diff/tsconfig.json b/deep-diff/tsconfig.json index 78f5b39efb..7de6a6cdfa 100644 --- a/deep-diff/tsconfig.json +++ b/deep-diff/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/deep-equal/tsconfig.json b/deep-equal/tsconfig.json index e2983137ca..35da3a2fc9 100644 --- a/deep-equal/tsconfig.json +++ b/deep-equal/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/deep-extend/tsconfig.json b/deep-extend/tsconfig.json index c90dd81a94..08ac72799a 100644 --- a/deep-extend/tsconfig.json +++ b/deep-extend/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/deep-freeze/tsconfig.json b/deep-freeze/tsconfig.json index e96a634e98..9507716268 100644 --- a/deep-freeze/tsconfig.json +++ b/deep-freeze/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/del/tsconfig.json b/del/tsconfig.json index bf16ba4b65..029959ea22 100644 --- a/del/tsconfig.json +++ b/del/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/denodeify/denodeify-tests.ts b/denodeify/denodeify-tests.ts index ed76b40ff1..92cac88436 100644 --- a/denodeify/denodeify-tests.ts +++ b/denodeify/denodeify-tests.ts @@ -1,5 +1,5 @@ -/// +/// import denodeify = require("denodeify"); import fs = require('fs'); diff --git a/denodeify/tsconfig.json b/denodeify/tsconfig.json index 71b642e05b..ffafb81a74 100644 --- a/denodeify/tsconfig.json +++ b/denodeify/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/depd/tsconfig.json b/depd/tsconfig.json index 18fc1a5287..5867db1e2d 100644 --- a/depd/tsconfig.json +++ b/depd/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/deployJava/tsconfig.json b/deployJava/tsconfig.json index e0f8fd461f..27bca1b85e 100644 --- a/deployJava/tsconfig.json +++ b/deployJava/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/detect-indent/tsconfig.json b/detect-indent/tsconfig.json index 4ab09603f0..e9a74f0ef1 100644 --- a/detect-indent/tsconfig.json +++ b/detect-indent/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/devexpress-web/tsconfig.json b/devexpress-web/tsconfig.json index 07d277ef61..4a41100937 100644 --- a/devexpress-web/tsconfig.json +++ b/devexpress-web/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/devextreme/devextreme-15.1.3.d.ts b/devextreme/devextreme-15.1.3.d.ts index 44fd7abbd1..432b6d4008 100644 --- a/devextreme/devextreme-15.1.3.d.ts +++ b/devextreme/devextreme-15.1.3.d.ts @@ -3,7 +3,7 @@ // Definitions by: DevExpress Inc. // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace DevExpress { /** A mixin that provides a capability to fire and subscribe to events. */ diff --git a/devextreme/devextreme-15.1.4.d.ts b/devextreme/devextreme-15.1.4.d.ts index 9357c6da07..44881ea912 100644 --- a/devextreme/devextreme-15.1.4.d.ts +++ b/devextreme/devextreme-15.1.4.d.ts @@ -3,7 +3,7 @@ // Definitions by: DevExpress Inc. // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace DevExpress { /** A mixin that provides a capability to fire and subscribe to events. */ diff --git a/devextreme/devextreme-15.1.5.d.ts b/devextreme/devextreme-15.1.5.d.ts index fd6f0ea1b6..6e0fbdf7ae 100644 --- a/devextreme/devextreme-15.1.5.d.ts +++ b/devextreme/devextreme-15.1.5.d.ts @@ -3,7 +3,7 @@ // Definitions by: DevExpress Inc. // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace DevExpress { /** A mixin that provides a capability to fire and subscribe to events. */ diff --git a/devextreme/devextreme-15.1.6.d.ts b/devextreme/devextreme-15.1.6.d.ts index 84a5038888..056ba14ee7 100644 --- a/devextreme/devextreme-15.1.6.d.ts +++ b/devextreme/devextreme-15.1.6.d.ts @@ -3,7 +3,7 @@ // Definitions by: DevExpress Inc. // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace DevExpress { /** A mixin that provides a capability to fire and subscribe to events. */ diff --git a/devextreme/devextreme-15.1.7.d.ts b/devextreme/devextreme-15.1.7.d.ts index a2eeb19894..53f058c593 100644 --- a/devextreme/devextreme-15.1.7.d.ts +++ b/devextreme/devextreme-15.1.7.d.ts @@ -3,7 +3,7 @@ // Definitions by: DevExpress Inc. // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace DevExpress { /** A mixin that provides a capability to fire and subscribe to events. */ diff --git a/devextreme/devextreme-15.1.8.d.ts b/devextreme/devextreme-15.1.8.d.ts index f0c3eeac34..447e0b15b9 100644 --- a/devextreme/devextreme-15.1.8.d.ts +++ b/devextreme/devextreme-15.1.8.d.ts @@ -3,7 +3,7 @@ // Definitions by: DevExpress Inc. // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace DevExpress { /** A mixin that provides a capability to fire and subscribe to events. */ diff --git a/devextreme/devextreme-15.2.4.d.ts b/devextreme/devextreme-15.2.4.d.ts index a48987596b..bffccd11ca 100644 --- a/devextreme/devextreme-15.2.4.d.ts +++ b/devextreme/devextreme-15.2.4.d.ts @@ -3,7 +3,7 @@ // Definitions by: DevExpress Inc. // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace DevExpress { /** A mixin that provides a capability to fire and subscribe to events. */ diff --git a/devextreme/devextreme-15.2.5.d.ts b/devextreme/devextreme-15.2.5.d.ts index 892b4f417c..f968fcb1e5 100644 --- a/devextreme/devextreme-15.2.5.d.ts +++ b/devextreme/devextreme-15.2.5.d.ts @@ -3,7 +3,7 @@ // Definitions by: DevExpress Inc. // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace DevExpress { /** A mixin that provides a capability to fire and subscribe to events. */ diff --git a/devextreme/devextreme-15.2.7.d.ts b/devextreme/devextreme-15.2.7.d.ts index df967b19f3..d12d4f4751 100644 --- a/devextreme/devextreme-15.2.7.d.ts +++ b/devextreme/devextreme-15.2.7.d.ts @@ -3,7 +3,7 @@ // Definitions by: DevExpress Inc. // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace DevExpress { /** A mixin that provides a capability to fire and subscribe to events. */ diff --git a/devextreme/index.d.ts b/devextreme/index.d.ts index 3a7d42e05a..c386afd337 100644 --- a/devextreme/index.d.ts +++ b/devextreme/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: DevExpress Inc. // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module DevExpress { /** A mixin that provides a capability to fire and subscribe to events. */ diff --git a/devextreme/tsconfig.json b/devextreme/tsconfig.json index 01758d7293..5ff42c5594 100644 --- a/devextreme/tsconfig.json +++ b/devextreme/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/dexie/tsconfig.json b/dexie/tsconfig.json index 6355eca3ce..e0e40fba3d 100644 --- a/dexie/tsconfig.json +++ b/dexie/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/dhtmlxgantt/tsconfig.json b/dhtmlxgantt/tsconfig.json index a7431aa146..60027c20f6 100644 --- a/dhtmlxgantt/tsconfig.json +++ b/dhtmlxgantt/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/dhtmlxscheduler/tsconfig.json b/dhtmlxscheduler/tsconfig.json index fa98948d9a..6c9994f24d 100644 --- a/dhtmlxscheduler/tsconfig.json +++ b/dhtmlxscheduler/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/di-lite/tsconfig.json b/di-lite/tsconfig.json index ecc0946c9b..add2f69e2b 100644 --- a/di-lite/tsconfig.json +++ b/di-lite/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/diff-match-patch/tsconfig.json b/diff-match-patch/tsconfig.json index 8fb79ad2b8..8310752935 100644 --- a/diff-match-patch/tsconfig.json +++ b/diff-match-patch/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/diff/tsconfig.json b/diff/tsconfig.json index 334d54b833..e4a83bfee4 100644 --- a/diff/tsconfig.json +++ b/diff/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/docCookies/tsconfig.json b/docCookies/tsconfig.json index 47a91032d5..c47e89caf3 100644 --- a/docCookies/tsconfig.json +++ b/docCookies/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/dock-spawn/tsconfig.json b/dock-spawn/tsconfig.json index 204cf4e9c0..886aeaae47 100644 --- a/dock-spawn/tsconfig.json +++ b/dock-spawn/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/docopt/docopt-tests.ts b/docopt/docopt-tests.ts index b8c1a2c25b..50f4af72da 100644 --- a/docopt/docopt-tests.ts +++ b/docopt/docopt-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// var doc = ` Usage: diff --git a/docopt/tsconfig.json b/docopt/tsconfig.json index f31119b1d7..694b782ea0 100644 --- a/docopt/tsconfig.json +++ b/docopt/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/documentdb-server/tsconfig.json b/documentdb-server/tsconfig.json index 851fdf5edd..e3581862f7 100644 --- a/documentdb-server/tsconfig.json +++ b/documentdb-server/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/documentdb/tsconfig.json b/documentdb/tsconfig.json index 675ff9c329..72443e8cf0 100644 --- a/documentdb/tsconfig.json +++ b/documentdb/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/dojo/README.md b/dojo/README.md index 0e82ab4386..e5a09883d4 100644 --- a/dojo/README.md +++ b/dojo/README.md @@ -68,8 +68,8 @@ the equivalent TypeScript version is next, explanation of each section below: /// -/// -/// +/// +/// declare var require: (moduleId: string) => any; diff --git a/dojo/tsconfig.json b/dojo/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/dojo/tsconfig.json +++ b/dojo/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/dom4/tsconfig.json b/dom4/tsconfig.json index c2dbdf820d..33f6bc5e0c 100644 --- a/dom4/tsconfig.json +++ b/dom4/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/domo/tsconfig.json b/domo/tsconfig.json index 6742b53b86..947550a10c 100644 --- a/domo/tsconfig.json +++ b/domo/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/dompurify/tsconfig.json b/dompurify/tsconfig.json index c22ab94e2c..8120d5651f 100644 --- a/dompurify/tsconfig.json +++ b/dompurify/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/domready/tsconfig.json b/domready/tsconfig.json index 751aeebd9a..1ee82f8513 100644 --- a/domready/tsconfig.json +++ b/domready/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/donna/tsconfig.json b/donna/tsconfig.json index a97e1e0fd3..0ebc4f005f 100644 --- a/donna/tsconfig.json +++ b/donna/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/dot-case/tsconfig.json b/dot-case/tsconfig.json index 2e3ef6533f..9af684a45d 100644 --- a/dot-case/tsconfig.json +++ b/dot-case/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/dot-prop/tsconfig.json b/dot-prop/tsconfig.json index d92e0d77fe..c89f41ca05 100644 --- a/dot-prop/tsconfig.json +++ b/dot-prop/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/dot/tsconfig.json b/dot/tsconfig.json index 6046367c03..c0b2cb2cc0 100644 --- a/dot/tsconfig.json +++ b/dot/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/dotdotdot/dotdotdot-tests.ts b/dotdotdot/dotdotdot-tests.ts index 95fe346745..353f93444c 100644 --- a/dotdotdot/dotdotdot-tests.ts +++ b/dotdotdot/dotdotdot-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// $("span").dotdotdot({ ellipsis: ":::" }); $("span").dotdotdot({ wrap: "letter" }); diff --git a/dotdotdot/tsconfig.json b/dotdotdot/tsconfig.json index 705e97fe1b..7c47af363e 100644 --- a/dotdotdot/tsconfig.json +++ b/dotdotdot/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/dotenv/tsconfig.json b/dotenv/tsconfig.json index af54d5c616..7c1fe815b2 100644 --- a/dotenv/tsconfig.json +++ b/dotenv/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/doublearray/tsconfig.json b/doublearray/tsconfig.json index 024b736cb0..0cbd3919cd 100644 --- a/doublearray/tsconfig.json +++ b/doublearray/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/draft-js/draft-js-tests.tsx b/draft-js/draft-js-tests.tsx index fb5e301d28..4e1e41e59a 100644 --- a/draft-js/draft-js-tests.tsx +++ b/draft-js/draft-js-tests.tsx @@ -1,6 +1,6 @@ -/// -/// +/// +/// import * as React from "react"; diff --git a/draft-js/tsconfig.json b/draft-js/tsconfig.json index a57e9c42d6..5605a02735 100644 --- a/draft-js/tsconfig.json +++ b/draft-js/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/dragula/tsconfig.json b/dragula/tsconfig.json index cd739c4c2c..b00b98071e 100644 --- a/dragula/tsconfig.json +++ b/dragula/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/drop/drop-tests.ts b/drop/drop-tests.ts index cc19621fbd..2693f11345 100644 --- a/drop/drop-tests.ts +++ b/drop/drop-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var yellowBox = document.querySelector(".yellow"); diff --git a/drop/index.d.ts b/drop/index.d.ts index a642ad9edd..7244d9ed78 100644 --- a/drop/index.d.ts +++ b/drop/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Adi Dahiya // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// // global Drop constructor declare class Drop { diff --git a/drop/tsconfig.json b/drop/tsconfig.json index 9ceb748530..15aa0e8c68 100644 --- a/drop/tsconfig.json +++ b/drop/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/dropboxjs/tsconfig.json b/dropboxjs/tsconfig.json index a3901ea680..11d5f1bdf3 100644 --- a/dropboxjs/tsconfig.json +++ b/dropboxjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/dropzone/index.d.ts b/dropzone/index.d.ts index 7464151b3b..34a367526c 100644 --- a/dropzone/index.d.ts +++ b/dropzone/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Natan Vivo , Andy Hawkins , Vasya Aksyonov , Simon Huber // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface DropzoneResizeInfo { srcX?:number; diff --git a/dropzone/tsconfig.json b/dropzone/tsconfig.json index be3e036a20..980d520d08 100644 --- a/dropzone/tsconfig.json +++ b/dropzone/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/dsv/tsconfig.json b/dsv/tsconfig.json index eded89d007..c1fb60763a 100644 --- a/dsv/tsconfig.json +++ b/dsv/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/dts-bundle/dts-bundle-tests.ts b/dts-bundle/dts-bundle-tests.ts index 2ed11868dd..ef8fae6044 100644 --- a/dts-bundle/dts-bundle-tests.ts +++ b/dts-bundle/dts-bundle-tests.ts @@ -1,4 +1,4 @@ -/// +/// import dts = require("dts-bundle"); import os = require("os"); diff --git a/dts-bundle/tsconfig.json b/dts-bundle/tsconfig.json index 696e7b3f1d..009822c578 100644 --- a/dts-bundle/tsconfig.json +++ b/dts-bundle/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/durandal/durandal-1.x.d.ts b/durandal/durandal-1.x.d.ts index a017b6c9e8..92896b61b5 100644 --- a/durandal/durandal-1.x.d.ts +++ b/durandal/durandal-1.x.d.ts @@ -3,8 +3,8 @@ // Definitions by: Evan Larsen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare module "durandal/system" { /** diff --git a/durandal/index.d.ts b/durandal/index.d.ts index c5ec79ae61..72a4e7ecd0 100644 --- a/durandal/index.d.ts +++ b/durandal/index.d.ts @@ -9,15 +9,15 @@ * see: http://durandaljs.com or https://github.com/BlueSpire/Durandal for details. */ -/// -/// +/// +/// // By default, Durandal uses JQuery's Defer/Promise implementation, but durandal supports injecting/configuring // usage of different JavaScript Defer/Promise libraries (f.ex. Q or ES6 Promise polyfills). // You might therefore want to use a different interface from a community typings file or your custom unified interface. // When using f.ex. Q as Defer/Promise library replace the lines below with: -// +// // interface DurandalPromise extends Q.Promise // interface DurandalDeferred extends Q.Deferred diff --git a/durandal/tsconfig.json b/durandal/tsconfig.json index 201cb3744b..b797acbf9b 100644 --- a/durandal/tsconfig.json +++ b/durandal/tsconfig.json @@ -8,6 +8,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/dustjs-linkedin/tsconfig.json b/dustjs-linkedin/tsconfig.json index 3ef6915505..bf8f8eeb5f 100644 --- a/dustjs-linkedin/tsconfig.json +++ b/dustjs-linkedin/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/dw-bxslider-4/dw-bxslider-4-tests.ts b/dw-bxslider-4/dw-bxslider-4-tests.ts index d4138cca10..784b02ec59 100644 --- a/dw-bxslider-4/dw-bxslider-4-tests.ts +++ b/dw-bxslider-4/dw-bxslider-4-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// // examples from http://bxslider.com/examples diff --git a/dw-bxslider-4/index.d.ts b/dw-bxslider-4/index.d.ts index 3b63698e18..eb33295767 100644 --- a/dw-bxslider-4/index.d.ts +++ b/dw-bxslider-4/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Piotr Sałkowski // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface bxSliderOptions { /** diff --git a/dw-bxslider-4/tsconfig.json b/dw-bxslider-4/tsconfig.json index 309c3aec30..c1f9f138c5 100644 --- a/dw-bxslider-4/tsconfig.json +++ b/dw-bxslider-4/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/dymo-label-framework/tsconfig.json b/dymo-label-framework/tsconfig.json index 88e2c369b9..d0fcae9d94 100644 --- a/dymo-label-framework/tsconfig.json +++ b/dymo-label-framework/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/dynatable/dynatable-tests.ts b/dynatable/dynatable-tests.ts index 25f3fb2572..ed7c24ea54 100644 --- a/dynatable/dynatable-tests.ts +++ b/dynatable/dynatable-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// diff --git a/dynatable/index.d.ts b/dynatable/index.d.ts index 7b8899d345..774b617674 100644 --- a/dynatable/index.d.ts +++ b/dynatable/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: François Massart // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQuery { /** diff --git a/dynatable/tsconfig.json b/dynatable/tsconfig.json index ce2027c1af..dfbda986d6 100644 --- a/dynatable/tsconfig.json +++ b/dynatable/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/each/each-tests.ts b/each/each-tests.ts index 4b07c694d7..53ccce6b22 100644 --- a/each/each-tests.ts +++ b/each/each-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// function testEach() { var EachStaticClass: EachStatic = function (array: any[]) { diff --git a/each/tsconfig.json b/each/tsconfig.json index 8545ca0512..cdc781efc8 100644 --- a/each/tsconfig.json +++ b/each/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/easeljs/index.d.ts b/easeljs/index.d.ts index a76e72b350..73408291ac 100644 --- a/easeljs/index.d.ts +++ b/easeljs/index.d.ts @@ -12,8 +12,8 @@ // Library documentation : http://www.createjs.com/Docs/EaselJS/modules/EaselJS.html -/// -/// +/// +/// // rename the native MouseEvent, to avoid conflict with createjs's MouseEvent interface NativeMouseEvent extends MouseEvent { diff --git a/easeljs/tsconfig.json b/easeljs/tsconfig.json index 591f89ef9e..5b2e7e44f2 100644 --- a/easeljs/tsconfig.json +++ b/easeljs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/easy-api-request/index.d.ts b/easy-api-request/index.d.ts index 495379927f..5ba12d9d97 100644 --- a/easy-api-request/index.d.ts +++ b/easy-api-request/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Karl Düüna // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// import stream = require('stream'); import http = require('http'); diff --git a/easy-api-request/tsconfig.json b/easy-api-request/tsconfig.json index 2a26e2c965..fc30c9d298 100644 --- a/easy-api-request/tsconfig.json +++ b/easy-api-request/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/easy-jsend/tsconfig.json b/easy-jsend/tsconfig.json index 553bff5c58..78b440dfc1 100644 --- a/easy-jsend/tsconfig.json +++ b/easy-jsend/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/easy-session/easy-session-tests.ts b/easy-session/easy-session-tests.ts index ceb4093a7c..1dea1ad925 100644 --- a/easy-session/easy-session-tests.ts +++ b/easy-session/easy-session-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// import express = require('express'); import session = require('express-session'); diff --git a/easy-session/tsconfig.json b/easy-session/tsconfig.json index a3f8234c78..bd1171b061 100644 --- a/easy-session/tsconfig.json +++ b/easy-session/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/easy-table/tsconfig.json b/easy-table/tsconfig.json index 7ee05fb4aa..57e65a5de7 100644 --- a/easy-table/tsconfig.json +++ b/easy-table/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/easy-x-headers/tsconfig.json b/easy-x-headers/tsconfig.json index 77cba5000c..41093e83f6 100644 --- a/easy-x-headers/tsconfig.json +++ b/easy-x-headers/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/easy-xapi-supertest/tsconfig.json b/easy-xapi-supertest/tsconfig.json index 0857af9986..324e6d4763 100644 --- a/easy-xapi-supertest/tsconfig.json +++ b/easy-xapi-supertest/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/easy-xapi-utils/easy-xapi-utils-tests.ts b/easy-xapi-utils/easy-xapi-utils-tests.ts index 48d913e65e..2ad20c915a 100644 --- a/easy-xapi-utils/easy-xapi-utils-tests.ts +++ b/easy-xapi-utils/easy-xapi-utils-tests.ts @@ -3,7 +3,7 @@ */ -/// +/// import express = require('express'); import eXapi = require('easy-xapi'); diff --git a/easy-xapi-utils/index.d.ts b/easy-xapi-utils/index.d.ts index 1b590e8950..a4e5f568e6 100644 --- a/easy-xapi-utils/index.d.ts +++ b/easy-xapi-utils/index.d.ts @@ -4,8 +4,8 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// import express = require('express'); diff --git a/easy-xapi-utils/tsconfig.json b/easy-xapi-utils/tsconfig.json index f796eb5532..94c01512e5 100644 --- a/easy-xapi-utils/tsconfig.json +++ b/easy-xapi-utils/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/easy-xapi/index.d.ts b/easy-xapi/index.d.ts index c6e9aee0b8..7e19328ca0 100644 --- a/easy-xapi/index.d.ts +++ b/easy-xapi/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Express { export interface Request { diff --git a/easy-xapi/tsconfig.json b/easy-xapi/tsconfig.json index a1ad9b215a..5b1fce14a5 100644 --- a/easy-xapi/tsconfig.json +++ b/easy-xapi/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/easystarjs/tsconfig.json b/easystarjs/tsconfig.json index 142387256f..1423b0f759 100644 --- a/easystarjs/tsconfig.json +++ b/easystarjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/egg.js/tsconfig.json b/egg.js/tsconfig.json index effff43f4c..38a0dd0f64 100644 --- a/egg.js/tsconfig.json +++ b/egg.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ejs-locals/tsconfig.json b/ejs-locals/tsconfig.json index 954cf7a7d7..44923369ee 100644 --- a/ejs-locals/tsconfig.json +++ b/ejs-locals/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ejs/tsconfig.json b/ejs/tsconfig.json index f426a07253..e12c792a61 100644 --- a/ejs/tsconfig.json +++ b/ejs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/electron-builder/index.d.ts b/electron-builder/index.d.ts index 2ed7cd2782..3daa291b55 100644 --- a/electron-builder/index.d.ts +++ b/electron-builder/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Maxime LUCE // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ElectronBuilder { diff --git a/electron-builder/tsconfig.json b/electron-builder/tsconfig.json index 66b226b373..1b4b1679a8 100644 --- a/electron-builder/tsconfig.json +++ b/electron-builder/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/electron-json-storage/electron-json-storage-tests.ts b/electron-json-storage/electron-json-storage-tests.ts index bb1155a3c8..968c178a9a 100644 --- a/electron-json-storage/electron-json-storage-tests.ts +++ b/electron-json-storage/electron-json-storage-tests.ts @@ -1,4 +1,4 @@ -/// +/// import electron = require('electron'); import storage = require('electron-json-storage'); diff --git a/electron-json-storage/tsconfig.json b/electron-json-storage/tsconfig.json index 32e6166fde..494021f37a 100644 --- a/electron-json-storage/tsconfig.json +++ b/electron-json-storage/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/electron-packager/index.d.ts b/electron-packager/index.d.ts index 6ffcf4774c..e5fe985761 100644 --- a/electron-packager/index.d.ts +++ b/electron-packager/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Maxime LUCE // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ElectronPackager { /** Electron-packager Options. */ diff --git a/electron-packager/tsconfig.json b/electron-packager/tsconfig.json index c4a81e982b..d397d50b6e 100644 --- a/electron-packager/tsconfig.json +++ b/electron-packager/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/electron-window-state/index.d.ts b/electron-window-state/index.d.ts index 45fce5edaf..b13444d2ab 100644 --- a/electron-window-state/index.d.ts +++ b/electron-window-state/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: rhysd // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ElectronWindowState { interface WindowState { diff --git a/electron-window-state/tsconfig.json b/electron-window-state/tsconfig.json index 5c98a83353..21f1add038 100644 --- a/electron-window-state/tsconfig.json +++ b/electron-window-state/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/electron/electron-prebuilt-tests.ts b/electron/electron-prebuilt-tests.ts index 771fd06016..863fb47236 100644 --- a/electron/electron-prebuilt-tests.ts +++ b/electron/electron-prebuilt-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// import electron = require('electron-prebuilt'); import child_process = require('child_process'); diff --git a/electron/github-electron.d.ts b/electron/github-electron.d.ts index 3d4bd89835..ff0115b930 100644 --- a/electron/github-electron.d.ts +++ b/electron/github-electron.d.ts @@ -3,7 +3,7 @@ // Definitions by: jedmao , rhysd , Milan Burda // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Electron { diff --git a/element-resize-event/tsconfig.json b/element-resize-event/tsconfig.json index b2b8f605a9..7732fbea1d 100644 --- a/element-resize-event/tsconfig.json +++ b/element-resize-event/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/elm/tsconfig.json b/elm/tsconfig.json index d929756a34..bb2f22b348 100644 --- a/elm/tsconfig.json +++ b/elm/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/email-addresses/tsconfig.json b/email-addresses/tsconfig.json index 3b6e19199d..045290e28d 100644 --- a/email-addresses/tsconfig.json +++ b/email-addresses/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/email-templates/tsconfig.json b/email-templates/tsconfig.json index 0f61e3d72a..4136b6d287 100644 --- a/email-templates/tsconfig.json +++ b/email-templates/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/email-validator/tsconfig.json b/email-validator/tsconfig.json index 60703e0b1a..8e15451653 100644 --- a/email-validator/tsconfig.json +++ b/email-validator/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ember/ember-tests.ts b/ember/ember-tests.ts index 33ff6be0b2..25839c5df5 100644 --- a/ember/ember-tests.ts +++ b/ember/ember-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// var App : any; diff --git a/ember/index.d.ts b/ember/index.d.ts index c24661d763..e75e27d0c7 100644 --- a/ember/index.d.ts +++ b/ember/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Jed Mao // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare var Handlebars: HandlebarsStatic; diff --git a/ember/tsconfig.json b/ember/tsconfig.json index 178c22a5a2..3c876b9356 100644 --- a/ember/tsconfig.json +++ b/ember/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/emissary/index.d.ts b/emissary/index.d.ts index 2b0e0fbbcf..6547d35e51 100644 --- a/emissary/index.d.ts +++ b/emissary/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: vvakame // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Emissary { interface IEmitterStatic extends Mixto.IMixinStatic { diff --git a/emissary/tsconfig.json b/emissary/tsconfig.json index 3276c98197..2e4fba733d 100644 --- a/emissary/tsconfig.json +++ b/emissary/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/empower/tsconfig.json b/empower/tsconfig.json index 82e3170133..e3fdf37344 100644 --- a/empower/tsconfig.json +++ b/empower/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/emscripten/tsconfig.json b/emscripten/tsconfig.json index fbd63d7c65..aa3cb6dc80 100644 --- a/emscripten/tsconfig.json +++ b/emscripten/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/encoding-japanese/index.d.ts b/encoding-japanese/index.d.ts index e22c751d5e..308eef4968 100644 --- a/encoding-japanese/index.d.ts +++ b/encoding-japanese/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: rhysd // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// export type Encoding = diff --git a/encoding-japanese/tsconfig.json b/encoding-japanese/tsconfig.json index ce14a5e694..6d5f0d7b1f 100644 --- a/encoding-japanese/tsconfig.json +++ b/encoding-japanese/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/envify/index.d.ts b/envify/index.d.ts index 28825d0399..39fda2345c 100644 --- a/envify/index.d.ts +++ b/envify/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "envify" { var envify: (file: string, environment: { [name: string]: any }) => NodeJS.ReadWriteStream; diff --git a/envify/tsconfig.json b/envify/tsconfig.json index 769c14ec5f..e860bb7641 100644 --- a/envify/tsconfig.json +++ b/envify/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/enzyme/enzyme-tests.tsx b/enzyme/enzyme-tests.tsx index 90ffe1329b..41a630f0eb 100644 --- a/enzyme/enzyme-tests.tsx +++ b/enzyme/enzyme-tests.tsx @@ -1,5 +1,5 @@ -/// +/// import { shallow, mount, render, describeWithDOM, spyLifecycle } from "enzyme"; import * as React from "react"; diff --git a/enzyme/index.d.ts b/enzyme/index.d.ts index aac889a3d1..3966e1cb14 100644 --- a/enzyme/index.d.ts +++ b/enzyme/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Marian Palkus , Cap3 // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/enzyme/tsconfig.json b/enzyme/tsconfig.json index 62feae9e3a..0644e7d49e 100644 --- a/enzyme/tsconfig.json +++ b/enzyme/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/eonasdan-bootstrap-datetimepicker/index.d.ts b/eonasdan-bootstrap-datetimepicker/index.d.ts index c278fd0290..80fb5284e5 100644 --- a/eonasdan-bootstrap-datetimepicker/index.d.ts +++ b/eonasdan-bootstrap-datetimepicker/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Markus Peloso // Definitions: https://github.com/borisyankov/DefinitelyTyped -/// +/// import * as moment from '../moment'; diff --git a/eonasdan-bootstrap-datetimepicker/tsconfig.json b/eonasdan-bootstrap-datetimepicker/tsconfig.json index 042a70c091..e2984ad511 100644 --- a/eonasdan-bootstrap-datetimepicker/tsconfig.json +++ b/eonasdan-bootstrap-datetimepicker/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/epiceditor/tsconfig.json b/epiceditor/tsconfig.json index d2a9d665f5..d25b5e8d1d 100644 --- a/epiceditor/tsconfig.json +++ b/epiceditor/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/eq.js/eq.js.tests.ts b/eq.js/eq.js.tests.ts index 4a2192bec7..ccdff7c4fe 100644 --- a/eq.js/eq.js.tests.ts +++ b/eq.js/eq.js.tests.ts @@ -1,5 +1,5 @@ /// -/// +/// var nodes = document.getElementsByClassName(".test-container"); var node = document.getElementById("#test-container"); diff --git a/eq.js/tsconfig.json b/eq.js/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/eq.js/tsconfig.json +++ b/eq.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/error-stack-parser/tsconfig.json b/error-stack-parser/tsconfig.json index a955eeb02d..e142bbcad8 100644 --- a/error-stack-parser/tsconfig.json +++ b/error-stack-parser/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/errorhandler/tsconfig.json b/errorhandler/tsconfig.json index e05485043e..d10b518a79 100644 --- a/errorhandler/tsconfig.json +++ b/errorhandler/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/es6-collections/tsconfig.json b/es6-collections/tsconfig.json index 16ed3237ab..c429bebc1a 100644 --- a/es6-collections/tsconfig.json +++ b/es6-collections/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/es6-promise/tsconfig.json b/es6-promise/tsconfig.json index 4faf900d19..ac9b621576 100644 --- a/es6-promise/tsconfig.json +++ b/es6-promise/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/es6-shim/tsconfig.json b/es6-shim/tsconfig.json index 050e5b7e23..c8da0ebfaa 100644 --- a/es6-shim/tsconfig.json +++ b/es6-shim/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/escape-html/tsconfig.json b/escape-html/tsconfig.json index 39d5f37cb1..d727482db6 100644 --- a/escape-html/tsconfig.json +++ b/escape-html/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/escape-latex/tsconfig.json b/escape-latex/tsconfig.json index be765a4de2..ad7d300911 100644 --- a/escape-latex/tsconfig.json +++ b/escape-latex/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/escape-string-regexp/tsconfig.json b/escape-string-regexp/tsconfig.json index d87e990f99..0b64c7ee28 100644 --- a/escape-string-regexp/tsconfig.json +++ b/escape-string-regexp/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/esprima/esprima-tests.ts b/esprima/esprima-tests.ts index f1a0f7ad92..19485b57b0 100644 --- a/esprima/esprima-tests.ts +++ b/esprima/esprima-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// import esprima = require('esprima'); diff --git a/esprima/index.d.ts b/esprima/index.d.ts index bd5f4009d2..a076c1dda3 100644 --- a/esprima/index.d.ts +++ b/esprima/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: teppeis , RReverser // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace esprima { diff --git a/esprima/tsconfig.json b/esprima/tsconfig.json index f90e31e365..60d9d69323 100644 --- a/esprima/tsconfig.json +++ b/esprima/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/estree/tsconfig.json b/estree/tsconfig.json index 037f13f833..d8cd2c6a71 100644 --- a/estree/tsconfig.json +++ b/estree/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/evaporate/tsconfig.json b/evaporate/tsconfig.json index a43e1501cc..bc510f07d8 100644 --- a/evaporate/tsconfig.json +++ b/evaporate/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/event-kit/tsconfig.json b/event-kit/tsconfig.json index 30105831f9..0a13fe4014 100644 --- a/event-kit/tsconfig.json +++ b/event-kit/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/event-loop-lag/tsconfig.json b/event-loop-lag/tsconfig.json index a0144d44bd..7270b53bc5 100644 --- a/event-loop-lag/tsconfig.json +++ b/event-loop-lag/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/event-stream/index.d.ts b/event-stream/index.d.ts index 9ed12da46f..6b78d7fc9a 100644 --- a/event-stream/index.d.ts +++ b/event-stream/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: David Gardiner // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as stream from 'stream'; diff --git a/event-stream/tsconfig.json b/event-stream/tsconfig.json index 92d332a513..2e83b6a1b9 100644 --- a/event-stream/tsconfig.json +++ b/event-stream/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/eventemitter2/tsconfig.json b/eventemitter2/tsconfig.json index 2ff9ecb1bd..16268f6a23 100644 --- a/eventemitter2/tsconfig.json +++ b/eventemitter2/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/eventemitter3/eventemitter3-tests.ts b/eventemitter3/eventemitter3-tests.ts index 6c5733bec7..5bb84f8b2e 100644 --- a/eventemitter3/eventemitter3-tests.ts +++ b/eventemitter3/eventemitter3-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// 'use strict'; import EventEmitter = require('eventemitter3'); diff --git a/eventemitter3/tsconfig.json b/eventemitter3/tsconfig.json index 624dfa010f..39aa8b7dfa 100644 --- a/eventemitter3/tsconfig.json +++ b/eventemitter3/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/evernote/tsconfig.json b/evernote/tsconfig.json index 4dbed8cba1..b5c443b920 100644 --- a/evernote/tsconfig.json +++ b/evernote/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/exit/tsconfig.json b/exit/tsconfig.json index 287a7eb184..218056852c 100644 --- a/exit/tsconfig.json +++ b/exit/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/expect.js/tsconfig.json b/expect.js/tsconfig.json index 336f02dee8..949a8f45a6 100644 --- a/expect.js/tsconfig.json +++ b/expect.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/expect/expect-tests.ts b/expect/expect-tests.ts index 3e66866de2..09277eec1f 100644 --- a/expect/expect-tests.ts +++ b/expect/expect-tests.ts @@ -1,5 +1,5 @@ -/// +/// import expect, {Expectation, Extension, Spy, createSpy, isSpy, assert, spyOn, extend, restoreSpies} diff --git a/expect/tsconfig.json b/expect/tsconfig.json index b763d12ccf..163ed50290 100644 --- a/expect/tsconfig.json +++ b/expect/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/expectations/expectations-tests.ts b/expectations/expectations-tests.ts index 17192cbe8c..bec270c0b0 100644 --- a/expectations/expectations-tests.ts +++ b/expectations/expectations-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// diff --git a/expectations/tsconfig.json b/expectations/tsconfig.json index c0d5b0da75..c04bed2825 100644 --- a/expectations/tsconfig.json +++ b/expectations/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/express-brute-memcached/tsconfig.json b/express-brute-memcached/tsconfig.json index bcc1c9cb86..52457a1db3 100644 --- a/express-brute-memcached/tsconfig.json +++ b/express-brute-memcached/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/express-brute-mongo/tsconfig.json b/express-brute-mongo/tsconfig.json index f319001285..414e3fc6a0 100644 --- a/express-brute-mongo/tsconfig.json +++ b/express-brute-mongo/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/express-brute/tsconfig.json b/express-brute/tsconfig.json index 62596e184b..18479471e4 100644 --- a/express-brute/tsconfig.json +++ b/express-brute/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/express-debug/tsconfig.json b/express-debug/tsconfig.json index a2b51a979b..eed61d6be7 100644 --- a/express-debug/tsconfig.json +++ b/express-debug/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/express-graphql/tsconfig.json b/express-graphql/tsconfig.json index 9bafe2ddbc..b03f9262fe 100644 --- a/express-graphql/tsconfig.json +++ b/express-graphql/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/express-handlebars/express-handlebars-tests.ts b/express-handlebars/express-handlebars-tests.ts index 90a68206d6..3a75a606b5 100644 --- a/express-handlebars/express-handlebars-tests.ts +++ b/express-handlebars/express-handlebars-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// diff --git a/express-handlebars/tsconfig.json b/express-handlebars/tsconfig.json index 8e2484ddd4..e7ed3e000a 100644 --- a/express-handlebars/tsconfig.json +++ b/express-handlebars/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/express-jwt/tsconfig.json b/express-jwt/tsconfig.json index 10ef3b9ac5..e36490f514 100644 --- a/express-jwt/tsconfig.json +++ b/express-jwt/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/express-less/tsconfig.json b/express-less/tsconfig.json index 1f89a53e09..ca51a6ccdd 100644 --- a/express-less/tsconfig.json +++ b/express-less/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/express-minify/tsconfig.json b/express-minify/tsconfig.json index 65866fc1f8..e24549c0d2 100644 --- a/express-minify/tsconfig.json +++ b/express-minify/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/express-myconnection/tsconfig.json b/express-myconnection/tsconfig.json index 7237b5bde4..0be067a31c 100644 --- a/express-myconnection/tsconfig.json +++ b/express-myconnection/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/express-openapi/tsconfig.json b/express-openapi/tsconfig.json index 991a55a3b5..e25e1f9c4d 100644 --- a/express-openapi/tsconfig.json +++ b/express-openapi/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/express-partials/tsconfig.json b/express-partials/tsconfig.json index ad04d75c4a..a7aa1f353d 100644 --- a/express-partials/tsconfig.json +++ b/express-partials/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/express-route-fs/tsconfig.json b/express-route-fs/tsconfig.json index 60afa41f41..7e41dc45ba 100644 --- a/express-route-fs/tsconfig.json +++ b/express-route-fs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/express-serve-static-core/index.d.ts b/express-serve-static-core/index.d.ts index 70817018a9..4066c36baf 100644 --- a/express-serve-static-core/index.d.ts +++ b/express-serve-static-core/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Boris Yankov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // This extracts the core definitions from express to prevent a circular dependency between express and serve-static -/// +/// declare namespace Express { diff --git a/express-serve-static-core/tsconfig.json b/express-serve-static-core/tsconfig.json index 9a23cc7a1c..5da4c0bde4 100644 --- a/express-serve-static-core/tsconfig.json +++ b/express-serve-static-core/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/express-session/index.d.ts b/express-session/index.d.ts index 1823e9bec1..2f2cf68142 100644 --- a/express-session/index.d.ts +++ b/express-session/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Express { diff --git a/express-session/tsconfig.json b/express-session/tsconfig.json index 0afe402323..38b73f07be 100644 --- a/express-session/tsconfig.json +++ b/express-session/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/express-unless/tsconfig.json b/express-unless/tsconfig.json index 5332c19e79..5da1f8ba23 100644 --- a/express-unless/tsconfig.json +++ b/express-unless/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/express-useragent/tsconfig.json b/express-useragent/tsconfig.json index a2e5f9a187..d5f37bf2df 100644 --- a/express-useragent/tsconfig.json +++ b/express-useragent/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/express-validator/tsconfig.json b/express-validator/tsconfig.json index 035d6ba120..d5012682d7 100644 --- a/express-validator/tsconfig.json +++ b/express-validator/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/express/index.d.ts b/express/index.d.ts index b9f566f7c2..dabb3c8245 100644 --- a/express/index.d.ts +++ b/express/index.d.ts @@ -10,7 +10,7 @@ =============================================== */ -/// +/// import * as serveStatic from "../serve-static"; diff --git a/express/tsconfig.json b/express/tsconfig.json index c4d56f33db..19f795ba45 100644 --- a/express/tsconfig.json +++ b/express/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/extend/extend-tests.ts b/extend/extend-tests.ts index 343bfd6aeb..12a3147d2a 100644 --- a/extend/extend-tests.ts +++ b/extend/extend-tests.ts @@ -1,4 +1,4 @@ -/// +/// import assert = require('assert'); import extend = require('extend'); diff --git a/extend/tsconfig.json b/extend/tsconfig.json index 10d5a283ca..273297295e 100644 --- a/extend/tsconfig.json +++ b/extend/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/extended-listbox/index.d.ts b/extended-listbox/index.d.ts index 6b3c0b5732..eb5f0eec04 100644 --- a/extended-listbox/index.d.ts +++ b/extended-listbox/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Christian Kotzbauer // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface ListboxItem { /** display text */ diff --git a/extended-listbox/tsconfig.json b/extended-listbox/tsconfig.json index 5aee904f4d..9706bfe42d 100644 --- a/extended-listbox/tsconfig.json +++ b/extended-listbox/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/extjs/tsconfig.json b/extjs/tsconfig.json index de735bd0f4..422fc9bd72 100644 --- a/extjs/tsconfig.json +++ b/extjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/eyes/index.d.ts b/eyes/index.d.ts index f7866d056c..3307d9d484 100644 --- a/eyes/index.d.ts +++ b/eyes/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: bryn austin bellomy // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import stream = require('stream'); diff --git a/eyes/tsconfig.json b/eyes/tsconfig.json index c74a48e3fc..ab5e5a9f95 100644 --- a/eyes/tsconfig.json +++ b/eyes/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/fabric/tsconfig.json b/fabric/tsconfig.json index 2a1d44ad6d..bfc9c5d554 100644 --- a/fabric/tsconfig.json +++ b/fabric/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/facebook-js-sdk/tsconfig.json b/facebook-js-sdk/tsconfig.json index e50e7d5824..becd5722e5 100644 --- a/facebook-js-sdk/tsconfig.json +++ b/facebook-js-sdk/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/facebook-pixel/tsconfig.json b/facebook-pixel/tsconfig.json index f6c9a2ea3d..8779081a3a 100644 --- a/facebook-pixel/tsconfig.json +++ b/facebook-pixel/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/faker/tsconfig.json b/faker/tsconfig.json index ad1171d14a..7934b93591 100644 --- a/faker/tsconfig.json +++ b/faker/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/falcor-express/falcor-express-tests.ts b/falcor-express/falcor-express-tests.ts index 14bc99a010..f4a4ed8b52 100644 --- a/falcor-express/falcor-express-tests.ts +++ b/falcor-express/falcor-express-tests.ts @@ -1,6 +1,6 @@ -/// -/// +/// +/// import express = require('express'); import Router = require('falcor-router'); diff --git a/falcor-express/index.d.ts b/falcor-express/index.d.ts index 8ac8ddce66..b149df75b9 100644 --- a/falcor-express/index.d.ts +++ b/falcor-express/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Quramy // Definitions: https://github.com/borisyankov/DefinitelyTyped -/// +/// diff --git a/falcor-express/tsconfig.json b/falcor-express/tsconfig.json index 5ad7847d40..4303e1b2ed 100644 --- a/falcor-express/tsconfig.json +++ b/falcor-express/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/falcor-http-datasource/index.d.ts b/falcor-http-datasource/index.d.ts index 920ec2e8d0..9465b31e70 100644 --- a/falcor-http-datasource/index.d.ts +++ b/falcor-http-datasource/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Quramy // Definitions: https://github.com/borisyankov/DefinitelyTyped -/// +/// declare namespace FalcorHttpDataSource { diff --git a/falcor-http-datasource/tsconfig.json b/falcor-http-datasource/tsconfig.json index 308f057d11..e2189fb00e 100644 --- a/falcor-http-datasource/tsconfig.json +++ b/falcor-http-datasource/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/falcor-json-graph/tsconfig.json b/falcor-json-graph/tsconfig.json index 8dda90efe1..b5014a7852 100644 --- a/falcor-json-graph/tsconfig.json +++ b/falcor-json-graph/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/falcor-router/index.d.ts b/falcor-router/index.d.ts index d4cfac8279..b645901c42 100644 --- a/falcor-router/index.d.ts +++ b/falcor-router/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Quramy // Definitions: https://github.com/borisyankov/DefinitelyTyped -/// +/// declare namespace FalcorRouter { import DataSource = FalcorModel.DataSource; diff --git a/falcor-router/tsconfig.json b/falcor-router/tsconfig.json index 87f4830bac..1ca82b2a67 100644 --- a/falcor-router/tsconfig.json +++ b/falcor-router/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/falcor/falcor-browser.d.ts b/falcor/falcor-browser.d.ts index 6d05095d92..47730d55ca 100644 --- a/falcor/falcor-browser.d.ts +++ b/falcor/falcor-browser.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/borisyankov/DefinitelyTyped /// -/// +/// declare interface FalcorStatic { Model: typeof FalcorModel.Model; diff --git a/falcor/index.d.ts b/falcor/index.d.ts index 1d10a65529..f16505a882 100644 --- a/falcor/index.d.ts +++ b/falcor/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Quramy // Definitions: https://github.com/borisyankov/DefinitelyTyped -/// +/// declare namespace FalcorModel { diff --git a/falcor/tsconfig.json b/falcor/tsconfig.json index e1b431efb9..35ee574a82 100644 --- a/falcor/tsconfig.json +++ b/falcor/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/famous/tsconfig.json b/famous/tsconfig.json index c4f479af4a..f009ae2430 100644 --- a/famous/tsconfig.json +++ b/famous/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/fancybox/fancybox-tests.ts b/fancybox/fancybox-tests.ts index 722820e572..531893ea40 100644 --- a/fancybox/fancybox-tests.ts +++ b/fancybox/fancybox-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// $('.fancybox').fancybox(); diff --git a/fancybox/index.d.ts b/fancybox/index.d.ts index 0a827baaa5..736d096279 100644 --- a/fancybox/index.d.ts +++ b/fancybox/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface FancyboxOptions extends FancyboxCallback { padding?: any; // number or [] diff --git a/fancybox/tsconfig.json b/fancybox/tsconfig.json index 6b0ad11317..d77699a54b 100644 --- a/fancybox/tsconfig.json +++ b/fancybox/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/farbtastic/index.d.ts b/farbtastic/index.d.ts index 921f407e30..6f6081982e 100644 --- a/farbtastic/index.d.ts +++ b/farbtastic/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Matt Brooks // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace JQueryFarbtastic { type Placeholder = string | Element | JQuery; diff --git a/farbtastic/tsconfig.json b/farbtastic/tsconfig.json index 235f6c988a..f53c9b2dd5 100644 --- a/farbtastic/tsconfig.json +++ b/farbtastic/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/fast-stats/tsconfig.json b/fast-stats/tsconfig.json index 8b2712860c..ebdde4310d 100644 --- a/fast-stats/tsconfig.json +++ b/fast-stats/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/fastclick/tsconfig.json b/fastclick/tsconfig.json index c0ee9f4cd1..7f64610e2c 100644 --- a/fastclick/tsconfig.json +++ b/fastclick/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/favico.js/tsconfig.json b/favico.js/tsconfig.json index 7a8f9c0308..79980f481f 100644 --- a/favico.js/tsconfig.json +++ b/favico.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/fb/tsconfig.json b/fb/tsconfig.json index a94b74d942..e70f672bf3 100644 --- a/fb/tsconfig.json +++ b/fb/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/fbemitter/fbemitter-tests.ts b/fbemitter/fbemitter-tests.ts index 33122ea971..11e1ce74a5 100644 --- a/fbemitter/fbemitter-tests.ts +++ b/fbemitter/fbemitter-tests.ts @@ -1,7 +1,7 @@ -/// -/// -/// +/// +/// +/// 'use strict'; /** diff --git a/fbemitter/tsconfig.json b/fbemitter/tsconfig.json index 9266a0b83c..a0c03224a3 100644 --- a/fbemitter/tsconfig.json +++ b/fbemitter/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/featherlight/featherlight-tests.ts b/featherlight/featherlight-tests.ts index ed74a201ee..729603384b 100644 --- a/featherlight/featherlight-tests.ts +++ b/featherlight/featherlight-tests.ts @@ -1,6 +1,6 @@ // Tests by: Kaur Kuut -/// +/// /// // Every option as default diff --git a/featherlight/index.d.ts b/featherlight/index.d.ts index 9a9670a650..80763aa429 100644 --- a/featherlight/index.d.ts +++ b/featherlight/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Kaur Kuut // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Featherlight { interface Config { diff --git a/featherlight/tsconfig.json b/featherlight/tsconfig.json index 1d236d1a0e..82de192e1d 100644 --- a/featherlight/tsconfig.json +++ b/featherlight/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ffi/index.d.ts b/ffi/index.d.ts index 7581282b3a..9bc22603b5 100644 --- a/ffi/index.d.ts +++ b/ffi/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Paul Loyd // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /// declare module "ffi" { diff --git a/ffi/tsconfig.json b/ffi/tsconfig.json index 85313c950b..0964d55df5 100644 --- a/ffi/tsconfig.json +++ b/ffi/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/fhir/tsconfig.json b/fhir/tsconfig.json index bcd5d3c2ef..c510451c27 100644 --- a/fhir/tsconfig.json +++ b/fhir/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/fibers/tsconfig.json b/fibers/tsconfig.json index 510941939d..98e130ac32 100644 --- a/fibers/tsconfig.json +++ b/fibers/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/field/tsconfig.json b/field/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/field/tsconfig.json +++ b/field/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/file-url/tsconfig.json b/file-url/tsconfig.json index f626231fc0..8a7b597325 100644 --- a/file-url/tsconfig.json +++ b/file-url/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/filesize/tsconfig.json b/filesize/tsconfig.json index ebabe050c1..d20556ac37 100644 --- a/filesize/tsconfig.json +++ b/filesize/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/filesystem/index.d.ts b/filesystem/index.d.ts index 5e538b14cd..93dbb35d61 100644 --- a/filesystem/index.d.ts +++ b/filesystem/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Kon // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface LocalFileSystem { diff --git a/filesystem/tsconfig.json b/filesystem/tsconfig.json index afa11dbfd8..42020204f7 100644 --- a/filesystem/tsconfig.json +++ b/filesystem/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/filewriter/tsconfig.json b/filewriter/tsconfig.json index 100a995486..d6ee7675f2 100644 --- a/filewriter/tsconfig.json +++ b/filewriter/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/finalhandler/index.d.ts b/finalhandler/index.d.ts index d56b5b8f1a..99245e91f1 100644 --- a/finalhandler/index.d.ts +++ b/finalhandler/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Ilya Mochalov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import {ServerRequest, ServerResponse} from "http"; diff --git a/finalhandler/tsconfig.json b/finalhandler/tsconfig.json index f8174de75a..7e572dba51 100644 --- a/finalhandler/tsconfig.json +++ b/finalhandler/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/findup-sync/findup-sync-tests.ts b/findup-sync/findup-sync-tests.ts index e5235605f1..86e34040ef 100644 --- a/findup-sync/findup-sync-tests.ts +++ b/findup-sync/findup-sync-tests.ts @@ -1,5 +1,5 @@ -/// +/// import findup = require('findup-sync'); diff --git a/findup-sync/tsconfig.json b/findup-sync/tsconfig.json index bb34e28393..fbbfd51c97 100644 --- a/findup-sync/tsconfig.json +++ b/findup-sync/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/fingerprintjs/tsconfig.json b/fingerprintjs/tsconfig.json index f8545c02ea..f13b897905 100644 --- a/fingerprintjs/tsconfig.json +++ b/fingerprintjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/firebase-client/index.d.ts b/firebase-client/index.d.ts index 3e30e1667d..0ffc672a4d 100644 --- a/firebase-client/index.d.ts +++ b/firebase-client/index.d.ts @@ -2,7 +2,7 @@ // Project: https://www.github.com/jpstevens/firebase-client // Definitions by: Andrew Breen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface PushResponse { /** diff --git a/firebase-client/tsconfig.json b/firebase-client/tsconfig.json index 7e1de89bb0..13d347ec42 100644 --- a/firebase-client/tsconfig.json +++ b/firebase-client/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/firebase-token-generator/tsconfig.json b/firebase-token-generator/tsconfig.json index 268ec2c22e..bb243647f1 100644 --- a/firebase-token-generator/tsconfig.json +++ b/firebase-token-generator/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/firebase/tsconfig.json b/firebase/tsconfig.json index 87ae226d76..0d3fb6fd55 100644 --- a/firebase/tsconfig.json +++ b/firebase/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/firefox/tsconfig.json b/firefox/tsconfig.json index 5e122d280f..9a59bdf6d4 100644 --- a/firefox/tsconfig.json +++ b/firefox/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/first-mate/index.d.ts b/first-mate/index.d.ts index ab2f77d84f..b72be53818 100644 --- a/first-mate/index.d.ts +++ b/first-mate/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Vadim Macagon // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace AtomFirstMate { type Disposable = AtomEventKit.Disposable; diff --git a/first-mate/tsconfig.json b/first-mate/tsconfig.json index 92fdf17cc2..8ee38e1ead 100644 --- a/first-mate/tsconfig.json +++ b/first-mate/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/fixed-data-table/fixed-data-table-0.4.7-tests.tsx b/fixed-data-table/fixed-data-table-0.4.7-tests.tsx index a04efad245..9e87f8ae5d 100644 --- a/fixed-data-table/fixed-data-table-0.4.7-tests.tsx +++ b/fixed-data-table/fixed-data-table-0.4.7-tests.tsx @@ -1,6 +1,6 @@ -/// -/// +/// +/// import * as React from "react"; import * as ReactDOM from "react-dom"; diff --git a/fixed-data-table/fixed-data-table-0.4.7.d.ts b/fixed-data-table/fixed-data-table-0.4.7.d.ts index c536165798..04fd6d32c1 100644 --- a/fixed-data-table/fixed-data-table-0.4.7.d.ts +++ b/fixed-data-table/fixed-data-table-0.4.7.d.ts @@ -3,7 +3,7 @@ // Definitions by: Petar Paar // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace FixedDataTable { export var version: string; diff --git a/fixed-data-table/fixed-data-table-tests.tsx b/fixed-data-table/fixed-data-table-tests.tsx index 6cfe9d5893..918ef29350 100644 --- a/fixed-data-table/fixed-data-table-tests.tsx +++ b/fixed-data-table/fixed-data-table-tests.tsx @@ -1,5 +1,5 @@ -/// +/// import * as React from "react"; import {Table, Cell, Column, CellProps} from "fixed-data-table"; diff --git a/fixed-data-table/index.d.ts b/fixed-data-table/index.d.ts index dcc188e5ba..fbab36e505 100644 --- a/fixed-data-table/index.d.ts +++ b/fixed-data-table/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Petar Paar , Stephen Jelfs // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace FixedDataTable { export var version: string; diff --git a/fixed-data-table/tsconfig.json b/fixed-data-table/tsconfig.json index a20f31487d..0998e53b7d 100644 --- a/fixed-data-table/tsconfig.json +++ b/fixed-data-table/tsconfig.json @@ -10,6 +10,6 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/flake-idgen/index.d.ts b/flake-idgen/index.d.ts index 7004246362..39be5999b9 100644 --- a/flake-idgen/index.d.ts +++ b/flake-idgen/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Yuce Tekol // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface ConstructorOptions { diff --git a/flake-idgen/tsconfig.json b/flake-idgen/tsconfig.json index 58e2298a14..695ca8def8 100644 --- a/flake-idgen/tsconfig.json +++ b/flake-idgen/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/flat/tsconfig.json b/flat/tsconfig.json index 143ae8eca3..709e84e012 100644 --- a/flat/tsconfig.json +++ b/flat/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/flexSlider/index.d.ts b/flexSlider/index.d.ts index c8fa3f949c..4cdabf0b08 100644 --- a/flexSlider/index.d.ts +++ b/flexSlider/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Diullei Gomes // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface SliderObject { //Object: The slider element itself container: Object; //Object: The ul.slides within the slider diff --git a/flexSlider/tsconfig.json b/flexSlider/tsconfig.json index e302666a25..ae0fd51847 100644 --- a/flexSlider/tsconfig.json +++ b/flexSlider/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/flickity/flickity-tests.ts b/flickity/flickity-tests.ts index 8d06e4ee7f..d09bd9d823 100644 --- a/flickity/flickity-tests.ts +++ b/flickity/flickity-tests.ts @@ -2,7 +2,7 @@ // Project: http://flickity.metafizzy.co/ // Definitions by: Chris McGrath // Definitions: https://github.com/clmcgrath/ -/// +/// /// /// diff --git a/flickity/tsconfig.json b/flickity/tsconfig.json index a94d0cc3bb..5098ad4917 100644 --- a/flickity/tsconfig.json +++ b/flickity/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/flight/index.d.ts b/flight/index.d.ts index 62663173a4..c46ddd0bfa 100644 --- a/flight/index.d.ts +++ b/flight/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Jonathan Hedrén // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Flight { diff --git a/flight/tsconfig.json b/flight/tsconfig.json index 0db2deba18..9d448ed1ad 100644 --- a/flight/tsconfig.json +++ b/flight/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/flightplan/tsconfig.json b/flightplan/tsconfig.json index 0607be1ee0..af573e61e9 100644 --- a/flightplan/tsconfig.json +++ b/flightplan/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/flipsnap/tsconfig.json b/flipsnap/tsconfig.json index 19c5cc22a6..29b65bd511 100644 --- a/flipsnap/tsconfig.json +++ b/flipsnap/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/flot/index.d.ts b/flot/index.d.ts index abc682088a..20fadd0a47 100644 --- a/flot/index.d.ts +++ b/flot/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace jquery.flot { interface plotOptions { diff --git a/flot/tsconfig.json b/flot/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/flot/tsconfig.json +++ b/flot/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/flowjs/tsconfig.json b/flowjs/tsconfig.json index 050afa6d5f..9df43147c7 100644 --- a/flowjs/tsconfig.json +++ b/flowjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/flux-standard-action/tsconfig.json b/flux-standard-action/tsconfig.json index 20727a3ad9..5453487583 100644 --- a/flux-standard-action/tsconfig.json +++ b/flux-standard-action/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/flux/flux-tests.ts b/flux/flux-tests.ts index 24369ef2dd..da7ccaf89c 100644 --- a/flux/flux-tests.ts +++ b/flux/flux-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// import flux = require('flux') import FluxUtils = require('flux/utils') diff --git a/flux/index.d.ts b/flux/index.d.ts index c3e9e3c10a..7d81d8d0bc 100644 --- a/flux/index.d.ts +++ b/flux/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Steve Baker , Giedrius Grabauskas // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Flux { diff --git a/flux/tsconfig.json b/flux/tsconfig.json index c030b04fc1..d5594deca0 100644 --- a/flux/tsconfig.json +++ b/flux/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/fluxxor/index.d.ts b/fluxxor/index.d.ts index b877438830..657a8b68de 100644 --- a/fluxxor/index.d.ts +++ b/fluxxor/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Yuichi Murata // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace Fluxxor { class Dispatcher { diff --git a/fluxxor/tsconfig.json b/fluxxor/tsconfig.json index f56e3937ac..dff9e58745 100644 --- a/fluxxor/tsconfig.json +++ b/fluxxor/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/fontoxml/tsconfig.json b/fontoxml/tsconfig.json index 9eb63386e2..e93f5d797a 100644 --- a/fontoxml/tsconfig.json +++ b/fontoxml/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/forge-di/tsconfig.json b/forge-di/tsconfig.json index 673d9f2e1c..efe6c8b941 100644 --- a/forge-di/tsconfig.json +++ b/forge-di/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/form-data/tsconfig.json b/form-data/tsconfig.json index 9fbf478206..eedc07c78b 100644 --- a/form-data/tsconfig.json +++ b/form-data/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/form-serializer/index.d.ts b/form-serializer/index.d.ts index ecdb08f2ed..20ebb2223f 100644 --- a/form-serializer/index.d.ts +++ b/form-serializer/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Florian Wagner // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace FormSerializer { diff --git a/form-serializer/tsconfig.json b/form-serializer/tsconfig.json index 9a2760a7c5..670b0ae0de 100644 --- a/form-serializer/tsconfig.json +++ b/form-serializer/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/format-unicorn/tsconfig.json b/format-unicorn/tsconfig.json index 77bc0309d8..d8a9998975 100644 --- a/format-unicorn/tsconfig.json +++ b/format-unicorn/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/formidable/index.d.ts b/formidable/index.d.ts index 83d8e0de46..d22fa259a2 100644 --- a/formidable/index.d.ts +++ b/formidable/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Wim Looman // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import http = require("http"); diff --git a/formidable/tsconfig.json b/formidable/tsconfig.json index c16a0780dc..c4d2126819 100644 --- a/formidable/tsconfig.json +++ b/formidable/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/foundation-sites/foundation-sites-tests.ts b/foundation-sites/foundation-sites-tests.ts index d0a1bfda0d..1c7f9aeb73 100644 --- a/foundation-sites/foundation-sites-tests.ts +++ b/foundation-sites/foundation-sites-tests.ts @@ -3,7 +3,7 @@ // Definitions by: Sam Vloeberghs // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /// $(document).foundation(); diff --git a/foundation-sites/index.d.ts b/foundation-sites/index.d.ts index b3f2fcf829..2357b612b1 100644 --- a/foundation-sites/index.d.ts +++ b/foundation-sites/index.d.ts @@ -7,7 +7,7 @@ // typings project: https://github.com/typings/typings // typings: https://github.com/samvloeberghs/foundation-sites-typings -/// +/// declare namespace FoundationSites { diff --git a/foundation-sites/tsconfig.json b/foundation-sites/tsconfig.json index 54c47521c6..f8ed3cf9e3 100644 --- a/foundation-sites/tsconfig.json +++ b/foundation-sites/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/foundation/foundation-tests.ts b/foundation/foundation-tests.ts index 9706fbf97c..56ede0b93f 100644 --- a/foundation/foundation-tests.ts +++ b/foundation/foundation-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// function empty_callback() : void {} diff --git a/foundation/index.d.ts b/foundation/index.d.ts index c41f19b1a0..49e9876130 100644 --- a/foundation/index.d.ts +++ b/foundation/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Foundation { // http://foundation.zurb.com/docs/components/abide.html#optional-javascript-configuration diff --git a/foundation/tsconfig.json b/foundation/tsconfig.json index 7d04fbc6c1..009ff64a77 100644 --- a/foundation/tsconfig.json +++ b/foundation/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/fpsmeter/tsconfig.json b/fpsmeter/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/fpsmeter/tsconfig.json +++ b/fpsmeter/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/freedom/tsconfig.json b/freedom/tsconfig.json index a7298f7fad..223a0f4df6 100644 --- a/freedom/tsconfig.json +++ b/freedom/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/freeport/tsconfig.json b/freeport/tsconfig.json index 85a3c4a8f7..f9b39a55bd 100644 --- a/freeport/tsconfig.json +++ b/freeport/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/from/from-tests.ts b/from/from-tests.ts index c21d937627..b46bdf66f1 100644 --- a/from/from-tests.ts +++ b/from/from-tests.ts @@ -1,5 +1,5 @@ -/// +/// import from = require('from'); diff --git a/from/index.d.ts b/from/index.d.ts index 6ae1aa3b7b..1b93a95825 100644 --- a/from/index.d.ts +++ b/from/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Bart van der Schoor // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/from/tsconfig.json b/from/tsconfig.json index ef9319333b..66b0a96853 100644 --- a/from/tsconfig.json +++ b/from/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/fromjs/tsconfig.json b/fromjs/tsconfig.json index 58766dc392..e737517b61 100644 --- a/fromjs/tsconfig.json +++ b/fromjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/fromnow/tsconfig.json b/fromnow/tsconfig.json index 38562466da..c062278692 100644 --- a/fromnow/tsconfig.json +++ b/fromnow/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/fs-ext/fs-ext-tests.ts b/fs-ext/fs-ext-tests.ts index b53074bc68..baba88f092 100644 --- a/fs-ext/fs-ext-tests.ts +++ b/fs-ext/fs-ext-tests.ts @@ -1,5 +1,5 @@ -/// +/// import fs = require('fs-ext'); diff --git a/fs-ext/index.d.ts b/fs-ext/index.d.ts index 1ca623f7ec..d60a06ef2b 100644 --- a/fs-ext/index.d.ts +++ b/fs-ext/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Oguzhan Ergin // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// export * from "fs"; diff --git a/fs-ext/tsconfig.json b/fs-ext/tsconfig.json index 4d5fb5f6b1..44a24b374f 100644 --- a/fs-ext/tsconfig.json +++ b/fs-ext/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/fs-extra-promise/fs-extra-promise-tests.ts b/fs-extra-promise/fs-extra-promise-tests.ts index 1fe8ea1bf8..4ce1de3073 100644 --- a/fs-extra-promise/fs-extra-promise-tests.ts +++ b/fs-extra-promise/fs-extra-promise-tests.ts @@ -1,5 +1,5 @@ -/// +/// import fs = require('fs-extra-promise'); import stream = require('stream'); diff --git a/fs-extra-promise/index.d.ts b/fs-extra-promise/index.d.ts index a89e7fea06..b91d15a225 100644 --- a/fs-extra-promise/index.d.ts +++ b/fs-extra-promise/index.d.ts @@ -5,8 +5,8 @@ // Imported from: https://github.com/soywiz/typescript-node-definitions/fs-extra.d.ts via TSD fs-extra definition -/// -/// +/// +/// import stream = require("stream"); diff --git a/fs-extra-promise/tsconfig.json b/fs-extra-promise/tsconfig.json index 03ed5c9131..4f95541c00 100644 --- a/fs-extra-promise/tsconfig.json +++ b/fs-extra-promise/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/fs-extra/fs-extra-tests.ts b/fs-extra/fs-extra-tests.ts index 61d88c2232..c3d8d6edb9 100644 --- a/fs-extra/fs-extra-tests.ts +++ b/fs-extra/fs-extra-tests.ts @@ -1,5 +1,5 @@ -/// +/// import fs = require('fs-extra'); import stream = require('stream'); diff --git a/fs-extra/index.d.ts b/fs-extra/index.d.ts index e73eb07902..32b7114083 100644 --- a/fs-extra/index.d.ts +++ b/fs-extra/index.d.ts @@ -5,7 +5,7 @@ // Imported from: https://github.com/soywiz/typescript-node-definitions/fs-extra.d.ts -/// +/// import stream = require("stream"); diff --git a/fs-extra/tsconfig.json b/fs-extra/tsconfig.json index e0f0f5bdde..21f9e2877c 100644 --- a/fs-extra/tsconfig.json +++ b/fs-extra/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/fs-finder/tsconfig.json b/fs-finder/tsconfig.json index 1127a93193..1b20474c00 100644 --- a/fs-finder/tsconfig.json +++ b/fs-finder/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/fs-mock/index.d.ts b/fs-mock/index.d.ts index 617035e7ff..ffab4b94eb 100644 --- a/fs-mock/index.d.ts +++ b/fs-mock/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Rogier Schouten // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import stream = require("stream"); diff --git a/fs-mock/tsconfig.json b/fs-mock/tsconfig.json index 18a7e18ef1..fe99dfd8d4 100644 --- a/fs-mock/tsconfig.json +++ b/fs-mock/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ftdomdelegate/tsconfig.json b/ftdomdelegate/tsconfig.json index 8a03711660..92ee7fa6d5 100644 --- a/ftdomdelegate/tsconfig.json +++ b/ftdomdelegate/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ftp/ftp-tests.ts b/ftp/ftp-tests.ts index 989d1b182a..6e5e7d37a9 100644 --- a/ftp/ftp-tests.ts +++ b/ftp/ftp-tests.ts @@ -1,5 +1,5 @@ -/// +/// import Client = require("ftp"); import fs = require("fs"); diff --git a/ftp/index.d.ts b/ftp/index.d.ts index 5f6d1983e5..9411367229 100644 --- a/ftp/index.d.ts +++ b/ftp/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Rogier Schouten // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/ftp/tsconfig.json b/ftp/tsconfig.json index bb2d040ed1..e8baabbee8 100644 --- a/ftp/tsconfig.json +++ b/ftp/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ftpd/index.d.ts b/ftpd/index.d.ts index 0a5949d9d2..7aee0bb578 100644 --- a/ftpd/index.d.ts +++ b/ftpd/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Rogier Schouten // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/ftpd/tsconfig.json b/ftpd/tsconfig.json index c850a99418..8215c2e19e 100644 --- a/ftpd/tsconfig.json +++ b/ftpd/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/fullCalendar/fullCalendar-tests.ts b/fullCalendar/fullCalendar-tests.ts index 2ba64f5701..b82bcd878d 100644 --- a/fullCalendar/fullCalendar-tests.ts +++ b/fullCalendar/fullCalendar-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// import * as FullCalendar from 'fullCalendar'; diff --git a/fullCalendar/index.d.ts b/fullCalendar/index.d.ts index 33904777fe..59d4af5a96 100644 --- a/fullCalendar/index.d.ts +++ b/fullCalendar/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Neil Stalker , Marcelo Camargo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as moment from '../moment'; diff --git a/fullCalendar/tsconfig.json b/fullCalendar/tsconfig.json index 063bdafb8f..20612dd433 100644 --- a/fullCalendar/tsconfig.json +++ b/fullCalendar/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/fullname/tsconfig.json b/fullname/tsconfig.json index c1d87f37b5..5f0fc83466 100644 --- a/fullname/tsconfig.json +++ b/fullname/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/fuse/tsconfig.json b/fuse/tsconfig.json index bc82c1235b..a5ed471b2a 100644 --- a/fuse/tsconfig.json +++ b/fuse/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gae.channel.api/tsconfig.json b/gae.channel.api/tsconfig.json index 8d53457575..b6feb54acf 100644 --- a/gae.channel.api/tsconfig.json +++ b/gae.channel.api/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gamepad/tsconfig.json b/gamepad/tsconfig.json index bbbe0298b1..d2133ad2ff 100644 --- a/gamepad/tsconfig.json +++ b/gamepad/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gamequery/index.d.ts b/gamequery/index.d.ts index ecd4eaeeba..4d78bf23df 100644 --- a/gamequery/index.d.ts +++ b/gamequery/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: David Laubreiter // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface PlaygroundOptions{ height?: number; diff --git a/gamequery/tsconfig.json b/gamequery/tsconfig.json index f0cc5ab70d..f16f86710f 100644 --- a/gamequery/tsconfig.json +++ b/gamequery/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gandi-livedns/tsconfig.json b/gandi-livedns/tsconfig.json index 22a5d3d658..439af6205f 100644 --- a/gandi-livedns/tsconfig.json +++ b/gandi-livedns/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gapi.auth2/index.d.ts b/gapi.auth2/index.d.ts index 9b23a34874..0c4206c5e0 100644 --- a/gapi.auth2/index.d.ts +++ b/gapi.auth2/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Derek Lawless // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace gapi.auth2 { diff --git a/gapi.auth2/tsconfig.json b/gapi.auth2/tsconfig.json index 619b419173..73c7834919 100644 --- a/gapi.auth2/tsconfig.json +++ b/gapi.auth2/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gapi.pagespeedonline/index.d.ts b/gapi.pagespeedonline/index.d.ts index e75b0eb3bd..2da0bdca15 100644 --- a/gapi.pagespeedonline/index.d.ts +++ b/gapi.pagespeedonline/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Frank M // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace gapi.client.pagespeedonline { diff --git a/gapi.pagespeedonline/tsconfig.json b/gapi.pagespeedonline/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/gapi.pagespeedonline/tsconfig.json +++ b/gapi.pagespeedonline/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/gapi.translate/index.d.ts b/gapi.translate/index.d.ts index bc04df1e16..0fa655b0f3 100644 --- a/gapi.translate/index.d.ts +++ b/gapi.translate/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Frank M // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace gapi.client.language { diff --git a/gapi.translate/tsconfig.json b/gapi.translate/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/gapi.translate/tsconfig.json +++ b/gapi.translate/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/gapi.urlshortener/index.d.ts b/gapi.urlshortener/index.d.ts index e29bedb042..e9fc5e4305 100644 --- a/gapi.urlshortener/index.d.ts +++ b/gapi.urlshortener/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Frank M // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace gapi.client.urlshortener { diff --git a/gapi.urlshortener/tsconfig.json b/gapi.urlshortener/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/gapi.urlshortener/tsconfig.json +++ b/gapi.urlshortener/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/gapi.youtube/index.d.ts b/gapi.youtube/index.d.ts index a17c52ae4d..9055b3a396 100644 --- a/gapi.youtube/index.d.ts +++ b/gapi.youtube/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace gapi.client.youtube { diff --git a/gapi.youtube/tsconfig.json b/gapi.youtube/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/gapi.youtube/tsconfig.json +++ b/gapi.youtube/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/gapi.youtubeAnalytics/index.d.ts b/gapi.youtubeAnalytics/index.d.ts index e3967bb6fa..0466da2cc2 100644 --- a/gapi.youtubeAnalytics/index.d.ts +++ b/gapi.youtubeAnalytics/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Frank M // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace gapi.client.youtubeAnalytics { diff --git a/gapi.youtubeAnalytics/tsconfig.json b/gapi.youtubeAnalytics/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/gapi.youtubeAnalytics/tsconfig.json +++ b/gapi.youtubeAnalytics/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/gapi/tsconfig.json b/gapi/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/gapi/tsconfig.json +++ b/gapi/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/gently/tsconfig.json b/gently/tsconfig.json index a2e23bc19d..82a2f2c5ce 100644 --- a/gently/tsconfig.json +++ b/gently/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/geoip-lite/tsconfig.json b/geoip-lite/tsconfig.json index 32d004fba5..41f03ad956 100644 --- a/geoip-lite/tsconfig.json +++ b/geoip-lite/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/geojson/tsconfig.json b/geojson/tsconfig.json index 2fc013784b..3067fb9d0a 100644 --- a/geojson/tsconfig.json +++ b/geojson/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/geometry-dom/tsconfig.json b/geometry-dom/tsconfig.json index 7c24af917f..5e3ced37cd 100644 --- a/geometry-dom/tsconfig.json +++ b/geometry-dom/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/giraffe/index.d.ts b/giraffe/index.d.ts index c27a84e735..0abf3a9acb 100644 --- a/giraffe/index.d.ts +++ b/giraffe/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Matt McCray // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace Giraffe { diff --git a/giraffe/tsconfig.json b/giraffe/tsconfig.json index 67c1174bd9..9c567427d2 100644 --- a/giraffe/tsconfig.json +++ b/giraffe/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/git-config/tsconfig.json b/git-config/tsconfig.json index fa20165bd6..936b0e9c7b 100644 --- a/git-config/tsconfig.json +++ b/git-config/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/git/tsconfig.json b/git/tsconfig.json index 1f2cd0c222..4f00b00aba 100644 --- a/git/tsconfig.json +++ b/git/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gl-matrix/tsconfig.json b/gl-matrix/tsconfig.json index 0d8924e113..e942ff9ace 100644 --- a/gl-matrix/tsconfig.json +++ b/gl-matrix/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gldatepicker/gldatepicker-tests.ts b/gldatepicker/gldatepicker-tests.ts index e967eac350..945de6fc60 100644 --- a/gldatepicker/gldatepicker-tests.ts +++ b/gldatepicker/gldatepicker-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// $('input').glDatePicker(); diff --git a/gldatepicker/index.d.ts b/gldatepicker/index.d.ts index 0e37b5ec75..1f96e15395 100644 --- a/gldatepicker/index.d.ts +++ b/gldatepicker/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Dániel Tar // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface GlDatePickerOffset { x: number; diff --git a/gldatepicker/tsconfig.json b/gldatepicker/tsconfig.json index f8864acab5..81c2db90f0 100644 --- a/gldatepicker/tsconfig.json +++ b/gldatepicker/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/glidejs/glidejs-tests.ts b/glidejs/glidejs-tests.ts index 67cd2bdbcf..60650f0151 100644 --- a/glidejs/glidejs-tests.ts +++ b/glidejs/glidejs-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// // Copied from documentation $('.slider').glide(); diff --git a/glidejs/tsconfig.json b/glidejs/tsconfig.json index 62e9404931..415fd99c8d 100644 --- a/glidejs/tsconfig.json +++ b/glidejs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/glob-expand/tsconfig.json b/glob-expand/tsconfig.json index 48fe88a926..7f362342a8 100644 --- a/glob-expand/tsconfig.json +++ b/glob-expand/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/glob-stream/index.d.ts b/glob-stream/index.d.ts index e9ebd037cd..6feef15aed 100644 --- a/glob-stream/index.d.ts +++ b/glob-stream/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Bart van der Schoor // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import glob = require('../glob'); diff --git a/glob-stream/tsconfig.json b/glob-stream/tsconfig.json index bb23ee83c0..af5e15f6f9 100644 --- a/glob-stream/tsconfig.json +++ b/glob-stream/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/glob/index.d.ts b/glob/index.d.ts index 3febd1d91a..683c86a7fd 100644 --- a/glob/index.d.ts +++ b/glob/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: vvakame // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import events = require("events"); import fs = require('fs'); diff --git a/glob/tsconfig.json b/glob/tsconfig.json index 69e0275d83..83108e0786 100644 --- a/glob/tsconfig.json +++ b/glob/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/globalize/tsconfig.json b/globalize/tsconfig.json index 778160b31d..8a4ecbe9fb 100644 --- a/globalize/tsconfig.json +++ b/globalize/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gm/gm-tests.ts b/gm/gm-tests.ts index 9c3e1ec579..debd18ecff 100644 --- a/gm/gm-tests.ts +++ b/gm/gm-tests.ts @@ -1,5 +1,5 @@ -/// +/// import gm = require('gm'); import stream = require('stream'); diff --git a/gm/index.d.ts b/gm/index.d.ts index 565ec79dc5..93174e9b24 100644 --- a/gm/index.d.ts +++ b/gm/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Joel Spadin // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import stream = require('stream'); diff --git a/gm/tsconfig.json b/gm/tsconfig.json index 08c3314254..1478029144 100644 --- a/gm/tsconfig.json +++ b/gm/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/go/tsconfig.json b/go/tsconfig.json index 928a7b1441..8467194232 100644 --- a/go/tsconfig.json +++ b/go/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/google-closure-compiler/index.d.ts b/google-closure-compiler/index.d.ts index f6238d6adc..06807b2231 100644 --- a/google-closure-compiler/index.d.ts +++ b/google-closure-compiler/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Evan Martin // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as child_process from 'child_process'; diff --git a/google-closure-compiler/tsconfig.json b/google-closure-compiler/tsconfig.json index b6943ae566..5921a2685a 100644 --- a/google-closure-compiler/tsconfig.json +++ b/google-closure-compiler/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/google-drive-realtime-api/tsconfig.json b/google-drive-realtime-api/tsconfig.json index 3eb4e6d71a..1d8432252b 100644 --- a/google-drive-realtime-api/tsconfig.json +++ b/google-drive-realtime-api/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/google-maps/index.d.ts b/google-maps/index.d.ts index edc37822c8..0a5c7d7738 100644 --- a/google-maps/index.d.ts +++ b/google-maps/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Deividas Bakanas , Giedrius Grabauskas // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace GoogleMapsLoader { interface CallBack { diff --git a/google-maps/tsconfig.json b/google-maps/tsconfig.json index f4751c89ff..71249dcd01 100644 --- a/google-maps/tsconfig.json +++ b/google-maps/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/google.analytics/ga-tests.ts b/google.analytics/ga-tests.ts index acff9eb555..99bc6d3e5d 100644 --- a/google.analytics/ga-tests.ts +++ b/google.analytics/ga-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// describe("tester Google Analytics Tracker _gat object", () => { it("can set ga script element", () => { diff --git a/google.analytics/tsconfig.json b/google.analytics/tsconfig.json index d0a0eb848a..9f77215a53 100644 --- a/google.analytics/tsconfig.json +++ b/google.analytics/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/google.feeds/tsconfig.json b/google.feeds/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/google.feeds/tsconfig.json +++ b/google.feeds/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/google.geolocation/tsconfig.json b/google.geolocation/tsconfig.json index b5fef813db..9bf2f2c4d5 100644 --- a/google.geolocation/tsconfig.json +++ b/google.geolocation/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/google.picker/tsconfig.json b/google.picker/tsconfig.json index 66242d03f0..702b8097ee 100644 --- a/google.picker/tsconfig.json +++ b/google.picker/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/google.visualization/tsconfig.json b/google.visualization/tsconfig.json index 82a13db01b..432731965d 100644 --- a/google.visualization/tsconfig.json +++ b/google.visualization/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/googlemaps.infobubble/google.maps.infobubble-tests.ts b/googlemaps.infobubble/google.maps.infobubble-tests.ts index 7dcfa739b2..0af6b689b0 100644 --- a/googlemaps.infobubble/google.maps.infobubble-tests.ts +++ b/googlemaps.infobubble/google.maps.infobubble-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// function test_options() { diff --git a/googlemaps.infobubble/index.d.ts b/googlemaps.infobubble/index.d.ts index fabde91192..3393a0e0bf 100644 --- a/googlemaps.infobubble/index.d.ts +++ b/googlemaps.infobubble/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Johan Nilsson // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** * @name CSS3 InfoBubble with tabs for Google Maps API V3 diff --git a/googlemaps.infobubble/tsconfig.json b/googlemaps.infobubble/tsconfig.json index 6e3a9936f9..3ef861fbbc 100644 --- a/googlemaps.infobubble/tsconfig.json +++ b/googlemaps.infobubble/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/googlemaps/tsconfig.json b/googlemaps/tsconfig.json index 4fe467575c..406d07c53e 100644 --- a/googlemaps/tsconfig.json +++ b/googlemaps/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/graceful-fs/index.d.ts b/graceful-fs/index.d.ts index f635d20cd6..4525e7aaca 100644 --- a/graceful-fs/index.d.ts +++ b/graceful-fs/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Bart van der Schoor // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import fs = require('fs'); diff --git a/graceful-fs/tsconfig.json b/graceful-fs/tsconfig.json index e1b3abbcfb..972dc12d82 100644 --- a/graceful-fs/tsconfig.json +++ b/graceful-fs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/graham_scan/tsconfig.json b/graham_scan/tsconfig.json index 49fe22f4af..5c8a37b278 100644 --- a/graham_scan/tsconfig.json +++ b/graham_scan/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/graphene-pk11/index.d.ts b/graphene-pk11/index.d.ts index 44c8625d37..37f7999133 100644 --- a/graphene-pk11/index.d.ts +++ b/graphene-pk11/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Stepan Miroshin // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** * A simple layer for interacting with PKCS #11 / PKCS11 / CryptoKI for Node diff --git a/graphene-pk11/tsconfig.json b/graphene-pk11/tsconfig.json index aca4b25b61..ebf3ceb575 100644 --- a/graphene-pk11/tsconfig.json +++ b/graphene-pk11/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/graphviz/tsconfig.json b/graphviz/tsconfig.json index bdc07669f0..682fd0df0c 100644 --- a/graphviz/tsconfig.json +++ b/graphviz/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gravatar/tsconfig.json b/gravatar/tsconfig.json index a663ffbaca..d2aa712640 100644 --- a/gravatar/tsconfig.json +++ b/gravatar/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/greasemonkey/tsconfig.json b/greasemonkey/tsconfig.json index e40accba35..f722433b18 100644 --- a/greasemonkey/tsconfig.json +++ b/greasemonkey/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/grecaptcha/tsconfig.json b/grecaptcha/tsconfig.json index b8b92eda3c..0325404e92 100644 --- a/grecaptcha/tsconfig.json +++ b/grecaptcha/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/greensock/tsconfig.json b/greensock/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/greensock/tsconfig.json +++ b/greensock/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/gridfs-stream/gridfs-stream-tests.ts b/gridfs-stream/gridfs-stream-tests.ts index d4ffcf326d..30e17fb353 100644 --- a/gridfs-stream/gridfs-stream-tests.ts +++ b/gridfs-stream/gridfs-stream-tests.ts @@ -1,6 +1,6 @@ /// -/// +/// // Samples from: // https://github.com/aheckmann/gridfs-stream diff --git a/gridfs-stream/index.d.ts b/gridfs-stream/index.d.ts index 78a7bb192e..e75c2c10e7 100644 --- a/gridfs-stream/index.d.ts +++ b/gridfs-stream/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Lior Mualem // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace GridFSStream { export interface Range { diff --git a/gridfs-stream/tsconfig.json b/gridfs-stream/tsconfig.json index 20f15de4f0..1c2f8e3bfe 100644 --- a/gridfs-stream/tsconfig.json +++ b/gridfs-stream/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gridstack/gridstack-tests.ts b/gridstack/gridstack-tests.ts index f084e4f46c..78edb8e659 100644 --- a/gridstack/gridstack-tests.ts +++ b/gridstack/gridstack-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// diff --git a/gridstack/tsconfig.json b/gridstack/tsconfig.json index 7aa791f84e..a26ae0fe6a 100644 --- a/gridstack/tsconfig.json +++ b/gridstack/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/grunt/index.d.ts b/grunt/index.d.ts index 410ed10ab0..c9b8f379c3 100644 --- a/grunt/index.d.ts +++ b/grunt/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Jeff May , Basarat Ali Syed // Definitions: https://github.com/jeffmay/DefinitelyTyped -/// +/// /** * {@link http://github.com/marak/colors.js/} diff --git a/grunt/tsconfig.json b/grunt/tsconfig.json index fba2442cfe..02ff47c81f 100644 --- a/grunt/tsconfig.json +++ b/grunt/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-autoprefixer/index.d.ts b/gulp-autoprefixer/index.d.ts index 2e6b53bd74..69f930c89c 100644 --- a/gulp-autoprefixer/index.d.ts +++ b/gulp-autoprefixer/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Asana // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace autoPrefixer { diff --git a/gulp-autoprefixer/tsconfig.json b/gulp-autoprefixer/tsconfig.json index 3dd4d51e04..f16a55f287 100644 --- a/gulp-autoprefixer/tsconfig.json +++ b/gulp-autoprefixer/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-babel/gulp-babel-tests.ts b/gulp-babel/gulp-babel-tests.ts index db5e7abdcc..b705c68850 100644 --- a/gulp-babel/gulp-babel-tests.ts +++ b/gulp-babel/gulp-babel-tests.ts @@ -1,4 +1,4 @@ -/// +/// import babel = require('gulp-babel'); diff --git a/gulp-babel/index.d.ts b/gulp-babel/index.d.ts index 353243e285..e320d1c6f1 100644 --- a/gulp-babel/index.d.ts +++ b/gulp-babel/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Aya Morisawa // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare function babel(options?: { diff --git a/gulp-babel/tsconfig.json b/gulp-babel/tsconfig.json index 42f3f42051..e620d4a4a2 100644 --- a/gulp-babel/tsconfig.json +++ b/gulp-babel/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-cached/index.d.ts b/gulp-cached/index.d.ts index ba373457bc..bda6f1978d 100644 --- a/gulp-cached/index.d.ts +++ b/gulp-cached/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Thomas Corbière // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface ICacheStore { diff --git a/gulp-cached/tsconfig.json b/gulp-cached/tsconfig.json index 963c7fdd69..220fdf2753 100644 --- a/gulp-cached/tsconfig.json +++ b/gulp-cached/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-changed/index.d.ts b/gulp-changed/index.d.ts index 93cebfcb8b..9b4e4ea9f9 100644 --- a/gulp-changed/index.d.ts +++ b/gulp-changed/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Thomas Corbière // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import { Transform } from "stream"; import File = require("../vinyl"); diff --git a/gulp-changed/tsconfig.json b/gulp-changed/tsconfig.json index 3d55ebc3b9..8890f09a5f 100644 --- a/gulp-changed/tsconfig.json +++ b/gulp-changed/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-cheerio/gulp-cheerio-tests.ts b/gulp-cheerio/gulp-cheerio-tests.ts index 520ee17535..d31c0c51dc 100644 --- a/gulp-cheerio/gulp-cheerio-tests.ts +++ b/gulp-cheerio/gulp-cheerio-tests.ts @@ -1,6 +1,6 @@ -/// +/// import cheerio = require('gulp-cheerio'); import gulp = require('gulp'); diff --git a/gulp-cheerio/index.d.ts b/gulp-cheerio/index.d.ts index 2444e6a974..f522fcf5b6 100644 --- a/gulp-cheerio/index.d.ts +++ b/gulp-cheerio/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// import Vinyl = require('../vinyl'); diff --git a/gulp-cheerio/tsconfig.json b/gulp-cheerio/tsconfig.json index f7c989aa90..48abaf6756 100644 --- a/gulp-cheerio/tsconfig.json +++ b/gulp-cheerio/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-coffeeify/index.d.ts b/gulp-coffeeify/index.d.ts index b420cb9f3c..161eb9376d 100644 --- a/gulp-coffeeify/index.d.ts +++ b/gulp-coffeeify/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace coffeeify { diff --git a/gulp-coffeeify/tsconfig.json b/gulp-coffeeify/tsconfig.json index ce4554b041..43fb25e17d 100644 --- a/gulp-coffeeify/tsconfig.json +++ b/gulp-coffeeify/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-coffeelint/index.d.ts b/gulp-coffeelint/index.d.ts index edc7950ed3..0d0dceb33c 100644 --- a/gulp-coffeelint/index.d.ts +++ b/gulp-coffeelint/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace coffeelint { diff --git a/gulp-coffeelint/tsconfig.json b/gulp-coffeelint/tsconfig.json index 0682634627..2592f20025 100644 --- a/gulp-coffeelint/tsconfig.json +++ b/gulp-coffeelint/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-concat/index.d.ts b/gulp-concat/index.d.ts index f3c7d55ef7..74155f6b4c 100644 --- a/gulp-concat/index.d.ts +++ b/gulp-concat/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Keita Kagurazaka // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/gulp-concat/tsconfig.json b/gulp-concat/tsconfig.json index 26cf359e31..1f90df90dc 100644 --- a/gulp-concat/tsconfig.json +++ b/gulp-concat/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-csso/index.d.ts b/gulp-csso/index.d.ts index 0d021141ae..8b8f8cb9e0 100644 --- a/gulp-csso/index.d.ts +++ b/gulp-csso/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Tanguy Krotoff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare function csso(structureMinimization?: boolean): NodeJS.ReadWriteStream; diff --git a/gulp-csso/tsconfig.json b/gulp-csso/tsconfig.json index ed97c535fd..1bc6bfe5e1 100644 --- a/gulp-csso/tsconfig.json +++ b/gulp-csso/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-debug/index.d.ts b/gulp-debug/index.d.ts index a7706cbf85..904f8ad22e 100644 --- a/gulp-debug/index.d.ts +++ b/gulp-debug/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Tanguy Krotoff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface IOptions { diff --git a/gulp-debug/tsconfig.json b/gulp-debug/tsconfig.json index f5151b6758..4dee3f88db 100644 --- a/gulp-debug/tsconfig.json +++ b/gulp-debug/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-dtsm/gulp-dtsm-tests.ts b/gulp-dtsm/gulp-dtsm-tests.ts index 30bb5b09bf..54e12eff6a 100644 --- a/gulp-dtsm/gulp-dtsm-tests.ts +++ b/gulp-dtsm/gulp-dtsm-tests.ts @@ -1,5 +1,5 @@ -/// +/// import * as dtsm from 'gulp-dtsm'; import * as gulp from 'gulp'; diff --git a/gulp-dtsm/index.d.ts b/gulp-dtsm/index.d.ts index dae683dbcc..17817f9c09 100644 --- a/gulp-dtsm/index.d.ts +++ b/gulp-dtsm/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Aya Morisawa // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare function dtsm(): NodeJS.WritableStream; diff --git a/gulp-dtsm/tsconfig.json b/gulp-dtsm/tsconfig.json index 6675b79a60..9a95419ecb 100644 --- a/gulp-dtsm/tsconfig.json +++ b/gulp-dtsm/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-espower/index.d.ts b/gulp-espower/index.d.ts index 99fee75d54..9efc2c2555 100644 --- a/gulp-espower/index.d.ts +++ b/gulp-espower/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/gulp-espower/tsconfig.json b/gulp-espower/tsconfig.json index e84f9b970f..18ff74a3f8 100644 --- a/gulp-espower/tsconfig.json +++ b/gulp-espower/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-filter/index.d.ts b/gulp-filter/index.d.ts index c6a2222025..ba95977024 100644 --- a/gulp-filter/index.d.ts +++ b/gulp-filter/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Tanguy Krotoff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import File = require('vinyl'); import * as Minimatch from 'minimatch'; diff --git a/gulp-filter/tsconfig.json b/gulp-filter/tsconfig.json index 5279cd2158..292b010232 100644 --- a/gulp-filter/tsconfig.json +++ b/gulp-filter/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-flatten/index.d.ts b/gulp-flatten/index.d.ts index 893dca905d..c2abdcc533 100644 --- a/gulp-flatten/index.d.ts +++ b/gulp-flatten/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Keita Kagurazaka // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/gulp-flatten/tsconfig.json b/gulp-flatten/tsconfig.json index 222902b6d3..a477dc72c9 100644 --- a/gulp-flatten/tsconfig.json +++ b/gulp-flatten/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-gh-pages/index.d.ts b/gulp-gh-pages/index.d.ts index 9391d120de..f01b9890f1 100644 --- a/gulp-gh-pages/index.d.ts +++ b/gulp-gh-pages/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Asana // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface Options { diff --git a/gulp-gh-pages/tsconfig.json b/gulp-gh-pages/tsconfig.json index 3b96ae0c80..3a34aa5dcc 100644 --- a/gulp-gh-pages/tsconfig.json +++ b/gulp-gh-pages/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-gzip/index.d.ts b/gulp-gzip/index.d.ts index 01839a6de4..c93fa49359 100644 --- a/gulp-gzip/index.d.ts +++ b/gulp-gzip/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import zlib = require('zlib'); diff --git a/gulp-gzip/tsconfig.json b/gulp-gzip/tsconfig.json index 46a4b48c4c..5cc3ab7519 100644 --- a/gulp-gzip/tsconfig.json +++ b/gulp-gzip/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-help/gulp-help-tests.ts b/gulp-help/gulp-help-tests.ts index 1217c4151e..5d11bc23b7 100644 --- a/gulp-help/gulp-help-tests.ts +++ b/gulp-help/gulp-help-tests.ts @@ -1,4 +1,4 @@ -/// +/// 'use strict'; diff --git a/gulp-help/index.d.ts b/gulp-help/index.d.ts index 9264d7f5aa..4364786bb2 100644 --- a/gulp-help/index.d.ts +++ b/gulp-help/index.d.ts @@ -3,9 +3,9 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// -/// +/// import Orchestrator = require('orchestrator'); diff --git a/gulp-help/tsconfig.json b/gulp-help/tsconfig.json index 4c1b34bec0..31a5b333ad 100644 --- a/gulp-help/tsconfig.json +++ b/gulp-help/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-html-replace/gulp-html-replace-tests.ts b/gulp-html-replace/gulp-html-replace-tests.ts index 9c774cf43f..568fb481fd 100644 --- a/gulp-html-replace/gulp-html-replace-tests.ts +++ b/gulp-html-replace/gulp-html-replace-tests.ts @@ -1,6 +1,6 @@ -/// +/// import * as gulp from 'gulp'; import * as htmlreplace from 'gulp-html-replace'; diff --git a/gulp-html-replace/index.d.ts b/gulp-html-replace/index.d.ts index a352ea77d5..e0610326c8 100644 --- a/gulp-html-replace/index.d.ts +++ b/gulp-html-replace/index.d.ts @@ -2,7 +2,7 @@ // Project: https://www.npmjs.com/package/gulp-html-replace // Definitions by: Peter Juras // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface AdvancedTask { diff --git a/gulp-html-replace/tsconfig.json b/gulp-html-replace/tsconfig.json index fdc782531d..f16d8b07a5 100644 --- a/gulp-html-replace/tsconfig.json +++ b/gulp-html-replace/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-htmlmin/index.d.ts b/gulp-htmlmin/index.d.ts index cac35ff0ad..ec97434de2 100644 --- a/gulp-htmlmin/index.d.ts +++ b/gulp-htmlmin/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Tanguy Krotoff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as HTMLMinifier from 'html-minifier'; diff --git a/gulp-htmlmin/tsconfig.json b/gulp-htmlmin/tsconfig.json index 223b0d0645..cd050b8d31 100644 --- a/gulp-htmlmin/tsconfig.json +++ b/gulp-htmlmin/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-if/index.d.ts b/gulp-if/index.d.ts index 6902205de2..2b2f0cb56b 100644 --- a/gulp-if/index.d.ts +++ b/gulp-if/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Asana , Joe Skeen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import fs = require('fs'); import vinyl = require('../vinyl'); diff --git a/gulp-if/tsconfig.json b/gulp-if/tsconfig.json index f62b236afc..73ace93956 100644 --- a/gulp-if/tsconfig.json +++ b/gulp-if/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-inject/index.d.ts b/gulp-inject/index.d.ts index 6ad1c56590..cf6fd3ae04 100644 --- a/gulp-inject/index.d.ts +++ b/gulp-inject/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Keita Kagurazaka // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import File = require("../vinyl"); diff --git a/gulp-inject/tsconfig.json b/gulp-inject/tsconfig.json index e75e072542..2c7c7861a0 100644 --- a/gulp-inject/tsconfig.json +++ b/gulp-inject/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-install/index.d.ts b/gulp-install/index.d.ts index 16cef43e37..1f96c20087 100644 --- a/gulp-install/index.d.ts +++ b/gulp-install/index.d.ts @@ -2,7 +2,7 @@ // Project: https://www.npmjs.com/package/gulp-install // Definitions by: Peter Juras // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface Options { diff --git a/gulp-install/tsconfig.json b/gulp-install/tsconfig.json index 7b4fa3ac97..8a8bdb5d8b 100644 --- a/gulp-install/tsconfig.json +++ b/gulp-install/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-istanbul/gulp-istanbul-0.8.1.d.ts b/gulp-istanbul/gulp-istanbul-0.8.1.d.ts index 42ce4ec8cf..de6d54635c 100644 --- a/gulp-istanbul/gulp-istanbul-0.8.1.d.ts +++ b/gulp-istanbul/gulp-istanbul-0.8.1.d.ts @@ -3,7 +3,7 @@ // Definitions by: Asana // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare function GulpIstanbul(opts?: GulpIstanbul.Options): NodeJS.ReadWriteStream; diff --git a/gulp-istanbul/index.d.ts b/gulp-istanbul/index.d.ts index 17abd58309..57423c74a2 100644 --- a/gulp-istanbul/index.d.ts +++ b/gulp-istanbul/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Asana // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare function GulpIstanbul(opts?: GulpIstanbul.Options): NodeJS.ReadWriteStream; diff --git a/gulp-istanbul/tsconfig.json b/gulp-istanbul/tsconfig.json index b4672dcb2f..2442c25f16 100644 --- a/gulp-istanbul/tsconfig.json +++ b/gulp-istanbul/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-jade/tsconfig.json b/gulp-jade/tsconfig.json index aec2839917..60f65079b0 100644 --- a/gulp-jade/tsconfig.json +++ b/gulp-jade/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-jasmine-browser/index.d.ts b/gulp-jasmine-browser/index.d.ts index 501c5e3ada..86b3b7867d 100644 --- a/gulp-jasmine-browser/index.d.ts +++ b/gulp-jasmine-browser/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Tanguy Krotoff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface IJasmineBrowser { diff --git a/gulp-jasmine-browser/tsconfig.json b/gulp-jasmine-browser/tsconfig.json index 6941000085..af83358758 100644 --- a/gulp-jasmine-browser/tsconfig.json +++ b/gulp-jasmine-browser/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-json-editor/index.d.ts b/gulp-json-editor/index.d.ts index 045478e72b..de1188a65b 100644 --- a/gulp-json-editor/index.d.ts +++ b/gulp-json-editor/index.d.ts @@ -2,8 +2,8 @@ // Project: https://www.npmjs.com/package/gulp-json-editor // Definitions by: Peter Juras // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// diff --git a/gulp-json-editor/tsconfig.json b/gulp-json-editor/tsconfig.json index 4b55cc7aa5..58e65c0ed3 100644 --- a/gulp-json-editor/tsconfig.json +++ b/gulp-json-editor/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-jspm/index.d.ts b/gulp-jspm/index.d.ts index 80e47a202f..3b23bb7639 100644 --- a/gulp-jspm/index.d.ts +++ b/gulp-jspm/index.d.ts @@ -2,7 +2,7 @@ // Project: https://www.npmjs.com/package/gulp-jspm // Definitions by: Peter Juras // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface Options { diff --git a/gulp-jspm/tsconfig.json b/gulp-jspm/tsconfig.json index 9941f9139e..1e94dd8fa9 100644 --- a/gulp-jspm/tsconfig.json +++ b/gulp-jspm/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-less/index.d.ts b/gulp-less/index.d.ts index 4f8eb8c34c..72ab0d2851 100644 --- a/gulp-less/index.d.ts +++ b/gulp-less/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Keita Kagurazaka // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/gulp-less/tsconfig.json b/gulp-less/tsconfig.json index 4b11428870..d512861aa7 100644 --- a/gulp-less/tsconfig.json +++ b/gulp-less/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-load-plugins/index.d.ts b/gulp-load-plugins/index.d.ts index 75807d6a20..4d58eae286 100644 --- a/gulp-load-plugins/index.d.ts +++ b/gulp-load-plugins/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Joe Skeen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** Loads in any gulp plugins and attaches them to an object, freeing you up from having to manually require each gulp plugin. */ declare module 'gulp-load-plugins' { diff --git a/gulp-load-plugins/tsconfig.json b/gulp-load-plugins/tsconfig.json index 0aa3e5e908..1ec7de95bf 100644 --- a/gulp-load-plugins/tsconfig.json +++ b/gulp-load-plugins/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-minify-css/index.d.ts b/gulp-minify-css/index.d.ts index c8b7f98822..d347cf0708 100644 --- a/gulp-minify-css/index.d.ts +++ b/gulp-minify-css/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Keita Kagurazaka // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as CleanCSS from 'clean-css'; diff --git a/gulp-minify-css/tsconfig.json b/gulp-minify-css/tsconfig.json index 40f08b1735..a823afb50a 100644 --- a/gulp-minify-css/tsconfig.json +++ b/gulp-minify-css/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-minify-html/index.d.ts b/gulp-minify-html/index.d.ts index 6dd6de4096..ed04e598d7 100644 --- a/gulp-minify-html/index.d.ts +++ b/gulp-minify-html/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Tanguy Krotoff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// // This package has been deprecated in favor of gulp-htmlmin, which should be faster and more comprehensive. diff --git a/gulp-minify-html/tsconfig.json b/gulp-minify-html/tsconfig.json index 68f6107348..6cbe9e4512 100644 --- a/gulp-minify-html/tsconfig.json +++ b/gulp-minify-html/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-mocha/index.d.ts b/gulp-mocha/index.d.ts index b011d8305a..ae56e9a9ac 100644 --- a/gulp-mocha/index.d.ts +++ b/gulp-mocha/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Asana // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare function mocha(setupOptions?: MochaSetupOptions): NodeJS.ReadWriteStream; diff --git a/gulp-mocha/tsconfig.json b/gulp-mocha/tsconfig.json index f5d782dfa9..12f02faaee 100644 --- a/gulp-mocha/tsconfig.json +++ b/gulp-mocha/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-newer/index.d.ts b/gulp-newer/index.d.ts index ca1321ee15..eff0e156bc 100644 --- a/gulp-newer/index.d.ts +++ b/gulp-newer/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Thomas Corbière // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface IOptions { diff --git a/gulp-newer/tsconfig.json b/gulp-newer/tsconfig.json index 0172ed33c3..9ed561086e 100644 --- a/gulp-newer/tsconfig.json +++ b/gulp-newer/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-ng-annotate/index.d.ts b/gulp-ng-annotate/index.d.ts index 0de5f9733c..405384a626 100644 --- a/gulp-ng-annotate/index.d.ts +++ b/gulp-ng-annotate/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/gulp-ng-annotate/tsconfig.json b/gulp-ng-annotate/tsconfig.json index 575bfca95e..0964490e0c 100644 --- a/gulp-ng-annotate/tsconfig.json +++ b/gulp-ng-annotate/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-nodemon/index.d.ts b/gulp-nodemon/index.d.ts index 79f19cb32b..7c5491f596 100644 --- a/gulp-nodemon/index.d.ts +++ b/gulp-nodemon/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace nodemon { diff --git a/gulp-nodemon/tsconfig.json b/gulp-nodemon/tsconfig.json index e1670b9090..db36817e82 100644 --- a/gulp-nodemon/tsconfig.json +++ b/gulp-nodemon/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-plumber/index.d.ts b/gulp-plumber/index.d.ts index e6e96ba618..7486668421 100644 --- a/gulp-plumber/index.d.ts +++ b/gulp-plumber/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Joe Skeen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** Prevent pipe breaking caused by errors from gulp plugins */ diff --git a/gulp-plumber/tsconfig.json b/gulp-plumber/tsconfig.json index 5fa28a922a..063de3d207 100644 --- a/gulp-plumber/tsconfig.json +++ b/gulp-plumber/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-protractor/index.d.ts b/gulp-protractor/index.d.ts index a6d9475f2e..fd76826f3d 100644 --- a/gulp-protractor/index.d.ts +++ b/gulp-protractor/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Tanguy Krotoff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import gulp = require('gulp'); diff --git a/gulp-protractor/tsconfig.json b/gulp-protractor/tsconfig.json index 6b3143814f..cfa1f66d20 100644 --- a/gulp-protractor/tsconfig.json +++ b/gulp-protractor/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-remember/index.d.ts b/gulp-remember/index.d.ts index 3b04c1adfb..5cf9696595 100644 --- a/gulp-remember/index.d.ts +++ b/gulp-remember/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Thomas Corbière // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface ICache { diff --git a/gulp-remember/tsconfig.json b/gulp-remember/tsconfig.json index 603badaca4..d74d9758eb 100644 --- a/gulp-remember/tsconfig.json +++ b/gulp-remember/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-rename/index.d.ts b/gulp-rename/index.d.ts index 9474927f30..15522d9870 100644 --- a/gulp-rename/index.d.ts +++ b/gulp-rename/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Asana // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface ParsedPath { diff --git a/gulp-rename/tsconfig.json b/gulp-rename/tsconfig.json index aeb8575ddc..67ca908712 100644 --- a/gulp-rename/tsconfig.json +++ b/gulp-rename/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-replace/index.d.ts b/gulp-replace/index.d.ts index 33ab5f7343..ac6c2a4e5b 100644 --- a/gulp-replace/index.d.ts +++ b/gulp-replace/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Asana // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface Options { diff --git a/gulp-replace/tsconfig.json b/gulp-replace/tsconfig.json index d0437c9d70..142391e57b 100644 --- a/gulp-replace/tsconfig.json +++ b/gulp-replace/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-rev-replace/index.d.ts b/gulp-rev-replace/index.d.ts index 3ec8f5e5ea..322604bf1d 100644 --- a/gulp-rev-replace/index.d.ts +++ b/gulp-rev-replace/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Tanguy Krotoff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace revReplace { diff --git a/gulp-rev-replace/tsconfig.json b/gulp-rev-replace/tsconfig.json index 1ddb0947e5..38a2ee2222 100644 --- a/gulp-rev-replace/tsconfig.json +++ b/gulp-rev-replace/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-rev/index.d.ts b/gulp-rev/index.d.ts index 514e7625e8..e104228f18 100644 --- a/gulp-rev/index.d.ts +++ b/gulp-rev/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Tanguy Krotoff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface IOptions { diff --git a/gulp-rev/tsconfig.json b/gulp-rev/tsconfig.json index 70f01b3a78..296a61e4be 100644 --- a/gulp-rev/tsconfig.json +++ b/gulp-rev/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-ruby-sass/index.d.ts b/gulp-ruby-sass/index.d.ts index 272135e66f..4b743c0fe7 100644 --- a/gulp-ruby-sass/index.d.ts +++ b/gulp-ruby-sass/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Agnislav Onufrijchuk // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** diff --git a/gulp-ruby-sass/tsconfig.json b/gulp-ruby-sass/tsconfig.json index 14b1edb170..c3ef5d1cc2 100644 --- a/gulp-ruby-sass/tsconfig.json +++ b/gulp-ruby-sass/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-sass/index.d.ts b/gulp-sass/index.d.ts index 5021933c8e..e095ead007 100644 --- a/gulp-sass/index.d.ts +++ b/gulp-sass/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Asana // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface SassResults { diff --git a/gulp-sass/tsconfig.json b/gulp-sass/tsconfig.json index 72386d8194..1067ac46e8 100644 --- a/gulp-sass/tsconfig.json +++ b/gulp-sass/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-shell/index.d.ts b/gulp-shell/index.d.ts index 2b3c9f72fd..edba611e9c 100644 --- a/gulp-shell/index.d.ts +++ b/gulp-shell/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/gulp-shell/tsconfig.json b/gulp-shell/tsconfig.json index 26c0aa5229..ba4df5b58b 100644 --- a/gulp-shell/tsconfig.json +++ b/gulp-shell/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-size/index.d.ts b/gulp-size/index.d.ts index 557a0393c5..374c58565e 100644 --- a/gulp-size/index.d.ts +++ b/gulp-size/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Tanguy Krotoff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace size { diff --git a/gulp-size/tsconfig.json b/gulp-size/tsconfig.json index 70416f31a3..83d206cdb4 100644 --- a/gulp-size/tsconfig.json +++ b/gulp-size/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-sort/index.d.ts b/gulp-sort/index.d.ts index 80751d6ac5..96d5362550 100644 --- a/gulp-sort/index.d.ts +++ b/gulp-sort/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Joe Skeen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** Sort files in stream by path or any custom sort comparator */ diff --git a/gulp-sort/tsconfig.json b/gulp-sort/tsconfig.json index 9529c404cd..52a5691df4 100644 --- a/gulp-sort/tsconfig.json +++ b/gulp-sort/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-sourcemaps/index.d.ts b/gulp-sourcemaps/index.d.ts index b0d30aad6e..107c6560c1 100644 --- a/gulp-sourcemaps/index.d.ts +++ b/gulp-sourcemaps/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Asana // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface InitOptions { diff --git a/gulp-sourcemaps/tsconfig.json b/gulp-sourcemaps/tsconfig.json index 5a277b6919..2214d51947 100644 --- a/gulp-sourcemaps/tsconfig.json +++ b/gulp-sourcemaps/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-strip-debug/index.d.ts b/gulp-strip-debug/index.d.ts index d7baaa3a2c..4c009b5091 100644 --- a/gulp-strip-debug/index.d.ts +++ b/gulp-strip-debug/index.d.ts @@ -2,7 +2,7 @@ // Project: https://www.npmjs.com/package/gulp-strip-debug // Definitions by: Peter Juras // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare const gulpStripDebug: () => NodeJS.ReadWriteStream; diff --git a/gulp-strip-debug/tsconfig.json b/gulp-strip-debug/tsconfig.json index b075f336a4..864ec1c89b 100644 --- a/gulp-strip-debug/tsconfig.json +++ b/gulp-strip-debug/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-svg-sprite/index.d.ts b/gulp-svg-sprite/index.d.ts index b89c06aa8f..61c7b03f31 100644 --- a/gulp-svg-sprite/index.d.ts +++ b/gulp-svg-sprite/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import spriter = require('svg-sprite'); diff --git a/gulp-svg-sprite/tsconfig.json b/gulp-svg-sprite/tsconfig.json index 40a803d0e4..dcef6351bb 100644 --- a/gulp-svg-sprite/tsconfig.json +++ b/gulp-svg-sprite/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-task-listing/tsconfig.json b/gulp-task-listing/tsconfig.json index 278504d5ce..42f8af59ce 100644 --- a/gulp-task-listing/tsconfig.json +++ b/gulp-task-listing/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-tsd/index.d.ts b/gulp-tsd/index.d.ts index 606533648d..90bcd629ea 100644 --- a/gulp-tsd/index.d.ts +++ b/gulp-tsd/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Keita Kagurazaka // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import gulp = require('gulp'); diff --git a/gulp-tsd/tsconfig.json b/gulp-tsd/tsconfig.json index 553a5c1173..d622f03169 100644 --- a/gulp-tsd/tsconfig.json +++ b/gulp-tsd/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-tslint/index.d.ts b/gulp-tslint/index.d.ts index 203de3dae7..2e8f4e5a10 100644 --- a/gulp-tslint/index.d.ts +++ b/gulp-tslint/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Asana // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import vinyl = require("../vinyl"); diff --git a/gulp-tslint/tsconfig.json b/gulp-tslint/tsconfig.json index ecf03b0a6c..76a06133e6 100644 --- a/gulp-tslint/tsconfig.json +++ b/gulp-tslint/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-typedoc/index.d.ts b/gulp-typedoc/index.d.ts index cd83313ed0..322f734fe7 100644 --- a/gulp-typedoc/index.d.ts +++ b/gulp-typedoc/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Asana // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface Options { diff --git a/gulp-typedoc/tsconfig.json b/gulp-typedoc/tsconfig.json index 6e4fc8183b..108d12fbf7 100644 --- a/gulp-typedoc/tsconfig.json +++ b/gulp-typedoc/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-typescript/index.d.ts b/gulp-typescript/index.d.ts index 8f9158b606..2ef2145bb5 100644 --- a/gulp-typescript/index.d.ts +++ b/gulp-typescript/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Asana , Thomas Corbière // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare function GulpTypescript(params?: GulpTypescript.Params, filters?: GulpTypescript.FilterSettings, reporter?: GulpTypescript.Reporter): GulpTypescript.CompilationStream; diff --git a/gulp-typescript/tsconfig.json b/gulp-typescript/tsconfig.json index c1a5dc73b2..f530827f20 100644 --- a/gulp-typescript/tsconfig.json +++ b/gulp-typescript/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-uglify/index.d.ts b/gulp-uglify/index.d.ts index 875f79f455..649315299a 100644 --- a/gulp-uglify/index.d.ts +++ b/gulp-uglify/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Christopher Haws // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as UglifyJS from 'uglify-js'; diff --git a/gulp-uglify/tsconfig.json b/gulp-uglify/tsconfig.json index 01f086a5c8..4dfa4b456a 100644 --- a/gulp-uglify/tsconfig.json +++ b/gulp-uglify/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-useref/gulp-useref-tests.ts b/gulp-useref/gulp-useref-tests.ts index c4c3172ba4..1f1a152be0 100644 --- a/gulp-useref/gulp-useref-tests.ts +++ b/gulp-useref/gulp-useref-tests.ts @@ -1,4 +1,4 @@ -/// +/// import * as gulp from 'gulp'; import * as useref from 'gulp-useref'; diff --git a/gulp-useref/index.d.ts b/gulp-useref/index.d.ts index bc490e5327..ba95c68308 100644 --- a/gulp-useref/index.d.ts +++ b/gulp-useref/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Tanguy Krotoff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface Options { diff --git a/gulp-useref/tsconfig.json b/gulp-useref/tsconfig.json index 33364414ea..a2830194fb 100644 --- a/gulp-useref/tsconfig.json +++ b/gulp-useref/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-util/gulp-util-tests.ts b/gulp-util/gulp-util-tests.ts index 5cfb81ce78..0616401310 100644 --- a/gulp-util/gulp-util-tests.ts +++ b/gulp-util/gulp-util-tests.ts @@ -1,5 +1,5 @@ -/// -/// +/// +/// import gulp = require('gulp'); import util = require('gulp-util'); diff --git a/gulp-util/index.d.ts b/gulp-util/index.d.ts index a73203a850..3543a65cad 100644 --- a/gulp-util/index.d.ts +++ b/gulp-util/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: jedmao // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// import vinyl = require('../vinyl'); import chalk = require('chalk'); diff --git a/gulp-util/tsconfig.json b/gulp-util/tsconfig.json index 44c83cd5ab..42b5196e9c 100644 --- a/gulp-util/tsconfig.json +++ b/gulp-util/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp-watch/index.d.ts b/gulp-watch/index.d.ts index a1e55f3063..de56633491 100644 --- a/gulp-watch/index.d.ts +++ b/gulp-watch/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Tanguy Krotoff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface IOptions { diff --git a/gulp-watch/tsconfig.json b/gulp-watch/tsconfig.json index 0f373c9d4d..1b782a0027 100644 --- a/gulp-watch/tsconfig.json +++ b/gulp-watch/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/gulp/index.d.ts b/gulp/index.d.ts index 3716ec8e8f..df64efeddd 100644 --- a/gulp/index.d.ts +++ b/gulp/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Drew Noakes // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// import Orchestrator = require("orchestrator"); diff --git a/gulp/tsconfig.json b/gulp/tsconfig.json index c1f0ee7a0a..3a06af0b14 100644 --- a/gulp/tsconfig.json +++ b/gulp/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/hammerjs/hammerjs-1.1.3-tests.ts b/hammerjs/hammerjs-1.1.3-tests.ts index 5515175af6..02813ccdc9 100644 --- a/hammerjs/hammerjs-1.1.3-tests.ts +++ b/hammerjs/hammerjs-1.1.3-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// // plugin check diff --git a/hammerjs/hammerjs-1.1.3.d.ts b/hammerjs/hammerjs-1.1.3.d.ts index 9ff698a290..e01ea87384 100644 --- a/hammerjs/hammerjs-1.1.3.d.ts +++ b/hammerjs/hammerjs-1.1.3.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare var Hammer: HammerStatic; diff --git a/hammerjs/tsconfig.json b/hammerjs/tsconfig.json index e1c1388b24..a683edf8fb 100644 --- a/hammerjs/tsconfig.json +++ b/hammerjs/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/handlebars/tsconfig.json b/handlebars/tsconfig.json index 8ca26b4290..d92f1f82fa 100644 --- a/handlebars/tsconfig.json +++ b/handlebars/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/handsontable/tsconfig.json b/handsontable/tsconfig.json index 79f3f6a09a..0795e3699f 100644 --- a/handsontable/tsconfig.json +++ b/handsontable/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/hapi/hapi-8.2.0.d.ts b/hapi/hapi-8.2.0.d.ts index aaac409a8d..f614d620a3 100644 --- a/hapi/hapi-8.2.0.d.ts +++ b/hapi/hapi-8.2.0.d.ts @@ -5,7 +5,7 @@ //This is a total rewrite of Hakubo's original hapi.d.ts, as it was out of date/incomplete. -/// +/// import http = require("http"); diff --git a/hapi/index.d.ts b/hapi/index.d.ts index 9962dd6c62..b5582c1f4e 100644 --- a/hapi/index.d.ts +++ b/hapi/index.d.ts @@ -6,7 +6,7 @@ //Note/Disclaimer: This .d.ts was created against hapi v8.x but has been incrementally upgraded to 13.x. Some newer features/changes may be missing. YMMV. -/// +/// declare module "hapi" { import http = require("http"); diff --git a/hapi/tsconfig.json b/hapi/tsconfig.json index 779fd342ad..6eb2202e72 100644 --- a/hapi/tsconfig.json +++ b/hapi/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/harmony-proxy/tsconfig.json b/harmony-proxy/tsconfig.json index 8c36dca3fa..28efea1cb8 100644 --- a/harmony-proxy/tsconfig.json +++ b/harmony-proxy/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/hasher/index.d.ts b/hasher/index.d.ts index 02ff40e9ff..d250d7e185 100644 --- a/hasher/index.d.ts +++ b/hasher/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: flyfishMT // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace HasherJs { diff --git a/hasher/tsconfig.json b/hasher/tsconfig.json index df44a1f7ae..a2a378c82c 100644 --- a/hasher/tsconfig.json +++ b/hasher/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/hashids/index.d.ts b/hashids/index.d.ts index fa62274b51..791d22fefe 100644 --- a/hashids/index.d.ts +++ b/hashids/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Paulo Cesar // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Hashids { diff --git a/hashids/tsconfig.json b/hashids/tsconfig.json index f26085b4de..e3e95c51f7 100644 --- a/hashids/tsconfig.json +++ b/hashids/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/hashmap/tsconfig.json b/hashmap/tsconfig.json index 485421dc04..972d2b9c63 100644 --- a/hashmap/tsconfig.json +++ b/hashmap/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/hashset/index.d.ts b/hashset/index.d.ts index 99caca8d66..9a0136fb42 100644 --- a/hashset/index.d.ts +++ b/hashset/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Sergey Gerasimov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface IHashSet { diff --git a/hashset/tsconfig.json b/hashset/tsconfig.json index 7c79b5333a..a75762d5bd 100644 --- a/hashset/tsconfig.json +++ b/hashset/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/hashtable/tsconfig.json b/hashtable/tsconfig.json index 4d90c73ecb..3daa1478a6 100644 --- a/hashtable/tsconfig.json +++ b/hashtable/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/he/tsconfig.json b/he/tsconfig.json index d925cb8d97..b445304cf2 100644 --- a/he/tsconfig.json +++ b/he/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/heap/tsconfig.json b/heap/tsconfig.json index 1d0d8a8a26..e0b99dbdf6 100644 --- a/heap/tsconfig.json +++ b/heap/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/heatmap.js/index.d.ts b/heatmap.js/index.d.ts index 3a0bd2ba08..9b71ae195a 100644 --- a/heatmap.js/index.d.ts +++ b/heatmap.js/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Yang Guan // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /* * Configuration object of a heatmap diff --git a/heatmap.js/tsconfig.json b/heatmap.js/tsconfig.json index 322c1fb526..e7fc6ee8d2 100644 --- a/heatmap.js/tsconfig.json +++ b/heatmap.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/hellojs/tsconfig.json b/hellojs/tsconfig.json index b1754fa6ae..8c3823de48 100644 --- a/hellojs/tsconfig.json +++ b/hellojs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/helmet/tsconfig.json b/helmet/tsconfig.json index d652c745d1..8a0b350586 100644 --- a/helmet/tsconfig.json +++ b/helmet/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/highcharts-ng/highcharts-ng-tests.ts b/highcharts-ng/highcharts-ng-tests.ts index 5f451aeabb..1145ab0f58 100644 --- a/highcharts-ng/highcharts-ng-tests.ts +++ b/highcharts-ng/highcharts-ng-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// var app = angular.module('app', ['highcharts-ng']); diff --git a/highcharts-ng/index.d.ts b/highcharts-ng/index.d.ts index e4440ea305..3dab53bcda 100644 --- a/highcharts-ng/index.d.ts +++ b/highcharts-ng/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Scott Hatcher // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface HighChartsNGConfig { options: HighchartsOptions; diff --git a/highcharts-ng/tsconfig.json b/highcharts-ng/tsconfig.json index 7d429c61f6..728971d87f 100644 --- a/highcharts-ng/tsconfig.json +++ b/highcharts-ng/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/highcharts/highcharts-tests.ts b/highcharts/highcharts-tests.ts index ad57f8bc4c..86db545c6b 100644 --- a/highcharts/highcharts-tests.ts +++ b/highcharts/highcharts-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// function originalTests() { Highcharts.setOptions({ diff --git a/highcharts/highstock-tests.ts b/highcharts/highstock-tests.ts index 5e7013f961..53ceec9263 100644 --- a/highcharts/highstock-tests.ts +++ b/highcharts/highstock-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// var someData = [1, 2, 3, 4, 5, 6, 7, 8, 9]; diff --git a/highcharts/tsconfig.json b/highcharts/tsconfig.json index 153db6577a..91b7ccba19 100644 --- a/highcharts/tsconfig.json +++ b/highcharts/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/highland/index.d.ts b/highland/index.d.ts index f3617ccd14..b10f8e00bf 100644 --- a/highland/index.d.ts +++ b/highland/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Bart van der Schoor // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// // TODO export the top-level functions diff --git a/highland/tsconfig.json b/highland/tsconfig.json index a6f779fbaf..a17e01fc5d 100644 --- a/highland/tsconfig.json +++ b/highland/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/history/tsconfig.json b/history/tsconfig.json index 1212489ba2..20828918cd 100644 --- a/history/tsconfig.json +++ b/history/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/hooker/tsconfig.json b/hooker/tsconfig.json index 208b79e307..a8751ef3e7 100644 --- a/hooker/tsconfig.json +++ b/hooker/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/hopscotch/tsconfig.json b/hopscotch/tsconfig.json index c62e41223b..0a30105580 100644 --- a/hopscotch/tsconfig.json +++ b/hopscotch/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/howler/tsconfig.json b/howler/tsconfig.json index 6101b55698..7818622a7c 100644 --- a/howler/tsconfig.json +++ b/howler/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/html-entities/tsconfig.json b/html-entities/tsconfig.json index 226b6e4089..6fbdf5b602 100644 --- a/html-entities/tsconfig.json +++ b/html-entities/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/html-minifier/tsconfig.json b/html-minifier/tsconfig.json index 6d734c67ac..9b2d166532 100644 --- a/html-minifier/tsconfig.json +++ b/html-minifier/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/html-to-text/tsconfig.json b/html-to-text/tsconfig.json index 45335eb996..0a840e9665 100644 --- a/html-to-text/tsconfig.json +++ b/html-to-text/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/html2canvas/index.d.ts b/html2canvas/index.d.ts index 1d5fd82fe7..8aa6759e06 100644 --- a/html2canvas/index.d.ts +++ b/html2canvas/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Richard Hepburn // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Html2Canvas { interface Html2CanvasOptions { diff --git a/html2canvas/tsconfig.json b/html2canvas/tsconfig.json index 52020dd199..1873c16f5a 100644 --- a/html2canvas/tsconfig.json +++ b/html2canvas/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/htmlparser2/tsconfig.json b/htmlparser2/tsconfig.json index 8e0bdcc6ba..d3de2c600e 100644 --- a/htmlparser2/tsconfig.json +++ b/htmlparser2/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/htmltojsx/tsconfig.json b/htmltojsx/tsconfig.json index f1d2ddc48a..51eaddfddd 100644 --- a/htmltojsx/tsconfig.json +++ b/htmltojsx/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/http-errors/tsconfig.json b/http-errors/tsconfig.json index 8df6f6af78..805c99717b 100644 --- a/http-errors/tsconfig.json +++ b/http-errors/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/http-status-codes/tsconfig.json b/http-status-codes/tsconfig.json index 69c43d7fbb..bd6ea91893 100644 --- a/http-status-codes/tsconfig.json +++ b/http-status-codes/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/http-status/tsconfig.json b/http-status/tsconfig.json index 7d188edc1a..2ce9489add 100644 --- a/http-status/tsconfig.json +++ b/http-status/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/http-string-parser/tsconfig.json b/http-string-parser/tsconfig.json index 59d12cf20f..67231ec5a4 100644 --- a/http-string-parser/tsconfig.json +++ b/http-string-parser/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/httperr/tsconfig.json b/httperr/tsconfig.json index 618b08626d..450222b389 100644 --- a/httperr/tsconfig.json +++ b/httperr/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/humane/tsconfig.json b/humane/tsconfig.json index ef4df991e7..2593ca38bd 100644 --- a/humane/tsconfig.json +++ b/humane/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/hypertext-application-language/tsconfig.json b/hypertext-application-language/tsconfig.json index f30194a545..0e2b0757be 100644 --- a/hypertext-application-language/tsconfig.json +++ b/hypertext-application-language/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/hystrixjs/hystrixjs-tests.ts b/hystrixjs/hystrixjs-tests.ts index 80f840861e..c273565b10 100644 --- a/hystrixjs/hystrixjs-tests.ts +++ b/hystrixjs/hystrixjs-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// import hystrixjs = require('hystrixjs'); import q = require('q'); diff --git a/hystrixjs/index.d.ts b/hystrixjs/index.d.ts index b0e03d9db6..5d862c11d9 100644 --- a/hystrixjs/index.d.ts +++ b/hystrixjs/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Igor Sechyn // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace HystrixJS { diff --git a/hystrixjs/tsconfig.json b/hystrixjs/tsconfig.json index 458381574f..0209f8ae34 100644 --- a/hystrixjs/tsconfig.json +++ b/hystrixjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/i18n/i18n-node-tests.ts b/i18n/i18n-node-tests.ts index ed73d1c766..449068aff2 100644 --- a/i18n/i18n-node-tests.ts +++ b/i18n/i18n-node-tests.ts @@ -4,7 +4,7 @@ * Created by using code samples from https://github.com/mashpie/i18n-node. */ -/// +/// /// diff --git a/i18n/tsconfig.json b/i18n/tsconfig.json index 91995a6d22..98ae4c8817 100644 --- a/i18n/tsconfig.json +++ b/i18n/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/i18next-browser-languagedetector/i18next-browser-languagedetector-tests.ts b/i18next-browser-languagedetector/i18next-browser-languagedetector-tests.ts index fb346894ee..7262d0cd7f 100644 --- a/i18next-browser-languagedetector/i18next-browser-languagedetector-tests.ts +++ b/i18next-browser-languagedetector/i18next-browser-languagedetector-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// import * as i18next from 'i18next'; diff --git a/i18next-browser-languagedetector/index.d.ts b/i18next-browser-languagedetector/index.d.ts index d1d7cfb975..b305d8e070 100644 --- a/i18next-browser-languagedetector/index.d.ts +++ b/i18next-browser-languagedetector/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Cyril Schumacher // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace I18next { interface I18nextStatic extends i18nextBrowserLanguageDetector.I18nextStatic { } diff --git a/i18next-browser-languagedetector/tsconfig.json b/i18next-browser-languagedetector/tsconfig.json index 408c437fbb..2291534eb8 100644 --- a/i18next-browser-languagedetector/tsconfig.json +++ b/i18next-browser-languagedetector/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/i18next-express-middleware/i18next-express-middleware-tests.ts b/i18next-express-middleware/i18next-express-middleware-tests.ts index 6fd69a3487..b7167cfa51 100644 --- a/i18next-express-middleware/i18next-express-middleware-tests.ts +++ b/i18next-express-middleware/i18next-express-middleware-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// import * as express from "express"; diff --git a/i18next-express-middleware/index.d.ts b/i18next-express-middleware/index.d.ts index 2967a3b7be..609a79aa99 100644 --- a/i18next-express-middleware/index.d.ts +++ b/i18next-express-middleware/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Cyril Schumacher // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace I18next { interface I18nextOptions extends i18nextExpressMiddleware.I18nextOptions { } diff --git a/i18next-express-middleware/tsconfig.json b/i18next-express-middleware/tsconfig.json index 317f398464..f1ded5cbad 100644 --- a/i18next-express-middleware/tsconfig.json +++ b/i18next-express-middleware/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/i18next-node-fs-backend/index.d.ts b/i18next-node-fs-backend/index.d.ts index dd2ec3b793..6ef812a390 100644 --- a/i18next-node-fs-backend/index.d.ts +++ b/i18next-node-fs-backend/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Cyril Schumacher // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace I18next { interface I18nextOptions extends i18nextNodeFsBackEnd.I18nextOptions { } diff --git a/i18next-node-fs-backend/tsconfig.json b/i18next-node-fs-backend/tsconfig.json index 2323a3ef2b..8a66b300ae 100644 --- a/i18next-node-fs-backend/tsconfig.json +++ b/i18next-node-fs-backend/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/i18next-sprintf-postprocessor/index.d.ts b/i18next-sprintf-postprocessor/index.d.ts index 1c0cf25ab1..566bb3e2d4 100644 --- a/i18next-sprintf-postprocessor/index.d.ts +++ b/i18next-sprintf-postprocessor/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Cyril Schumacher // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace I18next { interface I18n { diff --git a/i18next-sprintf-postprocessor/tsconfig.json b/i18next-sprintf-postprocessor/tsconfig.json index 4339b19a97..d4630ba177 100644 --- a/i18next-sprintf-postprocessor/tsconfig.json +++ b/i18next-sprintf-postprocessor/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/i18next/i18next-2.0.17.d.ts b/i18next/i18next-2.0.17.d.ts index 61cff428a3..a5a82f953b 100644 --- a/i18next/i18next-2.0.17.d.ts +++ b/i18next/i18next-2.0.17.d.ts @@ -5,7 +5,7 @@ // Sources: https://github.com/jamuhl/i18next/ -/// +/// declare namespace I18next { export interface I18nextStatic {} diff --git a/i18next/i18next-tests-2.0.17.ts b/i18next/i18next-tests-2.0.17.ts index 464811bb7f..e9a9540ce7 100644 --- a/i18next/i18next-tests-2.0.17.ts +++ b/i18next/i18next-tests-2.0.17.ts @@ -1,8 +1,8 @@ -/// -/// -/// -/// -/// +/// +/// +/// +/// +/// /// declare function done(): void; diff --git a/i18next/i18next-tests.ts b/i18next/i18next-tests.ts index e46a9ed5bf..48de33ac57 100644 --- a/i18next/i18next-tests.ts +++ b/i18next/i18next-tests.ts @@ -1,8 +1,8 @@ -/// -/// -/// -/// -/// +/// +/// +/// +/// +/// /// import * as i18n from 'i18next'; diff --git a/i18next/tsconfig.json b/i18next/tsconfig.json index d3f9e9b5cd..ae53fcc768 100644 --- a/i18next/tsconfig.json +++ b/i18next/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/iban/tsconfig.json b/iban/tsconfig.json index 5453c7dcf6..4e1dd3a505 100644 --- a/iban/tsconfig.json +++ b/iban/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ibm-mobilefirst/ibm-mobilefirst-tests.ts b/ibm-mobilefirst/ibm-mobilefirst-tests.ts index c45b630d7c..9a7ff1f3b5 100644 --- a/ibm-mobilefirst/ibm-mobilefirst-tests.ts +++ b/ibm-mobilefirst/ibm-mobilefirst-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// // Tests diff --git a/ibm-mobilefirst/index.d.ts b/ibm-mobilefirst/index.d.ts index 687e70cf7a..957d9075e0 100644 --- a/ibm-mobilefirst/index.d.ts +++ b/ibm-mobilefirst/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Guillermo Ignacio Enriquez Gutierrez // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace WL.Events { var WORKLIGHT_IS_CONNECTED: string; diff --git a/ibm-mobilefirst/tsconfig.json b/ibm-mobilefirst/tsconfig.json index 3282eca0a1..a5755f8a15 100644 --- a/ibm-mobilefirst/tsconfig.json +++ b/ibm-mobilefirst/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/icepick/tsconfig.json b/icepick/tsconfig.json index e09b3e5742..b396b1c38c 100644 --- a/icepick/tsconfig.json +++ b/icepick/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/icheck/icheck-tests.ts b/icheck/icheck-tests.ts index 7998d8ed6c..d39d3a540d 100644 --- a/icheck/icheck-tests.ts +++ b/icheck/icheck-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// $('input').iCheck({ labelHover: false, diff --git a/icheck/tsconfig.json b/icheck/tsconfig.json index d25ecca5a9..62acbbf2a0 100644 --- a/icheck/tsconfig.json +++ b/icheck/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/iconv/index.d.ts b/iconv/index.d.ts index 9e21b4bbe6..a344b82bff 100644 --- a/iconv/index.d.ts +++ b/iconv/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: delphinus // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Iconv { diff --git a/iconv/tsconfig.json b/iconv/tsconfig.json index 2934f88777..ce42a8ec3f 100644 --- a/iconv/tsconfig.json +++ b/iconv/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/image-size/index.d.ts b/image-size/index.d.ts index 646a5da3e8..311d81d97c 100644 --- a/image-size/index.d.ts +++ b/image-size/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Elisée MAURER // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/image-size/tsconfig.json b/image-size/tsconfig.json index dcfb5be105..1e03ea4390 100644 --- a/image-size/tsconfig.json +++ b/image-size/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/imagemagick-native/imagemagick-native-tests.ts b/imagemagick-native/imagemagick-native-tests.ts index d47b489ef0..c872634ab2 100644 --- a/imagemagick-native/imagemagick-native-tests.ts +++ b/imagemagick-native/imagemagick-native-tests.ts @@ -1,5 +1,5 @@ -/// +/// import imagemagick = require('imagemagick-native'); import fs = require('fs'); diff --git a/imagemagick-native/index.d.ts b/imagemagick-native/index.d.ts index 724962a47b..6523d12754 100644 --- a/imagemagick-native/index.d.ts +++ b/imagemagick-native/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Hiroki Horiuchi // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/imagemagick-native/tsconfig.json b/imagemagick-native/tsconfig.json index cc99b76259..fee336c28f 100644 --- a/imagemagick-native/tsconfig.json +++ b/imagemagick-native/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/imagemagick/imagemagick-tests.ts b/imagemagick/imagemagick-tests.ts index 0244280ea5..87ead6307a 100644 --- a/imagemagick/imagemagick-tests.ts +++ b/imagemagick/imagemagick-tests.ts @@ -1,5 +1,5 @@ -/// +/// import imagemagick = require('imagemagick'); import child_process = require('child_process'); diff --git a/imagemagick/index.d.ts b/imagemagick/index.d.ts index 29dae576ab..e5abea57ef 100644 --- a/imagemagick/index.d.ts +++ b/imagemagick/index.d.ts @@ -5,7 +5,7 @@ // Imported from: https://github.com/soywiz/typescript-node-definitions/imagemagick.d.ts -/// +/// import child_process = require("child_process"); diff --git a/imagemagick/tsconfig.json b/imagemagick/tsconfig.json index f1388e0737..b3fc42f384 100644 --- a/imagemagick/tsconfig.json +++ b/imagemagick/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/imagesloaded/index.d.ts b/imagesloaded/index.d.ts index 1a842f5201..24ab26d3cd 100644 --- a/imagesloaded/index.d.ts +++ b/imagesloaded/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Chris Charabaruk // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ImagesLoaded { type ElementSelector = Element | NodeList | Array | string; diff --git a/imagesloaded/tsconfig.json b/imagesloaded/tsconfig.json index ad6c18f88a..66ee7a6388 100644 --- a/imagesloaded/tsconfig.json +++ b/imagesloaded/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/imap/index.d.ts b/imap/index.d.ts index 1531035152..38cf0a8f77 100644 --- a/imap/index.d.ts +++ b/imap/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Peter Snider // Definitions: https://github.com/psnider/DefinitelyTyped/imap -/// +/// declare namespace IMAP { diff --git a/imap/tsconfig.json b/imap/tsconfig.json index 7b6ab67847..969f1c4dbb 100644 --- a/imap/tsconfig.json +++ b/imap/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/imgur-rest-api/tsconfig.json b/imgur-rest-api/tsconfig.json index 468075e8b6..e1c555d8f7 100644 --- a/imgur-rest-api/tsconfig.json +++ b/imgur-rest-api/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/immutability-helper/tsconfig.json b/immutability-helper/tsconfig.json index e240c82571..ee9032bf9b 100644 --- a/immutability-helper/tsconfig.json +++ b/immutability-helper/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/impress/tsconfig.json b/impress/tsconfig.json index 7c915615b3..4b08832a6c 100644 --- a/impress/tsconfig.json +++ b/impress/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/incremental-dom/tests/functional/attributes-tests.ts b/incremental-dom/tests/functional/attributes-tests.ts index 80df028c5e..b1100b4ac0 100644 --- a/incremental-dom/tests/functional/attributes-tests.ts +++ b/incremental-dom/tests/functional/attributes-tests.ts @@ -1,4 +1,4 @@ -/// +/// import id = require('incremental-dom'); var patch = id.patch; diff --git a/incremental-dom/tsconfig.json b/incremental-dom/tsconfig.json index 4f90864c24..5f79c6aff2 100644 --- a/incremental-dom/tsconfig.json +++ b/incremental-dom/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/inflected/tsconfig.json b/inflected/tsconfig.json index c70b3990ef..3d37972175 100644 --- a/inflected/tsconfig.json +++ b/inflected/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/inflection/tsconfig.json b/inflection/tsconfig.json index 24c16f82b0..170b21353b 100644 --- a/inflection/tsconfig.json +++ b/inflection/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/inherits/index.d.ts b/inherits/index.d.ts index 4b83485f9e..0c8b2f0f8c 100644 --- a/inherits/index.d.ts +++ b/inherits/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Ilya Mochalov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import {inherits} from "util"; diff --git a/inherits/tsconfig.json b/inherits/tsconfig.json index 623f3607ef..87e129f4a2 100644 --- a/inherits/tsconfig.json +++ b/inherits/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ini/ini-tests.ts b/ini/ini-tests.ts index 841d7f8865..806d816a1a 100644 --- a/ini/ini-tests.ts +++ b/ini/ini-tests.ts @@ -1,4 +1,4 @@ -/// +/// import fs = require("fs"); import ini = require("ini"); diff --git a/ini/tsconfig.json b/ini/tsconfig.json index 91851346ce..71dbc20e20 100644 --- a/ini/tsconfig.json +++ b/ini/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/iniparser/tsconfig.json b/iniparser/tsconfig.json index 6df47e64e3..c6239d1c17 100644 --- a/iniparser/tsconfig.json +++ b/iniparser/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/inline-css/index.d.ts b/inline-css/index.d.ts index c17b86f9f8..a6db3ef67b 100644 --- a/inline-css/index.d.ts +++ b/inline-css/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Philip Spain // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import Promise = require('bluebird'); diff --git a/inline-css/tsconfig.json b/inline-css/tsconfig.json index f0b1f8dcdf..29530b8ca2 100644 --- a/inline-css/tsconfig.json +++ b/inline-css/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/inquirer/index.d.ts b/inquirer/index.d.ts index e6154c44af..3a72134ab8 100644 --- a/inquirer/index.d.ts +++ b/inquirer/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import through = require('through'); diff --git a/inquirer/inquirer-tests.ts b/inquirer/inquirer-tests.ts index af671a2ea0..2f2ac7079b 100644 --- a/inquirer/inquirer-tests.ts +++ b/inquirer/inquirer-tests.ts @@ -1,4 +1,4 @@ -/// +/// import inquirer = require('inquirer'); diff --git a/inquirer/tsconfig.json b/inquirer/tsconfig.json index efdc594c4c..4167007ba8 100644 --- a/inquirer/tsconfig.json +++ b/inquirer/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/insight/tsconfig.json b/insight/tsconfig.json index f3effabecc..eb2a3293d1 100644 --- a/insight/tsconfig.json +++ b/insight/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/interact.js/tsconfig.json b/interact.js/tsconfig.json index 0e38aeaaba..08cae26ec2 100644 --- a/interact.js/tsconfig.json +++ b/interact.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/intercomjs/tsconfig.json b/intercomjs/tsconfig.json index a0173d2250..b1c6129ba3 100644 --- a/intercomjs/tsconfig.json +++ b/intercomjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/intro.js/tsconfig.json b/intro.js/tsconfig.json index 51dc2cbd99..bdcb77af15 100644 --- a/intro.js/tsconfig.json +++ b/intro.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/invariant/tsconfig.json b/invariant/tsconfig.json index d8a408cce1..f0b60ffebd 100644 --- a/invariant/tsconfig.json +++ b/invariant/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/inversify/index.d.ts b/inversify/index.d.ts index 79cd4e3dec..e6599efba1 100644 --- a/inversify/index.d.ts +++ b/inversify/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: inversify // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace inversify { diff --git a/inversify/tsconfig.json b/inversify/tsconfig.json index 04e157e439..6ccdddce4d 100644 --- a/inversify/tsconfig.json +++ b/inversify/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ion.rangeSlider/ion.rangeSlider-1.9.1-tests.ts b/ion.rangeSlider/ion.rangeSlider-1.9.1-tests.ts index c04d5715fe..224deab397 100644 --- a/ion.rangeSlider/ion.rangeSlider-1.9.1-tests.ts +++ b/ion.rangeSlider/ion.rangeSlider-1.9.1-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var sliderInputElement = $(''); diff --git a/ion.rangeSlider/ion.rangeSlider-tests.ts b/ion.rangeSlider/ion.rangeSlider-tests.ts index d233404d2d..21a74e28e0 100644 --- a/ion.rangeSlider/ion.rangeSlider-tests.ts +++ b/ion.rangeSlider/ion.rangeSlider-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var sliderInputElement = $(''); diff --git a/ion.rangeSlider/tsconfig.json b/ion.rangeSlider/tsconfig.json index 133157537d..9df5a3e35b 100644 --- a/ion.rangeSlider/tsconfig.json +++ b/ion.rangeSlider/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/ionic/index.d.ts b/ionic/index.d.ts index 14bbc2cebe..711841f5ef 100644 --- a/ionic/index.d.ts +++ b/ionic/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Spencer Williams // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface IonicStatic { /** diff --git a/ionic/tsconfig.json b/ionic/tsconfig.json index a2a4257d65..b3f7a135a2 100644 --- a/ionic/tsconfig.json +++ b/ionic/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ioredis/index.d.ts b/ioredis/index.d.ts index d8cd4b3c70..81063ed989 100644 --- a/ioredis/index.d.ts +++ b/ioredis/index.d.ts @@ -8,7 +8,7 @@ var redis = new Redis(); =============================================== */ -/// +/// declare module "ioredis" { diff --git a/ioredis/tsconfig.json b/ioredis/tsconfig.json index 637ded5fe3..4c89b1d6ef 100644 --- a/ioredis/tsconfig.json +++ b/ioredis/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ip/tsconfig.json b/ip/tsconfig.json index b77c2b8019..f7fbf1277f 100644 --- a/ip/tsconfig.json +++ b/ip/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/irc/index.d.ts b/irc/index.d.ts index e62ac18649..3fee22a7ed 100644 --- a/irc/index.d.ts +++ b/irc/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: phillips1012 // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** This library provides IRC client functionality. */ diff --git a/irc/tsconfig.json b/irc/tsconfig.json index 529574f67d..b5813ffd57 100644 --- a/irc/tsconfig.json +++ b/irc/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/is-lower-case/tsconfig.json b/is-lower-case/tsconfig.json index 1f241e8fac..5c4160d2a9 100644 --- a/is-lower-case/tsconfig.json +++ b/is-lower-case/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/is-my-json-valid/tsconfig.json b/is-my-json-valid/tsconfig.json index 5943614642..7a6dd24e3b 100644 --- a/is-my-json-valid/tsconfig.json +++ b/is-my-json-valid/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/is-upper-case/tsconfig.json b/is-upper-case/tsconfig.json index 53cca6342a..6903c5607f 100644 --- a/is-upper-case/tsconfig.json +++ b/is-upper-case/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/is-url/tsconfig.json b/is-url/tsconfig.json index 675ca6cc01..3d430d80f0 100644 --- a/is-url/tsconfig.json +++ b/is-url/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/is/tsconfig.json b/is/tsconfig.json index 5bf852a426..98c373fc88 100644 --- a/is/tsconfig.json +++ b/is/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/iscroll/tsconfig.json b/iscroll/tsconfig.json index 4ffae33fca..c56f1ce80f 100644 --- a/iscroll/tsconfig.json +++ b/iscroll/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/iso8601-localizer/tsconfig.json b/iso8601-localizer/tsconfig.json index d261790207..56b5912efd 100644 --- a/iso8601-localizer/tsconfig.json +++ b/iso8601-localizer/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/isomorphic-fetch/tsconfig.json b/isomorphic-fetch/tsconfig.json index 7050f14f6d..e9d40b0b2b 100644 --- a/isomorphic-fetch/tsconfig.json +++ b/isomorphic-fetch/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/istanbul/tsconfig.json b/istanbul/tsconfig.json index cd7989a7a5..414b4b0ebb 100644 --- a/istanbul/tsconfig.json +++ b/istanbul/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ix.js/tsconfig.json b/ix.js/tsconfig.json index 2baa9d46e8..5556fb421e 100644 --- a/ix.js/tsconfig.json +++ b/ix.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jade/tsconfig.json b/jade/tsconfig.json index 0e8aa1c2c7..5400d44b2d 100644 --- a/jade/tsconfig.json +++ b/jade/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jake/index.d.ts b/jake/index.d.ts index 3174a7b94c..db816c2552 100644 --- a/jake/index.d.ts +++ b/jake/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Kon // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** * Complets an asynchronous task, allowing Jake's execution to proceed to the next task diff --git a/jake/tsconfig.json b/jake/tsconfig.json index 46a28e320f..38269a182c 100644 --- a/jake/tsconfig.json +++ b/jake/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jasmine-ajax/jasmine-ajax-tests.ts b/jasmine-ajax/jasmine-ajax-tests.ts index 14253b80af..e7f142c7ed 100644 --- a/jasmine-ajax/jasmine-ajax-tests.ts +++ b/jasmine-ajax/jasmine-ajax-tests.ts @@ -3,7 +3,7 @@ * By Louis Grignon */ -/// +/// /// declare function getJasmineRequireObj(); diff --git a/jasmine-ajax/tsconfig.json b/jasmine-ajax/tsconfig.json index e09efe3aef..5748aef48f 100644 --- a/jasmine-ajax/tsconfig.json +++ b/jasmine-ajax/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jasmine-data_driven_tests/jasmine-data_driven_tests-tests.ts b/jasmine-data_driven_tests/jasmine-data_driven_tests-tests.ts index df48df8cfb..1789542a91 100644 --- a/jasmine-data_driven_tests/jasmine-data_driven_tests-tests.ts +++ b/jasmine-data_driven_tests/jasmine-data_driven_tests-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// all("A data driven test is a suite with multiple specs", ['a', 'b', 'c'], diff --git a/jasmine-data_driven_tests/tsconfig.json b/jasmine-data_driven_tests/tsconfig.json index 56196f05ad..7bdc44e929 100644 --- a/jasmine-data_driven_tests/tsconfig.json +++ b/jasmine-data_driven_tests/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jasmine-es6-promise-matchers/index.d.ts b/jasmine-es6-promise-matchers/index.d.ts index 302c211c70..493a6a5312 100644 --- a/jasmine-es6-promise-matchers/index.d.ts +++ b/jasmine-es6-promise-matchers/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Stephen Lautier // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace JasminePromiseMatchers { export function install():void; diff --git a/jasmine-es6-promise-matchers/tsconfig.json b/jasmine-es6-promise-matchers/tsconfig.json index 2a1632680a..8563cff74d 100644 --- a/jasmine-es6-promise-matchers/tsconfig.json +++ b/jasmine-es6-promise-matchers/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jasmine-expect/index.d.ts b/jasmine-expect/index.d.ts index 851b4a87b6..98ef2ede0e 100644 --- a/jasmine-expect/index.d.ts +++ b/jasmine-expect/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: UserPixel // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace jasmine { interface Matchers { diff --git a/jasmine-expect/jasmine-expect-tests.ts b/jasmine-expect/jasmine-expect-tests.ts index ec54269f4d..41b6cb2089 100644 --- a/jasmine-expect/jasmine-expect-tests.ts +++ b/jasmine-expect/jasmine-expect-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// // Taken directly from the test directory of the original repo diff --git a/jasmine-expect/tsconfig.json b/jasmine-expect/tsconfig.json index ab99d14ddd..f47eb3570a 100644 --- a/jasmine-expect/tsconfig.json +++ b/jasmine-expect/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jasmine-fixture/jasmine-fixture-tests.ts b/jasmine-fixture/jasmine-fixture-tests.ts index 1246aafbd3..90a2350d1c 100644 --- a/jasmine-fixture/jasmine-fixture-tests.ts +++ b/jasmine-fixture/jasmine-fixture-tests.ts @@ -1,6 +1,6 @@ -/// -/// -/// +/// +/// +/// /// describe("Jasmine fixture extension", () => { diff --git a/jasmine-fixture/tsconfig.json b/jasmine-fixture/tsconfig.json index e92360d075..4b52841901 100644 --- a/jasmine-fixture/tsconfig.json +++ b/jasmine-fixture/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jasmine-jquery/index.d.ts b/jasmine-jquery/index.d.ts index ced8ef8103..cfca2cc265 100644 --- a/jasmine-jquery/index.d.ts +++ b/jasmine-jquery/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Gregor Stamac // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare function sandbox(attributes?: any): string; diff --git a/jasmine-jquery/jasmine-jquery-tests.ts b/jasmine-jquery/jasmine-jquery-tests.ts index 8542dd8bc8..96c2043ebe 100644 --- a/jasmine-jquery/jasmine-jquery-tests.ts +++ b/jasmine-jquery/jasmine-jquery-tests.ts @@ -1,5 +1,5 @@ -/// -/// +/// +/// /// describe("Jasmine jQuery extension", () => { diff --git a/jasmine-jquery/tsconfig.json b/jasmine-jquery/tsconfig.json index a936d2e2e0..44e8a8d0af 100644 --- a/jasmine-jquery/tsconfig.json +++ b/jasmine-jquery/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jasmine-matchers/index.d.ts b/jasmine-matchers/index.d.ts index 6088ba0618..23990c8364 100644 --- a/jasmine-matchers/index.d.ts +++ b/jasmine-matchers/index.d.ts @@ -19,7 +19,7 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/// +/// declare namespace jasmine { interface Matchers { diff --git a/jasmine-matchers/jasmine-matchers-tests.ts b/jasmine-matchers/jasmine-matchers-tests.ts index f281b4a830..2701ae9c0d 100644 --- a/jasmine-matchers/jasmine-matchers-tests.ts +++ b/jasmine-matchers/jasmine-matchers-tests.ts @@ -14,7 +14,7 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/// +/// /// describe('toBeArray', function () { diff --git a/jasmine-matchers/tsconfig.json b/jasmine-matchers/tsconfig.json index e9d90183ce..0000118be7 100644 --- a/jasmine-matchers/tsconfig.json +++ b/jasmine-matchers/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jasmine-node/index.d.ts b/jasmine-node/index.d.ts index f547f844f6..3c76b90505 100644 --- a/jasmine-node/index.d.ts +++ b/jasmine-node/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Sven Reglitzki // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare function it(expectation:string, assertion:(done:(err?:any) => void) => void, timeout?:number):void; diff --git a/jasmine-node/tsconfig.json b/jasmine-node/tsconfig.json index 2f7893a2f1..c24b5eb111 100644 --- a/jasmine-node/tsconfig.json +++ b/jasmine-node/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jasmine-promise-matchers/index.d.ts b/jasmine-promise-matchers/index.d.ts index 2c80fad7c0..1693c9fdca 100644 --- a/jasmine-promise-matchers/index.d.ts +++ b/jasmine-promise-matchers/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Matthew Hill // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare function installPromiseMatchers(): void; diff --git a/jasmine-promise-matchers/tsconfig.json b/jasmine-promise-matchers/tsconfig.json index fefef11859..0ead493077 100644 --- a/jasmine-promise-matchers/tsconfig.json +++ b/jasmine-promise-matchers/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jasmine/tsconfig.json b/jasmine/tsconfig.json index 3fc49d02cd..8f976b80d4 100644 --- a/jasmine/tsconfig.json +++ b/jasmine/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/java-applet/tsconfig.json b/java-applet/tsconfig.json index bda7463b7b..2d16c73c51 100644 --- a/java-applet/tsconfig.json +++ b/java-applet/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/java/index.d.ts b/java/index.d.ts index 04f603db77..aab1bb1126 100644 --- a/java/index.d.ts +++ b/java/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Jim Lloyd // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// // This is the core API exposed by https://github.com/joeferner/java. // To get the full power of Typescript with Java, see https://github.com/RedSeal-co/ts-java. diff --git a/java/java-tests.ts b/java/java-tests.ts index 568bd35a8c..ca96ba0a77 100644 --- a/java/java-tests.ts +++ b/java/java-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// import java = require('java'); import BluePromise = require('bluebird'); diff --git a/java/tsconfig.json b/java/tsconfig.json index 67032b44d1..69f1803b14 100644 --- a/java/tsconfig.json +++ b/java/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/javascript-astar/tsconfig.json b/javascript-astar/tsconfig.json index 7ee38da04b..3f43c5eadc 100644 --- a/javascript-astar/tsconfig.json +++ b/javascript-astar/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/javascript-bignum/tsconfig.json b/javascript-bignum/tsconfig.json index 45dd4f4f88..5bfbd70c68 100644 --- a/javascript-bignum/tsconfig.json +++ b/javascript-bignum/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jbinary/index.d.ts b/jbinary/index.d.ts index 09249452ad..1e9c9c6f03 100644 --- a/jbinary/index.d.ts +++ b/jbinary/index.d.ts @@ -8,7 +8,7 @@ // https://github.com/jDataView/jBinary/wiki/jBinary-Constructor // https://github.com/jDataView/jBinary/wiki/jBinary-Methods -/// +/// declare class jBinary { diff --git a/jbinary/tsconfig.json b/jbinary/tsconfig.json index 019a0ff0b7..fe843ac38d 100644 --- a/jbinary/tsconfig.json +++ b/jbinary/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jdataview/jdataview-tests.ts b/jdataview/jdataview-tests.ts index 273db3ea39..4845f7a33b 100644 --- a/jdataview/jdataview-tests.ts +++ b/jdataview/jdataview-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// interface TARMetaData { name: string; diff --git a/jdataview/tsconfig.json b/jdataview/tsconfig.json index ca3a26d22f..3747ba01d9 100644 --- a/jdataview/tsconfig.json +++ b/jdataview/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jee-jsf/tsconfig.json b/jee-jsf/tsconfig.json index bac4c12129..ecc51c0794 100644 --- a/jee-jsf/tsconfig.json +++ b/jee-jsf/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jest/index.d.ts b/jest/index.d.ts index 451b9abc88..daedf995d2 100644 --- a/jest/index.d.ts +++ b/jest/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Asana // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare function afterEach(fn: jest.EmptyFunction): void; declare function beforeEach(fn: jest.EmptyFunction): void; diff --git a/jest/tsconfig.json b/jest/tsconfig.json index a59e960d55..1696b227aa 100644 --- a/jest/tsconfig.json +++ b/jest/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jfp/tsconfig.json b/jfp/tsconfig.json index b15beeb185..69d759e6ec 100644 --- a/jfp/tsconfig.json +++ b/jfp/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jjv/tsconfig.json b/jjv/tsconfig.json index fddf6bac0d..b1499b1283 100644 --- a/jjv/tsconfig.json +++ b/jjv/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jjve/tsconfig.json b/jjve/tsconfig.json index d1d011b86a..ca99e09b7d 100644 --- a/jjve/tsconfig.json +++ b/jjve/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/joData/tsconfig.json b/joData/tsconfig.json index fac69d9289..81565de996 100644 --- a/joData/tsconfig.json +++ b/joData/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/johnny-five/index.d.ts b/johnny-five/index.d.ts index 1e8cd2198c..8f480c5e3e 100644 --- a/johnny-five/index.d.ts +++ b/johnny-five/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Toshiya Nakakura // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// export interface AccelerometerOption { diff --git a/johnny-five/tsconfig.json b/johnny-five/tsconfig.json index 69f190f951..8bae6a9621 100644 --- a/johnny-five/tsconfig.json +++ b/johnny-five/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/joi/joi-tests.ts b/joi/joi-tests.ts index ce2b41ba94..e588bfac6a 100644 --- a/joi/joi-tests.ts +++ b/joi/joi-tests.ts @@ -1,5 +1,5 @@ -/// +/// import Joi = require('joi'); diff --git a/joi/tsconfig.json b/joi/tsconfig.json index 0df1af5ca8..d2d27fb175 100644 --- a/joi/tsconfig.json +++ b/joi/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jointjs/index.d.ts b/jointjs/index.d.ts index 5db7fc9eb4..3c0bd1bea1 100644 --- a/jointjs/index.d.ts +++ b/jointjs/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Aidan Reel , David Durman , Ewout Van Gossum // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace joint { diff --git a/jointjs/tsconfig.json b/jointjs/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/jointjs/tsconfig.json +++ b/jointjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/jqgrid/index.d.ts b/jqgrid/index.d.ts index 82807282a0..a2c0baa49e 100644 --- a/jqgrid/index.d.ts +++ b/jqgrid/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Lokesh Peta // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQueryJqGridColumn { name: string; index: string; diff --git a/jqgrid/jqgrid-tests.ts b/jqgrid/jqgrid-tests.ts index 6f112d2976..366f7d208f 100644 --- a/jqgrid/jqgrid-tests.ts +++ b/jqgrid/jqgrid-tests.ts @@ -2,5 +2,5 @@ // Definitions by: Lokesh Peta // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /// \ No newline at end of file diff --git a/jqgrid/tsconfig.json b/jqgrid/tsconfig.json index f7208c7d3c..eaa78bb30d 100644 --- a/jqgrid/tsconfig.json +++ b/jqgrid/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jqrangeslider/index.d.ts b/jqrangeslider/index.d.ts index 92add14f7d..9e65d7fa5d 100644 --- a/jqrangeslider/index.d.ts +++ b/jqrangeslider/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Dániel Tar // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// interface JQRangeSliderNumericRange { min?: number; diff --git a/jqrangeslider/jqrangeslider-tests.ts b/jqrangeslider/jqrangeslider-tests.ts index e48589b0a6..e6befe0795 100644 --- a/jqrangeslider/jqrangeslider-tests.ts +++ b/jqrangeslider/jqrangeslider-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// // Arrows diff --git a/jqrangeslider/tsconfig.json b/jqrangeslider/tsconfig.json index 8e61274561..8e48deb9bb 100644 --- a/jqrangeslider/tsconfig.json +++ b/jqrangeslider/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery-ajax-chain/index.d.ts b/jquery-ajax-chain/index.d.ts index 8ecb1f0e7e..6f15c1190f 100644 --- a/jquery-ajax-chain/index.d.ts +++ b/jquery-ajax-chain/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Andrea Blasio // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ajaxChain { diff --git a/jquery-ajax-chain/jquery-ajax-chain-tests.ts b/jquery-ajax-chain/jquery-ajax-chain-tests.ts index abaeac8a91..e5cbb8a26f 100644 --- a/jquery-ajax-chain/jquery-ajax-chain-tests.ts +++ b/jquery-ajax-chain/jquery-ajax-chain-tests.ts @@ -1,5 +1,5 @@ -/// -/// +/// +/// function test_public_methods(): void { diff --git a/jquery-ajax-chain/tsconfig.json b/jquery-ajax-chain/tsconfig.json index 2c73104b7a..50a1072917 100644 --- a/jquery-ajax-chain/tsconfig.json +++ b/jquery-ajax-chain/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery-backstretch/index.d.ts b/jquery-backstretch/index.d.ts index 5c951beeee..f868cc5c94 100644 --- a/jquery-backstretch/index.d.ts +++ b/jquery-backstretch/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Dmytro Kulyk // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace JQueryBackStretch { diff --git a/jquery-backstretch/jquery-backstretch-tests.ts b/jquery-backstretch/jquery-backstretch-tests.ts index b658c6aaeb..f46e15d51e 100644 --- a/jquery-backstretch/jquery-backstretch-tests.ts +++ b/jquery-backstretch/jquery-backstretch-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var backstretch = jQuery.backstretch(['image.png'], { diff --git a/jquery-backstretch/tsconfig.json b/jquery-backstretch/tsconfig.json index e68d2fa1c9..59a1a56b90 100644 --- a/jquery-backstretch/tsconfig.json +++ b/jquery-backstretch/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery-cropbox/index.d.ts b/jquery-cropbox/index.d.ts index 31e5d63a8c..42d2ed9689 100644 --- a/jquery-cropbox/index.d.ts +++ b/jquery-cropbox/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Per Kastman // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace jQueryCropBox { diff --git a/jquery-cropbox/jquery-cropbox-tests.ts b/jquery-cropbox/jquery-cropbox-tests.ts index 6e54848af8..c6e11b5b20 100644 --- a/jquery-cropbox/jquery-cropbox-tests.ts +++ b/jquery-cropbox/jquery-cropbox-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var cropboxWithDefaultSettings = $("#element").cropbox(); diff --git a/jquery-cropbox/tsconfig.json b/jquery-cropbox/tsconfig.json index ea6b3a5e54..532b98d811 100644 --- a/jquery-cropbox/tsconfig.json +++ b/jquery-cropbox/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery-easy-loading/index.d.ts b/jquery-easy-loading/index.d.ts index 6e231645a8..c6d878df1a 100644 --- a/jquery-easy-loading/index.d.ts +++ b/jquery-easy-loading/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: delphinus // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace JQueryEasyLoading { diff --git a/jquery-easy-loading/jquery-easy-loading-tests.ts b/jquery-easy-loading/jquery-easy-loading-tests.ts index d96d8c2edf..67a72da2d4 100644 --- a/jquery-easy-loading/jquery-easy-loading-tests.ts +++ b/jquery-easy-loading/jquery-easy-loading-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// function test_options() { diff --git a/jquery-easy-loading/tsconfig.json b/jquery-easy-loading/tsconfig.json index 8a76014c0d..60863366da 100644 --- a/jquery-easy-loading/tsconfig.json +++ b/jquery-easy-loading/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery-fullscreen/index.d.ts b/jquery-fullscreen/index.d.ts index 4a5ea1d675..477caf3b45 100644 --- a/jquery-fullscreen/index.d.ts +++ b/jquery-fullscreen/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Bruno Grieder // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQuery { diff --git a/jquery-fullscreen/tsconfig.json b/jquery-fullscreen/tsconfig.json index 53566a93a1..a437e0b977 100644 --- a/jquery-fullscreen/tsconfig.json +++ b/jquery-fullscreen/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery-galleria/tsconfig.json b/jquery-galleria/tsconfig.json index e0db0de165..d64668039b 100644 --- a/jquery-galleria/tsconfig.json +++ b/jquery-galleria/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery-handsontable/index.d.ts b/jquery-handsontable/index.d.ts index 14a6ab1b67..7b4deaabdf 100644 --- a/jquery-handsontable/index.d.ts +++ b/jquery-handsontable/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Ted John // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Handsontable { interface CellPosition { diff --git a/jquery-handsontable/jquery-handsontable-tests.ts b/jquery-handsontable/jquery-handsontable-tests.ts index b17e6fffa0..f28af64210 100644 --- a/jquery-handsontable/jquery-handsontable-tests.ts +++ b/jquery-handsontable/jquery-handsontable-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var data = [ diff --git a/jquery-handsontable/tsconfig.json b/jquery-handsontable/tsconfig.json index 9f52f92465..0fc88570a0 100644 --- a/jquery-handsontable/tsconfig.json +++ b/jquery-handsontable/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery-jsonrpcclient/index.d.ts b/jquery-jsonrpcclient/index.d.ts index 123001767d..45995ec97b 100644 --- a/jquery-jsonrpcclient/index.d.ts +++ b/jquery-jsonrpcclient/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Maksim Karelov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JsonRpcClientOptions extends JQueryAjaxSettings { ajaxUrl: string; diff --git a/jquery-jsonrpcclient/jquery-jsonrpcclient-tests.ts b/jquery-jsonrpcclient/jquery-jsonrpcclient-tests.ts index 7d23caddfd..a9fa06e95e 100644 --- a/jquery-jsonrpcclient/jquery-jsonrpcclient-tests.ts +++ b/jquery-jsonrpcclient/jquery-jsonrpcclient-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var foo = new $.JsonRpcClient({ ajaxUrl: '/backend/jsonrpc' }); diff --git a/jquery-jsonrpcclient/tsconfig.json b/jquery-jsonrpcclient/tsconfig.json index 8c3cd0f496..860b6e4693 100644 --- a/jquery-jsonrpcclient/tsconfig.json +++ b/jquery-jsonrpcclient/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery-knob/index.d.ts b/jquery-knob/index.d.ts index c1587fe392..925e632c68 100644 --- a/jquery-knob/index.d.ts +++ b/jquery-knob/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Iain Buchanan // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace JQueryKnob { export interface JQueryKnobOptions { diff --git a/jquery-knob/tsconfig.json b/jquery-knob/tsconfig.json index 693eed95a3..dc077b66c5 100644 --- a/jquery-knob/tsconfig.json +++ b/jquery-knob/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery-mockjax/index.d.ts b/jquery-mockjax/index.d.ts index 7505a30e6f..2eea75919e 100644 --- a/jquery-mockjax/index.d.ts +++ b/jquery-mockjax/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Laszlo Jakab , Vladimir Đokić // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface MockJaxSettingsHeaders { [key: string]: string; diff --git a/jquery-mockjax/jquery-mockjax-tests.ts b/jquery-mockjax/jquery-mockjax-tests.ts index 6fae52eb07..89d5cea594 100644 --- a/jquery-mockjax/jquery-mockjax-tests.ts +++ b/jquery-mockjax/jquery-mockjax-tests.ts @@ -1,6 +1,6 @@ -/// +/// /// -/// +/// class Tests { private _noErrorCallbackExpected: (jqXHR: JQueryXHR, textStatus: string, errorThrown: string) => any; diff --git a/jquery-mockjax/tsconfig.json b/jquery-mockjax/tsconfig.json index 019bea0162..2d48c57331 100644 --- a/jquery-mockjax/tsconfig.json +++ b/jquery-mockjax/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery-sortable/index.d.ts b/jquery-sortable/index.d.ts index b59516f854..2205bf50e1 100644 --- a/jquery-sortable/index.d.ts +++ b/jquery-sortable/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Nathan Pitman // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace JQuerySortable { diff --git a/jquery-sortable/tsconfig.json b/jquery-sortable/tsconfig.json index 142ee95f5d..c51e5f0a22 100644 --- a/jquery-sortable/tsconfig.json +++ b/jquery-sortable/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery-timeentry/index.d.ts b/jquery-timeentry/index.d.ts index 4f676a67a8..1ba12a40d6 100644 --- a/jquery-timeentry/index.d.ts +++ b/jquery-timeentry/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Mark Nadig // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface ITimeEntryRegionalOptions { /** diff --git a/jquery-timeentry/jquery-timeentry-tests.ts b/jquery-timeentry/jquery-timeentry-tests.ts index b7f541fb15..73b0a33ea0 100644 --- a/jquery-timeentry/jquery-timeentry-tests.ts +++ b/jquery-timeentry/jquery-timeentry-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var selector = '#example'; diff --git a/jquery-timeentry/tsconfig.json b/jquery-timeentry/tsconfig.json index c6130625fd..86b9dd4638 100644 --- a/jquery-timeentry/tsconfig.json +++ b/jquery-timeentry/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery-urlparam/index.d.ts b/jquery-urlparam/index.d.ts index 484b3afad6..496bb2f26c 100644 --- a/jquery-urlparam/index.d.ts +++ b/jquery-urlparam/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Sam Saint-Pettersen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQueryStatic { urlParam(variable: string): string; diff --git a/jquery-urlparam/jquery-urlparam-tests.ts b/jquery-urlparam/jquery-urlparam-tests.ts index 5ad4d26d5f..5e244f9643 100644 --- a/jquery-urlparam/jquery-urlparam-tests.ts +++ b/jquery-urlparam/jquery-urlparam-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// console.log($.urlParam('variable')); diff --git a/jquery-urlparam/tsconfig.json b/jquery-urlparam/tsconfig.json index 0fcf598bf8..e01d1d47c8 100644 --- a/jquery-urlparam/tsconfig.json +++ b/jquery-urlparam/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery-validation-unobtrusive/index.d.ts b/jquery-validation-unobtrusive/index.d.ts index fcc3bac9da..a19f2a4990 100644 --- a/jquery-validation-unobtrusive/index.d.ts +++ b/jquery-validation-unobtrusive/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Matt Brooks // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace MicrosoftJQueryUnobtrusiveValidation { type JQuerySelector = string | Document | Element | JQuery; diff --git a/jquery-validation-unobtrusive/tsconfig.json b/jquery-validation-unobtrusive/tsconfig.json index fb999fbf87..bbf699bd0a 100644 --- a/jquery-validation-unobtrusive/tsconfig.json +++ b/jquery-validation-unobtrusive/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.address/index.d.ts b/jquery.address/index.d.ts index 0e6b6f828b..3c0003b8ca 100644 --- a/jquery.address/index.d.ts +++ b/jquery.address/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Martin Duparc , Tim Klingeleers // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped/ -/// +/// interface JQueryAddressStatic { (): any; diff --git a/jquery.address/tsconfig.json b/jquery.address/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/jquery.address/tsconfig.json +++ b/jquery.address/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/jquery.ajaxfile/index.d.ts b/jquery.ajaxfile/index.d.ts index 220e047e9c..12ff53b389 100644 --- a/jquery.ajaxfile/index.d.ts +++ b/jquery.ajaxfile/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Florent PELLET // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace JQueryAjaxFile { export enum DataType { diff --git a/jquery.ajaxfile/jquery.ajaxFile-tests.ts b/jquery.ajaxfile/jquery.ajaxFile-tests.ts index e5f82fb00a..975100e317 100644 --- a/jquery.ajaxfile/jquery.ajaxFile-tests.ts +++ b/jquery.ajaxfile/jquery.ajaxFile-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// function testRawApi(){ var inputElement:HTMLInputElement = null; diff --git a/jquery.ajaxfile/tsconfig.json b/jquery.ajaxfile/tsconfig.json index fc63ab2603..7ef61abf7b 100644 --- a/jquery.ajaxfile/tsconfig.json +++ b/jquery.ajaxfile/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.are-you-sure/index.d.ts b/jquery.are-you-sure/index.d.ts index 6a78958674..5bb4840210 100644 --- a/jquery.are-you-sure/index.d.ts +++ b/jquery.are-you-sure/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Jon Egerton // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /**Options available to control dirty form checking*/ interface AreYouSureOptions { diff --git a/jquery.are-you-sure/jquery.are-you-sure-tests.ts b/jquery.are-you-sure/jquery.are-you-sure-tests.ts index 59e3730937..249d3f7e55 100644 --- a/jquery.are-you-sure/jquery.are-you-sure-tests.ts +++ b/jquery.are-you-sure/jquery.are-you-sure-tests.ts @@ -3,7 +3,7 @@ // Definitions by: Jon Egerton // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /// //Use defaults diff --git a/jquery.are-you-sure/tsconfig.json b/jquery.are-you-sure/tsconfig.json index c845e5baec..c78fe4b4b6 100644 --- a/jquery.are-you-sure/tsconfig.json +++ b/jquery.are-you-sure/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.autosize/index.d.ts b/jquery.autosize/index.d.ts index 20478d04c5..f43e6bf7d3 100644 --- a/jquery.autosize/index.d.ts +++ b/jquery.autosize/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Aaron T. King // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace autosize { interface AutosizeStatic { (el: Element): void; diff --git a/jquery.autosize/tsconfig.json b/jquery.autosize/tsconfig.json index 1e0b37faae..646938b0ad 100644 --- a/jquery.autosize/tsconfig.json +++ b/jquery.autosize/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.base64/index.d.ts b/jquery.base64/index.d.ts index 2547c5bb87..e071dc940a 100644 --- a/jquery.base64/index.d.ts +++ b/jquery.base64/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Shinya Mochizuki // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQueryBase64Static { encode(data: string, isUTF8?: boolean): string; diff --git a/jquery.base64/jquery.base64-tests.ts b/jquery.base64/jquery.base64-tests.ts index 5f6b6eaa62..7c8ba0cf67 100644 --- a/jquery.base64/jquery.base64-tests.ts +++ b/jquery.base64/jquery.base64-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var encoded = $.base64.encode(""); diff --git a/jquery.base64/tsconfig.json b/jquery.base64/tsconfig.json index d53fae9601..74a62ea7bb 100644 --- a/jquery.base64/tsconfig.json +++ b/jquery.base64/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.bbq/index.d.ts b/jquery.bbq/index.d.ts index fb0066c3ae..44deadb690 100644 --- a/jquery.bbq/index.d.ts +++ b/jquery.bbq/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Adam R. Smith // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace JQueryBbq { diff --git a/jquery.bbq/jquery.bbq-tests.ts b/jquery.bbq/jquery.bbq-tests.ts index 77eb35b373..fec710752e 100644 --- a/jquery.bbq/jquery.bbq-tests.ts +++ b/jquery.bbq/jquery.bbq-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// diff --git a/jquery.bbq/tsconfig.json b/jquery.bbq/tsconfig.json index 540c1a311c..c0561c7ce5 100644 --- a/jquery.bbq/tsconfig.json +++ b/jquery.bbq/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.blockUI/index.d.ts b/jquery.blockUI/index.d.ts index 4893fd23ce..42a6bf3f35 100644 --- a/jquery.blockUI/index.d.ts +++ b/jquery.blockUI/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Jeffrey Lee // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQBlockUIOptions { /** message displayed when blocking (use null for no message) */ diff --git a/jquery.blockUI/tsconfig.json b/jquery.blockUI/tsconfig.json index 536061743c..2d7d87e7ef 100644 --- a/jquery.blockUI/tsconfig.json +++ b/jquery.blockUI/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.bootstrap.wizard/index.d.ts b/jquery.bootstrap.wizard/index.d.ts index 197fb2fe3d..b04835e14e 100644 --- a/jquery.bootstrap.wizard/index.d.ts +++ b/jquery.bootstrap.wizard/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Blake Niemyjski // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface WizardOptions { tabClass?: string; diff --git a/jquery.bootstrap.wizard/tsconfig.json b/jquery.bootstrap.wizard/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/jquery.bootstrap.wizard/tsconfig.json +++ b/jquery.bootstrap.wizard/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/jquery.cleditor/index.d.ts b/jquery.cleditor/index.d.ts index b9f5c07de1..14ce2703ad 100644 --- a/jquery.cleditor/index.d.ts +++ b/jquery.cleditor/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Jeffery Grajkowski // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** * An editor is composed of a main div element used to hold a toolbar, diff --git a/jquery.cleditor/jquery.cleditor-tests.ts b/jquery.cleditor/jquery.cleditor-tests.ts index b298851500..6d747c881f 100644 --- a/jquery.cleditor/jquery.cleditor-tests.ts +++ b/jquery.cleditor/jquery.cleditor-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// // cribbed from http://premiumsoftware.net/CLEditor/GettingStarted diff --git a/jquery.cleditor/tsconfig.json b/jquery.cleditor/tsconfig.json index 4675e7370f..d9fa505d21 100644 --- a/jquery.cleditor/tsconfig.json +++ b/jquery.cleditor/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.clientSideLogging/index.d.ts b/jquery.clientSideLogging/index.d.ts index 5ca4773d8a..9266ff2f94 100644 --- a/jquery.clientSideLogging/index.d.ts +++ b/jquery.clientSideLogging/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Diullei Gomes // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface ClientSideLoggingClientInfoObject { location?: boolean; // The url to the page on which the error occurred. diff --git a/jquery.clientSideLogging/tsconfig.json b/jquery.clientSideLogging/tsconfig.json index 5885dd615d..b20750011c 100644 --- a/jquery.clientSideLogging/tsconfig.json +++ b/jquery.clientSideLogging/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.color/index.d.ts b/jquery.color/index.d.ts index 15eb02ca17..4b24a7c434 100644 --- a/jquery.color/index.d.ts +++ b/jquery.color/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Derek Cicerone // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQueryColor { /** diff --git a/jquery.color/jquery.color-tests.ts b/jquery.color/jquery.color-tests.ts index 267ee3b63b..6d45b03e1f 100644 --- a/jquery.color/jquery.color-tests.ts +++ b/jquery.color/jquery.color-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var color = $.Color("rgba(255, 255, 255, 0.4)"); diff --git a/jquery.color/tsconfig.json b/jquery.color/tsconfig.json index 82e59d0dcb..084225c392 100644 --- a/jquery.color/tsconfig.json +++ b/jquery.color/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.colorbox/index.d.ts b/jquery.colorbox/index.d.ts index 5437c0bf18..2ec737fd44 100644 --- a/jquery.colorbox/index.d.ts +++ b/jquery.colorbox/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Gidon Junge // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped/ -/// +/// interface ColorboxResizeSettings { height?: number; diff --git a/jquery.colorbox/jquery.colorbox-tests.ts b/jquery.colorbox/jquery.colorbox-tests.ts index 0a1da0bd7f..58604dc1a6 100644 --- a/jquery.colorbox/jquery.colorbox-tests.ts +++ b/jquery.colorbox/jquery.colorbox-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// //Image gallery diff --git a/jquery.colorbox/tsconfig.json b/jquery.colorbox/tsconfig.json index 81b712736e..435bec779c 100644 --- a/jquery.colorbox/tsconfig.json +++ b/jquery.colorbox/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.colorpicker/index.d.ts b/jquery.colorpicker/index.d.ts index 0f904b8c1c..04508b14f1 100644 --- a/jquery.colorpicker/index.d.ts +++ b/jquery.colorpicker/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Jeffery Grajkowski // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQueryColorpickerOptions { // Events diff --git a/jquery.colorpicker/jquery.colorpicker-tests.ts b/jquery.colorpicker/jquery.colorpicker-tests.ts index 4d38c9b67f..6400b5b897 100644 --- a/jquery.colorpicker/jquery.colorpicker-tests.ts +++ b/jquery.colorpicker/jquery.colorpicker-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// // Default options copied from the source var colorpicker = $("").colorpicker({ diff --git a/jquery.colorpicker/tsconfig.json b/jquery.colorpicker/tsconfig.json index 24c185f9dc..481164785b 100644 --- a/jquery.colorpicker/tsconfig.json +++ b/jquery.colorpicker/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.contextMenu/index.d.ts b/jquery.contextMenu/index.d.ts index 030a83f9f6..e56843ba81 100644 --- a/jquery.contextMenu/index.d.ts +++ b/jquery.contextMenu/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Natan Vivo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQueryContextMenuOptions { selector: string; diff --git a/jquery.contextMenu/tsconfig.json b/jquery.contextMenu/tsconfig.json index 031c01f65c..63b859cac2 100644 --- a/jquery.contextMenu/tsconfig.json +++ b/jquery.contextMenu/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.cookie/index.d.ts b/jquery.cookie/index.d.ts index cf63005fce..8c3ef6190d 100644 --- a/jquery.cookie/index.d.ts +++ b/jquery.cookie/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Roy Goode , Ben Lorantfy // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQueryCookieOptions { diff --git a/jquery.cookie/jquery.cookie-tests.ts b/jquery.cookie/jquery.cookie-tests.ts index 0cbd57acd0..ffba157046 100644 --- a/jquery.cookie/jquery.cookie-tests.ts +++ b/jquery.cookie/jquery.cookie-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// class TestObject { diff --git a/jquery.cookie/tsconfig.json b/jquery.cookie/tsconfig.json index 0da8ed0cc8..88f57897e6 100644 --- a/jquery.cookie/tsconfig.json +++ b/jquery.cookie/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.customSelect/index.d.ts b/jquery.customSelect/index.d.ts index c98303911b..faaf6df5af 100644 --- a/jquery.customSelect/index.d.ts +++ b/jquery.customSelect/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: adamcoulombe // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQueryCustomSelectOption { customClass?: string; diff --git a/jquery.customSelect/jquery.customSelect-tests.ts b/jquery.customSelect/jquery.customSelect-tests.ts index ad2fb30192..dcadca4299 100644 --- a/jquery.customSelect/jquery.customSelect-tests.ts +++ b/jquery.customSelect/jquery.customSelect-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// class CustomSelectOptions implements JQueryCustomSelectOption { diff --git a/jquery.customSelect/tsconfig.json b/jquery.customSelect/tsconfig.json index 7301ed3eb6..59d4ebb393 100644 --- a/jquery.customSelect/tsconfig.json +++ b/jquery.customSelect/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.cycle/index.d.ts b/jquery.cycle/index.d.ts index 7182990a22..3c91561f93 100644 --- a/jquery.cycle/index.d.ts +++ b/jquery.cycle/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface CycleOptions { activePagerClass?: string; // class name used for the active pager link diff --git a/jquery.cycle/jquery.cycle-tests.ts b/jquery.cycle/jquery.cycle-tests.ts index 2b5bd668e5..49adb64c27 100644 --- a/jquery.cycle/jquery.cycle-tests.ts +++ b/jquery.cycle/jquery.cycle-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// // As basic as it can be diff --git a/jquery.cycle/tsconfig.json b/jquery.cycle/tsconfig.json index 9ba30c47a0..3c4dcfec50 100644 --- a/jquery.cycle/tsconfig.json +++ b/jquery.cycle/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.cycle2/index.d.ts b/jquery.cycle2/index.d.ts index 6533dd2149..aeff2a6b40 100644 --- a/jquery.cycle2/index.d.ts +++ b/jquery.cycle2/index.d.ts @@ -5,7 +5,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQuery { cycle: JQueryCycle2.Cycle2; diff --git a/jquery.cycle2/jquery.cycle2-tests.ts b/jquery.cycle2/jquery.cycle2-tests.ts index 8a7eedf635..e7ed497697 100644 --- a/jquery.cycle2/jquery.cycle2-tests.ts +++ b/jquery.cycle2/jquery.cycle2-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// // basic diff --git a/jquery.cycle2/tsconfig.json b/jquery.cycle2/tsconfig.json index 7a4b7ca5f8..353cd942ac 100644 --- a/jquery.cycle2/tsconfig.json +++ b/jquery.cycle2/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.dataTables/index.d.ts b/jquery.dataTables/index.d.ts index 256da7d8c5..caa895b7d5 100644 --- a/jquery.dataTables/index.d.ts +++ b/jquery.dataTables/index.d.ts @@ -8,7 +8,7 @@ // - Plugin and extension definitions are not typed. // - Some return types are not fully wokring -/// +/// interface JQuery { DataTable(param?: DataTables.Settings): DataTables.DataTable; diff --git a/jquery.dataTables/jquery.dataTables-tests.ts b/jquery.dataTables/jquery.dataTables-tests.ts index 4d1d114cb4..dd164f739e 100644 --- a/jquery.dataTables/jquery.dataTables-tests.ts +++ b/jquery.dataTables/jquery.dataTables-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// $(document).ready(function () { diff --git a/jquery.dataTables/tsconfig.json b/jquery.dataTables/tsconfig.json index 6e91833c7c..b90f1743a0 100644 --- a/jquery.dataTables/tsconfig.json +++ b/jquery.dataTables/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/jquery.dropotron/jquery.dropotron-tests.ts b/jquery.dropotron/jquery.dropotron-tests.ts index 6b55c6d584..badc7b0ce5 100644 --- a/jquery.dropotron/jquery.dropotron-tests.ts +++ b/jquery.dropotron/jquery.dropotron-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// /** diff --git a/jquery.dropotron/tsconfig.json b/jquery.dropotron/tsconfig.json index a3d36ae525..99ab3f8b31 100644 --- a/jquery.dropotron/tsconfig.json +++ b/jquery.dropotron/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.dynatree/index.d.ts b/jquery.dynatree/index.d.ts index 5dae6b673c..273f88a2c5 100644 --- a/jquery.dynatree/index.d.ts +++ b/jquery.dynatree/index.d.ts @@ -4,8 +4,8 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace JQueryUI { interface UI { diff --git a/jquery.dynatree/tsconfig.json b/jquery.dynatree/tsconfig.json index ffe0012741..9a61faeb0b 100644 --- a/jquery.dynatree/tsconfig.json +++ b/jquery.dynatree/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.elang/index.d.ts b/jquery.elang/index.d.ts index f882fc211c..6b860f03f4 100644 --- a/jquery.elang/index.d.ts +++ b/jquery.elang/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Zoltan Sumegi // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface IPageResource { lang?: IPageLangItems; diff --git a/jquery.elang/tsconfig.json b/jquery.elang/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/jquery.elang/tsconfig.json +++ b/jquery.elang/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/jquery.fancytree/index.d.ts b/jquery.fancytree/index.d.ts index 9fb49d65b5..b3a6025b5a 100644 --- a/jquery.fancytree/index.d.ts +++ b/jquery.fancytree/index.d.ts @@ -4,8 +4,8 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace JQueryUI { interface UI { diff --git a/jquery.fancytree/tsconfig.json b/jquery.fancytree/tsconfig.json index 433cb6c0d4..6929f97512 100644 --- a/jquery.fancytree/tsconfig.json +++ b/jquery.fancytree/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.fileupload/index.d.ts b/jquery.fileupload/index.d.ts index 3575ab2738..59c1301b9a 100644 --- a/jquery.fileupload/index.d.ts +++ b/jquery.fileupload/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Rob Alarcon // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// // Interface options for the plugin interface JQueryFileInputOptions { diff --git a/jquery.fileupload/tsconfig.json b/jquery.fileupload/tsconfig.json index ad471c9fcf..dda923bcb7 100644 --- a/jquery.fileupload/tsconfig.json +++ b/jquery.fileupload/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.finger/index.d.ts b/jquery.finger/index.d.ts index cfc0104dcd..dbdde4e03f 100644 --- a/jquery.finger/index.d.ts +++ b/jquery.finger/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Max Ackley // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace JQueryFinger { export interface JQueryFingerOptions { diff --git a/jquery.finger/jquery.finger-tests.ts b/jquery.finger/jquery.finger-tests.ts index e50fe1d5f2..d32cbd0649 100644 --- a/jquery.finger/jquery.finger-tests.ts +++ b/jquery.finger/jquery.finger-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// $.Finger.doubleTapInterval = 400; diff --git a/jquery.finger/tsconfig.json b/jquery.finger/tsconfig.json index 342b8abc3c..36af5e78f2 100644 --- a/jquery.finger/tsconfig.json +++ b/jquery.finger/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.form/index.d.ts b/jquery.form/index.d.ts index 522aa3c3df..002b1b03ae 100644 --- a/jquery.form/index.d.ts +++ b/jquery.form/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQueryFormOptions extends JQueryAjaxSettings { beforeSerialize?: ($form: JQuery, options: JQueryFormOptions) => boolean; diff --git a/jquery.form/jquery.form-tests.ts b/jquery.form/jquery.form-tests.ts index 8b8e42c5db..e94ff94407 100644 --- a/jquery.form/jquery.form-tests.ts +++ b/jquery.form/jquery.form-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// // Basic usage diff --git a/jquery.form/tsconfig.json b/jquery.form/tsconfig.json index be8bb11d2b..305f36a7c1 100644 --- a/jquery.form/tsconfig.json +++ b/jquery.form/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.fullscreen/index.d.ts b/jquery.fullscreen/index.d.ts index 7ee5b43e1d..8831a68cbd 100644 --- a/jquery.fullscreen/index.d.ts +++ b/jquery.fullscreen/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Piraveen Kamalathas // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** * Extends jQuery interface diff --git a/jquery.fullscreen/tsconfig.json b/jquery.fullscreen/tsconfig.json index 18930e2a2c..6f6fa61a9b 100644 --- a/jquery.fullscreen/tsconfig.json +++ b/jquery.fullscreen/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.gridster/index.d.ts b/jquery.gridster/index.d.ts index 75150f409d..305788190b 100644 --- a/jquery.gridster/index.d.ts +++ b/jquery.gridster/index.d.ts @@ -29,7 +29,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/// +/// interface GridsterDraggable { items?: any; diff --git a/jquery.gridster/tsconfig.json b/jquery.gridster/tsconfig.json index 3a44544d4d..c69e976c9b 100644 --- a/jquery.gridster/tsconfig.json +++ b/jquery.gridster/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.highlight-bartaz/index.d.ts b/jquery.highlight-bartaz/index.d.ts index d2492eb2fb..26fbb1e40a 100644 --- a/jquery.highlight-bartaz/index.d.ts +++ b/jquery.highlight-bartaz/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQuery { unhighlight(options?: { diff --git a/jquery.highlight-bartaz/tsconfig.json b/jquery.highlight-bartaz/tsconfig.json index f508dc5fab..4527e63073 100644 --- a/jquery.highlight-bartaz/tsconfig.json +++ b/jquery.highlight-bartaz/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.jnotify/index.d.ts b/jquery.jnotify/index.d.ts index 02141e714d..d85fceb054 100644 --- a/jquery.jnotify/index.d.ts +++ b/jquery.jnotify/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // Project by: Fabio Franzini -/// +/// interface JNotifyInitOptions { oneAtTime?: boolean; diff --git a/jquery.jnotify/jquery.jnotify-tests.ts b/jquery.jnotify/jquery.jnotify-tests.ts index f1eefd6adb..29e206b42d 100644 --- a/jquery.jnotify/jquery.jnotify-tests.ts +++ b/jquery.jnotify/jquery.jnotify-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// $(document).ready(function () { diff --git a/jquery.jnotify/tsconfig.json b/jquery.jnotify/tsconfig.json index 83278363ff..72b86fc967 100644 --- a/jquery.jnotify/tsconfig.json +++ b/jquery.jnotify/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.joyride/index.d.ts b/jquery.joyride/index.d.ts index 328a38fd1f..ee918d83c0 100644 --- a/jquery.joyride/index.d.ts +++ b/jquery.joyride/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Vincent Bortone // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** * HTML segments for tip layout diff --git a/jquery.joyride/jquery.joyride-tests.ts b/jquery.joyride/jquery.joyride-tests.ts index ea79c9e50a..fed954e693 100644 --- a/jquery.joyride/jquery.joyride-tests.ts +++ b/jquery.joyride/jquery.joyride-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var options: JoyrideOptions; diff --git a/jquery.joyride/tsconfig.json b/jquery.joyride/tsconfig.json index b402dae6b1..2ca04989f6 100644 --- a/jquery.joyride/tsconfig.json +++ b/jquery.joyride/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.jsignature/index.d.ts b/jquery.jsignature/index.d.ts index 1aa5a11633..bec78605e1 100644 --- a/jquery.jsignature/index.d.ts +++ b/jquery.jsignature/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // Project by: Willow Systems Corp -/// +/// interface JQuery { diff --git a/jquery.jsignature/jquery.jsignature-tests.ts b/jquery.jsignature/jquery.jsignature-tests.ts index b7e9631a50..778af1f844 100644 --- a/jquery.jsignature/jquery.jsignature-tests.ts +++ b/jquery.jsignature/jquery.jsignature-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// /* diff --git a/jquery.jsignature/tsconfig.json b/jquery.jsignature/tsconfig.json index 75f2b55ef8..b96a7f878d 100644 --- a/jquery.jsignature/tsconfig.json +++ b/jquery.jsignature/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.leanModal/index.d.ts b/jquery.leanModal/index.d.ts index a192ffa171..e0c2f7f707 100644 --- a/jquery.leanModal/index.d.ts +++ b/jquery.leanModal/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: FinelySliced // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQueryLeanModalOption { top? : number; diff --git a/jquery.leanModal/jquery.leanModal-tests.ts b/jquery.leanModal/jquery.leanModal-tests.ts index e785d2a4bf..966f5e1217 100644 --- a/jquery.leanModal/jquery.leanModal-tests.ts +++ b/jquery.leanModal/jquery.leanModal-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// class LeanModalOptions implements JQueryLeanModalOption { diff --git a/jquery.leanModal/tsconfig.json b/jquery.leanModal/tsconfig.json index 0a9322f045..84dfaa4786 100644 --- a/jquery.leanModal/tsconfig.json +++ b/jquery.leanModal/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.livestampjs/index.d.ts b/jquery.livestampjs/index.d.ts index 4dcb091c5e..4a63ee0157 100644 --- a/jquery.livestampjs/index.d.ts +++ b/jquery.livestampjs/index.d.ts @@ -5,7 +5,7 @@ // A simple, unobtrusive jQuery plugin that provides auto-updating timeago text to your timestamped HTML elements using Moment.js. -/// +/// import * as moment from '../moment'; diff --git a/jquery.livestampjs/jquery.livestampjs-tests.ts b/jquery.livestampjs/jquery.livestampjs-tests.ts index a8f68beaa1..e9900f60f7 100644 --- a/jquery.livestampjs/jquery.livestampjs-tests.ts +++ b/jquery.livestampjs/jquery.livestampjs-tests.ts @@ -1,6 +1,6 @@ // Tests for Livestamp.js type definitions -/// -/// +/// +/// /// $('#test1').livestamp(new Date('June 18, 1987')); diff --git a/jquery.livestampjs/tsconfig.json b/jquery.livestampjs/tsconfig.json index b732491a22..cd4002fa01 100644 --- a/jquery.livestampjs/tsconfig.json +++ b/jquery.livestampjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.menuaim/index.d.ts b/jquery.menuaim/index.d.ts index 5b833a6b9d..623374fa3c 100644 --- a/jquery.menuaim/index.d.ts +++ b/jquery.menuaim/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Robert Fonseca-Ensor // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQueryMenuAimOptions { /** Function to call when a row is purposefully activated. Use this diff --git a/jquery.menuaim/jquery.menuaim-tests.ts b/jquery.menuaim/jquery.menuaim-tests.ts index 9c4b7cbdb7..4a163a0163 100644 --- a/jquery.menuaim/jquery.menuaim-tests.ts +++ b/jquery.menuaim/jquery.menuaim-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// $('div').menuAim({ activate: function () { }, diff --git a/jquery.menuaim/tsconfig.json b/jquery.menuaim/tsconfig.json index 9bb380006f..451af9b990 100644 --- a/jquery.menuaim/tsconfig.json +++ b/jquery.menuaim/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.mmenu/index.d.ts b/jquery.mmenu/index.d.ts index f88e89ca26..9c27bdb530 100644 --- a/jquery.mmenu/index.d.ts +++ b/jquery.mmenu/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: John Gouigouix // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace JQueryMmenu { diff --git a/jquery.mmenu/jquery.mmenu-tests.ts b/jquery.mmenu/jquery.mmenu-tests.ts index ae52793d62..385f479507 100644 --- a/jquery.mmenu/jquery.mmenu-tests.ts +++ b/jquery.mmenu/jquery.mmenu-tests.ts @@ -1,5 +1,5 @@ -/// -/// +/// +/// // -------------------------------------------------------- diff --git a/jquery.mmenu/tsconfig.json b/jquery.mmenu/tsconfig.json index 4ba5c1c7a9..c809cdc1d4 100644 --- a/jquery.mmenu/tsconfig.json +++ b/jquery.mmenu/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.notifyBar/index.d.ts b/jquery.notifyBar/index.d.ts index 421dadb8ef..f1e500d420 100644 --- a/jquery.notifyBar/index.d.ts +++ b/jquery.notifyBar/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Shunsuke Ohtani // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace JQueryNotifyBar { diff --git a/jquery.notifyBar/tsconfig.json b/jquery.notifyBar/tsconfig.json index df9a73e0ec..08f846e2f8 100644 --- a/jquery.notifyBar/tsconfig.json +++ b/jquery.notifyBar/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.noty/index.d.ts b/jquery.noty/index.d.ts index a1f6d81720..85fc2fca4c 100644 --- a/jquery.noty/index.d.ts +++ b/jquery.noty/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // Project by: Nedim Carter -/// +/// interface NotyOptions { layout?: string; diff --git a/jquery.noty/tsconfig.json b/jquery.noty/tsconfig.json index 98c9089aa3..28b98e6143 100644 --- a/jquery.noty/tsconfig.json +++ b/jquery.noty/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/jquery.payment/tsconfig.json b/jquery.payment/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/jquery.payment/tsconfig.json +++ b/jquery.payment/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/jquery.pjax.falsandtru/index.d.ts b/jquery.pjax.falsandtru/index.d.ts index 29aa2304b5..e302996914 100644 --- a/jquery.pjax.falsandtru/index.d.ts +++ b/jquery.pjax.falsandtru/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: 新ゝ月 NewNotMoon // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface PjaxSetting { gns?: string; diff --git a/jquery.pjax.falsandtru/jquery.pjax-tests.ts b/jquery.pjax.falsandtru/jquery.pjax-tests.ts index f116da5dfd..c57afb9e74 100644 --- a/jquery.pjax.falsandtru/jquery.pjax-tests.ts +++ b/jquery.pjax.falsandtru/jquery.pjax-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// function test_pjax() { $.pjax(); diff --git a/jquery.pjax.falsandtru/tsconfig.json b/jquery.pjax.falsandtru/tsconfig.json index 55c7a6fbfa..9989a611ac 100644 --- a/jquery.pjax.falsandtru/tsconfig.json +++ b/jquery.pjax.falsandtru/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.pjax/index.d.ts b/jquery.pjax/index.d.ts index 7173abdab6..2657a90f44 100644 --- a/jquery.pjax/index.d.ts +++ b/jquery.pjax/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Junle Li // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** * Interface for pjax:popstate event. diff --git a/jquery.pjax/jquery.pjax-tests.ts b/jquery.pjax/jquery.pjax-tests.ts index 6af27618e0..1918ea6631 100644 --- a/jquery.pjax/jquery.pjax-tests.ts +++ b/jquery.pjax/jquery.pjax-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// function test_fn_pjax() { $(document).pjax("a"); diff --git a/jquery.pjax/tsconfig.json b/jquery.pjax/tsconfig.json index 55c7a6fbfa..9989a611ac 100644 --- a/jquery.pjax/tsconfig.json +++ b/jquery.pjax/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.placeholder/index.d.ts b/jquery.placeholder/index.d.ts index 7fc96b5402..92fe7e5f02 100644 --- a/jquery.placeholder/index.d.ts +++ b/jquery.placeholder/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Peter Gill , Neil Culver // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQuery { placeholder(options: { customClass: string }) : JQuery diff --git a/jquery.placeholder/jquery.placeholder-tests.ts b/jquery.placeholder/jquery.placeholder-tests.ts index b0e7629f34..45af39d292 100644 --- a/jquery.placeholder/jquery.placeholder-tests.ts +++ b/jquery.placeholder/jquery.placeholder-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// $('input').placeholder(); diff --git a/jquery.placeholder/tsconfig.json b/jquery.placeholder/tsconfig.json index cb46035273..f0f9ec3bf9 100644 --- a/jquery.placeholder/tsconfig.json +++ b/jquery.placeholder/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.pnotify/index.d.ts b/jquery.pnotify/index.d.ts index edb7e2468c..3434e73184 100644 --- a/jquery.pnotify/index.d.ts +++ b/jquery.pnotify/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: David Sichau // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface PNotifyStack { dir1?: string; diff --git a/jquery.pnotify/jquery.pnotify-tests.ts b/jquery.pnotify/jquery.pnotify-tests.ts index 8704da19f3..6ed6940a87 100644 --- a/jquery.pnotify/jquery.pnotify-tests.ts +++ b/jquery.pnotify/jquery.pnotify-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// function test_pnotify() { diff --git a/jquery.pnotify/tsconfig.json b/jquery.pnotify/tsconfig.json index a24978c282..c7de1b5c73 100644 --- a/jquery.pnotify/tsconfig.json +++ b/jquery.pnotify/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.postMessage/jquery.postMessage-tests.ts b/jquery.postMessage/jquery.postMessage-tests.ts index 077063303d..4b65d7e67b 100644 --- a/jquery.postMessage/jquery.postMessage-tests.ts +++ b/jquery.postMessage/jquery.postMessage-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// function test_postMessage() { // post plain message diff --git a/jquery.postMessage/tsconfig.json b/jquery.postMessage/tsconfig.json index 3816acfc83..49bfd0b9aa 100644 --- a/jquery.postMessage/tsconfig.json +++ b/jquery.postMessage/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.prettyphoto/index.d.ts b/jquery.prettyphoto/index.d.ts index dc0003212d..80c381525c 100644 --- a/jquery.prettyphoto/index.d.ts +++ b/jquery.prettyphoto/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: pgaske // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace scaron_prettyPhoto { /** diff --git a/jquery.prettyphoto/jquery.prettyphoto-tests.ts b/jquery.prettyphoto/jquery.prettyphoto-tests.ts index 1cf3b40a89..e691d2bd81 100644 --- a/jquery.prettyphoto/jquery.prettyphoto-tests.ts +++ b/jquery.prettyphoto/jquery.prettyphoto-tests.ts @@ -1,6 +1,6 @@ // Tests for prettyPhoto library -/// +/// /// // JQUERY diff --git a/jquery.prettyphoto/tsconfig.json b/jquery.prettyphoto/tsconfig.json index 487de4e08f..b4087b0057 100644 --- a/jquery.prettyphoto/tsconfig.json +++ b/jquery.prettyphoto/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.qrcode/index.d.ts b/jquery.qrcode/index.d.ts index 0abc536ab6..94504d4dda 100644 --- a/jquery.qrcode/index.d.ts +++ b/jquery.qrcode/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Dan Manastireanu // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace JQueryQRCode { /** diff --git a/jquery.qrcode/jquery.qrcode-tests.ts b/jquery.qrcode/jquery.qrcode-tests.ts index 716010c516..91db4ed3c3 100644 --- a/jquery.qrcode/jquery.qrcode-tests.ts +++ b/jquery.qrcode/jquery.qrcode-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// // Examples from website (note: the examples use color instead of fill, which is not supported) diff --git a/jquery.qrcode/tsconfig.json b/jquery.qrcode/tsconfig.json index 7d38a5fc17..356400233c 100644 --- a/jquery.qrcode/tsconfig.json +++ b/jquery.qrcode/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.rowGrid/index.d.ts b/jquery.rowGrid/index.d.ts index 1613d6d59c..ed6284b54e 100644 --- a/jquery.rowGrid/index.d.ts +++ b/jquery.rowGrid/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Vinayak Garg // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQueryRowGridJSOptions { minMargin?: number; diff --git a/jquery.rowGrid/jquery.rowGrid-tests.ts b/jquery.rowGrid/jquery.rowGrid-tests.ts index cb11d65964..6adc8b38cf 100644 --- a/jquery.rowGrid/jquery.rowGrid-tests.ts +++ b/jquery.rowGrid/jquery.rowGrid-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// /* diff --git a/jquery.rowGrid/tsconfig.json b/jquery.rowGrid/tsconfig.json index 98f3a048f9..c619c46f5d 100644 --- a/jquery.rowGrid/tsconfig.json +++ b/jquery.rowGrid/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.scrollTo/index.d.ts b/jquery.scrollTo/index.d.ts index 484d4dbb78..3a4f13d1a8 100644 --- a/jquery.scrollTo/index.d.ts +++ b/jquery.scrollTo/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Neil Stalker // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface ScrollToOptions { /** diff --git a/jquery.scrollTo/jquery.scrollTo-tests.ts b/jquery.scrollTo/jquery.scrollTo-tests.ts index 009112606f..adf9301a5f 100644 --- a/jquery.scrollTo/jquery.scrollTo-tests.ts +++ b/jquery.scrollTo/jquery.scrollTo-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// $('div').scrollTo(340); diff --git a/jquery.scrollTo/tsconfig.json b/jquery.scrollTo/tsconfig.json index 14c60d215b..de12ddd4d5 100644 --- a/jquery.scrollTo/tsconfig.json +++ b/jquery.scrollTo/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.simplePagination/index.d.ts b/jquery.simplePagination/index.d.ts index 7fc6543575..c09ea685e3 100644 --- a/jquery.simplePagination/index.d.ts +++ b/jquery.simplePagination/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Natan Vivo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface SimplePaginationOptions { items?: number; diff --git a/jquery.simplePagination/jquery.simplePagination-tests.ts b/jquery.simplePagination/jquery.simplePagination-tests.ts index 728ca03a85..891af58ba5 100644 --- a/jquery.simplePagination/jquery.simplePagination-tests.ts +++ b/jquery.simplePagination/jquery.simplePagination-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var selector = '#elementId'; diff --git a/jquery.simplePagination/tsconfig.json b/jquery.simplePagination/tsconfig.json index 2eb47a2cd3..c1b832ae29 100644 --- a/jquery.simplePagination/tsconfig.json +++ b/jquery.simplePagination/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.simplemodal/index.d.ts b/jquery.simplemodal/index.d.ts index fa1bff74fc..19ad376bfd 100644 --- a/jquery.simplemodal/index.d.ts +++ b/jquery.simplemodal/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Friedrich von Never // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace SimpleModal { interface SimpleModalOptions { diff --git a/jquery.simplemodal/jquery.simplemodal-tests.ts b/jquery.simplemodal/jquery.simplemodal-tests.ts index fc27d11c73..5079d8619d 100644 --- a/jquery.simplemodal/jquery.simplemodal-tests.ts +++ b/jquery.simplemodal/jquery.simplemodal-tests.ts @@ -1,6 +1,6 @@ // Tests taken from documentation: http://www.ericmmartin.com/projects/simplemodal/ -/// +/// /// // Chained call with no options diff --git a/jquery.simplemodal/tsconfig.json b/jquery.simplemodal/tsconfig.json index 242cbe9c42..2b7472d5e1 100644 --- a/jquery.simplemodal/tsconfig.json +++ b/jquery.simplemodal/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.simulate/index.d.ts b/jquery.simulate/index.d.ts index 5aa43a82bb..65a80a263e 100644 --- a/jquery.simulate/index.d.ts +++ b/jquery.simulate/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Derek Cicerone // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQuery { diff --git a/jquery.simulate/tsconfig.json b/jquery.simulate/tsconfig.json index 07240b1cbe..9729758ca4 100644 --- a/jquery.simulate/tsconfig.json +++ b/jquery.simulate/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.slimScroll/index.d.ts b/jquery.slimScroll/index.d.ts index 4d77d28817..f07ef9636f 100644 --- a/jquery.slimScroll/index.d.ts +++ b/jquery.slimScroll/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/rochal/jQuery-slimScroll // Definitions by: Chintan Shah // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface IJQuerySlimScrollOptions { // width in pixels of the visible scroll area diff --git a/jquery.slimScroll/jquery.SlimScroll-tests.ts b/jquery.slimScroll/jquery.SlimScroll-tests.ts index deb4f2406d..00534b2960 100644 --- a/jquery.slimScroll/jquery.SlimScroll-tests.ts +++ b/jquery.slimScroll/jquery.SlimScroll-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// $("div").slimScroll(); diff --git a/jquery.slimScroll/tsconfig.json b/jquery.slimScroll/tsconfig.json index 337c27200c..427d628d67 100644 --- a/jquery.slimScroll/tsconfig.json +++ b/jquery.slimScroll/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.soap/index.d.ts b/jquery.soap/index.d.ts index 340a5221df..384b5bc480 100644 --- a/jquery.soap/index.d.ts +++ b/jquery.soap/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Roland Greim // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped/ -/// +/// declare namespace JQuerySOAP { interface SOAPEnvelope { diff --git a/jquery.soap/tsconfig.json b/jquery.soap/tsconfig.json index cc10c9dac1..027b1ceec3 100644 --- a/jquery.soap/tsconfig.json +++ b/jquery.soap/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.sortElements/index.d.ts b/jquery.sortElements/index.d.ts index 6a3e6581b7..5fbf62ab8e 100644 --- a/jquery.sortElements/index.d.ts +++ b/jquery.sortElements/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Tim Bureck // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQuery { sortElements(comparator:Function, getSortable?:Function):JQuery; diff --git a/jquery.sortElements/tsconfig.json b/jquery.sortElements/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/jquery.sortElements/tsconfig.json +++ b/jquery.sortElements/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/jquery.superLink/index.d.ts b/jquery.superLink/index.d.ts index a70d97d2e8..3c7bffc074 100644 --- a/jquery.superLink/index.d.ts +++ b/jquery.superLink/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Blake Niemyjski // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQuery { superLink(link?: string): JQuery; diff --git a/jquery.superLink/tsconfig.json b/jquery.superLink/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/jquery.superLink/tsconfig.json +++ b/jquery.superLink/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/jquery.tagsmanager/index.d.ts b/jquery.tagsmanager/index.d.ts index 2e98a0231c..aa9ff8e74f 100644 --- a/jquery.tagsmanager/index.d.ts +++ b/jquery.tagsmanager/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Vincent Bortone // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface ITagsManagerOptions { prefilled?: any; diff --git a/jquery.tagsmanager/jquery.tagsmanager-tests.ts b/jquery.tagsmanager/jquery.tagsmanager-tests.ts index 1e0df62c25..ba3285fde5 100644 --- a/jquery.tagsmanager/jquery.tagsmanager-tests.ts +++ b/jquery.tagsmanager/jquery.tagsmanager-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var options: ITagsManagerOptions = { diff --git a/jquery.tagsmanager/tsconfig.json b/jquery.tagsmanager/tsconfig.json index 732b330c77..602a20a5cf 100644 --- a/jquery.tagsmanager/tsconfig.json +++ b/jquery.tagsmanager/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.tile/index.d.ts b/jquery.tile/index.d.ts index fce65eefbc..d8437b0b01 100644 --- a/jquery.tile/index.d.ts +++ b/jquery.tile/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Shunsuke Ohtani // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQuery { /** diff --git a/jquery.tile/tsconfig.json b/jquery.tile/tsconfig.json index 022926bbff..9a094fd1d5 100644 --- a/jquery.tile/tsconfig.json +++ b/jquery.tile/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.timeago/index.d.ts b/jquery.timeago/index.d.ts index 510ad67d0a..8563792d7a 100644 --- a/jquery.timeago/index.d.ts +++ b/jquery.timeago/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface TimeagoSetings { refreshMillis?: number; diff --git a/jquery.timeago/jquery.timeago-tests.ts b/jquery.timeago/jquery.timeago-tests.ts index 8a40389bca..5a0214720d 100644 --- a/jquery.timeago/jquery.timeago-tests.ts +++ b/jquery.timeago/jquery.timeago-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// // Basic usage diff --git a/jquery.timeago/tsconfig.json b/jquery.timeago/tsconfig.json index 39106a5284..83cb83752f 100644 --- a/jquery.timeago/tsconfig.json +++ b/jquery.timeago/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.timepicker/index.d.ts b/jquery.timepicker/index.d.ts index c267dedf2c..d6a8d45a3b 100644 --- a/jquery.timepicker/index.d.ts +++ b/jquery.timepicker/index.d.ts @@ -3,24 +3,35 @@ // Definitions by: Anwar Javed // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// interface TimePickerHour { - /** first displayed hour */ starts?: number; - /** last displayed hour */ ends?: number; + /** first displayed hour */ + starts?: number; + /** last displayed hour */ + ends?: number; } interface TimePickerMinutes { - /** first displayed minute */ starts?: number; - /** last displayed minute */ ends?: number; - /** interval of displayed minutes */ interval?: number; + /** first displayed minute */ + starts?: number; + /** last displayed minute */ + ends?: number; + /** interval of displayed minutes */ + interval?: number; } interface TimePickerOptions { - /** 'focus' for popup on focus, */ showOn?: string; + /** 'focus' for popup on focus, */ + showOn?: string; - /** * 'button' element that will trigger the timepicker. * * "button" for trigger button, or "both" for either (not yet implemented). */ button?: string; + /** + * 'button' element that will trigger the timepicker. + * + * "button" for trigger button, or "both" for either (not yet implemented). + */ + button?: string; // Localization @@ -33,50 +44,87 @@ interface TimePickerOptions { /** Define the locale text for periods. */ amPmText?: [string, string]; - /** Name of jQuery animation for popup */ showAnim?: string; - /** Options for enhanced animations */ showOptions?: any; - /** Display text following the input box, e.g. showing the format */ appendText?: string; + /** Name of jQuery animation for popup */ + showAnim?: string; + /** Options for enhanced animations */ + showOptions?: any; + /** Display text following the input box, e.g. showing the format */ + appendText?: string; - /** Define a callback function executed before the timepicker is shown */ beforeShow?: () => any; - /** Define a callback function when a hour / minutes is selected */ onSelect?: (timeText: string, inst: any) => any; - /** Define a callback function when the timepicker is closed */ onClose?: (timeText: string, inst: any) => any; + /** Define a callback function executed before the timepicker is shown */ + beforeShow?: () => any; + /** Define a callback function when a hour / minutes is selected */ + onSelect?: (timeText: string, inst: any) => any; + /** Define a callback function when the timepicker is closed */ + onClose?: (timeText: string, inst: any) => any; - /** The character to use to separate hours and minutes. */ timeSeparator?: string; - /** The character to use to separate the time from the time period. */ periodSeparator?: string; - /** Define whether or not to show AM/PM with selected time */ showPeriod?: boolean; - /** Show the AM/PM labels on the left of the time picker */ showPeriodLabels?: boolean; - /** Define whether or not to show a leading zero for hours < 10. [true/false] */ showLeadingZero?: boolean; - /** Define whether or not to show a leading zero for minutes < 10. */ showMinutesLeadingZero?: boolean; - /** Selector for an alternate field to store selected time into */ altField?: string; - /** * Used as default time when input field is empty or for inline timePicker * (set to 'now' for the current time, '' for no highlighted time) **/ defaultTime?: string; - /** * Position of the dialog relative to the input. * * See the position utility for more info : http://jqueryui.com/demos/position/ */ myPosition?: string; - /** * Position of the input element to match * * Note : if the position utility is not loaded, the timepicker will attach left top to left bottom * See the position utility for more info : http://jqueryui.com/demos/position/ */ atPosition?: string; + /** The character to use to separate hours and minutes. */ + timeSeparator?: string; + /** The character to use to separate the time from the time period. */ + periodSeparator?: string; + /** Define whether or not to show AM/PM with selected time */ + showPeriod?: boolean; + /** Show the AM/PM labels on the left of the time picker */ + showPeriodLabels?: boolean; + /** Define whether or not to show a leading zero for hours < 10. [true/false] */ + showLeadingZero?: boolean; + /** Define whether or not to show a leading zero for minutes < 10. */ + showMinutesLeadingZero?: boolean; + /** Selector for an alternate field to store selected time into */ + altField?: string; + /** + * Used as default time when input field is empty or for inline timePicker + * (set to 'now' for the current time, '' for no highlighted time) + **/ + defaultTime?: string; + /** + * Position of the dialog relative to the input. + * + * See the position utility for more info : http://jqueryui.com/demos/position/ + */ + myPosition?: string; + /** + * Position of the input element to match + * + * Note : if the position utility is not loaded, the timepicker will attach left top to left bottom + * See the position utility for more info : http://jqueryui.com/demos/position/ + */ + atPosition?: string; //NEW: 2011-02-03 - /** callback for enabling / disabling on selectable hours ex : function(hour) { return true; } */ onHourShow?: () => any; - /** callback for enabling / disabling on time selection ex : function(hour,minute) { return true; } */ onMinuteShow?: () => any; + /** callback for enabling / disabling on selectable hours ex : function(hour) { return true; } */ + onHourShow?: () => any; + /** callback for enabling / disabling on time selection ex : function(hour,minute) { return true; } */ + onMinuteShow?: () => any; hours?: TimePickerHour; minutes?: TimePickerMinutes; - /** number of rows for the input tables, minimum 2, makes more sense if you use multiple of 2 */ rows?: number; + /** number of rows for the input tables, minimum 2, makes more sense if you use multiple of 2 */ + rows?: number; // 2011-08-05 0.2.4 - /** display the hours section of the dialog */ showHours?: boolean; - /** display the minute section of the dialog */ showMinutes?: boolean; - /** optionally parse inputs of whole hours with minutes omitted */ optionalMinutes?: boolean; + /** display the hours section of the dialog */ + showHours?: boolean; + /** display the minute section of the dialog */ + showMinutes?: boolean; + /** optionally parse inputs of whole hours with minutes omitted */ + optionalMinutes?: boolean; // buttons - /** shows an OK button to confirm the edit */ showCloseButton?: boolean; + /** shows an OK button to confirm the edit */ + showCloseButton?: boolean; /** Text for the confirmation button (ok button).*/ closeButtonText?: string; - /** Shows the 'now' button */ showNowButton?: boolean; + /** Shows the 'now' button */ + showNowButton?: boolean; /** Text for the 'now' button.*/ nowButtonText?: string; - /** Shows the deselect time button */ showDeselectButton?: boolean; + /** Shows the deselect time button */ + showDeselectButton?: boolean; /** Text for the deselect button */ deselectButtonText?: string; diff --git a/jquery.timepicker/jquery.timepicker-tests.ts b/jquery.timepicker/jquery.timepicker-tests.ts index f0e5f49854..6336f864c7 100644 --- a/jquery.timepicker/jquery.timepicker-tests.ts +++ b/jquery.timepicker/jquery.timepicker-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var beforeShowCallback, onSelectCallback, onCloseCallback, onHourShow, onMinuteShow; diff --git a/jquery.timepicker/tsconfig.json b/jquery.timepicker/tsconfig.json index 99663622c7..b6dd6cc2f4 100644 --- a/jquery.timepicker/tsconfig.json +++ b/jquery.timepicker/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.timer/index.d.ts b/jquery.timer/index.d.ts index 3259369a96..e6b26e0b2e 100644 --- a/jquery.timer/index.d.ts +++ b/jquery.timer/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Joshua Strobl // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQueryTimer { // #region Constructors diff --git a/jquery.timer/jquery.timer-tests.ts b/jquery.timer/jquery.timer-tests.ts index 2e48bbe893..7d0507c2be 100644 --- a/jquery.timer/jquery.timer-tests.ts +++ b/jquery.timer/jquery.timer-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// // Create the timer diff --git a/jquery.timer/tsconfig.json b/jquery.timer/tsconfig.json index 1dea182fb4..504c434acf 100644 --- a/jquery.timer/tsconfig.json +++ b/jquery.timer/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.tinycarousel/index.d.ts b/jquery.tinycarousel/index.d.ts index 32ba3da18f..10c363f4fa 100644 --- a/jquery.tinycarousel/index.d.ts +++ b/jquery.tinycarousel/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Christiaan Rakowski // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace JQueryTinyCarousel { export interface JQueryTinyCarouselOptions { diff --git a/jquery.tinycarousel/tsconfig.json b/jquery.tinycarousel/tsconfig.json index 8e33f7015c..f6b4771e65 100644 --- a/jquery.tinycarousel/tsconfig.json +++ b/jquery.tinycarousel/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.tinyscrollbar/index.d.ts b/jquery.tinyscrollbar/index.d.ts index 802741f0be..098353d831 100644 --- a/jquery.tinyscrollbar/index.d.ts +++ b/jquery.tinyscrollbar/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Christiaan Rakowski // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace JQueryTinyScrollbar { export interface JQueryTinyScrollbarOptions { diff --git a/jquery.tinyscrollbar/tsconfig.json b/jquery.tinyscrollbar/tsconfig.json index d08b635f2e..70a8c7f3ec 100644 --- a/jquery.tinyscrollbar/tsconfig.json +++ b/jquery.tinyscrollbar/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.tipsy/index.d.ts b/jquery.tipsy/index.d.ts index cbd4d29744..678c2a77f0 100644 --- a/jquery.tipsy/index.d.ts +++ b/jquery.tipsy/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Brian Dukes // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQuery { /** diff --git a/jquery.tipsy/jquery.tipsy-tests.ts b/jquery.tipsy/jquery.tipsy-tests.ts index 384e34a217..121b4d91cd 100644 --- a/jquery.tipsy/jquery.tipsy-tests.ts +++ b/jquery.tipsy/jquery.tipsy-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// // basic diff --git a/jquery.tipsy/tsconfig.json b/jquery.tipsy/tsconfig.json index 116a7c915e..af12284d8b 100644 --- a/jquery.tipsy/tsconfig.json +++ b/jquery.tipsy/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.tooltipster/index.d.ts b/jquery.tooltipster/index.d.ts index a4df0a36e3..5dad37aef4 100644 --- a/jquery.tooltipster/index.d.ts +++ b/jquery.tooltipster/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Patrick Magee // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQueryTooltipsterOptions { /** diff --git a/jquery.tooltipster/tsconfig.json b/jquery.tooltipster/tsconfig.json index 5ce8c2b6c5..7f0d8a9301 100644 --- a/jquery.tooltipster/tsconfig.json +++ b/jquery.tooltipster/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.total-storage/index.d.ts b/jquery.total-storage/index.d.ts index 6830e4e11a..5de79c34a6 100644 --- a/jquery.total-storage/index.d.ts +++ b/jquery.total-storage/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Jeremy Brooks // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** * @desc Set the value of a key to a string diff --git a/jquery.total-storage/jquery.total-storage-tests.ts b/jquery.total-storage/jquery.total-storage-tests.ts index 4bbb60b454..613e5ab704 100644 --- a/jquery.total-storage/jquery.total-storage-tests.ts +++ b/jquery.total-storage/jquery.total-storage-tests.ts @@ -3,7 +3,7 @@ // Definitions by: Jeremy Brooks // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /// //direct call diff --git a/jquery.total-storage/tsconfig.json b/jquery.total-storage/tsconfig.json index ed331136e8..924e5c23db 100644 --- a/jquery.total-storage/tsconfig.json +++ b/jquery.total-storage/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.transit/index.d.ts b/jquery.transit/index.d.ts index dddb56d7db..f267bbb24f 100644 --- a/jquery.transit/index.d.ts +++ b/jquery.transit/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: MrBigDog2U // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// // Transit ////////////////////////////////////////////////// diff --git a/jquery.transit/jquery.transit-tests.ts b/jquery.transit/jquery.transit-tests.ts index 6fdb562d7d..0dbcf990db 100644 --- a/jquery.transit/jquery.transit-tests.ts +++ b/jquery.transit/jquery.transit-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// diff --git a/jquery.transit/tsconfig.json b/jquery.transit/tsconfig.json index 1f07afe045..851af63f88 100644 --- a/jquery.transit/tsconfig.json +++ b/jquery.transit/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.ui.datetimepicker/index.d.ts b/jquery.ui.datetimepicker/index.d.ts index 3cd4891bd7..96ed13e2bc 100644 --- a/jquery.ui.datetimepicker/index.d.ts +++ b/jquery.ui.datetimepicker/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: dougajmcdonald // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// interface DateTimePickerOptions extends JQueryUI.DatepickerOptions { diff --git a/jquery.ui.datetimepicker/jquery.ui.datetimepicker-tests.ts b/jquery.ui.datetimepicker/jquery.ui.datetimepicker-tests.ts index 52ae3e2e64..130ef6b34e 100644 --- a/jquery.ui.datetimepicker/jquery.ui.datetimepicker-tests.ts +++ b/jquery.ui.datetimepicker/jquery.ui.datetimepicker-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// // basic no options diff --git a/jquery.ui.datetimepicker/tsconfig.json b/jquery.ui.datetimepicker/tsconfig.json index e766790df5..b30d072c51 100644 --- a/jquery.ui.datetimepicker/tsconfig.json +++ b/jquery.ui.datetimepicker/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.ui.layout/index.d.ts b/jquery.ui.layout/index.d.ts index dd120edd7e..cab45fe24d 100644 --- a/jquery.ui.layout/index.d.ts +++ b/jquery.ui.layout/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Steve Fenton , Douglas Armstrong // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace JQueryUILayout { diff --git a/jquery.ui.layout/tsconfig.json b/jquery.ui.layout/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/jquery.ui.layout/tsconfig.json +++ b/jquery.ui.layout/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/jquery.uniform/index.d.ts b/jquery.uniform/index.d.ts index 07e32f8893..b8b44f9b88 100644 --- a/jquery.uniform/index.d.ts +++ b/jquery.uniform/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: flyfishMT // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface UniformCoreOptions { activeClass?: string; diff --git a/jquery.uniform/tsconfig.json b/jquery.uniform/tsconfig.json index e9569f794a..473c13c2d3 100644 --- a/jquery.uniform/tsconfig.json +++ b/jquery.uniform/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.validation/index.d.ts b/jquery.validation/index.d.ts index 7527652e80..94cf310411 100644 --- a/jquery.validation/index.d.ts +++ b/jquery.validation/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace JQueryValidation diff --git a/jquery.validation/jquery.validation-tests.ts b/jquery.validation/jquery.validation-tests.ts index a2b931c86a..9325b3e4c3 100644 --- a/jquery.validation/jquery.validation-tests.ts +++ b/jquery.validation/jquery.validation-tests.ts @@ -1,5 +1,5 @@ -/// -/// +/// +/// /// function test_validate() { diff --git a/jquery.validation/tsconfig.json b/jquery.validation/tsconfig.json index 283afb69e9..e7775ffe9e 100644 --- a/jquery.validation/tsconfig.json +++ b/jquery.validation/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.watermark/index.d.ts b/jquery.watermark/index.d.ts index 892cf77660..bb6c5e1f0c 100644 --- a/jquery.watermark/index.d.ts +++ b/jquery.watermark/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface WatermarkOptions { className?: string; // Default class name for all watermarks diff --git a/jquery.watermark/jquery.watermark-tests.ts b/jquery.watermark/jquery.watermark-tests.ts index 816845bfc9..750eacc2a3 100644 --- a/jquery.watermark/jquery.watermark-tests.ts +++ b/jquery.watermark/jquery.watermark-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// diff --git a/jquery.watermark/tsconfig.json b/jquery.watermark/tsconfig.json index 044a02d435..3e339ad131 100644 --- a/jquery.watermark/tsconfig.json +++ b/jquery.watermark/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery.window/index.d.ts b/jquery.window/index.d.ts index 7e8437a3a4..2dc8f75309 100644 --- a/jquery.window/index.d.ts +++ b/jquery.window/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Ryan Graham // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace JQueryWindow { // Instance methods diff --git a/jquery.window/jquery.window-tests.ts b/jquery.window/jquery.window-tests.ts index 0b5fa7e83f..713c29a01b 100644 --- a/jquery.window/jquery.window-tests.ts +++ b/jquery.window/jquery.window-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// function example_1() { diff --git a/jquery.window/tsconfig.json b/jquery.window/tsconfig.json index 939f442e29..1f4467f15c 100644 --- a/jquery.window/tsconfig.json +++ b/jquery.window/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquery/tsconfig.json b/jquery/tsconfig.json index 37a011d9db..ab5a331eed 100644 --- a/jquery/tsconfig.json +++ b/jquery/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jquerymobile/index.d.ts b/jquerymobile/index.d.ts index acee39ed0e..8d72e7d2a3 100644 --- a/jquerymobile/index.d.ts +++ b/jquerymobile/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQueryMobileEvent { (event: Event, ui: any): void; } diff --git a/jquerymobile/jquerymobile-tests.ts b/jquerymobile/jquerymobile-tests.ts index ad655ad538..e783c7e716 100644 --- a/jquerymobile/jquerymobile-tests.ts +++ b/jquerymobile/jquerymobile-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// function test_api() { diff --git a/jquerymobile/tsconfig.json b/jquerymobile/tsconfig.json index 105bfdf0a5..bae19f89d3 100644 --- a/jquerymobile/tsconfig.json +++ b/jquerymobile/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jqueryui/index.d.ts b/jqueryui/index.d.ts index 63a1591a21..7559783996 100644 --- a/jqueryui/index.d.ts +++ b/jqueryui/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace JQueryUI { // Accordion ////////////////////////////////////////////////// diff --git a/jqueryui/jqueryui-tests.ts b/jqueryui/jqueryui-tests.ts index 607a5bd1dd..38dc038bbc 100644 --- a/jqueryui/jqueryui-tests.ts +++ b/jqueryui/jqueryui-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// function test_draggable() { diff --git a/jqueryui/tsconfig.json b/jqueryui/tsconfig.json index 1845c05fc5..ee05c9bd98 100644 --- a/jqueryui/tsconfig.json +++ b/jqueryui/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/js-beautify/tsconfig.json b/js-beautify/tsconfig.json index 6246e0784b..4fdf07812c 100644 --- a/js-beautify/tsconfig.json +++ b/js-beautify/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/js-clipper/tsconfig.json b/js-clipper/tsconfig.json index 8b9e4bfd5a..b7b6c6256b 100644 --- a/js-clipper/tsconfig.json +++ b/js-clipper/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/js-combinatorics/tsconfig.json b/js-combinatorics/tsconfig.json index 4341e8de92..876d00bb5a 100644 --- a/js-combinatorics/tsconfig.json +++ b/js-combinatorics/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/js-cookie/tsconfig.json b/js-cookie/tsconfig.json index 00c66620f8..40ed41a44e 100644 --- a/js-cookie/tsconfig.json +++ b/js-cookie/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/js-data-angular/index.d.ts b/js-data-angular/index.d.ts index 350ddbdfd5..51d3195900 100644 --- a/js-data-angular/index.d.ts +++ b/js-data-angular/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Stefan Steinhart // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace JSData { diff --git a/js-data-angular/tsconfig.json b/js-data-angular/tsconfig.json index 577b3aa4e4..050d613332 100644 --- a/js-data-angular/tsconfig.json +++ b/js-data-angular/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/js-data-http/index.d.ts b/js-data-http/index.d.ts index cde3b4a2e1..5c51b1ec65 100644 --- a/js-data-http/index.d.ts +++ b/js-data-http/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Stefan Steinhart // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace JSData { diff --git a/js-data-http/tsconfig.json b/js-data-http/tsconfig.json index afc7f4e1d4..ad556d2aa0 100644 --- a/js-data-http/tsconfig.json +++ b/js-data-http/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/js-data/js-data-node-tests.ts b/js-data/js-data-node-tests.ts index e1989bb20b..7317132605 100644 --- a/js-data/js-data-node-tests.ts +++ b/js-data/js-data-node-tests.ts @@ -1,4 +1,4 @@ -/// +/// import JSData = require('js-data'); import DSHttpAdapter = require('js-data-http') diff --git a/js-data/tsconfig.json b/js-data/tsconfig.json index ad6475e42b..e72e3b8031 100644 --- a/js-data/tsconfig.json +++ b/js-data/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/js-fixtures/tsconfig.json b/js-fixtures/tsconfig.json index 39b6847ea5..1ed78c2e8a 100644 --- a/js-fixtures/tsconfig.json +++ b/js-fixtures/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/js-git/tsconfig.json b/js-git/tsconfig.json index dd306e2669..c20d6b3205 100644 --- a/js-git/tsconfig.json +++ b/js-git/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/js-md5/index.d.ts b/js-md5/index.d.ts index 003793fea3..32ef8b30ff 100644 --- a/js-md5/index.d.ts +++ b/js-md5/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Roland Greim // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped/ -/// +/// interface JQuery { md5(value: string): string; diff --git a/js-md5/tsconfig.json b/js-md5/tsconfig.json index 11647ff478..834ce8b2c4 100644 --- a/js-md5/tsconfig.json +++ b/js-md5/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/js-schema/tsconfig.json b/js-schema/tsconfig.json index 92325479ee..1b98cd84a7 100644 --- a/js-schema/tsconfig.json +++ b/js-schema/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/js-url/tsconfig.json b/js-url/tsconfig.json index f35d98ec68..6e0ee22105 100644 --- a/js-url/tsconfig.json +++ b/js-url/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/js-yaml/tsconfig.json b/js-yaml/tsconfig.json index cc3af15ead..3baee2614d 100644 --- a/js-yaml/tsconfig.json +++ b/js-yaml/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jsbn/tsconfig.json b/jsbn/tsconfig.json index bba1ad5f4f..dc45b9f0e7 100644 --- a/jsbn/tsconfig.json +++ b/jsbn/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jscrollpane/index.d.ts b/jscrollpane/index.d.ts index 0180185bb6..a2bde3955b 100644 --- a/jscrollpane/index.d.ts +++ b/jscrollpane/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Dániel Tar // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JScrollPaneSettings { /** diff --git a/jscrollpane/tsconfig.json b/jscrollpane/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/jscrollpane/tsconfig.json +++ b/jscrollpane/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/jsdeferred/index.d.ts b/jsdeferred/index.d.ts index d91a92aea5..ecfeff3a57 100644 --- a/jsdeferred/index.d.ts +++ b/jsdeferred/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Daisuke Mino // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface Loop { begin?: number; diff --git a/jsdeferred/tsconfig.json b/jsdeferred/tsconfig.json index 507e782a60..567159afad 100644 --- a/jsdeferred/tsconfig.json +++ b/jsdeferred/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jsdom/index.d.ts b/jsdom/index.d.ts index be9b0d6d45..f3865ad33f 100644 --- a/jsdom/index.d.ts +++ b/jsdom/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Asana // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// diff --git a/jsdom/tsconfig.json b/jsdom/tsconfig.json index a5259bcc80..d9ea61d537 100644 --- a/jsdom/tsconfig.json +++ b/jsdom/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jsen/tsconfig.json b/jsen/tsconfig.json index 9d18d7c4f0..3f48865c0f 100644 --- a/jsen/tsconfig.json +++ b/jsen/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jsend/tsconfig.json b/jsend/tsconfig.json index da03ab63af..832d82c450 100644 --- a/jsend/tsconfig.json +++ b/jsend/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jsesc/tsconfig.json b/jsesc/tsconfig.json index a6d263843a..4b5e72e2af 100644 --- a/jsesc/tsconfig.json +++ b/jsesc/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jsfl/tsconfig.json b/jsfl/tsconfig.json index 98c9089aa3..28b98e6143 100644 --- a/jsfl/tsconfig.json +++ b/jsfl/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/jshamcrest/tsconfig.json b/jshamcrest/tsconfig.json index ef9ecc8519..d8cdebfc0b 100644 --- a/jshamcrest/tsconfig.json +++ b/jshamcrest/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jsmockito/tsconfig.json b/jsmockito/tsconfig.json index 8c1a5679c0..82277e4fe8 100644 --- a/jsmockito/tsconfig.json +++ b/jsmockito/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jsnlog/tsconfig.json b/jsnlog/tsconfig.json index 6842a4cfc5..89f4726934 100644 --- a/jsnlog/tsconfig.json +++ b/jsnlog/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jsnox/index.d.ts b/jsnox/index.d.ts index 01d2431d41..51e02521de 100644 --- a/jsnox/index.d.ts +++ b/jsnox/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Steve Baker // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/jsnox/tsconfig.json b/jsnox/tsconfig.json index d2b6e8dd63..8241b071a1 100644 --- a/jsnox/tsconfig.json +++ b/jsnox/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/json-patch/tsconfig.json b/json-patch/tsconfig.json index 497327adce..f271178ac1 100644 --- a/json-patch/tsconfig.json +++ b/json-patch/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/json-pointer/tsconfig.json b/json-pointer/tsconfig.json index 81185a2fcc..0fe9a09397 100644 --- a/json-pointer/tsconfig.json +++ b/json-pointer/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/json-socket/index.d.ts b/json-socket/index.d.ts index d9c2f2b700..cd38cf94c2 100644 --- a/json-socket/index.d.ts +++ b/json-socket/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Sven Reglitzki // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/json-socket/tsconfig.json b/json-socket/tsconfig.json index d0565d3954..e653db2f73 100644 --- a/json-socket/tsconfig.json +++ b/json-socket/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/json-stable-stringify/tsconfig.json b/json-stable-stringify/tsconfig.json index ea18a235cf..e055de1b69 100644 --- a/json-stable-stringify/tsconfig.json +++ b/json-stable-stringify/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/json5/tsconfig.json b/json5/tsconfig.json index f324a2b9b5..ed6cad8c6d 100644 --- a/json5/tsconfig.json +++ b/json5/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jsoneditoronline/tsconfig.json b/jsoneditoronline/tsconfig.json index 668b51fb59..edab40d8d2 100644 --- a/jsoneditoronline/tsconfig.json +++ b/jsoneditoronline/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jsonpath/tsconfig.json b/jsonpath/tsconfig.json index 42053318f0..3838697f02 100644 --- a/jsonpath/tsconfig.json +++ b/jsonpath/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jsonwebtoken/index.d.ts b/jsonwebtoken/index.d.ts index deac4f0e3a..3ce4c37ff5 100644 --- a/jsonwebtoken/index.d.ts +++ b/jsonwebtoken/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Maxime LUCE , Daniel Heim // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/jsonwebtoken/jsonwebtoken-tests.ts b/jsonwebtoken/jsonwebtoken-tests.ts index 899078a514..404e5e6248 100644 --- a/jsonwebtoken/jsonwebtoken-tests.ts +++ b/jsonwebtoken/jsonwebtoken-tests.ts @@ -4,7 +4,7 @@ * Created by using code samples from https://github.com/auth0/node-jsonwebtoken. */ -/// +/// import jwt = require("jsonwebtoken"); import fs = require("fs"); diff --git a/jsonwebtoken/tsconfig.json b/jsonwebtoken/tsconfig.json index 56d749f923..411c2f211a 100644 --- a/jsonwebtoken/tsconfig.json +++ b/jsonwebtoken/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jspdf/tsconfig.json b/jspdf/tsconfig.json index e044986e1b..bde72d0d4f 100644 --- a/jspdf/tsconfig.json +++ b/jspdf/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jsplumb/index.d.ts b/jsplumb/index.d.ts index f50d17b558..f5978eca37 100644 --- a/jsplumb/index.d.ts +++ b/jsplumb/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Steve Shearn // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare var jsPlumb: jsPlumbInstance; diff --git a/jsplumb/tsconfig.json b/jsplumb/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/jsplumb/tsconfig.json +++ b/jsplumb/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/jsrender/index.d.ts b/jsrender/index.d.ts index a3ac30fa8f..240bbe0bf3 100644 --- a/jsrender/index.d.ts +++ b/jsrender/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Kensuke Matsuzaki // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace JsRender { interface Converters { diff --git a/jsrender/jsrender-tests.ts b/jsrender/jsrender-tests.ts index 048c327de0..a9cc752851 100644 --- a/jsrender/jsrender-tests.ts +++ b/jsrender/jsrender-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// $.views.converters("upper", function(val) { diff --git a/jsrender/tsconfig.json b/jsrender/tsconfig.json index 0b617dab10..e16e34bd7d 100644 --- a/jsrender/tsconfig.json +++ b/jsrender/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jss/tsconfig.json b/jss/tsconfig.json index 686f578f4b..ad0a5182c9 100644 --- a/jss/tsconfig.json +++ b/jss/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jssha/jssha-1.6.0-tests.ts b/jssha/jssha-1.6.0-tests.ts index 67e1ec026c..a43173d464 100644 --- a/jssha/jssha-1.6.0-tests.ts +++ b/jssha/jssha-1.6.0-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// var imported = require("jssha"); diff --git a/jssha/jssha-tests.ts b/jssha/jssha-tests.ts index e5a83b14a8..2647c5a9f2 100644 --- a/jssha/jssha-tests.ts +++ b/jssha/jssha-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// import imported = require("jssha"); diff --git a/jssha/tsconfig.json b/jssha/tsconfig.json index 608bfa5cc7..41fa899eec 100644 --- a/jssha/tsconfig.json +++ b/jssha/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/jstorage/jstorage-tests.ts b/jstorage/jstorage-tests.ts index e86e9ffd43..b73d8f359f 100644 --- a/jstorage/jstorage-tests.ts +++ b/jstorage/jstorage-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// // Test set first overload diff --git a/jstorage/tsconfig.json b/jstorage/tsconfig.json index 434e759ba1..414d84515f 100644 --- a/jstorage/tsconfig.json +++ b/jstorage/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jstree/index.d.ts b/jstree/index.d.ts index db60de893d..b7af930fb2 100644 --- a/jstree/index.d.ts +++ b/jstree/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // 45 commit df38535 2015-03-02 13:23 +2:00 -/// +/// interface JQueryStatic { /** diff --git a/jstree/tsconfig.json b/jstree/tsconfig.json index b243ee29cc..47570cd830 100644 --- a/jstree/tsconfig.json +++ b/jstree/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jsts/tsconfig.json b/jsts/tsconfig.json index c09c527d50..585ec3bd92 100644 --- a/jsts/tsconfig.json +++ b/jsts/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jsuri/tsconfig.json b/jsuri/tsconfig.json index 4ab3592ee0..db718ba0c1 100644 --- a/jsuri/tsconfig.json +++ b/jsuri/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jsurl/tsconfig.json b/jsurl/tsconfig.json index 16e0c7584a..d9db1beed7 100644 --- a/jsurl/tsconfig.json +++ b/jsurl/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jsx-chai/index.d.ts b/jsx-chai/index.d.ts index 86217f0206..7201b56004 100644 --- a/jsx-chai/index.d.ts +++ b/jsx-chai/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Philipp Holzer // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JsxChaiStatic { diff --git a/jsx-chai/jsx-chai-tests.ts b/jsx-chai/jsx-chai-tests.ts index 002b8f2000..d421ae0874 100644 --- a/jsx-chai/jsx-chai-tests.ts +++ b/jsx-chai/jsx-chai-tests.ts @@ -1,4 +1,4 @@ -/// +/// import chai = require('chai'); import jsxChai = require('jsx-chai'); diff --git a/jsx-chai/tsconfig.json b/jsx-chai/tsconfig.json index aa55f43768..5cfaa57802 100644 --- a/jsx-chai/tsconfig.json +++ b/jsx-chai/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jszip/tsconfig.json b/jszip/tsconfig.json index d0a171b511..4767dc71e2 100644 --- a/jszip/tsconfig.json +++ b/jszip/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jug/tsconfig.json b/jug/tsconfig.json index ce34fbe298..2a977fa83f 100644 --- a/jug/tsconfig.json +++ b/jug/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jwplayer/tsconfig.json b/jwplayer/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/jwplayer/tsconfig.json +++ b/jwplayer/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/jwt-decode/tsconfig.json b/jwt-decode/tsconfig.json index 4faffd50ab..7e1c4c1e91 100644 --- a/jwt-decode/tsconfig.json +++ b/jwt-decode/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/jwt-simple/tsconfig.json b/jwt-simple/tsconfig.json index 251c142811..93c2147707 100644 --- a/jwt-simple/tsconfig.json +++ b/jwt-simple/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/kafka-node/tsconfig.json b/kafka-node/tsconfig.json index 15b0b46c3c..9252ae5d6a 100644 --- a/kafka-node/tsconfig.json +++ b/kafka-node/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/karma-coverage/tsconfig.json b/karma-coverage/tsconfig.json index f4522aadb8..6c19a242de 100644 --- a/karma-coverage/tsconfig.json +++ b/karma-coverage/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/karma-jasmine/index.d.ts b/karma-jasmine/index.d.ts index bf9baaa157..a5f0a22f5b 100644 --- a/karma-jasmine/index.d.ts +++ b/karma-jasmine/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Michel Salib // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare function fdescribe(description: string, specDefinitions: () => void): void; declare function fit(expectation: string, assertion: () => void): void; diff --git a/karma-jasmine/tsconfig.json b/karma-jasmine/tsconfig.json index 4c67649748..ec82eb6211 100644 --- a/karma-jasmine/tsconfig.json +++ b/karma-jasmine/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/karma/index.d.ts b/karma/index.d.ts index 83acd17ede..943ae8bc0b 100644 --- a/karma/index.d.ts +++ b/karma/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Tanguy Krotoff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// // See Karma public API https://karma-runner.github.io/0.13/dev/public-api.html import Promise = require('bluebird'); diff --git a/karma/tsconfig.json b/karma/tsconfig.json index 7ba35f17cf..04086cec39 100644 --- a/karma/tsconfig.json +++ b/karma/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/katex/tsconfig.json b/katex/tsconfig.json index 28400a4448..dff1fe796c 100644 --- a/katex/tsconfig.json +++ b/katex/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/kefir/index.d.ts b/kefir/index.d.ts index 322c47f3f9..12afaad5e2 100644 --- a/kefir/index.d.ts +++ b/kefir/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Aya Morisawa // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/kefir/tsconfig.json b/kefir/tsconfig.json index 287c7e5e5e..02748d5d64 100644 --- a/kefir/tsconfig.json +++ b/kefir/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/kendo-ui/index.d.ts b/kendo-ui/index.d.ts index 20b6bf16a2..9477766f67 100644 --- a/kendo-ui/index.d.ts +++ b/kendo-ui/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Telerik // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace kendo { function culture(): { diff --git a/kendo-ui/kendo-ui-tests.ts b/kendo-ui/kendo-ui-tests.ts index fba08a02ed..5141726088 100644 --- a/kendo-ui/kendo-ui-tests.ts +++ b/kendo-ui/kendo-ui-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var is = { diff --git a/kendo-ui/tsconfig.json b/kendo-ui/tsconfig.json index cb45bfd788..d53979a1de 100644 --- a/kendo-ui/tsconfig.json +++ b/kendo-ui/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/keyboardjs/tsconfig.json b/keyboardjs/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/keyboardjs/tsconfig.json +++ b/keyboardjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/keymaster/tsconfig.json b/keymaster/tsconfig.json index 0976954092..f54e03df03 100644 --- a/keymaster/tsconfig.json +++ b/keymaster/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/keypress/tsconfig.json b/keypress/tsconfig.json index bd5bf10e71..86279d20ac 100644 --- a/keypress/tsconfig.json +++ b/keypress/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/keytar/tsconfig.json b/keytar/tsconfig.json index ad7b3d3d16..61c822f590 100644 --- a/keytar/tsconfig.json +++ b/keytar/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/kii-cloud-sdk/tsconfig.json b/kii-cloud-sdk/tsconfig.json index bba89576c7..38c89b089c 100644 --- a/kii-cloud-sdk/tsconfig.json +++ b/kii-cloud-sdk/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/kineticjs/tsconfig.json b/kineticjs/tsconfig.json index 1136e46a0c..aab64a34dc 100644 --- a/kineticjs/tsconfig.json +++ b/kineticjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/knex/index.d.ts b/knex/index.d.ts index 4ee8df3b0f..261f13e89d 100644 --- a/knex/index.d.ts +++ b/knex/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// -/// +// +/// // import Promise = require("bluebird"); diff --git a/knex/knex-tests.ts b/knex/knex-tests.ts index 628d311ea6..4783a14d17 100644 --- a/knex/knex-tests.ts +++ b/knex/knex-tests.ts @@ -1,5 +1,5 @@ -/// +/// import Knex = require('knex'); import _ = require('lodash'); 'use strict'; diff --git a/knex/tsconfig.json b/knex/tsconfig.json index baf5a08111..1ffbb71fbf 100644 --- a/knex/tsconfig.json +++ b/knex/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/knockback/index.d.ts b/knockback/index.d.ts index 1243b54afb..66e178b5b0 100644 --- a/knockback/index.d.ts +++ b/knockback/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Boris Yankov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace Knockback { interface EventWatcherOptions { diff --git a/knockback/tsconfig.json b/knockback/tsconfig.json index 98c9089aa3..28b98e6143 100644 --- a/knockback/tsconfig.json +++ b/knockback/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/knockout-amd-helpers/index.d.ts b/knockout-amd-helpers/index.d.ts index 80ae89ce6f..d12c8d9a8f 100644 --- a/knockout-amd-helpers/index.d.ts +++ b/knockout-amd-helpers/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: David Sichau // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface KnockoutAMDModule { diff --git a/knockout-amd-helpers/knockout-amd-helpers-tests.ts b/knockout-amd-helpers/knockout-amd-helpers-tests.ts index c5d1b62e03..b1dd5fcaa8 100644 --- a/knockout-amd-helpers/knockout-amd-helpers-tests.ts +++ b/knockout-amd-helpers/knockout-amd-helpers-tests.ts @@ -1,6 +1,6 @@ // Tests for knockout.projections.d.ts -/// +/// /// //The baseDir is used in building the path to use in the require statement. If your modules live in the modules directory, then you can specify it globally here. diff --git a/knockout-amd-helpers/tsconfig.json b/knockout-amd-helpers/tsconfig.json index b13b818f23..902eef4d60 100644 --- a/knockout-amd-helpers/tsconfig.json +++ b/knockout-amd-helpers/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/knockout-paging/index.d.ts b/knockout-paging/index.d.ts index eb2919882d..5c1491039b 100644 --- a/knockout-paging/index.d.ts +++ b/knockout-paging/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Erik Schierboom // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface KnockoutStatic { paging: KnockoutPagingOptions; diff --git a/knockout-paging/tsconfig.json b/knockout-paging/tsconfig.json index 2a084a14a3..ef04795418 100644 --- a/knockout-paging/tsconfig.json +++ b/knockout-paging/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/knockout-pre-rendered/index.d.ts b/knockout-pre-rendered/index.d.ts index 72ebb45ea2..bdff174ac2 100644 --- a/knockout-pre-rendered/index.d.ts +++ b/knockout-pre-rendered/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Erik Schierboom // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface KnockoutBindingHandlers { init: KnockoutBindingHandler; diff --git a/knockout-pre-rendered/tsconfig.json b/knockout-pre-rendered/tsconfig.json index 672fb73353..304985ea7c 100644 --- a/knockout-pre-rendered/tsconfig.json +++ b/knockout-pre-rendered/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/knockout-secure-binding/index.d.ts b/knockout-secure-binding/index.d.ts index fa3bca7f79..84a432738b 100644 --- a/knockout-secure-binding/index.d.ts +++ b/knockout-secure-binding/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Pine Mizune // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface KnockoutSecureBindingOptions { attribute?: string; diff --git a/knockout-secure-binding/tsconfig.json b/knockout-secure-binding/tsconfig.json index 78a5d98456..75d535cf99 100644 --- a/knockout-secure-binding/tsconfig.json +++ b/knockout-secure-binding/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/knockout-transformations/index.d.ts b/knockout-transformations/index.d.ts index 695cf337d5..958eb99fb6 100644 --- a/knockout-transformations/index.d.ts +++ b/knockout-transformations/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: John Reilly , Wim Looman // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace KnockoutTransformations { interface Mapping { diff --git a/knockout-transformations/knockout-transformations-tests.ts b/knockout-transformations/knockout-transformations-tests.ts index 5f132858c9..8ac808bea3 100644 --- a/knockout-transformations/knockout-transformations-tests.ts +++ b/knockout-transformations/knockout-transformations-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// // Test map diff --git a/knockout-transformations/tsconfig.json b/knockout-transformations/tsconfig.json index b31b5a03bf..505affc1cf 100644 --- a/knockout-transformations/tsconfig.json +++ b/knockout-transformations/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/knockout.deferred.updates/index.d.ts b/knockout.deferred.updates/index.d.ts index d3c5d7b40d..1a3f080282 100644 --- a/knockout.deferred.updates/index.d.ts +++ b/knockout.deferred.updates/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Sebastián Galiano // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface KnockoutDeferredTasks { processImmediate(evaluator: Function, object?: any, args?: any[]): any; diff --git a/knockout.deferred.updates/tsconfig.json b/knockout.deferred.updates/tsconfig.json index 7490f6d9ea..05b2872b19 100644 --- a/knockout.deferred.updates/tsconfig.json +++ b/knockout.deferred.updates/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/knockout.editables/index.d.ts b/knockout.editables/index.d.ts index f13f5eece0..54913e16e4 100644 --- a/knockout.editables/index.d.ts +++ b/knockout.editables/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Boris Yankov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// // bestowed by ko.editable(target) interface KnockoutEditable { diff --git a/knockout.editables/tsconfig.json b/knockout.editables/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/knockout.editables/tsconfig.json +++ b/knockout.editables/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/knockout.es5/index.d.ts b/knockout.es5/index.d.ts index 06309059ef..8a663dc597 100644 --- a/knockout.es5/index.d.ts +++ b/knockout.es5/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Sebastián Galiano // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface KnockoutStatic { track(obj: any, propertyNames?: Array): any; diff --git a/knockout.es5/tsconfig.json b/knockout.es5/tsconfig.json index 54d046015f..22210cd496 100644 --- a/knockout.es5/tsconfig.json +++ b/knockout.es5/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/knockout.kogrid/index.d.ts b/knockout.kogrid/index.d.ts index cc10fa4d9e..fa93eef84f 100644 --- a/knockout.kogrid/index.d.ts +++ b/knockout.kogrid/index.d.ts @@ -5,7 +5,7 @@ // These are very definitely preliminary. Please feel free to improve. -/// +/// declare namespace kg { export interface DomUtilityService { diff --git a/knockout.kogrid/knockout.kogrid-tests.ts b/knockout.kogrid/knockout.kogrid-tests.ts index c51ddd78d1..9cc8ce6e24 100644 --- a/knockout.kogrid/knockout.kogrid-tests.ts +++ b/knockout.kogrid/knockout.kogrid-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// namespace KoGridTests diff --git a/knockout.kogrid/tsconfig.json b/knockout.kogrid/tsconfig.json index 2b2992675f..829f603afd 100644 --- a/knockout.kogrid/tsconfig.json +++ b/knockout.kogrid/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/knockout.mapper/index.d.ts b/knockout.mapper/index.d.ts index 3836b36fc6..747a3d1f4a 100644 --- a/knockout.mapper/index.d.ts +++ b/knockout.mapper/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Brandon Meyer // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface KnockoutMapper { fromJS(value: any, options?: any, target?: any, wrap?: boolean): any; diff --git a/knockout.mapper/tsconfig.json b/knockout.mapper/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/knockout.mapper/tsconfig.json +++ b/knockout.mapper/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/knockout.mapping/index.d.ts b/knockout.mapping/index.d.ts index b5ea75f8a3..94c243767f 100644 --- a/knockout.mapping/index.d.ts +++ b/knockout.mapping/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Boris Yankov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// export as namespace mapping; diff --git a/knockout.mapping/knockout.mapping-tests.ts b/knockout.mapping/knockout.mapping-tests.ts index bac7aac006..0a6ba56103 100644 --- a/knockout.mapping/knockout.mapping-tests.ts +++ b/knockout.mapping/knockout.mapping-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// var inputJSON = '{ name: "foo" }'; var inputData = { name: 'foo' }; diff --git a/knockout.mapping/tsconfig.json b/knockout.mapping/tsconfig.json index 78fd5d4f88..bd54ed7423 100644 --- a/knockout.mapping/tsconfig.json +++ b/knockout.mapping/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/knockout.postbox/index.d.ts b/knockout.postbox/index.d.ts index 5e2430d1e4..56afa3a2b6 100644 --- a/knockout.postbox/index.d.ts +++ b/knockout.postbox/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Judah Gabriel Himango // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface KnockoutPostBox { subscribe(topic: string, handler: (value: T) => void , target?: any): KnockoutSubscription; diff --git a/knockout.postbox/tsconfig.json b/knockout.postbox/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/knockout.postbox/tsconfig.json +++ b/knockout.postbox/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/knockout.projections/index.d.ts b/knockout.projections/index.d.ts index d9a48ec022..aae8b55f57 100644 --- a/knockout.projections/index.d.ts +++ b/knockout.projections/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: John Reilly // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface KnockoutMappedObservableArray extends KnockoutObservableArray, KnockoutSubscription { } diff --git a/knockout.projections/knockout.projections-tests.ts b/knockout.projections/knockout.projections-tests.ts index 138d369465..1b16497252 100644 --- a/knockout.projections/knockout.projections-tests.ts +++ b/knockout.projections/knockout.projections-tests.ts @@ -1,6 +1,6 @@ // Tests for knockout.projections.d.ts -/// +/// /// // Test map diff --git a/knockout.projections/tsconfig.json b/knockout.projections/tsconfig.json index 304f6d44e5..82c3365a47 100644 --- a/knockout.projections/tsconfig.json +++ b/knockout.projections/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/knockout.punches/index.d.ts b/knockout.punches/index.d.ts index 82c741ab45..a7dc70e84d 100644 --- a/knockout.punches/index.d.ts +++ b/knockout.punches/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Stephen Lautier // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface KnockoutPunchesStatic { enableAll(): void; diff --git a/knockout.punches/knockout.punches-tests.ts b/knockout.punches/knockout.punches-tests.ts index bd5d53a5c5..8b387272ac 100644 --- a/knockout.punches/knockout.punches-tests.ts +++ b/knockout.punches/knockout.punches-tests.ts @@ -1,4 +1,4 @@ -/// +/// function test_enable() { diff --git a/knockout.punches/tsconfig.json b/knockout.punches/tsconfig.json index 27b6fff50a..ba0dab2496 100644 --- a/knockout.punches/tsconfig.json +++ b/knockout.punches/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/knockout.rx/index.d.ts b/knockout.rx/index.d.ts index 659f7eb2ab..82a5473f1c 100644 --- a/knockout.rx/index.d.ts +++ b/knockout.rx/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Igor Oleinikov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// interface KnockoutSubscribableFunctions { toObservable(event?: string): Rx.Observable; diff --git a/knockout.rx/tsconfig.json b/knockout.rx/tsconfig.json index 3fa5901486..9f09f30b19 100644 --- a/knockout.rx/tsconfig.json +++ b/knockout.rx/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/knockout.validation/index.d.ts b/knockout.validation/index.d.ts index 40a8a83d4f..f3f830ab4c 100644 --- a/knockout.validation/index.d.ts +++ b/knockout.validation/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Dan Ludwig // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface KnockoutValidationGroupingOptions { deep?: boolean; diff --git a/knockout.validation/tsconfig.json b/knockout.validation/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/knockout.validation/tsconfig.json +++ b/knockout.validation/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/knockout.viewmodel/index.d.ts b/knockout.viewmodel/index.d.ts index 59903bcacf..e018ed7338 100644 --- a/knockout.viewmodel/index.d.ts +++ b/knockout.viewmodel/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Oisin Grehan // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface KnockoutViewModelStatic { toModel(viewmodel: any): any; diff --git a/knockout.viewmodel/tsconfig.json b/knockout.viewmodel/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/knockout.viewmodel/tsconfig.json +++ b/knockout.viewmodel/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/knockout/tests/knockout-templatingBehaviors-tests.ts b/knockout/tests/knockout-templatingBehaviors-tests.ts index cd86465b23..79123e6ded 100644 --- a/knockout/tests/knockout-templatingBehaviors-tests.ts +++ b/knockout/tests/knockout-templatingBehaviors-tests.ts @@ -1,7 +1,7 @@ -/// +/// /// /// -/// +/// var dummyTemplateEngine = function (templates?) { var inMemoryTemplates = templates || {}; diff --git a/knockout/tests/knockout-tests.ts b/knockout/tests/knockout-tests.ts index f0f1332e27..91c02a017f 100644 --- a/knockout/tests/knockout-tests.ts +++ b/knockout/tests/knockout-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// declare var $; diff --git a/knockout/tsconfig.json b/knockout/tsconfig.json index 98bfc96fd2..dcf9a8426b 100644 --- a/knockout/tsconfig.json +++ b/knockout/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/knockstrap/index.d.ts b/knockstrap/index.d.ts index 6e986783f3..4895ef22da 100644 --- a/knockstrap/index.d.ts +++ b/knockstrap/index.d.ts @@ -3,9 +3,9 @@ // Definitions by: Adam Pluciński // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// -/// +/// +/// +/// interface KnockoutUtils { uniqueId(prefix: string): string; diff --git a/knockstrap/knockstrap-tests.ts b/knockstrap/knockstrap-tests.ts index cdc3af29d1..59d7522cfc 100644 --- a/knockstrap/knockstrap-tests.ts +++ b/knockstrap/knockstrap-tests.ts @@ -1,6 +1,6 @@ -/// -/// -/// +/// +/// +/// /// diff --git a/knockstrap/tsconfig.json b/knockstrap/tsconfig.json index 8dc8e3a593..1111d886c2 100644 --- a/knockstrap/tsconfig.json +++ b/knockstrap/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ko.plus/index.d.ts b/ko.plus/index.d.ts index 05e86691be..1fa17236b3 100644 --- a/ko.plus/index.d.ts +++ b/ko.plus/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Howard Richards // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// /** * diff --git a/ko.plus/ko.plus-tests.ts b/ko.plus/ko.plus-tests.ts index 56b90f38ab..031b891ca3 100644 --- a/ko.plus/ko.plus-tests.ts +++ b/ko.plus/ko.plus-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// // Tests for ko.plus.d.ts // Project: https://github.com/stevegreatrex/ko.plus diff --git a/ko.plus/tsconfig.json b/ko.plus/tsconfig.json index 5b23d3fc02..fdf488b14e 100644 --- a/ko.plus/tsconfig.json +++ b/ko.plus/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/koa-bodyparser/tsconfig.json b/koa-bodyparser/tsconfig.json index 34cad1cb1f..a28a668476 100644 --- a/koa-bodyparser/tsconfig.json +++ b/koa-bodyparser/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/koa-compose/tsconfig.json b/koa-compose/tsconfig.json index 7228cfe2ab..06320fe2a8 100644 --- a/koa-compose/tsconfig.json +++ b/koa-compose/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/koa-favicon/tsconfig.json b/koa-favicon/tsconfig.json index 5b3e85ba98..4cfc62523d 100644 --- a/koa-favicon/tsconfig.json +++ b/koa-favicon/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/koa-json/tsconfig.json b/koa-json/tsconfig.json index a264cb486f..e65c6ac5a5 100644 --- a/koa-json/tsconfig.json +++ b/koa-json/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/koa-mount/tsconfig.json b/koa-mount/tsconfig.json index 60a29177b6..b1ca830b42 100644 --- a/koa-mount/tsconfig.json +++ b/koa-mount/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/koa-router/tsconfig.json b/koa-router/tsconfig.json index 6834203099..962c947a40 100644 --- a/koa-router/tsconfig.json +++ b/koa-router/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/koa-static/tsconfig.json b/koa-static/tsconfig.json index 1942d1f28e..56b954a873 100644 --- a/koa-static/tsconfig.json +++ b/koa-static/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/koa/index.d.ts b/koa/index.d.ts index 1f500f1f49..cf31f64e56 100644 --- a/koa/index.d.ts +++ b/koa/index.d.ts @@ -13,7 +13,7 @@ } =============================================== */ -/// +/// import { EventEmitter } from "events"; diff --git a/koa/tsconfig.json b/koa/tsconfig.json index 7b0dd6cb94..2f0add817e 100644 --- a/koa/tsconfig.json +++ b/koa/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/kolite/knockout.activity.d.ts b/kolite/knockout.activity.d.ts index c5d876f630..128260b5ca 100644 --- a/kolite/knockout.activity.d.ts +++ b/kolite/knockout.activity.d.ts @@ -4,8 +4,8 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// // Activity ///////////////////////////////////////////// diff --git a/kolite/knockout.command.d.ts b/kolite/knockout.command.d.ts index baf75b2cd5..ff509dbd16 100644 --- a/kolite/knockout.command.d.ts +++ b/kolite/knockout.command.d.ts @@ -4,8 +4,8 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// // Command ///////////////////////////////////////////// diff --git a/kolite/knockout.dirtyFlag.d.ts b/kolite/knockout.dirtyFlag.d.ts index a28386d689..1c63ce8b7d 100644 --- a/kolite/knockout.dirtyFlag.d.ts +++ b/kolite/knockout.dirtyFlag.d.ts @@ -4,8 +4,8 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// // DirtyFlag ///////////////////////////////////////////// diff --git a/kolite/kolite-tests.ts b/kolite/kolite-tests.ts index a7b6d08f01..45e3c120b3 100644 --- a/kolite/kolite-tests.ts +++ b/kolite/kolite-tests.ts @@ -1,5 +1,5 @@ -/// -/// +/// +/// /// function test_asyncCommand() { diff --git a/kolite/tsconfig.json b/kolite/tsconfig.json index b7759f1be6..db42e48e05 100644 --- a/kolite/tsconfig.json +++ b/kolite/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/konami.js/tsconfig.json b/konami.js/tsconfig.json index c9b0b4cf43..f84f300cf9 100644 --- a/konami.js/tsconfig.json +++ b/konami.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/kue/index.d.ts b/kue/index.d.ts index 43334b114f..bf22ed54c2 100644 --- a/kue/index.d.ts +++ b/kue/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Nicholas Penree // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import events = require('events'); import express = require('express'); diff --git a/kue/kue-tests.ts b/kue/kue-tests.ts index 77508111c3..a66dc4384c 100644 --- a/kue/kue-tests.ts +++ b/kue/kue-tests.ts @@ -1,4 +1,4 @@ -/// +/// import kue = require('kue'); diff --git a/kue/tsconfig.json b/kue/tsconfig.json index 65937612db..dad8cabc3d 100644 --- a/kue/tsconfig.json +++ b/kue/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/kuromoji/index.d.ts b/kuromoji/index.d.ts index fa6e860bc9..d5ccd8aeb6 100644 --- a/kuromoji/index.d.ts +++ b/kuromoji/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: MIZUSHIMA Junki // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace kuromoji { diff --git a/kuromoji/tsconfig.json b/kuromoji/tsconfig.json index 08a30ddfaf..5d5745eedf 100644 --- a/kuromoji/tsconfig.json +++ b/kuromoji/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ladda/index.d.ts b/ladda/index.d.ts index bf12862098..b4b5944810 100644 --- a/ladda/index.d.ts +++ b/ladda/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Danil Flores , Michael Lee // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface ILaddaButton { start(): ILaddaButton; diff --git a/ladda/tsconfig.json b/ladda/tsconfig.json index b46d41abf4..b7357a3e66 100644 --- a/ladda/tsconfig.json +++ b/ladda/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/later/tsconfig.json b/later/tsconfig.json index 5ea88a0d73..4c22638cdc 100644 --- a/later/tsconfig.json +++ b/later/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/latinize/tsconfig.json b/latinize/tsconfig.json index d2c24edca1..27731a78e5 100644 --- a/latinize/tsconfig.json +++ b/latinize/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/lazy.js/tsconfig.json b/lazy.js/tsconfig.json index 5f80d4f7ff..3bced506d6 100644 --- a/lazy.js/tsconfig.json +++ b/lazy.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/lazypipe/index.d.ts b/lazypipe/index.d.ts index b832957eca..0325bc5e90 100644 --- a/lazypipe/index.d.ts +++ b/lazypipe/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Thomas Corbière // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface IPipelineBuilder { diff --git a/lazypipe/tsconfig.json b/lazypipe/tsconfig.json index f008d06dec..f8d0fbe5c9 100644 --- a/lazypipe/tsconfig.json +++ b/lazypipe/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/leaflet-curve/index.d.ts b/leaflet-curve/index.d.ts index 32358c08ac..b15f701f81 100644 --- a/leaflet-curve/index.d.ts +++ b/leaflet-curve/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Onikiienko // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace L { /** diff --git a/leaflet-curve/leaflet-curve-tests.ts b/leaflet-curve/leaflet-curve-tests.ts index 2c5bb6b8f1..feaf217096 100644 --- a/leaflet-curve/leaflet-curve-tests.ts +++ b/leaflet-curve/leaflet-curve-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// diff --git a/leaflet-curve/tsconfig.json b/leaflet-curve/tsconfig.json index dc61082978..9e3c3df17b 100644 --- a/leaflet-curve/tsconfig.json +++ b/leaflet-curve/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/leaflet-draw/index.d.ts b/leaflet-draw/index.d.ts index 253d6c3a11..269215eef1 100644 --- a/leaflet-draw/index.d.ts +++ b/leaflet-draw/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Matt Guest // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace L { export interface MapOptions { diff --git a/leaflet-draw/leaflet-draw-tests.ts b/leaflet-draw/leaflet-draw-tests.ts index 9a1ed09306..28ecaac4d2 100644 --- a/leaflet-draw/leaflet-draw-tests.ts +++ b/leaflet-draw/leaflet-draw-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// diff --git a/leaflet-draw/tsconfig.json b/leaflet-draw/tsconfig.json index 73907d672a..acbf817168 100644 --- a/leaflet-draw/tsconfig.json +++ b/leaflet-draw/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/leaflet-editable/index.d.ts b/leaflet-editable/index.d.ts index 0d7b2bcc0f..3d8c84d93f 100644 --- a/leaflet-editable/index.d.ts +++ b/leaflet-editable/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Dominic Alie // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace L { /** diff --git a/leaflet-editable/tsconfig.json b/leaflet-editable/tsconfig.json index 647c14a3c9..e2a1f1b98f 100644 --- a/leaflet-editable/tsconfig.json +++ b/leaflet-editable/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/leaflet-label/index.d.ts b/leaflet-label/index.d.ts index 009ded17f8..08be437e7a 100644 --- a/leaflet-label/index.d.ts +++ b/leaflet-label/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Wim Looman // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace L { export interface IconOptions { diff --git a/leaflet-label/tsconfig.json b/leaflet-label/tsconfig.json index 81ffb721de..962e062e9d 100644 --- a/leaflet-label/tsconfig.json +++ b/leaflet-label/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/leaflet-markercluster/index.d.ts b/leaflet-markercluster/index.d.ts index c9a3140fda..6730ae5235 100644 --- a/leaflet-markercluster/index.d.ts +++ b/leaflet-markercluster/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Robert Imig // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace L { export interface MarkerClusterGroupOptions { diff --git a/leaflet-markercluster/tsconfig.json b/leaflet-markercluster/tsconfig.json index cd2192ac07..2025297a40 100644 --- a/leaflet-markercluster/tsconfig.json +++ b/leaflet-markercluster/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/leaflet.awesome-markers/index.d.ts b/leaflet.awesome-markers/index.d.ts index 6fa754ad8d..1c2762f672 100644 --- a/leaflet.awesome-markers/index.d.ts +++ b/leaflet.awesome-markers/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Egor Komarov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module L { module AwesomeMarkers { diff --git a/leaflet.awesome-markers/tsconfig.json b/leaflet.awesome-markers/tsconfig.json index 0be509214b..098c84414a 100644 --- a/leaflet.awesome-markers/tsconfig.json +++ b/leaflet.awesome-markers/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/leaflet.fullscreen/index.d.ts b/leaflet.fullscreen/index.d.ts index b8be6604dc..67af1d6770 100644 --- a/leaflet.fullscreen/index.d.ts +++ b/leaflet.fullscreen/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: William Comartin // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace L { diff --git a/leaflet.fullscreen/tsconfig.json b/leaflet.fullscreen/tsconfig.json index 076935e504..19ea0ccb9e 100644 --- a/leaflet.fullscreen/tsconfig.json +++ b/leaflet.fullscreen/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/leaflet/tsconfig.json b/leaflet/tsconfig.json index 5fbc57c5a0..4e1ac2bfb3 100644 --- a/leaflet/tsconfig.json +++ b/leaflet/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/leapmotionTS/tsconfig.json b/leapmotionTS/tsconfig.json index 68cbab5189..993160b8c4 100644 --- a/leapmotionTS/tsconfig.json +++ b/leapmotionTS/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/less-middleware/tsconfig.json b/less-middleware/tsconfig.json index 2978e4a962..aad1bced3b 100644 --- a/less-middleware/tsconfig.json +++ b/less-middleware/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/less/tsconfig.json b/less/tsconfig.json index cfe7ce0041..e807a52080 100644 --- a/less/tsconfig.json +++ b/less/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/lestate/tsconfig.json b/lestate/tsconfig.json index 9ed541afbf..625f8bcfdb 100644 --- a/lestate/tsconfig.json +++ b/lestate/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/level-sublevel/index.d.ts b/level-sublevel/index.d.ts index 5046a8c320..f6a8f30943 100644 --- a/level-sublevel/index.d.ts +++ b/level-sublevel/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Bas Pennings // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface Hook { (ch: any, add: (op: Batch|boolean) => void): void; diff --git a/level-sublevel/tsconfig.json b/level-sublevel/tsconfig.json index 7d7cbdbfc0..e8f5620377 100644 --- a/level-sublevel/tsconfig.json +++ b/level-sublevel/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/levelup/tsconfig.json b/levelup/tsconfig.json index 7e1c679816..867aaf0cd0 100644 --- a/levelup/tsconfig.json +++ b/levelup/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/libxmljs/index.d.ts b/libxmljs/index.d.ts index c178680c0d..bc33a4eec1 100644 --- a/libxmljs/index.d.ts +++ b/libxmljs/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: François de Campredon // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/libxmljs/tsconfig.json b/libxmljs/tsconfig.json index 9f5503a652..1c3f76fc6a 100644 --- a/libxmljs/tsconfig.json +++ b/libxmljs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/lime-js/tsconfig.json b/lime-js/tsconfig.json index a0d4ad3239..152556854a 100644 --- a/lime-js/tsconfig.json +++ b/lime-js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/line-reader/tsconfig.json b/line-reader/tsconfig.json index 3a4966b99a..9ce563f178 100644 --- a/line-reader/tsconfig.json +++ b/line-reader/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/linq/linq-tests.ts b/linq/linq-tests.ts index fb9c3f3d6e..edfa61b84f 100644 --- a/linq/linq-tests.ts +++ b/linq/linq-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// // tests were run from VisualStudio + Resharper7 diff --git a/linq/linq.jquery.d.ts b/linq/linq.jquery.d.ts index 1c96a01eb6..2a4a1b089a 100644 --- a/linq/linq.jquery.d.ts +++ b/linq/linq.jquery.d.ts @@ -3,7 +3,7 @@ // Definitions by: neuecc // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /// declare namespace linqjs { diff --git a/linq/tsconfig.json b/linq/tsconfig.json index 414a3bc93d..cca9108862 100644 --- a/linq/tsconfig.json +++ b/linq/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/linqsharp/tsconfig.json b/linqsharp/tsconfig.json index fb8d704513..0b9410f03e 100644 --- a/linqsharp/tsconfig.json +++ b/linqsharp/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/lls/tsconfig.json b/lls/tsconfig.json index d02cdf7e70..d2612c1e26 100644 --- a/lls/tsconfig.json +++ b/lls/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/lobibox/lobibox-tests.ts b/lobibox/lobibox-tests.ts index 78637114a1..71f4d8aed8 100644 --- a/lobibox/lobibox-tests.ts +++ b/lobibox/lobibox-tests.ts @@ -2,7 +2,7 @@ * Created by itboy on 11/22/2015. */ /// - /// + /// //Run test : LobiboxTest.test() after window load event diff --git a/lobibox/tsconfig.json b/lobibox/tsconfig.json index 3d70fce512..80cac011fa 100644 --- a/lobibox/tsconfig.json +++ b/lobibox/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/localForage/tsconfig.json b/localForage/tsconfig.json index bc66343cc8..d9ad8881b7 100644 --- a/localForage/tsconfig.json +++ b/localForage/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/lockfile/tsconfig.json b/lockfile/tsconfig.json index 580fa0d7e9..bfdfe3a346 100644 --- a/lockfile/tsconfig.json +++ b/lockfile/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/lodash-decorators/index.d.ts b/lodash-decorators/index.d.ts index c1f7e4cbd7..0e9cf948f3 100644 --- a/lodash-decorators/index.d.ts +++ b/lodash-decorators/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "lodash-decorators" { diff --git a/lodash-decorators/lodash-decorators-tests.ts b/lodash-decorators/lodash-decorators-tests.ts index 1ab2cad550..e5d61bb5f8 100644 --- a/lodash-decorators/lodash-decorators-tests.ts +++ b/lodash-decorators/lodash-decorators-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// // // With Arguments diff --git a/lodash-decorators/tsconfig.json b/lodash-decorators/tsconfig.json index 8154746fc7..7ff31c7460 100644 --- a/lodash-decorators/tsconfig.json +++ b/lodash-decorators/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/lodash/lodash-3.10-tests.ts b/lodash/lodash-3.10-tests.ts index 0a2debfa00..585ac34145 100644 --- a/lodash/lodash-3.10-tests.ts +++ b/lodash/lodash-3.10-tests.ts @@ -1,4 +1,4 @@ -/// +/// declare var $: any, jQuery: any; diff --git a/lodash/tsconfig.json b/lodash/tsconfig.json index 1c262e8d58..f3b1b7acb2 100644 --- a/lodash/tsconfig.json +++ b/lodash/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/log4javascript/tsconfig.json b/log4javascript/tsconfig.json index b432da8837..469e8f060e 100644 --- a/log4javascript/tsconfig.json +++ b/log4javascript/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/log4js/tsconfig.json b/log4js/tsconfig.json index 5508c28b85..54e8f7133e 100644 --- a/log4js/tsconfig.json +++ b/log4js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/logg/tsconfig.json b/logg/tsconfig.json index 74247c6cac..47298f69aa 100644 --- a/logg/tsconfig.json +++ b/logg/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/loggly/tsconfig.json b/loggly/tsconfig.json index 0105d06268..d90c83245a 100644 --- a/loggly/tsconfig.json +++ b/loggly/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/loglevel/tsconfig.json b/loglevel/tsconfig.json index 077cc1c04b..03cdac2b85 100644 --- a/loglevel/tsconfig.json +++ b/loglevel/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/logrotate-stream/index.d.ts b/logrotate-stream/index.d.ts index 9074eceb45..51169b8316 100644 --- a/logrotate-stream/index.d.ts +++ b/logrotate-stream/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Rogier Schouten // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import stream = require("stream"); diff --git a/logrotate-stream/tsconfig.json b/logrotate-stream/tsconfig.json index 7727bf029f..f422ee5dc1 100644 --- a/logrotate-stream/tsconfig.json +++ b/logrotate-stream/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/lokijs/tsconfig.json b/lokijs/tsconfig.json index c22a37e1ae..307c5845c9 100644 --- a/lokijs/tsconfig.json +++ b/lokijs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/lolex/tsconfig.json b/lolex/tsconfig.json index c826d1d1af..1d811fcf1c 100644 --- a/lolex/tsconfig.json +++ b/lolex/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/long/tsconfig.json b/long/tsconfig.json index 60f729d1a6..45bb8cda2b 100644 --- a/long/tsconfig.json +++ b/long/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/lory.js/tsconfig.json b/lory.js/tsconfig.json index 2853ae6d2b..116b0903cb 100644 --- a/lory.js/tsconfig.json +++ b/lory.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/lovefield/tsconfig.json b/lovefield/tsconfig.json index 60e4d78a48..9e2b7e73d1 100644 --- a/lovefield/tsconfig.json +++ b/lovefield/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/lower-case-first/tsconfig.json b/lower-case-first/tsconfig.json index 32618bc855..35dc907599 100644 --- a/lower-case-first/tsconfig.json +++ b/lower-case-first/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/lower-case/tsconfig.json b/lower-case/tsconfig.json index a055bbf457..d44e03061b 100644 --- a/lower-case/tsconfig.json +++ b/lower-case/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/lru-cache/tsconfig.json b/lru-cache/tsconfig.json index 5b8831c86d..a727f0b246 100644 --- a/lru-cache/tsconfig.json +++ b/lru-cache/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/lscache/tsconfig.json b/lscache/tsconfig.json index 7bd0e241b9..9bc9f41737 100644 --- a/lscache/tsconfig.json +++ b/lscache/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/luaparse/tsconfig.json b/luaparse/tsconfig.json index 34f5f13dd3..ec1f9c66aa 100644 --- a/luaparse/tsconfig.json +++ b/luaparse/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/lunr/tsconfig.json b/lunr/tsconfig.json index 4a0cf87750..83711dcdc3 100644 --- a/lunr/tsconfig.json +++ b/lunr/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/lwip/index.d.ts b/lwip/index.d.ts index 4443540707..6ea0a776d8 100644 --- a/lwip/index.d.ts +++ b/lwip/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Aya Morisawa // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// export type ColorObject = { r: number, g: number, b: number, a?: number }; export type Color = string | [number, number, number, number] | ColorObject; diff --git a/lwip/tsconfig.json b/lwip/tsconfig.json index d852bdd87c..e3eca5f6f4 100644 --- a/lwip/tsconfig.json +++ b/lwip/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/lz-string/tsconfig.json b/lz-string/tsconfig.json index bdbf16af40..2d1f223f1d 100644 --- a/lz-string/tsconfig.json +++ b/lz-string/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mCustomScrollbar/index.d.ts b/mCustomScrollbar/index.d.ts index 4aad109c66..8be0fda1bd 100644 --- a/mCustomScrollbar/index.d.ts +++ b/mCustomScrollbar/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Sarah Williams // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace MCustomScrollbar { interface CustomScrollbarOptions { diff --git a/mCustomScrollbar/mCustomScrollbar-tests.ts b/mCustomScrollbar/mCustomScrollbar-tests.ts index 7dcf793564..58306572e0 100644 --- a/mCustomScrollbar/mCustomScrollbar-tests.ts +++ b/mCustomScrollbar/mCustomScrollbar-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// class SimpleTest { diff --git a/mCustomScrollbar/tsconfig.json b/mCustomScrollbar/tsconfig.json index 75b47e29ac..aa4a428fde 100644 --- a/mCustomScrollbar/tsconfig.json +++ b/mCustomScrollbar/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/magic-number/magic-number-tests.ts b/magic-number/magic-number-tests.ts index 7eadb40471..16cb46c526 100644 --- a/magic-number/magic-number-tests.ts +++ b/magic-number/magic-number-tests.ts @@ -1,4 +1,4 @@ -/// +/// import fs = require('fs'); import magic = require('magic-number'); diff --git a/magic-number/tsconfig.json b/magic-number/tsconfig.json index b7b4744b84..ead4c85967 100644 --- a/magic-number/tsconfig.json +++ b/magic-number/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/magicsuggest/index.d.ts b/magicsuggest/index.d.ts index f5712f4cab..8433900a69 100644 --- a/magicsuggest/index.d.ts +++ b/magicsuggest/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Leonardo Chaia // Definitions: http://github.com/leonardochaia/DefinitelyTyped -/// +/// interface JQuery { /** * Initialize MagicSuggest on this selector diff --git a/magicsuggest/magicsuggest-tests.ts b/magicsuggest/magicsuggest-tests.ts index b41cf9f71e..f120c659fe 100644 --- a/magicsuggest/magicsuggest-tests.ts +++ b/magicsuggest/magicsuggest-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// function basicTest() { diff --git a/magicsuggest/tsconfig.json b/magicsuggest/tsconfig.json index 522d7a390b..3fc4340e59 100644 --- a/magicsuggest/tsconfig.json +++ b/magicsuggest/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mailcheck/index.d.ts b/mailcheck/index.d.ts index 225fd79bcb..e1d60653f3 100644 --- a/mailcheck/index.d.ts +++ b/mailcheck/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Paulo Cesar // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare var Mailcheck: MailcheckModule.Static; diff --git a/mailcheck/mailcheck-tests.ts b/mailcheck/mailcheck-tests.ts index b3152b1d9d..f323ef68eb 100644 --- a/mailcheck/mailcheck-tests.ts +++ b/mailcheck/mailcheck-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// import MC = require('mailcheck'); diff --git a/mailcheck/tsconfig.json b/mailcheck/tsconfig.json index e2b1a3ebc4..fb5bb95454 100644 --- a/mailcheck/tsconfig.json +++ b/mailcheck/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/maildev/index.d.ts b/maildev/index.d.ts index 58da7b38d1..2114f05866 100644 --- a/maildev/index.d.ts +++ b/maildev/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Cyril Schumacher // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** * Interface for {@link MailDev} options. diff --git a/maildev/tsconfig.json b/maildev/tsconfig.json index 4487f91cac..fcc12a743a 100644 --- a/maildev/tsconfig.json +++ b/maildev/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mailparser/index.d.ts b/mailparser/index.d.ts index acb0156916..6ece4483d2 100644 --- a/mailparser/index.d.ts +++ b/mailparser/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Peter Snider // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import WritableStream = NodeJS.WritableStream; import EventEmitter = NodeJS.EventEmitter; diff --git a/mailparser/tsconfig.json b/mailparser/tsconfig.json index e1c187d188..5a4e8e5f80 100644 --- a/mailparser/tsconfig.json +++ b/mailparser/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/main-bower-files/index.d.ts b/main-bower-files/index.d.ts index 9d92f7fbe4..0a00b19b8b 100644 --- a/main-bower-files/index.d.ts +++ b/main-bower-files/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Keita Kagurazaka // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/main-bower-files/tsconfig.json b/main-bower-files/tsconfig.json index 4e2b2f0c28..4daa2834cd 100644 --- a/main-bower-files/tsconfig.json +++ b/main-bower-files/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/maker.js/tsconfig.json b/maker.js/tsconfig.json index b1192463b4..ec179dceed 100644 --- a/maker.js/tsconfig.json +++ b/maker.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mandrill-api/index.d.ts b/mandrill-api/index.d.ts index df179f1434..9fe509317a 100644 --- a/mandrill-api/index.d.ts +++ b/mandrill-api/index.d.ts @@ -9,7 +9,7 @@ =============================================== */ -/// +/// diff --git a/mandrill-api/tsconfig.json b/mandrill-api/tsconfig.json index 3fbc05c7ba..2a158f33ca 100644 --- a/mandrill-api/tsconfig.json +++ b/mandrill-api/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mapbox/index.d.ts b/mapbox/index.d.ts index 9d341174ea..34a12a8215 100644 --- a/mapbox/index.d.ts +++ b/mapbox/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Maxime Fabre // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// ////////////////////////////////////////////////////////////////////// ///////////////////////////// MAP OBJECT ///////////////////////////// diff --git a/mapbox/tsconfig.json b/mapbox/tsconfig.json index 8ae17fa670..997823ab19 100644 --- a/mapbox/tsconfig.json +++ b/mapbox/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mapsjs/tsconfig.json b/mapsjs/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/mapsjs/tsconfig.json +++ b/mapsjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/maquette/tsconfig.json b/maquette/tsconfig.json index f45f18e783..31f20460a6 100644 --- a/maquette/tsconfig.json +++ b/maquette/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mariasql/mariasql-tests.ts b/mariasql/mariasql-tests.ts index c3ab5c848c..38b052c9af 100644 --- a/mariasql/mariasql-tests.ts +++ b/mariasql/mariasql-tests.ts @@ -2,7 +2,7 @@ // https://github.com/mscdex/node-mariasql /// -/// +/// // Example 1 - SHOW DATABASES import util = require('util'); diff --git a/mariasql/tsconfig.json b/mariasql/tsconfig.json index 0ec1ea3568..c009ba0403 100644 --- a/mariasql/tsconfig.json +++ b/mariasql/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/marked/tsconfig.json b/marked/tsconfig.json index b2fdb63f14..13e3e5d1e8 100644 --- a/marked/tsconfig.json +++ b/marked/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/markerclustererplus/index.d.ts b/markerclustererplus/index.d.ts index 00d59c58a4..afb808e177 100644 --- a/markerclustererplus/index.d.ts +++ b/markerclustererplus/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** * This class represents the object for values in the styles array passed diff --git a/markerclustererplus/markerclustererplus-tests.ts b/markerclustererplus/markerclustererplus-tests.ts index 4c3954ae86..b7e0079a83 100644 --- a/markerclustererplus/markerclustererplus-tests.ts +++ b/markerclustererplus/markerclustererplus-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// namespace MarkerClusterApp { diff --git a/markerclustererplus/tsconfig.json b/markerclustererplus/tsconfig.json index 36f4180ec3..25a439fe55 100644 --- a/markerclustererplus/tsconfig.json +++ b/markerclustererplus/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/markitup/index.d.ts b/markitup/index.d.ts index 7299d7c70e..b24347454a 100644 --- a/markitup/index.d.ts +++ b/markitup/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: drillbits // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace MarkItUp { interface Options { diff --git a/markitup/markitup-tests.ts b/markitup/markitup-tests.ts index e5b03ed5af..adab6b0116 100644 --- a/markitup/markitup-tests.ts +++ b/markitup/markitup-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/markitup/1.x/blob/master/markitup/sets/default/set.js diff --git a/markitup/tsconfig.json b/markitup/tsconfig.json index 1343e90fd2..3fc6065fe5 100644 --- a/markitup/tsconfig.json +++ b/markitup/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/maskedinput/index.d.ts b/maskedinput/index.d.ts index e5d4520366..2c596a8486 100644 --- a/maskedinput/index.d.ts +++ b/maskedinput/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Lokesh Peta // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQueryMaskedInputOptions { mask?: string; diff --git a/maskedinput/maskedinput-tests.ts b/maskedinput/maskedinput-tests.ts index 8863d4a72c..cea1bab744 100644 --- a/maskedinput/maskedinput-tests.ts +++ b/maskedinput/maskedinput-tests.ts @@ -3,7 +3,7 @@ // Definitions by: Lokesh Peta // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /// $("#test").mask("9:000"); diff --git a/maskedinput/tsconfig.json b/maskedinput/tsconfig.json index 2c92e6372c..468e53f71b 100644 --- a/maskedinput/tsconfig.json +++ b/maskedinput/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/material-design-lite/tsconfig.json b/material-design-lite/tsconfig.json index 90f5fdc2e3..0e3e5e63dd 100644 --- a/material-design-lite/tsconfig.json +++ b/material-design-lite/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/material-ui/index.d.ts b/material-ui/index.d.ts index 69247b8e51..446da19d8d 100644 --- a/material-ui/index.d.ts +++ b/material-ui/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Nathan Brown , Oliver Herrmann // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "material-ui" { export import AppBar = __MaterialUI.AppBar; // require('material-ui/lib/app-bar'); diff --git a/material-ui/legacy/material-ui-0.11.1-tests.tsx b/material-ui/legacy/material-ui-0.11.1-tests.tsx index 7f81cf177b..9d82211bc5 100644 --- a/material-ui/legacy/material-ui-0.11.1-tests.tsx +++ b/material-ui/legacy/material-ui-0.11.1-tests.tsx @@ -1,4 +1,4 @@ -/// +/// /// import * as React from "react/addons"; diff --git a/material-ui/legacy/material-ui-0.11.1.d.ts b/material-ui/legacy/material-ui-0.11.1.d.ts index 11b0fd5013..8d457b7cf5 100644 --- a/material-ui/legacy/material-ui-0.11.1.d.ts +++ b/material-ui/legacy/material-ui-0.11.1.d.ts @@ -3,7 +3,7 @@ // Definitions by: Nathan Brown // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "material-ui" { // The reason for exporting the namespace types (__MaterialUI.*) is to also export the type for casting variable. diff --git a/material-ui/legacy/material-ui-0.12.1-tests.tsx b/material-ui/legacy/material-ui-0.12.1-tests.tsx index 6792e9f4fd..ad6bc81c37 100644 --- a/material-ui/legacy/material-ui-0.12.1-tests.tsx +++ b/material-ui/legacy/material-ui-0.12.1-tests.tsx @@ -1,4 +1,4 @@ -/// +/// /// import * as React from "react/addons"; diff --git a/material-ui/legacy/material-ui-0.12.1.d.ts b/material-ui/legacy/material-ui-0.12.1.d.ts index c683a2c795..ee1a306995 100644 --- a/material-ui/legacy/material-ui-0.12.1.d.ts +++ b/material-ui/legacy/material-ui-0.12.1.d.ts @@ -3,7 +3,7 @@ // Definitions by: Nathan Brown // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "material-ui" { export import AppBar = __MaterialUI.AppBar; // require('material-ui/lib/app-bar'); diff --git a/material-ui/legacy/material-ui-0.13.4-tests.tsx b/material-ui/legacy/material-ui-0.13.4-tests.tsx index 76a1f0d81c..6a4228e0b0 100644 --- a/material-ui/legacy/material-ui-0.13.4-tests.tsx +++ b/material-ui/legacy/material-ui-0.13.4-tests.tsx @@ -1,5 +1,5 @@ -/// -/// +/// +/// /// import * as React from "react"; diff --git a/material-ui/legacy/material-ui-0.13.4.d.ts b/material-ui/legacy/material-ui-0.13.4.d.ts index 46071028f0..d2913c0fe4 100644 --- a/material-ui/legacy/material-ui-0.13.4.d.ts +++ b/material-ui/legacy/material-ui-0.13.4.d.ts @@ -3,7 +3,7 @@ // Definitions by: Nathan Brown , Oliver Herrmann // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "material-ui" { export import AppBar = __MaterialUI.AppBar; // require('material-ui/lib/app-bar'); diff --git a/material-ui/material-ui-tests.tsx b/material-ui/material-ui-tests.tsx index 7d2a0f139b..3e73d31891 100644 --- a/material-ui/material-ui-tests.tsx +++ b/material-ui/material-ui-tests.tsx @@ -1,5 +1,5 @@ -/// -/// +/// +/// /// import * as React from "react"; diff --git a/material-ui/tsconfig.json b/material-ui/tsconfig.json index f1e96079ec..6b3cfc2c40 100644 --- a/material-ui/tsconfig.json +++ b/material-ui/tsconfig.json @@ -11,6 +11,6 @@ "baseUrl": "../", "jsx": "react", "experimentalDecorators": true, - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/materialize-css/index.d.ts b/materialize-css/index.d.ts index 3459772c5f..da027a2f3e 100644 --- a/materialize-css/index.d.ts +++ b/materialize-css/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Erik Lieben , Leon Yu // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace Materialize { diff --git a/materialize-css/tsconfig.json b/materialize-css/tsconfig.json index 4fbe05ce64..68fb8af041 100644 --- a/materialize-css/tsconfig.json +++ b/materialize-css/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mathjax/tsconfig.json b/mathjax/tsconfig.json index 1c23225bec..ea4db48eaa 100644 --- a/mathjax/tsconfig.json +++ b/mathjax/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mathjs/tsconfig.json b/mathjs/tsconfig.json index 8db6e84758..f1baad6d1d 100644 --- a/mathjs/tsconfig.json +++ b/mathjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/matter-js/tsconfig.json b/matter-js/tsconfig.json index cec8de29b5..c841cb571b 100644 --- a/matter-js/tsconfig.json +++ b/matter-js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/md5/tsconfig.json b/md5/tsconfig.json index 11647ff478..834ce8b2c4 100644 --- a/md5/tsconfig.json +++ b/md5/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mdns/index.d.ts b/mdns/index.d.ts index d159ee7dba..2b7e77bed7 100644 --- a/mdns/index.d.ts +++ b/mdns/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Stefan Steinhart // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace MDNS { diff --git a/mdns/tsconfig.json b/mdns/tsconfig.json index ff1268c4cb..43bce7fe71 100644 --- a/mdns/tsconfig.json +++ b/mdns/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/memory-cache/tsconfig.json b/memory-cache/tsconfig.json index 45c7befb68..e9f37c3861 100644 --- a/memory-cache/tsconfig.json +++ b/memory-cache/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mendixmodelsdk/index.d.ts b/mendixmodelsdk/index.d.ts index 067cb5da88..29192f4bc4 100644 --- a/mendixmodelsdk/index.d.ts +++ b/mendixmodelsdk/index.d.ts @@ -208,7 +208,7 @@ */ -/// +/// declare module "mendixmodelsdk" { namespace sdk { namespace internal { diff --git a/mendixmodelsdk/tsconfig.json b/mendixmodelsdk/tsconfig.json index ea8b4c9efb..ac8e2174d3 100644 --- a/mendixmodelsdk/tsconfig.json +++ b/mendixmodelsdk/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/merge-descriptors/tsconfig.json b/merge-descriptors/tsconfig.json index c6ea0c8313..bf9e11a137 100644 --- a/merge-descriptors/tsconfig.json +++ b/merge-descriptors/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/merge-stream/index.d.ts b/merge-stream/index.d.ts index 77d09df17c..90f91ee327 100644 --- a/merge-stream/index.d.ts +++ b/merge-stream/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Keita Kagurazaka , Tom X. Tobin // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface IMergedStream extends NodeJS.ReadWriteStream { diff --git a/merge-stream/tsconfig.json b/merge-stream/tsconfig.json index cd3dff06ab..0486a635df 100644 --- a/merge-stream/tsconfig.json +++ b/merge-stream/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/merge2/index.d.ts b/merge2/index.d.ts index b830a90059..3e9c30b6c9 100644 --- a/merge2/index.d.ts +++ b/merge2/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Tanguy Krotoff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface IOptions { diff --git a/merge2/tsconfig.json b/merge2/tsconfig.json index ae6b094574..afe22a9af7 100644 --- a/merge2/tsconfig.json +++ b/merge2/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/meshblu/index.d.ts b/meshblu/index.d.ts index 0bfe093052..39a9e53e93 100644 --- a/meshblu/index.d.ts +++ b/meshblu/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Felipe Nipo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module 'meshblu' { var Meshblu: MeshbluStatic; diff --git a/meshblu/tsconfig.json b/meshblu/tsconfig.json index 2deda27578..eb2632ac10 100644 --- a/meshblu/tsconfig.json +++ b/meshblu/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mess/tsconfig.json b/mess/tsconfig.json index 6168b2ad7f..f7351de42e 100644 --- a/mess/tsconfig.json +++ b/mess/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/messenger/tsconfig.json b/messenger/tsconfig.json index a868a3f791..6ef9da6242 100644 --- a/messenger/tsconfig.json +++ b/messenger/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/meteor-jboulhous-dev/index.d.ts b/meteor-jboulhous-dev/index.d.ts index be9abd9582..6b529740b5 100644 --- a/meteor-jboulhous-dev/index.d.ts +++ b/meteor-jboulhous-dev/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Robbie Van Gorkom // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Meteor { var isDevelopment : boolean; diff --git a/meteor-jboulhous-dev/tsconfig.json b/meteor-jboulhous-dev/tsconfig.json index 69e44c70f0..606f381b42 100644 --- a/meteor-jboulhous-dev/tsconfig.json +++ b/meteor-jboulhous-dev/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/meteor-persistent-session/index.d.ts b/meteor-persistent-session/index.d.ts index 13521f83da..f122c412dd 100644 --- a/meteor-persistent-session/index.d.ts +++ b/meteor-persistent-session/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Robbie Van Gorkom // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Session { function setTemp(key: string, value: string | number | boolean | any /** Null **/ | any /** Undefined **/): boolean; diff --git a/meteor-persistent-session/tsconfig.json b/meteor-persistent-session/tsconfig.json index b03fd2807c..bb95dd13b0 100644 --- a/meteor-persistent-session/tsconfig.json +++ b/meteor-persistent-session/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/meteor-prime8consulting-oauth2/index.d.ts b/meteor-prime8consulting-oauth2/index.d.ts index 15e0e112ad..ca92d7445d 100644 --- a/meteor-prime8consulting-oauth2/index.d.ts +++ b/meteor-prime8consulting-oauth2/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Robbie Van Gorkom // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace OAuth2Server { interface RefreshToken { diff --git a/meteor-prime8consulting-oauth2/tsconfig.json b/meteor-prime8consulting-oauth2/tsconfig.json index c78cdf5907..12badc9683 100644 --- a/meteor-prime8consulting-oauth2/tsconfig.json +++ b/meteor-prime8consulting-oauth2/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/meteor-publish-composite/tsconfig.json b/meteor-publish-composite/tsconfig.json index 0c03dfe917..c44ac46bd7 100644 --- a/meteor-publish-composite/tsconfig.json +++ b/meteor-publish-composite/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/meteor-roles/index.d.ts b/meteor-roles/index.d.ts index e19ae86ba4..9da0a8f978 100644 --- a/meteor-roles/index.d.ts +++ b/meteor-roles/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Robbie Van Gorkom // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** * Provides functions related to user authorization. Compatible with built-in Meteor accounts packages. diff --git a/meteor-roles/meteor-roles-tests.ts b/meteor-roles/meteor-roles-tests.ts index a13929ebc4..f75720caf5 100644 --- a/meteor-roles/meteor-roles-tests.ts +++ b/meteor-roles/meteor-roles-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// import * as _ from 'underscore'; diff --git a/meteor-roles/tsconfig.json b/meteor-roles/tsconfig.json index 56d4edfd09..15a0b5a7c9 100644 --- a/meteor-roles/tsconfig.json +++ b/meteor-roles/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/meteor/tsconfig.json b/meteor/tsconfig.json index 6a342d9db4..9855774ebe 100644 --- a/meteor/tsconfig.json +++ b/meteor/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/method-override/tsconfig.json b/method-override/tsconfig.json index 354293b7d7..689667ca53 100644 --- a/method-override/tsconfig.json +++ b/method-override/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/metismenu/index.d.ts b/metismenu/index.d.ts index 19895762c8..43faa279c7 100644 --- a/metismenu/index.d.ts +++ b/metismenu/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: onokums // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface MetisMenuOptions { toggle?: boolean; diff --git a/metismenu/metismenu-tests.ts b/metismenu/metismenu-tests.ts index 824beecbb1..0e4bc72a18 100644 --- a/metismenu/metismenu-tests.ts +++ b/metismenu/metismenu-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// $('#menu').metisMenu(); diff --git a/metismenu/tsconfig.json b/metismenu/tsconfig.json index e2bbd97d28..23ca88b1a7 100644 --- a/metismenu/tsconfig.json +++ b/metismenu/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/microgears/tsconfig.json b/microgears/tsconfig.json index 62de984e08..9335a00bd0 100644 --- a/microgears/tsconfig.json +++ b/microgears/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/micromatch/tsconfig.json b/micromatch/tsconfig.json index 137a625353..8eb88b3610 100644 --- a/micromatch/tsconfig.json +++ b/micromatch/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/microsoft-ajax/tsconfig.json b/microsoft-ajax/tsconfig.json index d67612272f..0e8e45939c 100644 --- a/microsoft-ajax/tsconfig.json +++ b/microsoft-ajax/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/microsoft-live-connect/index.d.ts b/microsoft-live-connect/index.d.ts index 8cffeabd97..723387e508 100644 --- a/microsoft-live-connect/index.d.ts +++ b/microsoft-live-connect/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: John Vilk // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace Microsoft.Live { //#region REST Object Information diff --git a/microsoft-live-connect/tsconfig.json b/microsoft-live-connect/tsconfig.json index 2d0e28b0ee..4b96b5fcca 100644 --- a/microsoft-live-connect/tsconfig.json +++ b/microsoft-live-connect/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/microsoft-sdk-soap/index.d.ts b/microsoft-sdk-soap/index.d.ts index 5ad7e295cb..1b18a392ae 100644 --- a/microsoft-sdk-soap/index.d.ts +++ b/microsoft-sdk-soap/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Markus Mauch // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Sdk { diff --git a/microsoft-sdk-soap/tsconfig.json b/microsoft-sdk-soap/tsconfig.json index 01fae8db7e..41f4a5f7bd 100644 --- a/microsoft-sdk-soap/tsconfig.json +++ b/microsoft-sdk-soap/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/milkcocoa/tsconfig.json b/milkcocoa/tsconfig.json index 61cc91e866..8660f4327b 100644 --- a/milkcocoa/tsconfig.json +++ b/milkcocoa/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/milliseconds/tsconfig.json b/milliseconds/tsconfig.json index 9a3b99f658..9ac3b0c76e 100644 --- a/milliseconds/tsconfig.json +++ b/milliseconds/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mime/tsconfig.json b/mime/tsconfig.json index e20b038d51..d98ed804ea 100644 --- a/mime/tsconfig.json +++ b/mime/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/minilog/tsconfig.json b/minilog/tsconfig.json index f93282f7dd..69484d3238 100644 --- a/minilog/tsconfig.json +++ b/minilog/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/minimatch/tsconfig.json b/minimatch/tsconfig.json index 9023a4859c..d8c3475e85 100644 --- a/minimatch/tsconfig.json +++ b/minimatch/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/minimist/tsconfig.json b/minimist/tsconfig.json index cd2567c0fd..34017ed074 100644 --- a/minimist/tsconfig.json +++ b/minimist/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mithril/tsconfig.json b/mithril/tsconfig.json index 851916508c..8ac8c7ccfa 100644 --- a/mithril/tsconfig.json +++ b/mithril/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mixpanel/tsconfig.json b/mixpanel/tsconfig.json index 887b800920..c0e00df467 100644 --- a/mixpanel/tsconfig.json +++ b/mixpanel/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mixto/tsconfig.json b/mixto/tsconfig.json index 940356b1ca..2ffadd2555 100644 --- a/mixto/tsconfig.json +++ b/mixto/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mkdirp/tsconfig.json b/mkdirp/tsconfig.json index b39dd31c56..1251a94804 100644 --- a/mkdirp/tsconfig.json +++ b/mkdirp/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mkpath/tsconfig.json b/mkpath/tsconfig.json index 2c90d49afd..4db64af20f 100644 --- a/mkpath/tsconfig.json +++ b/mkpath/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mmmagic/index.d.ts b/mmmagic/index.d.ts index e950029209..9a264f3d46 100644 --- a/mmmagic/index.d.ts +++ b/mmmagic/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Andrei Sebastian Cîmpean // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// export type bitmask = number; diff --git a/mmmagic/tsconfig.json b/mmmagic/tsconfig.json index 40272534b1..0b5a2cb145 100644 --- a/mmmagic/tsconfig.json +++ b/mmmagic/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mobile-detect/tsconfig.json b/mobile-detect/tsconfig.json index 4e0cbe3b07..af9bd32899 100644 --- a/mobile-detect/tsconfig.json +++ b/mobile-detect/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mobservable-react/index.d.ts b/mobservable-react/index.d.ts index 6056961ade..c026957f0e 100644 --- a/mobservable-react/index.d.ts +++ b/mobservable-react/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Michel Weststrate // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** diff --git a/mobservable-react/mobservable-react-tests.ts b/mobservable-react/mobservable-react-tests.ts index 519f451fe4..59085afa47 100644 --- a/mobservable-react/mobservable-react-tests.ts +++ b/mobservable-react/mobservable-react-tests.ts @@ -1,4 +1,4 @@ -/// +/// import {reactiveComponent} from 'mobservable-react'; diff --git a/mobservable-react/tsconfig.json b/mobservable-react/tsconfig.json index 7e8ea77d50..01b8cbdd55 100644 --- a/mobservable-react/tsconfig.json +++ b/mobservable-react/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mobservable/tsconfig.json b/mobservable/tsconfig.json index 139c4d44f5..ed29793111 100644 --- a/mobservable/tsconfig.json +++ b/mobservable/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mocha-phantomjs/tsconfig.json b/mocha-phantomjs/tsconfig.json index 8933af9229..3e28097122 100644 --- a/mocha-phantomjs/tsconfig.json +++ b/mocha-phantomjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mocha/mocha-node.d.ts b/mocha/mocha-node.d.ts index 66dca3af3f..a4a4882c24 100644 --- a/mocha/mocha-node.d.ts +++ b/mocha/mocha-node.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// -/// +/// declare namespace Mocha { interface IRunnable extends NodeJS.EventEmitter { diff --git a/mocha/tsconfig.json b/mocha/tsconfig.json index b9102d38f7..14e126a34a 100644 --- a/mocha/tsconfig.json +++ b/mocha/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mock-fs/index.d.ts b/mock-fs/index.d.ts index 735bf76270..300558192d 100644 --- a/mock-fs/index.d.ts +++ b/mock-fs/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Wim Looman , Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import fs = require("fs"); diff --git a/mock-fs/tsconfig.json b/mock-fs/tsconfig.json index 11eaebc987..045daf2366 100644 --- a/mock-fs/tsconfig.json +++ b/mock-fs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mockery/tsconfig.json b/mockery/tsconfig.json index eaf3f525e4..2d29658e6c 100644 --- a/mockery/tsconfig.json +++ b/mockery/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/modernizr/tsconfig.json b/modernizr/tsconfig.json index dad3f6cf1f..9a01eb247a 100644 --- a/modernizr/tsconfig.json +++ b/modernizr/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/moment-range/tsconfig.json b/moment-range/tsconfig.json index e2c44de2c7..3ee832cf29 100644 --- a/moment-range/tsconfig.json +++ b/moment-range/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/moment-timezone/tsconfig.json b/moment-timezone/tsconfig.json index 73a41fd16d..774bd1bb16 100644 --- a/moment-timezone/tsconfig.json +++ b/moment-timezone/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/moment/tsconfig.json b/moment/tsconfig.json index 811144530c..a40bb0996f 100644 --- a/moment/tsconfig.json +++ b/moment/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mongodb/index.d.ts b/mongodb/index.d.ts index 1f2ec71e82..9ef49467df 100644 --- a/mongodb/index.d.ts +++ b/mongodb/index.d.ts @@ -5,7 +5,7 @@ // Documentation : http://mongodb.github.io/node-mongodb-native/2.1/api/ -/// +/// import {EventEmitter} from 'events'; diff --git a/mongodb/mongodb-1.4.9.d.ts b/mongodb/mongodb-1.4.9.d.ts index eff5a4dd22..fdff25982d 100644 --- a/mongodb/mongodb-1.4.9.d.ts +++ b/mongodb/mongodb-1.4.9.d.ts @@ -5,7 +5,7 @@ // Documentation : http://mongodb.github.io/node-mongodb-native/ -/// +/// diff --git a/mongodb/tsconfig.json b/mongodb/tsconfig.json index dc0480ed74..d683a665ad 100644 --- a/mongodb/tsconfig.json +++ b/mongodb/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mongoose-auto-increment/tsconfig.json b/mongoose-auto-increment/tsconfig.json index 656c7ba5f5..b21c1b9f40 100644 --- a/mongoose-auto-increment/tsconfig.json +++ b/mongoose-auto-increment/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mongoose-deep-populate/tsconfig.json b/mongoose-deep-populate/tsconfig.json index 272d680867..5696572edb 100644 --- a/mongoose-deep-populate/tsconfig.json +++ b/mongoose-deep-populate/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mongoose-mock/tsconfig.json b/mongoose-mock/tsconfig.json index 7528d91826..729cfc3408 100644 --- a/mongoose-mock/tsconfig.json +++ b/mongoose-mock/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mongoose/index.d.ts b/mongoose/index.d.ts index d1a1fd2a73..798291a99b 100644 --- a/mongoose/index.d.ts +++ b/mongoose/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: horiuchi // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare function connect(uri: string, options?: ConnectionOptions, callback?: (err: any) => void): Mongoose; diff --git a/mongoose/tsconfig.json b/mongoose/tsconfig.json index 72001c8e16..ba259106b4 100644 --- a/mongoose/tsconfig.json +++ b/mongoose/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/morgan/tsconfig.json b/morgan/tsconfig.json index 665bcc187d..ae18fbae5c 100644 --- a/morgan/tsconfig.json +++ b/morgan/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mousetrap/mousetrap-tests.ts b/mousetrap/mousetrap-tests.ts index ab8b858d34..3d3c71e58e 100644 --- a/mousetrap/mousetrap-tests.ts +++ b/mousetrap/mousetrap-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// Mousetrap.bind('4', function() { console.log('4'); }); diff --git a/mousetrap/tsconfig.json b/mousetrap/tsconfig.json index c5c4241037..0888214dc4 100644 --- a/mousetrap/tsconfig.json +++ b/mousetrap/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/moviedb/tsconfig.json b/moviedb/tsconfig.json index e48c1115f1..91ee79f21a 100644 --- a/moviedb/tsconfig.json +++ b/moviedb/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mpromise/mpromise-tests.ts b/mpromise/mpromise-tests.ts index ced235a94f..bdcd0befa5 100644 --- a/mpromise/mpromise-tests.ts +++ b/mpromise/mpromise-tests.ts @@ -1,5 +1,5 @@ -/// +/// var assert = require('assert'); import Promise = require('mpromise'); diff --git a/mpromise/tsconfig.json b/mpromise/tsconfig.json index 4882291cd6..ff49d7ae5e 100644 --- a/mpromise/tsconfig.json +++ b/mpromise/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mqtt/index.d.ts b/mqtt/index.d.ts index 2b01580eb0..72c8cfbf9c 100644 --- a/mqtt/index.d.ts +++ b/mqtt/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Pekka Leppänen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/mqtt/tsconfig.json b/mqtt/tsconfig.json index d1bf9234f4..54fea809a0 100644 --- a/mqtt/tsconfig.json +++ b/mqtt/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ms/tsconfig.json b/ms/tsconfig.json index 6bafbbe635..f9777ee6fc 100644 --- a/ms/tsconfig.json +++ b/ms/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/msgpack/tsconfig.json b/msgpack/tsconfig.json index c9ad75f5e0..dbc0626b42 100644 --- a/msgpack/tsconfig.json +++ b/msgpack/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/msnodesql/index.d.ts b/msnodesql/index.d.ts index d150bd4cfb..08f31f7cae 100644 --- a/msnodesql/index.d.ts +++ b/msnodesql/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import events = require('events'); diff --git a/msnodesql/tsconfig.json b/msnodesql/tsconfig.json index 6ad68c0c6a..2fce57bf29 100644 --- a/msnodesql/tsconfig.json +++ b/msnodesql/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/msportalfx-test/index.d.ts b/msportalfx-test/index.d.ts index beafe95dc6..beb8657d79 100644 --- a/msportalfx-test/index.d.ts +++ b/msportalfx-test/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Julio Casal // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace MsPortalTestFx { diff --git a/msportalfx-test/tsconfig.json b/msportalfx-test/tsconfig.json index 42d0173481..6f1651fa5b 100644 --- a/msportalfx-test/tsconfig.json +++ b/msportalfx-test/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mssql/index.d.ts b/mssql/index.d.ts index f4247f8093..f35d05f470 100644 --- a/mssql/index.d.ts +++ b/mssql/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: COLSA Corporation , Ben Farr , Vitor Buzinaro // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import events = require('events'); diff --git a/mssql/mssql-tests.ts b/mssql/mssql-tests.ts index 446ac97d81..52ae6f953c 100644 --- a/mssql/mssql-tests.ts +++ b/mssql/mssql-tests.ts @@ -1,4 +1,4 @@ -/// +/// import sql = require('mssql'); diff --git a/mssql/tsconfig.json b/mssql/tsconfig.json index 574a9b3723..8528f4dd2f 100644 --- a/mssql/tsconfig.json +++ b/mssql/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mu2/index.d.ts b/mu2/index.d.ts index 33eefb3281..2f126a201d 100644 --- a/mu2/index.d.ts +++ b/mu2/index.d.ts @@ -5,7 +5,7 @@ // Imported from: https://github.com/soywiz/typescript-node-definitions/mu2.d.ts -/// +/// export declare var root: string; diff --git a/mu2/mu2-tests.ts b/mu2/mu2-tests.ts index df59787210..dc960f20d7 100644 --- a/mu2/mu2-tests.ts +++ b/mu2/mu2-tests.ts @@ -1,5 +1,5 @@ -/// +/// import mu2 = require('mu2'); import stream = require('stream'); diff --git a/mu2/tsconfig.json b/mu2/tsconfig.json index 63ca17ae45..aa54e4582e 100644 --- a/mu2/tsconfig.json +++ b/mu2/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/multer/tsconfig.json b/multer/tsconfig.json index cd44c4ce4a..8435d17400 100644 --- a/multer/tsconfig.json +++ b/multer/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/multiparty/index.d.ts b/multiparty/index.d.ts index dcdc493aa2..5b8b6d12dc 100644 --- a/multiparty/index.d.ts +++ b/multiparty/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Ken Fukuyama // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import http = require('http'); diff --git a/multiparty/multiparty-tests.ts b/multiparty/multiparty-tests.ts index 7357dfb051..91d979b25b 100644 --- a/multiparty/multiparty-tests.ts +++ b/multiparty/multiparty-tests.ts @@ -1,5 +1,5 @@ -/// +/// import multiparty = require('multiparty'); import http = require('http'); import util = require('util'); diff --git a/multiparty/tsconfig.json b/multiparty/tsconfig.json index 195184dcc1..cf3a542138 100644 --- a/multiparty/tsconfig.json +++ b/multiparty/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/multiplexjs/multiplexjs-tests.ts b/multiplexjs/multiplexjs-tests.ts index c3148742ea..9261155bac 100644 --- a/multiplexjs/multiplexjs-tests.ts +++ b/multiplexjs/multiplexjs-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// namespace MxTests { diff --git a/multiplexjs/tsconfig.json b/multiplexjs/tsconfig.json index 9752e29645..7111ce7b8b 100644 --- a/multiplexjs/tsconfig.json +++ b/multiplexjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mustache/tsconfig.json b/mustache/tsconfig.json index 1cec663a1f..96c41c80ad 100644 --- a/mustache/tsconfig.json +++ b/mustache/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/mysql/index.d.ts b/mysql/index.d.ts index 6480dae645..c325fa4f85 100644 --- a/mysql/index.d.ts +++ b/mysql/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: William Johnston // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import stream = require("stream"); diff --git a/mysql/tsconfig.json b/mysql/tsconfig.json index 1c67270990..0e770cb32f 100644 --- a/mysql/tsconfig.json +++ b/mysql/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/mz/index.d.ts b/mz/index.d.ts index 8c3206c714..3a1fa74aea 100644 --- a/mz/index.d.ts +++ b/mz/index.d.ts @@ -5,8 +5,8 @@ // Modified from the node.js definitions https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/node/node.d.ts -/// -/// +/// +/// declare module "mz/fs" { diff --git a/mz/mz-tests.ts b/mz/mz-tests.ts index abcff6ac61..19da09cad7 100644 --- a/mz/mz-tests.ts +++ b/mz/mz-tests.ts @@ -1,5 +1,5 @@ -/// -/// +/// +/// /// diff --git a/mz/tsconfig.json b/mz/tsconfig.json index 4cf58d26c8..1f57bd4b2d 100644 --- a/mz/tsconfig.json +++ b/mz/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/nanoajax/tsconfig.json b/nanoajax/tsconfig.json index e0c9a0c8e0..365330c515 100644 --- a/nanoajax/tsconfig.json +++ b/nanoajax/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/natural-sort/tsconfig.json b/natural-sort/tsconfig.json index e964666c56..7d0a648d40 100644 --- a/natural-sort/tsconfig.json +++ b/natural-sort/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/natural/index.d.ts b/natural/index.d.ts index 7a9e355e79..e0a3889bf4 100644 --- a/natural/index.d.ts +++ b/natural/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Dylan R. E. Moonfire // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import events = require("events"); diff --git a/natural/tsconfig.json b/natural/tsconfig.json index 8f73d8ba6a..b26e4b0d84 100644 --- a/natural/tsconfig.json +++ b/natural/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/navigation/tsconfig.json b/navigation/tsconfig.json index 3f202b5301..6455d34d3e 100644 --- a/navigation/tsconfig.json +++ b/navigation/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/nconf/tsconfig.json b/nconf/tsconfig.json index 4029f9dd6f..5577bbecbf 100644 --- a/nconf/tsconfig.json +++ b/nconf/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ncp/index.d.ts b/ncp/index.d.ts index 6f9c74026d..f0b7905409 100644 --- a/ncp/index.d.ts +++ b/ncp/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Bart van der Schoor // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// export function ncp(source: string, destination: string, callback: (err: Error) => void): void; export function ncp(source: string, destination: string, options: Options, callback: (err: Error) => void): void; diff --git a/ncp/tsconfig.json b/ncp/tsconfig.json index 3d85840d62..54a3f882d0 100644 --- a/ncp/tsconfig.json +++ b/ncp/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/nedb/nedb-tests.ts b/nedb/nedb-tests.ts index fd60057196..7328d1f3cf 100644 --- a/nedb/nedb-tests.ts +++ b/nedb/nedb-tests.ts @@ -2,8 +2,8 @@ * Created by stefansteinhart on 31.01.15. */ -/// -/// +/// +/// /// import Q = require('q'); diff --git a/nedb/tsconfig.json b/nedb/tsconfig.json index 6628e3eb0d..8ad8155f3e 100644 --- a/nedb/tsconfig.json +++ b/nedb/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/needle/index.d.ts b/needle/index.d.ts index 449368e185..e5b61b4b6a 100644 --- a/needle/index.d.ts +++ b/needle/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: San Chen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Needle { interface ReadableStream extends NodeJS.ReadableStream { diff --git a/needle/tsconfig.json b/needle/tsconfig.json index 29cd2f0a0a..d935965344 100644 --- a/needle/tsconfig.json +++ b/needle/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/netmask/tsconfig.json b/netmask/tsconfig.json index e3be3de275..4e3a3b1c43 100644 --- a/netmask/tsconfig.json +++ b/netmask/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/nexpect/index.d.ts b/nexpect/index.d.ts index bc5828b4a3..8ee97809ff 100644 --- a/nexpect/index.d.ts +++ b/nexpect/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: vvakame // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import child_process = require("child_process"); diff --git a/nexpect/tsconfig.json b/nexpect/tsconfig.json index 755b58abf4..cecec7467f 100644 --- a/nexpect/tsconfig.json +++ b/nexpect/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ng-command/index.d.ts b/ng-command/index.d.ts index 61b4e750d5..2b80057f75 100644 --- a/ng-command/index.d.ts +++ b/ng-command/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Stephen Lautier // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ngCommand { diff --git a/ng-command/ng-command-tests.ts b/ng-command/ng-command-tests.ts index b246c9794e..504b99f60c 100644 --- a/ng-command/ng-command-tests.ts +++ b/ng-command/ng-command-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// var app = angular.module('testModule', ['ng-command']); diff --git a/ng-command/tsconfig.json b/ng-command/tsconfig.json index caa16666aa..0f870c0f8d 100644 --- a/ng-command/tsconfig.json +++ b/ng-command/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ng-cordova/actionSheet-tests.ts b/ng-cordova/actionSheet-tests.ts index 9886cc33d6..a7b38abff8 100644 --- a/ng-cordova/actionSheet-tests.ts +++ b/ng-cordova/actionSheet-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// namespace ngCordova { 'use strict'; diff --git a/ng-cordova/actionSheet.d.ts b/ng-cordova/actionSheet.d.ts index 9154181cc8..306ef924e8 100644 --- a/ng-cordova/actionSheet.d.ts +++ b/ng-cordova/actionSheet.d.ts @@ -3,7 +3,7 @@ // Definitions by: Phil McCloghry-Laing // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ngCordova { export interface IActionSheetService { diff --git a/ng-cordova/app-version.d.ts b/ng-cordova/app-version.d.ts index 5f7aecf641..6f48e9befe 100644 --- a/ng-cordova/app-version.d.ts +++ b/ng-cordova/app-version.d.ts @@ -3,7 +3,7 @@ // Definitions by: Jacques Kang // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ngCordova { export interface IAppVersionService { diff --git a/ng-cordova/appAvailability-tests.ts b/ng-cordova/appAvailability-tests.ts index 43132c66aa..7e2e68b7f0 100644 --- a/ng-cordova/appAvailability-tests.ts +++ b/ng-cordova/appAvailability-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// // For the full application demo please see following repo : // https://github.com/ksachdeva/ngCordova-typescript-demo diff --git a/ng-cordova/appAvailability.d.ts b/ng-cordova/appAvailability.d.ts index f2ee6c6151..9d2d6c8af1 100644 --- a/ng-cordova/appAvailability.d.ts +++ b/ng-cordova/appAvailability.d.ts @@ -3,7 +3,7 @@ // Definitions by: Kapil Sachdeva // Definitions: https://github.com/ksachdeva/DefinitelyTyped -/// +/// declare namespace ngCordova { diff --git a/ng-cordova/badge-tests.ts b/ng-cordova/badge-tests.ts index 6b8b227947..ba975ee503 100644 --- a/ng-cordova/badge-tests.ts +++ b/ng-cordova/badge-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// namespace ngCordova { 'use strict'; diff --git a/ng-cordova/badge.d.ts b/ng-cordova/badge.d.ts index 43e5ee897a..4e230928c4 100644 --- a/ng-cordova/badge.d.ts +++ b/ng-cordova/badge.d.ts @@ -3,7 +3,7 @@ // Definitions by: Phil McCloghry-Laing // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ngCordova { export interface IBadgeService { diff --git a/ng-cordova/camera.d.ts b/ng-cordova/camera.d.ts index 9640515c7a..903da00375 100644 --- a/ng-cordova/camera.d.ts +++ b/ng-cordova/camera.d.ts @@ -3,8 +3,8 @@ // Definitions by: Jacques Kang // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace ngCordova { export interface ICameraService { diff --git a/ng-cordova/datepicker-tests.ts b/ng-cordova/datepicker-tests.ts index 517abd0054..d6e71c386a 100644 --- a/ng-cordova/datepicker-tests.ts +++ b/ng-cordova/datepicker-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// namespace ngCordova { function smoketest($cordovaDatePicker: IDatePickerService, isIos: boolean) { diff --git a/ng-cordova/datepicker.d.ts b/ng-cordova/datepicker.d.ts index 0b5a4deb31..552eb71125 100644 --- a/ng-cordova/datepicker.d.ts +++ b/ng-cordova/datepicker.d.ts @@ -3,7 +3,7 @@ // Definitions by: Jacques Kang // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ngCordova { diff --git a/ng-cordova/device-tests.ts b/ng-cordova/device-tests.ts index bd133c1c5c..1dc9518299 100644 --- a/ng-cordova/device-tests.ts +++ b/ng-cordova/device-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// // For the full application demo please see following repo : // https://github.com/ksachdeva/ngCordova-typescript-demo diff --git a/ng-cordova/deviceMotion-tests.ts b/ng-cordova/deviceMotion-tests.ts index e65b22d3be..37f3168766 100644 --- a/ng-cordova/deviceMotion-tests.ts +++ b/ng-cordova/deviceMotion-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// // For the full application demo please see following repo : // https://github.com/ksachdeva/ngCordova-typescript-demo diff --git a/ng-cordova/deviceMotion.d.ts b/ng-cordova/deviceMotion.d.ts index adbaecebce..de58afa684 100644 --- a/ng-cordova/deviceMotion.d.ts +++ b/ng-cordova/deviceMotion.d.ts @@ -3,7 +3,7 @@ // Definitions by: Michel Vidailhet , Kapil Sachdeva // Definitions: https://github.com/ksachdeva/DefinitelyTyped -/// +/// declare namespace ngCordova { diff --git a/ng-cordova/deviceOrientation-tests.ts b/ng-cordova/deviceOrientation-tests.ts index 1b2e4239de..4847b34b5f 100644 --- a/ng-cordova/deviceOrientation-tests.ts +++ b/ng-cordova/deviceOrientation-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// // For the full application demo please see following repo : // https://github.com/ksachdeva/ngCordova-typescript-demo diff --git a/ng-cordova/deviceOrientation.d.ts b/ng-cordova/deviceOrientation.d.ts index 00818e7b3f..26beaeb2ea 100644 --- a/ng-cordova/deviceOrientation.d.ts +++ b/ng-cordova/deviceOrientation.d.ts @@ -3,7 +3,7 @@ // Definitions by: Michel Vidailhet , Kapil Sachdeva // Definitions: https://github.com/ksachdeva/DefinitelyTyped -/// +/// declare namespace ngCordova { diff --git a/ng-cordova/dialogs-tests.ts b/ng-cordova/dialogs-tests.ts index 6c970599f4..193f0d2fb2 100644 --- a/ng-cordova/dialogs-tests.ts +++ b/ng-cordova/dialogs-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// // For the full application demo please see following repo : // https://github.com/ksachdeva/ngCordova-typescript-demo diff --git a/ng-cordova/dialogs.d.ts b/ng-cordova/dialogs.d.ts index a024e6f75a..39b58889de 100644 --- a/ng-cordova/dialogs.d.ts +++ b/ng-cordova/dialogs.d.ts @@ -3,7 +3,7 @@ // Definitions by: Michel Vidailhet , Kapil Sachdeva // Definitions: https://github.com/ksachdeva/DefinitelyTyped -/// +/// declare namespace ngCordova { diff --git a/ng-cordova/emailComposer-tests.ts b/ng-cordova/emailComposer-tests.ts index 20b386e077..3cb7ee690e 100644 --- a/ng-cordova/emailComposer-tests.ts +++ b/ng-cordova/emailComposer-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// // For the full application demo please see following repo : // https://github.com/ksachdeva/ngCordova-typescript-demo diff --git a/ng-cordova/emailComposer.d.ts b/ng-cordova/emailComposer.d.ts index c0c6e2ac25..1fa18e1265 100644 --- a/ng-cordova/emailComposer.d.ts +++ b/ng-cordova/emailComposer.d.ts @@ -3,7 +3,7 @@ // Definitions by: Kapil Sachdeva // Definitions: https://github.com/ksachdeva/DefinitelyTyped -/// +/// declare namespace ngCordova { diff --git a/ng-cordova/file-tests.ts b/ng-cordova/file-tests.ts index 07298a61be..bb6a88e0ab 100644 --- a/ng-cordova/file-tests.ts +++ b/ng-cordova/file-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// namespace ngCordova { 'use strict'; diff --git a/ng-cordova/file.d.ts b/ng-cordova/file.d.ts index 863e65d189..bf28a1d424 100644 --- a/ng-cordova/file.d.ts +++ b/ng-cordova/file.d.ts @@ -3,8 +3,8 @@ // Definitions by: Phil McCloghry-Laing // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace ngCordova { export interface IFileService { diff --git a/ng-cordova/fileTransfer-tests.ts b/ng-cordova/fileTransfer-tests.ts index 228a6b9b72..f5350ebf26 100644 --- a/ng-cordova/fileTransfer-tests.ts +++ b/ng-cordova/fileTransfer-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// namespace ngCordova { 'use strict'; diff --git a/ng-cordova/fileTransfer.d.ts b/ng-cordova/fileTransfer.d.ts index c294c4630a..0dcae52ee4 100644 --- a/ng-cordova/fileTransfer.d.ts +++ b/ng-cordova/fileTransfer.d.ts @@ -3,9 +3,9 @@ // Definitions by: Phil McCloghry-Laing // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// -/// +/// +/// +/// declare namespace ngCordova { export interface IFileTransferService { diff --git a/ng-cordova/geolocation-tests.ts b/ng-cordova/geolocation-tests.ts index ce96248c18..f70542c3fa 100644 --- a/ng-cordova/geolocation-tests.ts +++ b/ng-cordova/geolocation-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// // For the full application demo please see following repo : // https://github.com/ksachdeva/ngCordova-typescript-demo diff --git a/ng-cordova/geolocation.d.ts b/ng-cordova/geolocation.d.ts index a12fd055f0..5f30a79663 100644 --- a/ng-cordova/geolocation.d.ts +++ b/ng-cordova/geolocation.d.ts @@ -3,7 +3,7 @@ // Definitions by: Kapil Sachdeva // Definitions: https://github.com/ksachdeva/DefinitelyTyped -/// +/// declare namespace ngCordova { diff --git a/ng-cordova/network-tests.ts b/ng-cordova/network-tests.ts index b61a6e2d40..182be5e04c 100644 --- a/ng-cordova/network-tests.ts +++ b/ng-cordova/network-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// // For the full application demo please see following repo : // https://github.com/ksachdeva/ngCordova-typescript-demo diff --git a/ng-cordova/network.d.ts b/ng-cordova/network.d.ts index 5f11371375..e92a2e0e2a 100644 --- a/ng-cordova/network.d.ts +++ b/ng-cordova/network.d.ts @@ -3,7 +3,7 @@ // Definitions by: Kapil Sachdeva // Definitions: https://github.com/ksachdeva/DefinitelyTyped -/// +/// declare namespace ngCordova { diff --git a/ng-cordova/toast-tests.ts b/ng-cordova/toast-tests.ts index b4494fd8fc..fbd884a50b 100644 --- a/ng-cordova/toast-tests.ts +++ b/ng-cordova/toast-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// // For the full application demo please see following repo : // https://github.com/ksachdeva/ngCordova-typescript-demo diff --git a/ng-cordova/toast.d.ts b/ng-cordova/toast.d.ts index 6e9c11ef7c..493499be8c 100644 --- a/ng-cordova/toast.d.ts +++ b/ng-cordova/toast.d.ts @@ -3,7 +3,7 @@ // Definitions by: Kapil Sachdeva // Definitions: https://github.com/ksachdeva/DefinitelyTyped -/// +/// declare namespace ngCordova { diff --git a/ng-dialog/index.d.ts b/ng-dialog/index.d.ts index fc959102bb..7c5d565e02 100644 --- a/ng-dialog/index.d.ts +++ b/ng-dialog/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Stephen Lautier // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "ng-dialog" { export type IDialogService = angular.dialog.IDialogService; diff --git a/ng-dialog/ng-dialog-tests.ts b/ng-dialog/ng-dialog-tests.ts index e7a6336d65..02eac9aad4 100644 --- a/ng-dialog/ng-dialog-tests.ts +++ b/ng-dialog/ng-dialog-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// var app = angular.module('testModule', ['ngDialog']); diff --git a/ng-dialog/tsconfig.json b/ng-dialog/tsconfig.json index 27030a51dd..363a8ac44d 100644 --- a/ng-dialog/tsconfig.json +++ b/ng-dialog/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ng-facebook/index.d.ts b/ng-facebook/index.d.ts index 9b65acb682..be446def31 100644 --- a/ng-facebook/index.d.ts +++ b/ng-facebook/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Crevil // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace angular.ngFacebook { interface IFacebookProvider { diff --git a/ng-facebook/tsconfig.json b/ng-facebook/tsconfig.json index 23b7c6f30f..e15b5d643a 100644 --- a/ng-facebook/tsconfig.json +++ b/ng-facebook/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ng-file-upload/index.d.ts b/ng-file-upload/index.d.ts index 117890f02d..dce8c408f2 100644 --- a/ng-file-upload/index.d.ts +++ b/ng-file-upload/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: John Reilly // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "ng-file-upload" { let angularFileUploadDefaultExport: string; diff --git a/ng-file-upload/tsconfig.json b/ng-file-upload/tsconfig.json index 9b99061138..eed9d227c7 100644 --- a/ng-file-upload/tsconfig.json +++ b/ng-file-upload/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ng-flow/index.d.ts b/ng-flow/index.d.ts index f6a4517861..0e960ab511 100644 --- a/ng-flow/index.d.ts +++ b/ng-flow/index.d.ts @@ -2,8 +2,8 @@ // Project: https://github.com/flowjs/ng-flow // Definitions by: Ryan McNamara // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace angular.flow { interface IFlowFactory { diff --git a/ng-flow/tsconfig.json b/ng-flow/tsconfig.json index 662a9d4586..f6bc80c46a 100644 --- a/ng-flow/tsconfig.json +++ b/ng-flow/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ng-grid/ng-grid-tests.ts b/ng-grid/ng-grid-tests.ts index f5765d48b3..1d5dcee579 100644 --- a/ng-grid/ng-grid-tests.ts +++ b/ng-grid/ng-grid-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// var options1: ngGrid.IGridOptions = { data: [{ 'Name': 'Bob' }, { 'Name': 'Jane' }] diff --git a/ng-grid/tsconfig.json b/ng-grid/tsconfig.json index cb08d3ff31..07f2f436ad 100644 --- a/ng-grid/tsconfig.json +++ b/ng-grid/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ng-i18next/index.d.ts b/ng-i18next/index.d.ts index 650952c2ed..76ccf68187 100644 --- a/ng-i18next/index.d.ts +++ b/ng-i18next/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Cyril Schumacher // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace angular.i18next { interface I18nextProvider { diff --git a/ng-i18next/tsconfig.json b/ng-i18next/tsconfig.json index cf24edb88b..66fa69470c 100644 --- a/ng-i18next/tsconfig.json +++ b/ng-i18next/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ng-notify/index.d.ts b/ng-notify/index.d.ts index 6b0b24e535..ff0a9ae3eb 100644 --- a/ng-notify/index.d.ts +++ b/ng-notify/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Nick Zamosenchuk // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ngNotify { diff --git a/ng-notify/ng-notify-tests.ts b/ng-notify/ng-notify-tests.ts index eba3f22787..6e78845240 100644 --- a/ng-notify/ng-notify-tests.ts +++ b/ng-notify/ng-notify-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// class NgNotifyTestController { diff --git a/ng-notify/tsconfig.json b/ng-notify/tsconfig.json index 233ccf4f7f..dbe7c7bfcc 100644 --- a/ng-notify/tsconfig.json +++ b/ng-notify/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ng-stomp/index.d.ts b/ng-stomp/index.d.ts index f13950e832..5750ac8a88 100644 --- a/ng-stomp/index.d.ts +++ b/ng-stomp/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/beevelop/ng-stomp // Definitions by: Lukasz Potapczuk // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface ngStomp { diff --git a/ng-stomp/ng-stomp-tests.ts b/ng-stomp/ng-stomp-tests.ts index 157b337917..65893fbc7c 100644 --- a/ng-stomp/ng-stomp-tests.ts +++ b/ng-stomp/ng-stomp-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// namespace ngStompTesting { diff --git a/ng-stomp/tsconfig.json b/ng-stomp/tsconfig.json index e042ff41fe..19f314bdf5 100644 --- a/ng-stomp/tsconfig.json +++ b/ng-stomp/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ng-table/index.d.ts b/ng-table/index.d.ts index 9bb1407b8e..44795db690 100644 --- a/ng-table/index.d.ts +++ b/ng-table/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Christian Crowhurst // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** * Parameters manager for an ngTable directive diff --git a/ng-table/tsconfig.json b/ng-table/tsconfig.json index 7d0444eb2c..45df105ce7 100644 --- a/ng-table/tsconfig.json +++ b/ng-table/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ngbootbox/index.d.ts b/ngbootbox/index.d.ts index eeb0d643c5..31bcf2f670 100644 --- a/ngbootbox/index.d.ts +++ b/ngbootbox/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Sam Saint-Pettersen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface NgBootboxDialog { title?: string; diff --git a/ngbootbox/ngbootbox-tests.ts b/ngbootbox/ngbootbox-tests.ts index 65d7655ccf..6a5c159edd 100644 --- a/ngbootbox/ngbootbox-tests.ts +++ b/ngbootbox/ngbootbox-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// class TestBootboxController { diff --git a/ngbootbox/tsconfig.json b/ngbootbox/tsconfig.json index 047d8ffa8d..1e31b3c8a0 100644 --- a/ngbootbox/tsconfig.json +++ b/ngbootbox/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ngkookies/tsconfig.json b/ngkookies/tsconfig.json index c49654a3eb..d37dfac909 100644 --- a/ngkookies/tsconfig.json +++ b/ngkookies/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ngprogress-lite/ngprogress-lite-tests.ts b/ngprogress-lite/ngprogress-lite-tests.ts index 58a08bfc38..b061770207 100644 --- a/ngprogress-lite/ngprogress-lite-tests.ts +++ b/ngprogress-lite/ngprogress-lite-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var app = angular.module('testApp', ['ngProgressLite']); diff --git a/ngprogress-lite/tsconfig.json b/ngprogress-lite/tsconfig.json index 876e34c3be..f074ed7184 100644 --- a/ngprogress-lite/tsconfig.json +++ b/ngprogress-lite/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ngprogress/tsconfig.json b/ngprogress/tsconfig.json index f8abba1362..9a1df47c72 100644 --- a/ngprogress/tsconfig.json +++ b/ngprogress/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ngstorage/ngstorage-tests.ts b/ngstorage/ngstorage-tests.ts index bf967db545..9ffd85d97c 100644 --- a/ngstorage/ngstorage-tests.ts +++ b/ngstorage/ngstorage-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var app: any; diff --git a/ngstorage/tsconfig.json b/ngstorage/tsconfig.json index 07c896400d..b83301d620 100644 --- a/ngstorage/tsconfig.json +++ b/ngstorage/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ngtoaster/index.d.ts b/ngtoaster/index.d.ts index a430379332..d3a40e85f3 100644 --- a/ngtoaster/index.d.ts +++ b/ngtoaster/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Ben Tesser // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ngtoaster { interface IToasterService { diff --git a/ngtoaster/tsconfig.json b/ngtoaster/tsconfig.json index c22ac0ff51..0a439d9472 100644 --- a/ngtoaster/tsconfig.json +++ b/ngtoaster/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ngwysiwyg/tsconfig.json b/ngwysiwyg/tsconfig.json index 8394f219aa..aec16c6ca7 100644 --- a/ngwysiwyg/tsconfig.json +++ b/ngwysiwyg/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/nightmare/nightmare-tests.ts b/nightmare/nightmare-tests.ts index cfba9e55be..ed3c85841d 100644 --- a/nightmare/nightmare-tests.ts +++ b/nightmare/nightmare-tests.ts @@ -1,5 +1,5 @@ -/// +/// import Nightmare = require("nightmare"); diff --git a/nightmare/tsconfig.json b/nightmare/tsconfig.json index 156e6962d9..6e88508021 100644 --- a/nightmare/tsconfig.json +++ b/nightmare/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/noVNC/tsconfig.json b/noVNC/tsconfig.json index c3c8c95440..40e49853ab 100644 --- a/noVNC/tsconfig.json +++ b/noVNC/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/noble/index.d.ts b/noble/index.d.ts index 92aa04f623..4a9720ba5e 100644 --- a/noble/index.d.ts +++ b/noble/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Seon-Wook Park , Hans Bakker // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import events = require("events"); diff --git a/noble/tsconfig.json b/noble/tsconfig.json index 9cb4f52bea..0b8884fa7a 100644 --- a/noble/tsconfig.json +++ b/noble/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/nock/tsconfig.json b/nock/tsconfig.json index 690f676fec..dc9bb12b03 100644 --- a/nock/tsconfig.json +++ b/nock/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/node-array-ext/tsconfig.json b/node-array-ext/tsconfig.json index 24cb96ba28..c046e484dd 100644 --- a/node-array-ext/tsconfig.json +++ b/node-array-ext/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/node-cache/index.d.ts b/node-cache/index.d.ts index c599a7df16..bf9cd8c462 100644 --- a/node-cache/index.d.ts +++ b/node-cache/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Ilya Mochalov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace NodeCacheTypes { interface NodeCache { diff --git a/node-cache/tsconfig.json b/node-cache/tsconfig.json index 56fb2ba9bd..7489c07bcd 100644 --- a/node-cache/tsconfig.json +++ b/node-cache/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/node-calendar/tsconfig.json b/node-calendar/tsconfig.json index b6b5dbb065..ee8a4e9ed5 100644 --- a/node-calendar/tsconfig.json +++ b/node-calendar/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/node-config-manager/tsconfig.json b/node-config-manager/tsconfig.json index 09526706d4..7a40d75635 100644 --- a/node-config-manager/tsconfig.json +++ b/node-config-manager/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/node-dir/tsconfig.json b/node-dir/tsconfig.json index edc6c7f147..ee8d8f82a7 100644 --- a/node-dir/tsconfig.json +++ b/node-dir/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/node-fibers/tsconfig.json b/node-fibers/tsconfig.json index 080223c73c..90878053aa 100644 --- a/node-fibers/tsconfig.json +++ b/node-fibers/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/node-form/index.d.ts b/node-form/index.d.ts index c3e93e6bd7..58f9ee5c21 100644 --- a/node-form/index.d.ts +++ b/node-form/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Roman Samec // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// export as namespace Validation; diff --git a/node-form/node-form-tests.ts b/node-form/node-form-tests.ts index e7a7d7f028..ee0dcbef64 100644 --- a/node-form/node-form-tests.ts +++ b/node-form/node-form-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// export interface IPerson{ Checked:boolean; diff --git a/node-form/tsconfig.json b/node-form/tsconfig.json index f8e2bf43df..e7a500e736 100644 --- a/node-form/tsconfig.json +++ b/node-form/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/node-gcm/tsconfig.json b/node-gcm/tsconfig.json index 8cf739fd3d..df8d43b899 100644 --- a/node-gcm/tsconfig.json +++ b/node-gcm/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/node-getopt/node-getopt-tests.ts b/node-getopt/node-getopt-tests.ts index a9f7438626..7427731ca8 100644 --- a/node-getopt/node-getopt-tests.ts +++ b/node-getopt/node-getopt-tests.ts @@ -1,4 +1,4 @@ -/// +/// import Getopt = require('node-getopt'); diff --git a/node-getopt/tsconfig.json b/node-getopt/tsconfig.json index b00fadf9f0..f6e56beb02 100644 --- a/node-getopt/tsconfig.json +++ b/node-getopt/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/node-int64/index.d.ts b/node-int64/index.d.ts index 75ee0a717c..a056b55601 100644 --- a/node-int64/index.d.ts +++ b/node-int64/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Benno Dreissig // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare class Int64 { diff --git a/node-int64/node-int64-tests.ts b/node-int64/node-int64-tests.ts index 890ba51058..16df3a00ca 100644 --- a/node-int64/node-int64-tests.ts +++ b/node-int64/node-int64-tests.ts @@ -1,4 +1,4 @@ -/// +/// // Play example copy diff --git a/node-int64/tsconfig.json b/node-int64/tsconfig.json index a5465873f5..a32e872bb6 100644 --- a/node-int64/tsconfig.json +++ b/node-int64/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/node-jsfl-runner/index.d.ts b/node-jsfl-runner/index.d.ts index 97a777cf00..166570deeb 100644 --- a/node-jsfl-runner/index.d.ts +++ b/node-jsfl-runner/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Michael Randolph // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// export interface JSFL { init: (...args: any[]) => void; diff --git a/node-jsfl-runner/tsconfig.json b/node-jsfl-runner/tsconfig.json index c9d296d975..8982544e9c 100644 --- a/node-jsfl-runner/tsconfig.json +++ b/node-jsfl-runner/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/node-mysql-wrapper/node-mysql-wrapper-tests.ts b/node-mysql-wrapper/node-mysql-wrapper-tests.ts index 15cd20517d..6e01affe12 100644 --- a/node-mysql-wrapper/node-mysql-wrapper-tests.ts +++ b/node-mysql-wrapper/node-mysql-wrapper-tests.ts @@ -1,6 +1,6 @@ -/// -/// +/// +/// var express = require('express'); var app = express(); diff --git a/node-mysql-wrapper/tsconfig.json b/node-mysql-wrapper/tsconfig.json index 29144646e7..be124070d6 100644 --- a/node-mysql-wrapper/tsconfig.json +++ b/node-mysql-wrapper/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/node-notifier/index.d.ts b/node-notifier/index.d.ts index 3fed2b0ecf..dad13583b9 100644 --- a/node-notifier/index.d.ts +++ b/node-notifier/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "node-notifier" { import NotificationCenter = require('node-notifier/notifiers/notificationcenter'); diff --git a/node-notifier/tsconfig.json b/node-notifier/tsconfig.json index 6910f724ef..df12a3d8b0 100644 --- a/node-notifier/tsconfig.json +++ b/node-notifier/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/node-persist/index.d.ts b/node-persist/index.d.ts index 867b545211..5d34750bc1 100644 --- a/node-persist/index.d.ts +++ b/node-persist/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Spencer Williams // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// type milliseconds = number; diff --git a/node-persist/tsconfig.json b/node-persist/tsconfig.json index c6cd2f51a6..14afd30dc2 100644 --- a/node-persist/tsconfig.json +++ b/node-persist/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/node-polyglot/tsconfig.json b/node-polyglot/tsconfig.json index e046f3efff..374a3bedb8 100644 --- a/node-polyglot/tsconfig.json +++ b/node-polyglot/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/node-sass-middleware/tsconfig.json b/node-sass-middleware/tsconfig.json index 303604fdfd..fea242746d 100644 --- a/node-sass-middleware/tsconfig.json +++ b/node-sass-middleware/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/node-sass/index.d.ts b/node-sass/index.d.ts index ea7215caa2..dd41842bf9 100644 --- a/node-sass/index.d.ts +++ b/node-sass/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Asana // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface Importer { diff --git a/node-sass/tsconfig.json b/node-sass/tsconfig.json index b77c3fbe7f..f52c4bc7e9 100644 --- a/node-sass/tsconfig.json +++ b/node-sass/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/node-schedule/tsconfig.json b/node-schedule/tsconfig.json index ecf81d778f..c8a661ce8a 100644 --- a/node-schedule/tsconfig.json +++ b/node-schedule/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/node-slack/tsconfig.json b/node-slack/tsconfig.json index ee37bb0aad..4cc94166b0 100644 --- a/node-slack/tsconfig.json +++ b/node-slack/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/node-snap7/index.d.ts b/node-snap7/index.d.ts index f4f3a1f990..ab7a7423cb 100644 --- a/node-snap7/index.d.ts +++ b/node-snap7/index.d.ts @@ -5,7 +5,7 @@ // see: https://www.npmjs.com/package/node-snap7#api -/// +/// diff --git a/node-snap7/tsconfig.json b/node-snap7/tsconfig.json index 7a5b2ef18d..484705d469 100644 --- a/node-snap7/tsconfig.json +++ b/node-snap7/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/node-uuid/index.d.ts b/node-uuid/index.d.ts index a67370531d..cea98e8738 100644 --- a/node-uuid/index.d.ts +++ b/node-uuid/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Jeff May // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /// /// diff --git a/node-uuid/tsconfig.json b/node-uuid/tsconfig.json index 9af0a7efd8..2f5dc675ff 100644 --- a/node-uuid/tsconfig.json +++ b/node-uuid/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/node-validator/tsconfig.json b/node-validator/tsconfig.json index 8beea28f04..e537462f26 100644 --- a/node-validator/tsconfig.json +++ b/node-validator/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/node/tsconfig.json b/node/tsconfig.json index 7dfba97baf..d20d1b393d 100644 --- a/node/tsconfig.json +++ b/node/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/node_redis/tsconfig.json b/node_redis/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/node_redis/tsconfig.json +++ b/node_redis/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/nodemailer-direct-transport/index.d.ts b/nodemailer-direct-transport/index.d.ts index 9f0b6917fe..04101b685f 100644 --- a/nodemailer-direct-transport/index.d.ts +++ b/nodemailer-direct-transport/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/nodemailer-direct-transport/tsconfig.json b/nodemailer-direct-transport/tsconfig.json index 1a004d4c86..40caabd2fa 100644 --- a/nodemailer-direct-transport/tsconfig.json +++ b/nodemailer-direct-transport/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/nodemailer-pickup-transport/index.d.ts b/nodemailer-pickup-transport/index.d.ts index 5f1d5ca970..6577cd7cf3 100644 --- a/nodemailer-pickup-transport/index.d.ts +++ b/nodemailer-pickup-transport/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Peter Snider // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/nodemailer-pickup-transport/tsconfig.json b/nodemailer-pickup-transport/tsconfig.json index a7aeae4c4c..5e0c08f4e8 100644 --- a/nodemailer-pickup-transport/tsconfig.json +++ b/nodemailer-pickup-transport/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/nodemailer-smtp-pool/index.d.ts b/nodemailer-smtp-pool/index.d.ts index 763ae0e1f9..8b21eced18 100644 --- a/nodemailer-smtp-pool/index.d.ts +++ b/nodemailer-smtp-pool/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Rogier Schouten // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// import tls = require("tls"); diff --git a/nodemailer-smtp-pool/tsconfig.json b/nodemailer-smtp-pool/tsconfig.json index f1a1cc95df..2e6a64c007 100644 --- a/nodemailer-smtp-pool/tsconfig.json +++ b/nodemailer-smtp-pool/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/nodemailer-smtp-transport/index.d.ts b/nodemailer-smtp-transport/index.d.ts index a4cfc309f6..92866720ce 100644 --- a/nodemailer-smtp-transport/index.d.ts +++ b/nodemailer-smtp-transport/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Rogier Schouten // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// diff --git a/nodemailer-smtp-transport/tsconfig.json b/nodemailer-smtp-transport/tsconfig.json index a8360faa17..abdefdba13 100644 --- a/nodemailer-smtp-transport/tsconfig.json +++ b/nodemailer-smtp-transport/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/nodemailer/index.d.ts b/nodemailer/index.d.ts index c0b7999a41..682015cac6 100644 --- a/nodemailer/index.d.ts +++ b/nodemailer/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Rogier Schouten // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /// import directTransport = require("nodemailer-direct-transport"); diff --git a/nodemailer/nodemailer-types.d.ts b/nodemailer/nodemailer-types.d.ts index 6fde6ebad9..4ce161d6f4 100644 --- a/nodemailer/nodemailer-types.d.ts +++ b/nodemailer/nodemailer-types.d.ts @@ -3,7 +3,7 @@ // Definitions by: Rogier Schouten // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace nodemailer { diff --git a/nodemailer/tsconfig.json b/nodemailer/tsconfig.json index 0840a4c450..68f1774b66 100644 --- a/nodemailer/tsconfig.json +++ b/nodemailer/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/nodeunit/tsconfig.json b/nodeunit/tsconfig.json index 96f080d8ae..58e881f4a2 100644 --- a/nodeunit/tsconfig.json +++ b/nodeunit/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/noisejs/tsconfig.json b/noisejs/tsconfig.json index adb81e162f..aff0141339 100644 --- a/noisejs/tsconfig.json +++ b/noisejs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/nomnom/tsconfig.json b/nomnom/tsconfig.json index d54e981ab3..50dc19e931 100644 --- a/nomnom/tsconfig.json +++ b/nomnom/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/nopt/nopt-tests.ts b/nopt/nopt-tests.ts index 4c15df3cef..fe014dcb33 100644 --- a/nopt/nopt-tests.ts +++ b/nopt/nopt-tests.ts @@ -2,7 +2,7 @@ * Maintained by: jbondc */ -/// +/// import nopt = require("nopt"); diff --git a/nopt/tsconfig.json b/nopt/tsconfig.json index 863843c580..71557d11b0 100644 --- a/nopt/tsconfig.json +++ b/nopt/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/normalizr/tsconfig.json b/normalizr/tsconfig.json index 460466fee5..eb09850f26 100644 --- a/normalizr/tsconfig.json +++ b/normalizr/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/notie/tsconfig.json b/notie/tsconfig.json index 0bc55dd7df..1432e4ed27 100644 --- a/notie/tsconfig.json +++ b/notie/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/notify/index.d.ts b/notify/index.d.ts index 8e7e436048..d5d91ebab2 100644 --- a/notify/index.d.ts +++ b/notify/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Xiaohan Zhang // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped/ -/// +/// declare namespace Notify { interface Options { diff --git a/notify/tsconfig.json b/notify/tsconfig.json index c3c662b22f..291e9a1dbc 100644 --- a/notify/tsconfig.json +++ b/notify/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/notifyjs/tsconfig.json b/notifyjs/tsconfig.json index 0c42bd0b8e..a4111628d2 100644 --- a/notifyjs/tsconfig.json +++ b/notifyjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/nouislider/index.d.ts b/nouislider/index.d.ts index b3bd58c727..5f69099eab 100644 --- a/nouislider/index.d.ts +++ b/nouislider/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/leongersen/noUiSlider // Definitions by: Patrick Davies // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace noUiSlider { /** diff --git a/nouislider/nouislider-7.0.10.d.ts b/nouislider/nouislider-7.0.10.d.ts index b9643d4fb5..a05232da07 100644 --- a/nouislider/nouislider-7.0.10.d.ts +++ b/nouislider/nouislider-7.0.10.d.ts @@ -2,8 +2,8 @@ // Project: https://github.com/leongersen/noUiSlider // Definitions by: Corey Jepperson // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// interface noUiSliderInstance extends JQuery{ diff --git a/nouislider/nouislider-tests-7.0.10.ts b/nouislider/nouislider-tests-7.0.10.ts index 79c6b327f2..3bb5ff7bd6 100644 --- a/nouislider/nouislider-tests-7.0.10.ts +++ b/nouislider/nouislider-tests-7.0.10.ts @@ -1,5 +1,5 @@ /// -/// +/// //basic var basicSlider = $("
").noUiSlider({ diff --git a/nouislider/tsconfig.json b/nouislider/tsconfig.json index 6d4baad906..93b84c1d64 100644 --- a/nouislider/tsconfig.json +++ b/nouislider/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/npm/index.d.ts b/npm/index.d.ts index 2218ee59b3..b6474631d5 100644 --- a/npm/index.d.ts +++ b/npm/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Maxime LUCE // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace NPM { export interface Static extends NodeJS.EventEmitter { diff --git a/npm/npm-tests.ts b/npm/npm-tests.ts index 9a85782642..71857bb1bb 100644 --- a/npm/npm-tests.ts +++ b/npm/npm-tests.ts @@ -4,7 +4,7 @@ * Created by using code samples from https://github.com/npm/npm#using-npm-programmatically. */ -/// +/// /// import npm = require("npm"); diff --git a/npm/tsconfig.json b/npm/tsconfig.json index ac24253aef..d0cba35b92 100644 --- a/npm/tsconfig.json +++ b/npm/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/nprogress/tsconfig.json b/nprogress/tsconfig.json index 3c9f83ab83..e78c57d94d 100644 --- a/nprogress/tsconfig.json +++ b/nprogress/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/numbro/tsconfig.json b/numbro/tsconfig.json index 7e426e033f..c558c3840a 100644 --- a/numbro/tsconfig.json +++ b/numbro/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/numeral/tsconfig.json b/numeral/tsconfig.json index b813fccb04..76d69630ee 100644 --- a/numeral/tsconfig.json +++ b/numeral/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/nunjucks/tsconfig.json b/nunjucks/tsconfig.json index 99ef2475de..df0fe8caa2 100644 --- a/nunjucks/tsconfig.json +++ b/nunjucks/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/nvd3/index.d.ts b/nvd3/index.d.ts index f0297abcb0..177d4f8355 100644 --- a/nvd3/index.d.ts +++ b/nvd3/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Peter Mitchell // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace nv { //#region Core Interfaces diff --git a/nvd3/nvd3-test-boxplot.ts b/nvd3/nvd3-test-boxplot.ts index 3b78095314..b0962cf583 100644 --- a/nvd3/nvd3-test-boxplot.ts +++ b/nvd3/nvd3-test-boxplot.ts @@ -1,4 +1,4 @@ -/// +/// /// nv.addGraph(function() { var chart = nv.models.boxPlotChart() diff --git a/nvd3/nvd3-test-bullet.ts b/nvd3/nvd3-test-bullet.ts index bec9053db2..1562731bc2 100644 --- a/nvd3/nvd3-test-bullet.ts +++ b/nvd3/nvd3-test-bullet.ts @@ -1,4 +1,4 @@ -/// +/// /// namespace nvd3_test_bullet { var width = 960, diff --git a/nvd3/nvd3-test-bulletChart.ts b/nvd3/nvd3-test-bulletChart.ts index 92400d9e6f..1ae29e5063 100644 --- a/nvd3/nvd3-test-bulletChart.ts +++ b/nvd3/nvd3-test-bulletChart.ts @@ -1,4 +1,4 @@ -/// +/// /// namespace nvd3_test_bulletChart { var width = 960, diff --git a/nvd3/nvd3-test-historicalBar.ts b/nvd3/nvd3-test-historicalBar.ts index dc765cdcda..c128aba57a 100644 --- a/nvd3/nvd3-test-historicalBar.ts +++ b/nvd3/nvd3-test-historicalBar.ts @@ -1,4 +1,4 @@ -/// +/// /// nv.addGraph({ generate: function() { diff --git a/nvd3/nvd3-test-historicalBarChart.ts b/nvd3/nvd3-test-historicalBarChart.ts index dfd8a30aef..0e40315812 100644 --- a/nvd3/nvd3-test-historicalBarChart.ts +++ b/nvd3/nvd3-test-historicalBarChart.ts @@ -1,4 +1,4 @@ -/// +/// /// var data = [{ values : [] diff --git a/nvd3/nvd3-test-legend.ts b/nvd3/nvd3-test-legend.ts index 96df3d680b..d6b79084c9 100644 --- a/nvd3/nvd3-test-legend.ts +++ b/nvd3/nvd3-test-legend.ts @@ -1,4 +1,4 @@ -/// +/// /// namespace nvd3_test_legend { var width = 500, diff --git a/nvd3/nvd3-test-ohlc.ts b/nvd3/nvd3-test-ohlc.ts index da49307e8d..3e8cdded6e 100644 --- a/nvd3/nvd3-test-ohlc.ts +++ b/nvd3/nvd3-test-ohlc.ts @@ -1,4 +1,4 @@ -/// +/// /// namespace nvd3_test_ohlc { var data = [{ diff --git a/nvd3/nvd3-test-ohlcChart.ts b/nvd3/nvd3-test-ohlcChart.ts index a7fa373a01..4ebe3a22e9 100644 --- a/nvd3/nvd3-test-ohlcChart.ts +++ b/nvd3/nvd3-test-ohlcChart.ts @@ -1,4 +1,4 @@ -/// +/// /// namespace nvd3_test_ohlcChart { var data = [{ diff --git a/nvd3/nvd3-test-parallelCoordinates.ts b/nvd3/nvd3-test-parallelCoordinates.ts index 14b6e97e01..93491b5403 100644 --- a/nvd3/nvd3-test-parallelCoordinates.ts +++ b/nvd3/nvd3-test-parallelCoordinates.ts @@ -1,4 +1,4 @@ -/// +/// /// namespace nvd3_test_parallelCoordinates { var chart; diff --git a/nvd3/nvd3-test-parallelCoordinatesChart.ts b/nvd3/nvd3-test-parallelCoordinatesChart.ts index 624951b83d..78bd10d1a8 100644 --- a/nvd3/nvd3-test-parallelCoordinatesChart.ts +++ b/nvd3/nvd3-test-parallelCoordinatesChart.ts @@ -1,4 +1,4 @@ -/// +/// /// namespace nvd3_test_parallelCoordinatesChart { var chart; diff --git a/nvd3/nvd3-test-pie.ts b/nvd3/nvd3-test-pie.ts index c932e742a1..c7e9bd4f70 100644 --- a/nvd3/nvd3-test-pie.ts +++ b/nvd3/nvd3-test-pie.ts @@ -1,4 +1,4 @@ -/// +/// /// namespace nvd3_test_pie { diff --git a/nvd3/nvd3-test-pieChart.ts b/nvd3/nvd3-test-pieChart.ts index f6d292f24d..787369e0c8 100644 --- a/nvd3/nvd3-test-pieChart.ts +++ b/nvd3/nvd3-test-pieChart.ts @@ -1,4 +1,4 @@ -/// +/// /// namespace nvd3_test_pieChart { diff --git a/nvd3/nvd3-test-tooltip.ts b/nvd3/nvd3-test-tooltip.ts index 312d22ea90..517d9b0d36 100644 --- a/nvd3/nvd3-test-tooltip.ts +++ b/nvd3/nvd3-test-tooltip.ts @@ -1,4 +1,4 @@ -/// +/// /// namespace nvd3_test_tooltip { var width = 500, diff --git a/nvd3/tsconfig.json b/nvd3/tsconfig.json index 98c9089aa3..28b98e6143 100644 --- a/nvd3/tsconfig.json +++ b/nvd3/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/nw.gui/node-webkit-tests.ts b/nw.gui/node-webkit-tests.ts index 349b2d190b..d5a8c9b117 100644 --- a/nw.gui/node-webkit-tests.ts +++ b/nw.gui/node-webkit-tests.ts @@ -1,4 +1,4 @@ -/// +/// // Load native UI library // See docs: https://github.com/rogerwang/node-webkit/wiki/Shell diff --git a/nw.gui/tsconfig.json b/nw.gui/tsconfig.json index 61415a6b9c..2be83e4531 100644 --- a/nw.gui/tsconfig.json +++ b/nw.gui/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/oauth.js/tsconfig.json b/oauth.js/tsconfig.json index 049b205682..dee31cfaa3 100644 --- a/oauth.js/tsconfig.json +++ b/oauth.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/oauth2-server/tsconfig.json b/oauth2-server/tsconfig.json index 5821cc4a11..38333a22ec 100644 --- a/oauth2-server/tsconfig.json +++ b/oauth2-server/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/obelisk.js/tsconfig.json b/obelisk.js/tsconfig.json index 1c6441ed50..93dd09d803 100644 --- a/obelisk.js/tsconfig.json +++ b/obelisk.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/object-assign/tsconfig.json b/object-assign/tsconfig.json index 10daeeabad..4d1c64b2e9 100644 --- a/object-assign/tsconfig.json +++ b/object-assign/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/object-hash/tsconfig.json b/object-hash/tsconfig.json index 6115a5e268..a13923e082 100644 --- a/object-hash/tsconfig.json +++ b/object-hash/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/object-path/tsconfig.json b/object-path/tsconfig.json index 8b29b93601..a133165905 100644 --- a/object-path/tsconfig.json +++ b/object-path/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/oblo-util/index.d.ts b/oblo-util/index.d.ts index b3921a6929..9fa2a26b2c 100644 --- a/oblo-util/index.d.ts +++ b/oblo-util/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface ObloUtilStatic { debug : boolean; diff --git a/oblo-util/tsconfig.json b/oblo-util/tsconfig.json index 0c4b881f19..d319f00590 100644 --- a/oblo-util/tsconfig.json +++ b/oblo-util/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/oboe/index.d.ts b/oboe/index.d.ts index e9c5705551..27f784895c 100644 --- a/oboe/index.d.ts +++ b/oboe/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Jared Klopper // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace oboe { interface OboeFunction extends Function { diff --git a/oboe/tsconfig.json b/oboe/tsconfig.json index 8bb47a1785..f618ece32d 100644 --- a/oboe/tsconfig.json +++ b/oboe/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/observe-js/tsconfig.json b/observe-js/tsconfig.json index 75bda5e134..004f6c9dcb 100644 --- a/observe-js/tsconfig.json +++ b/observe-js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/oclazyload/index.d.ts b/oclazyload/index.d.ts index fb01e442e0..574b037b70 100644 --- a/oclazyload/index.d.ts +++ b/oclazyload/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Roland Zwaga // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace oc { diff --git a/oclazyload/tsconfig.json b/oclazyload/tsconfig.json index 523111f38b..eefe28c2f2 100644 --- a/oclazyload/tsconfig.json +++ b/oclazyload/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/office-js/tsconfig.json b/office-js/tsconfig.json index fdc645fa2d..6c367bfca5 100644 --- a/office-js/tsconfig.json +++ b/office-js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/offline-js/tsconfig.json b/offline-js/tsconfig.json index 11a50283d8..6a6e582c15 100644 --- a/offline-js/tsconfig.json +++ b/offline-js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/oidc-token-manager/tsconfig.json b/oidc-token-manager/tsconfig.json index d02de29e19..69c7f10f46 100644 --- a/oidc-token-manager/tsconfig.json +++ b/oidc-token-manager/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/on-finished/index.d.ts b/on-finished/index.d.ts index a38124393b..ec07267131 100644 --- a/on-finished/index.d.ts +++ b/on-finished/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Honza Dvorsky // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/on-finished/on-finished-tests.ts b/on-finished/on-finished-tests.ts index 05bb5cd7c0..57040531fc 100644 --- a/on-finished/on-finished-tests.ts +++ b/on-finished/on-finished-tests.ts @@ -1,4 +1,4 @@ -/// +/// import events = require('events'); import onFinished = require('on-finished'); diff --git a/on-finished/tsconfig.json b/on-finished/tsconfig.json index 1c0e55388a..701c0f44ce 100644 --- a/on-finished/tsconfig.json +++ b/on-finished/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/on-headers/index.d.ts b/on-headers/index.d.ts index 2a01279a85..e9931798c5 100644 --- a/on-headers/index.d.ts +++ b/on-headers/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: John Jeffery // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import http = require("http"); diff --git a/on-headers/tsconfig.json b/on-headers/tsconfig.json index dfc8a08faf..26f75d539f 100644 --- a/on-headers/tsconfig.json +++ b/on-headers/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/once/tsconfig.json b/once/tsconfig.json index 06bacfff81..af9aeb9f28 100644 --- a/once/tsconfig.json +++ b/once/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/onoff/index.d.ts b/onoff/index.d.ts index 9a4ade5931..467f5f4447 100644 --- a/onoff/index.d.ts +++ b/onoff/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Marcel Ernst // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace __ONOFF { diff --git a/onoff/onoff-tests.ts b/onoff/onoff-tests.ts index d00cddb778..cd39dc4a8d 100644 --- a/onoff/onoff-tests.ts +++ b/onoff/onoff-tests.ts @@ -1,5 +1,5 @@ -/// +/// import * as onoff from 'onoff'; var led:onoff.Gpio = new onoff.Gpio(17, 'out'); diff --git a/onoff/tsconfig.json b/onoff/tsconfig.json index 0e24afd990..038ebf849d 100644 --- a/onoff/tsconfig.json +++ b/onoff/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/onsenui/tsconfig.json b/onsenui/tsconfig.json index 94e730ceb4..0765c1b6b1 100644 --- a/onsenui/tsconfig.json +++ b/onsenui/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/open/tsconfig.json b/open/tsconfig.json index ca35880512..198ce77ef1 100644 --- a/open/tsconfig.json +++ b/open/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/openlayers/tsconfig.json b/openlayers/tsconfig.json index 954fbe3e26..7592327666 100644 --- a/openlayers/tsconfig.json +++ b/openlayers/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/openpgp/tsconfig.json b/openpgp/tsconfig.json index 0efcac83eb..ef0cf6ade9 100644 --- a/openpgp/tsconfig.json +++ b/openpgp/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/opn/index.d.ts b/opn/index.d.ts index 20de0fc474..b4fe96ce03 100644 --- a/opn/index.d.ts +++ b/opn/index.d.ts @@ -4,7 +4,7 @@ // Maxime LUCE // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Opn { export interface Options { diff --git a/opn/tsconfig.json b/opn/tsconfig.json index e441270945..0a833287c6 100644 --- a/opn/tsconfig.json +++ b/opn/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/optimist/tsconfig.json b/optimist/tsconfig.json index 0ecc5a1803..f8c0d80ca5 100644 --- a/optimist/tsconfig.json +++ b/optimist/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ora/tsconfig.json b/ora/tsconfig.json index 6b605a9202..d72fd9f89f 100644 --- a/ora/tsconfig.json +++ b/ora/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/oracledb/index.d.ts b/oracledb/index.d.ts index 0173f7f505..a9d7a2b3e6 100644 --- a/oracledb/index.d.ts +++ b/oracledb/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Richard Natal // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as stream from "stream"; diff --git a/oracledb/oracledb-tests.ts b/oracledb/oracledb-tests.ts index 1700d42d1d..8e5599d14f 100644 --- a/oracledb/oracledb-tests.ts +++ b/oracledb/oracledb-tests.ts @@ -1,5 +1,5 @@ -/// +/// import * as OracleDB from 'oracledb'; diff --git a/oracledb/tsconfig.json b/oracledb/tsconfig.json index 1b30b119a6..dde59b7b6f 100644 --- a/oracledb/tsconfig.json +++ b/oracledb/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/orchestrator/index.d.ts b/orchestrator/index.d.ts index a7ed2b4ae9..911627ddc5 100644 --- a/orchestrator/index.d.ts +++ b/orchestrator/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare type Strings = string|string[]; diff --git a/orchestrator/orchestrator-tests.ts b/orchestrator/orchestrator-tests.ts index 6f1a4a79bf..4327f071af 100644 --- a/orchestrator/orchestrator-tests.ts +++ b/orchestrator/orchestrator-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// 'use strict'; diff --git a/orchestrator/tsconfig.json b/orchestrator/tsconfig.json index 84081a2638..e772573a46 100644 --- a/orchestrator/tsconfig.json +++ b/orchestrator/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/os-locale/tsconfig.json b/os-locale/tsconfig.json index 25e345dfeb..c38b5c0583 100644 --- a/os-locale/tsconfig.json +++ b/os-locale/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/osmtogeojson/tsconfig.json b/osmtogeojson/tsconfig.json index b551dad136..ffa63750fa 100644 --- a/osmtogeojson/tsconfig.json +++ b/osmtogeojson/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/owlcarousel/index.d.ts b/owlcarousel/index.d.ts index 3d462b55f6..b00fe862d8 100644 --- a/owlcarousel/index.d.ts +++ b/owlcarousel/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Damian Piątkowski // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface IOwlCarouselOptions { diff --git a/owlcarousel/owlcarousel-tests.ts b/owlcarousel/owlcarousel-tests.ts index 82190dca64..aa9c5a50bc 100644 --- a/owlcarousel/owlcarousel-tests.ts +++ b/owlcarousel/owlcarousel-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// $(".className").owlCarousel(); diff --git a/owlcarousel/tsconfig.json b/owlcarousel/tsconfig.json index 0d040d9b47..ead57178dd 100644 --- a/owlcarousel/tsconfig.json +++ b/owlcarousel/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/p2/tsconfig.json b/p2/tsconfig.json index 41272eaa81..2169ce6f8c 100644 --- a/p2/tsconfig.json +++ b/p2/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/packery/packery-tests.ts b/packery/packery-tests.ts index 57d880d0f4..e8faff1b3f 100644 --- a/packery/packery-tests.ts +++ b/packery/packery-tests.ts @@ -1,5 +1,5 @@ -/// +/// import Packery = require('packery'); diff --git a/packery/tsconfig.json b/packery/tsconfig.json index 9f6baa55bf..e22bd9b1b8 100644 --- a/packery/tsconfig.json +++ b/packery/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/page/tsconfig.json b/page/tsconfig.json index 5cced5e7d6..23b2167440 100644 --- a/page/tsconfig.json +++ b/page/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/pako/tsconfig.json b/pako/tsconfig.json index da54b0097e..6d5c2ec0d9 100644 --- a/pako/tsconfig.json +++ b/pako/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/papaparse/tsconfig.json b/papaparse/tsconfig.json index 987d74913f..c85465d47e 100644 --- a/papaparse/tsconfig.json +++ b/papaparse/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/paralleljs/tsconfig.json b/paralleljs/tsconfig.json index 4d111420f7..f4bf5c7693 100644 --- a/paralleljs/tsconfig.json +++ b/paralleljs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/param-case/tsconfig.json b/param-case/tsconfig.json index 899b46f264..954e29afdf 100644 --- a/param-case/tsconfig.json +++ b/param-case/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/parse-glob/tsconfig.json b/parse-glob/tsconfig.json index c26add826d..f5dad85f3a 100644 --- a/parse-glob/tsconfig.json +++ b/parse-glob/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/parse-torrent/index.d.ts b/parse-torrent/index.d.ts index cbc21c1cac..2ef9df18e7 100644 --- a/parse-torrent/index.d.ts +++ b/parse-torrent/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Bazyli Brzóska // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ParseTorrent { export interface ParsedTorrent { diff --git a/parse-torrent/tsconfig.json b/parse-torrent/tsconfig.json index 1244e87c84..ea96dcd17b 100644 --- a/parse-torrent/tsconfig.json +++ b/parse-torrent/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/parse/index.d.ts b/parse/index.d.ts index 6ab4ffd414..5e8d34a6c8 100644 --- a/parse/index.d.ts +++ b/parse/index.d.ts @@ -3,9 +3,9 @@ // Definitions by: Ullisen Media Group // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// -/// +/// +/// +/// declare namespace Parse { diff --git a/parse/tsconfig.json b/parse/tsconfig.json index 70385a6c41..32083098c2 100644 --- a/parse/tsconfig.json +++ b/parse/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/parse5/index.d.ts b/parse5/index.d.ts index 57ef416904..f65b68f521 100644 --- a/parse5/index.d.ts +++ b/parse5/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Nico Jansen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as stream from "stream"; diff --git a/parse5/tsconfig.json b/parse5/tsconfig.json index 835ad2f301..720cfdb820 100644 --- a/parse5/tsconfig.json +++ b/parse5/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/parsimmon/tsconfig.json b/parsimmon/tsconfig.json index 74f12b5763..131c09d4d2 100644 --- a/parsimmon/tsconfig.json +++ b/parsimmon/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/pascal-case/tsconfig.json b/pascal-case/tsconfig.json index a59103db52..053c98c503 100644 --- a/pascal-case/tsconfig.json +++ b/pascal-case/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/passport-facebook-token/index.d.ts b/passport-facebook-token/index.d.ts index 8aa60bc77a..173992a701 100644 --- a/passport-facebook-token/index.d.ts +++ b/passport-facebook-token/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Ray Martone // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/passport-facebook-token/tsconfig.json b/passport-facebook-token/tsconfig.json index 1faa7ea4d4..663a2431b8 100644 --- a/passport-facebook-token/tsconfig.json +++ b/passport-facebook-token/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/passport-facebook/index.d.ts b/passport-facebook/index.d.ts index dad8b7e0db..f614c98b8d 100644 --- a/passport-facebook/index.d.ts +++ b/passport-facebook/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: James Roland Cabresos // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/passport-facebook/tsconfig.json b/passport-facebook/tsconfig.json index dffdbdb46e..bd4ed2450c 100644 --- a/passport-facebook/tsconfig.json +++ b/passport-facebook/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/passport-google-oauth/index.d.ts b/passport-google-oauth/index.d.ts index 992f29751e..ca263d4095 100644 --- a/passport-google-oauth/index.d.ts +++ b/passport-google-oauth/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: James Roland Cabresos // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/passport-google-oauth/tsconfig.json b/passport-google-oauth/tsconfig.json index b0a385c728..2c01379b83 100644 --- a/passport-google-oauth/tsconfig.json +++ b/passport-google-oauth/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/passport-http-bearer/index.d.ts b/passport-http-bearer/index.d.ts index 282e5b9116..4c720554fc 100644 --- a/passport-http-bearer/index.d.ts +++ b/passport-http-bearer/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Isman Usoh // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import passport = require("passport"); import express = require("../express"); diff --git a/passport-http-bearer/tsconfig.json b/passport-http-bearer/tsconfig.json index afba0a05a3..b65a100998 100644 --- a/passport-http-bearer/tsconfig.json +++ b/passport-http-bearer/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/passport-jwt/passport-jwt-tests.ts b/passport-jwt/passport-jwt-tests.ts index a38cc31090..c8989af54d 100644 --- a/passport-jwt/passport-jwt-tests.ts +++ b/passport-jwt/passport-jwt-tests.ts @@ -1,5 +1,5 @@ -/// +/// 'use strict'; import {Strategy as JwtStrategy, ExtractJwt, StrategyOptions} from 'passport-jwt'; diff --git a/passport-jwt/tsconfig.json b/passport-jwt/tsconfig.json index 6b4cc7b19e..15d843cb11 100644 --- a/passport-jwt/tsconfig.json +++ b/passport-jwt/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/passport-local/index.d.ts b/passport-local/index.d.ts index 99ae2b6a45..d711b086e6 100644 --- a/passport-local/index.d.ts +++ b/passport-local/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Maxime LUCE // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/passport-local/tsconfig.json b/passport-local/tsconfig.json index a3ecd9c854..13ecb53862 100644 --- a/passport-local/tsconfig.json +++ b/passport-local/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/passport-strategy/index.d.ts b/passport-strategy/index.d.ts index ec0236c609..5e48ce24f8 100644 --- a/passport-strategy/index.d.ts +++ b/passport-strategy/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Lior Mualem // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** * Using this module, one can easily implement a strategy using typescript by diff --git a/passport-strategy/tsconfig.json b/passport-strategy/tsconfig.json index 2a08fc97aa..ef4993c531 100644 --- a/passport-strategy/tsconfig.json +++ b/passport-strategy/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/passport-twitter/index.d.ts b/passport-twitter/index.d.ts index 40c1faab09..ee0ad9ea4b 100644 --- a/passport-twitter/index.d.ts +++ b/passport-twitter/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: James Roland Cabresos // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/passport-twitter/tsconfig.json b/passport-twitter/tsconfig.json index 6369a6a4db..337b59e70a 100644 --- a/passport-twitter/tsconfig.json +++ b/passport-twitter/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/passport/passport-tests.ts b/passport/passport-tests.ts index 004b643309..9de0fcaf40 100644 --- a/passport/passport-tests.ts +++ b/passport/passport-tests.ts @@ -1,6 +1,6 @@ /// -/// +/// import express = require('express'); import passport = require('passport'); diff --git a/passport/tsconfig.json b/passport/tsconfig.json index 79a7658f74..9c352ec181 100644 --- a/passport/tsconfig.json +++ b/passport/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/password-hash/tsconfig.json b/password-hash/tsconfig.json index 6449bc1666..ca0539627c 100644 --- a/password-hash/tsconfig.json +++ b/password-hash/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/path-case/tsconfig.json b/path-case/tsconfig.json index 160a946f05..b8a4cd3fb9 100644 --- a/path-case/tsconfig.json +++ b/path-case/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/path-exists/tsconfig.json b/path-exists/tsconfig.json index 9f7f3feb37..e05d9641e0 100644 --- a/path-exists/tsconfig.json +++ b/path-exists/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/path-parse/index.d.ts b/path-parse/index.d.ts index 9342880e8a..5aa151b921 100644 --- a/path-parse/index.d.ts +++ b/path-parse/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Dan Chao // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import { ParsedPath } from "path"; diff --git a/path-parse/tsconfig.json b/path-parse/tsconfig.json index 5d5b4f23d4..076e33be65 100644 --- a/path-parse/tsconfig.json +++ b/path-parse/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/path-to-regexp/tsconfig.json b/path-to-regexp/tsconfig.json index c01efc95cf..fb386e0f88 100644 --- a/path-to-regexp/tsconfig.json +++ b/path-to-regexp/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/pathjs/tsconfig.json b/pathjs/tsconfig.json index 4d74470b8d..c141c826a6 100644 --- a/pathjs/tsconfig.json +++ b/pathjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/pathwatcher/index.d.ts b/pathwatcher/index.d.ts index 19a63f81af..606f3cf5b6 100644 --- a/pathwatcher/index.d.ts +++ b/pathwatcher/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: vvakame // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace PathWatcher { interface IFileStatic { diff --git a/pathwatcher/tsconfig.json b/pathwatcher/tsconfig.json index c63cf8c515..00edfa8000 100644 --- a/pathwatcher/tsconfig.json +++ b/pathwatcher/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/pdf/tsconfig.json b/pdf/tsconfig.json index 5563a51f58..9a72c468ac 100644 --- a/pdf/tsconfig.json +++ b/pdf/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/pdfkit/index.d.ts b/pdfkit/index.d.ts index 030e467d69..f14be3175f 100644 --- a/pdfkit/index.d.ts +++ b/pdfkit/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Eric Hillah // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace PDFKit { interface PDFGradient { diff --git a/pdfkit/tsconfig.json b/pdfkit/tsconfig.json index f046fc6568..d7b2380164 100644 --- a/pdfkit/tsconfig.json +++ b/pdfkit/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/pebblekitjs/tsconfig.json b/pebblekitjs/tsconfig.json index 445c6e2de9..0a6adc941a 100644 --- a/pebblekitjs/tsconfig.json +++ b/pebblekitjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/peerjs/index.d.ts b/peerjs/index.d.ts index bd0ed82ebd..4ca09fa7a2 100644 --- a/peerjs/index.d.ts +++ b/peerjs/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace PeerJs{ interface PeerJSOption{ diff --git a/peerjs/peerjs-tests.ts b/peerjs/peerjs-tests.ts index dee76d9e2f..c747a85b89 100644 --- a/peerjs/peerjs-tests.ts +++ b/peerjs/peerjs-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// var peerByOption: PeerJs.Peer = new Peer({ key: 'peerKey', diff --git a/peerjs/tsconfig.json b/peerjs/tsconfig.json index 3354f3754e..ae6e105ed3 100644 --- a/peerjs/tsconfig.json +++ b/peerjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/pegjs/tsconfig.json b/pegjs/tsconfig.json index 9051442b65..59d3fc3032 100644 --- a/pegjs/tsconfig.json +++ b/pegjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/persona/tsconfig.json b/persona/tsconfig.json index 4f187aca99..697fa99b0d 100644 --- a/persona/tsconfig.json +++ b/persona/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/pg-promise/tsconfig.json b/pg-promise/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/pg-promise/tsconfig.json +++ b/pg-promise/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/pg/index.d.ts b/pg/index.d.ts index 69540c0696..38d2643343 100644 --- a/pg/index.d.ts +++ b/pg/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Phips Peter // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import events = require("events"); diff --git a/pg/tsconfig.json b/pg/tsconfig.json index 2f96773021..604f029dfe 100644 --- a/pg/tsconfig.json +++ b/pg/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/pgwmodal/tsconfig.json b/pgwmodal/tsconfig.json index 7edd13c97f..55a1025362 100644 --- a/pgwmodal/tsconfig.json +++ b/pgwmodal/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/phantom/tsconfig.json b/phantom/tsconfig.json index db499d1a9a..97473136ad 100644 --- a/phantom/tsconfig.json +++ b/phantom/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/phantomcss/index.d.ts b/phantomcss/index.d.ts index ade62de9cd..48829a1bbe 100644 --- a/phantomcss/index.d.ts +++ b/phantomcss/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Amaury Bauzac // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace PhantomCSS { interface PhantomCSS { init(options: PhantomCSSOptions): void; diff --git a/phantomcss/phantomcss-tests.ts b/phantomcss/phantomcss-tests.ts index d555017edf..080522737b 100644 --- a/phantomcss/phantomcss-tests.ts +++ b/phantomcss/phantomcss-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// // phantomCSS 0.11.1 is based on resemblejs 1.2.1, phantomJS 1.9.2 , casperJS 1.1.0-DEV diff --git a/phantomcss/tsconfig.json b/phantomcss/tsconfig.json index a4c5b4e3c4..e6d0ecd241 100644 --- a/phantomcss/tsconfig.json +++ b/phantomcss/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/phantomjs/tsconfig.json b/phantomjs/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/phantomjs/tsconfig.json +++ b/phantomjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/phonegap-facebook-plugin/tsconfig.json b/phonegap-facebook-plugin/tsconfig.json index d6cb392a6c..7613eeb0ce 100644 --- a/phonegap-facebook-plugin/tsconfig.json +++ b/phonegap-facebook-plugin/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/phonegap-nfc/tsconfig.json b/phonegap-nfc/tsconfig.json index 85da104cf3..ee58d51c17 100644 --- a/phonegap-nfc/tsconfig.json +++ b/phonegap-nfc/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/phonegap-plugin-push/tsconfig.json b/phonegap-plugin-push/tsconfig.json index fe31430193..5b22a097e8 100644 --- a/phonegap-plugin-push/tsconfig.json +++ b/phonegap-plugin-push/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/phonegap/tsconfig.json b/phonegap/tsconfig.json index c81d9cc3c0..6b4113e1b6 100644 --- a/phonegap/tsconfig.json +++ b/phonegap/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/photonui/tsconfig.json b/photonui/tsconfig.json index a8397e6328..36319d09e6 100644 --- a/photonui/tsconfig.json +++ b/photonui/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/photoswipe/tsconfig.json b/photoswipe/tsconfig.json index 7221b233b2..a241a8c804 100644 --- a/photoswipe/tsconfig.json +++ b/photoswipe/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/physijs/index.d.ts b/physijs/index.d.ts index bd2555bc35..86ea3b9f38 100644 --- a/physijs/index.d.ts +++ b/physijs/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Satoru Kimura // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Physijs { export function noConflict():Object; diff --git a/physijs/tests/body.ts b/physijs/tests/body.ts index 48de34a5a9..c421f68455 100644 --- a/physijs/tests/body.ts +++ b/physijs/tests/body.ts @@ -1,6 +1,6 @@ -/// +/// /// -/// +/// Physijs.scripts.worker = '../physijs_worker.js'; Physijs.scripts.ammo = 'examples/js/ammo.js'; diff --git a/physijs/tests/collisions.ts b/physijs/tests/collisions.ts index bc43a60d67..fc45430fc5 100644 --- a/physijs/tests/collisions.ts +++ b/physijs/tests/collisions.ts @@ -1,4 +1,4 @@ -/// +/// /// diff --git a/physijs/tests/compound.ts b/physijs/tests/compound.ts index bfd103ca76..e5c7d1108e 100644 --- a/physijs/tests/compound.ts +++ b/physijs/tests/compound.ts @@ -1,4 +1,4 @@ -/// +/// /// diff --git a/physijs/tests/constraints_car.ts b/physijs/tests/constraints_car.ts index 19975bf0c3..ddceed213d 100644 --- a/physijs/tests/constraints_car.ts +++ b/physijs/tests/constraints_car.ts @@ -1,6 +1,6 @@ -/// +/// /// -/// +/// Physijs.scripts.worker = '../physijs_worker.js'; Physijs.scripts.ammo = 'examples/js/ammo.js'; diff --git a/physijs/tests/heightfield.ts b/physijs/tests/heightfield.ts index 19d0e8c789..a66dc4428a 100644 --- a/physijs/tests/heightfield.ts +++ b/physijs/tests/heightfield.ts @@ -1,4 +1,4 @@ -/// +/// /// var TWEEN: any; diff --git a/physijs/tests/jenga.ts b/physijs/tests/jenga.ts index b60eddeb53..6715d544f7 100644 --- a/physijs/tests/jenga.ts +++ b/physijs/tests/jenga.ts @@ -1,6 +1,6 @@ -/// +/// /// -/// +/// Physijs.scripts.worker = '../physijs_worker.js'; Physijs.scripts.ammo = 'examples/js/ammo.js'; diff --git a/physijs/tests/memorytest-compound.ts b/physijs/tests/memorytest-compound.ts index 0455b71f21..b10edf4373 100644 --- a/physijs/tests/memorytest-compound.ts +++ b/physijs/tests/memorytest-compound.ts @@ -1,4 +1,4 @@ -/// +/// /// diff --git a/physijs/tests/memorytest-convex.ts b/physijs/tests/memorytest-convex.ts index ba5605e9fa..117d3e5d61 100644 --- a/physijs/tests/memorytest-convex.ts +++ b/physijs/tests/memorytest-convex.ts @@ -1,4 +1,4 @@ -/// +/// /// diff --git a/physijs/tests/memorytest.ts b/physijs/tests/memorytest.ts index 27151953dc..e9a45d87f9 100644 --- a/physijs/tests/memorytest.ts +++ b/physijs/tests/memorytest.ts @@ -1,4 +1,4 @@ -/// +/// /// diff --git a/physijs/tests/shapes.ts b/physijs/tests/shapes.ts index c9c2242262..f9b5dc1f39 100644 --- a/physijs/tests/shapes.ts +++ b/physijs/tests/shapes.ts @@ -1,4 +1,4 @@ -/// +/// /// diff --git a/physijs/tests/vehicle.ts b/physijs/tests/vehicle.ts index 3e16745af3..d348dee163 100644 --- a/physijs/tests/vehicle.ts +++ b/physijs/tests/vehicle.ts @@ -1,6 +1,6 @@ -/// +/// /// -/// +/// var TWEEN: any; var SimplexNoise: any; diff --git a/physijs/tsconfig.json b/physijs/tsconfig.json index e28002209a..41739562ba 100644 --- a/physijs/tsconfig.json +++ b/physijs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/pi-spi/index.d.ts b/pi-spi/index.d.ts index c535bd0bba..cd7d6569e7 100644 --- a/pi-spi/index.d.ts +++ b/pi-spi/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Marcel Ernst // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace __PI_SPI { diff --git a/pi-spi/tsconfig.json b/pi-spi/tsconfig.json index eb550f6fe3..191b01ddc9 100644 --- a/pi-spi/tsconfig.json +++ b/pi-spi/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/pickadate/index.d.ts b/pickadate/index.d.ts index 53b8c583d0..18c9924461 100644 --- a/pickadate/index.d.ts +++ b/pickadate/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Theodore Brown // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Pickadate { // KlassOptions shared between date and time pickers diff --git a/pickadate/tsconfig.json b/pickadate/tsconfig.json index b78e57827d..15a68bc57d 100644 --- a/pickadate/tsconfig.json +++ b/pickadate/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/pify/pify-tests.ts b/pify/pify-tests.ts index 7aff33ddf7..2252005b85 100644 --- a/pify/pify-tests.ts +++ b/pify/pify-tests.ts @@ -1,5 +1,5 @@ -/// +/// import * as pify from 'pify'; import * as Bluebird from 'bluebird'; diff --git a/pify/tsconfig.json b/pify/tsconfig.json index 72dfac8976..7249b9b992 100644 --- a/pify/tsconfig.json +++ b/pify/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/pikaday/pikaday-tests.ts b/pikaday/pikaday-tests.ts index daa3118a9b..2c92bf6a22 100644 --- a/pikaday/pikaday-tests.ts +++ b/pikaday/pikaday-tests.ts @@ -1,4 +1,4 @@ -/// +/// import * as Pikaday from "./"; import * as moment from "../moment"; diff --git a/pikaday/tsconfig.json b/pikaday/tsconfig.json index 49f4a6df11..5614ccf2fa 100644 --- a/pikaday/tsconfig.json +++ b/pikaday/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/pinkyswear/tsconfig.json b/pinkyswear/tsconfig.json index 8d4cb9b6e0..0f6b379af7 100644 --- a/pinkyswear/tsconfig.json +++ b/pinkyswear/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/pinterest-sdk/tsconfig.json b/pinterest-sdk/tsconfig.json index 01cc1fdeb9..70e5f79a83 100644 --- a/pinterest-sdk/tsconfig.json +++ b/pinterest-sdk/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/piwik-tracker/index.d.ts b/piwik-tracker/index.d.ts index 7c213cbfc3..12c2a548fc 100644 --- a/piwik-tracker/index.d.ts +++ b/piwik-tracker/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Guilherme Bernal // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/piwik-tracker/piwik-tracker-tests.ts b/piwik-tracker/piwik-tracker-tests.ts index ff11abb766..3e7506d5fd 100644 --- a/piwik-tracker/piwik-tracker-tests.ts +++ b/piwik-tracker/piwik-tracker-tests.ts @@ -1,4 +1,4 @@ -/// +/// // Example code taken from https://www.npmjs.com/package/piwik-tracker diff --git a/piwik-tracker/tsconfig.json b/piwik-tracker/tsconfig.json index 4656819cae..7948e47f90 100644 --- a/piwik-tracker/tsconfig.json +++ b/piwik-tracker/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/pixi-spine/index.d.ts b/pixi-spine/index.d.ts index 7b6887b2fd..2cba21ee3d 100644 --- a/pixi-spine/index.d.ts +++ b/pixi-spine/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: martijncroezen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace PIXI { export module spine { diff --git a/pixi-spine/pixi-spine-tests.ts b/pixi-spine/pixi-spine-tests.ts index b75e63e266..1f8163222b 100644 --- a/pixi-spine/pixi-spine-tests.ts +++ b/pixi-spine/pixi-spine-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// namespace Spine { diff --git a/pixi-spine/tsconfig.json b/pixi-spine/tsconfig.json index ac8292f9a7..5c94a79e50 100644 --- a/pixi-spine/tsconfig.json +++ b/pixi-spine/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/pixi.js/tsconfig.json b/pixi.js/tsconfig.json index e3aba862c6..869adf1ac7 100644 --- a/pixi.js/tsconfig.json +++ b/pixi.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/platform/tsconfig.json b/platform/tsconfig.json index e0c311d730..8efda4bcba 100644 --- a/platform/tsconfig.json +++ b/platform/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/playerframework/index.d.ts b/playerframework/index.d.ts index 98b9ae67b9..f01a9b3c0d 100644 --- a/playerframework/index.d.ts +++ b/playerframework/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace PlayerFramework { diff --git a/playerframework/tsconfig.json b/playerframework/tsconfig.json index 32a096d4da..1c81d0148c 100644 --- a/playerframework/tsconfig.json +++ b/playerframework/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/pleasejs/tsconfig.json b/pleasejs/tsconfig.json index 479b51ba6e..05c4bf2a36 100644 --- a/pleasejs/tsconfig.json +++ b/pleasejs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/plottable/index.d.ts b/plottable/index.d.ts index f7c0d7d4b7..91f8447c03 100644 --- a/plottable/index.d.ts +++ b/plottable/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Plottable Team // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Plottable { namespace Utils { diff --git a/plottable/tsconfig.json b/plottable/tsconfig.json index 8e9786a650..3591c946a1 100644 --- a/plottable/tsconfig.json +++ b/plottable/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/pluralize/tsconfig.json b/pluralize/tsconfig.json index 28689c284c..0e2c3e9d51 100644 --- a/pluralize/tsconfig.json +++ b/pluralize/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/png-async/index.d.ts b/png-async/index.d.ts index 33b2c424a4..cef8207ae2 100644 --- a/png-async/index.d.ts +++ b/png-async/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Yuki KAN // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import stream = require('stream'); diff --git a/png-async/tsconfig.json b/png-async/tsconfig.json index 7a55edc60f..1610ce728f 100644 --- a/png-async/tsconfig.json +++ b/png-async/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/pngjs2/index.d.ts b/pngjs2/index.d.ts index e2c1019919..436f055295 100644 --- a/pngjs2/index.d.ts +++ b/pngjs2/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Elisée Maurer // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import fs = require("fs"); diff --git a/pngjs2/tsconfig.json b/pngjs2/tsconfig.json index 4e9650875e..259c49f02b 100644 --- a/pngjs2/tsconfig.json +++ b/pngjs2/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/podcast/tsconfig.json b/podcast/tsconfig.json index a64f3dcf7e..15548be41e 100644 --- a/podcast/tsconfig.json +++ b/podcast/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/poly2tri/tsconfig.json b/poly2tri/tsconfig.json index fd9aabe203..76d960ebef 100644 --- a/poly2tri/tsconfig.json +++ b/poly2tri/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/polyline/index.d.ts b/polyline/index.d.ts index 17389ed7e9..bead8d9e5e 100644 --- a/polyline/index.d.ts +++ b/polyline/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Arseniy Maximov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface Polyline { decode(string: string, precision?: number): number[][]; diff --git a/polyline/tsconfig.json b/polyline/tsconfig.json index 8f1c0e4c50..8db18401da 100644 --- a/polyline/tsconfig.json +++ b/polyline/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/polymer-ts/tsconfig.json b/polymer-ts/tsconfig.json index 0e05c4d430..bf9d0bf808 100644 --- a/polymer-ts/tsconfig.json +++ b/polymer-ts/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/polymer/index.d.ts b/polymer/index.d.ts index 0daecee079..e8288361a8 100644 --- a/polymer/index.d.ts +++ b/polymer/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Louis Grignon , Suguru Inatomi // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace polymer { diff --git a/polymer/tsconfig.json b/polymer/tsconfig.json index b8395ee532..a8ef4b95e2 100644 --- a/polymer/tsconfig.json +++ b/polymer/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/popcorn/tsconfig.json b/popcorn/tsconfig.json index 98c9089aa3..28b98e6143 100644 --- a/popcorn/tsconfig.json +++ b/popcorn/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/postal/tsconfig.json b/postal/tsconfig.json index 444aab60e7..dc38c6ff7d 100644 --- a/postal/tsconfig.json +++ b/postal/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/pouchDB/tsconfig.json b/pouchDB/tsconfig.json index 787697fd7a..79f893c4d7 100644 --- a/pouchDB/tsconfig.json +++ b/pouchDB/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/power-assert-formatter/tsconfig.json b/power-assert-formatter/tsconfig.json index 90af085279..6ecda28cc7 100644 --- a/power-assert-formatter/tsconfig.json +++ b/power-assert-formatter/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/power-assert/index.d.ts b/power-assert/index.d.ts index 66c4740eae..d4f5d4e5c3 100644 --- a/power-assert/index.d.ts +++ b/power-assert/index.d.ts @@ -5,8 +5,8 @@ // copy from assert external module in node.d.ts -/// -/// +/// +/// declare function assert(value:any, message?:string):void; declare namespace assert { diff --git a/power-assert/tsconfig.json b/power-assert/tsconfig.json index 90ea459f32..607d58b409 100644 --- a/power-assert/tsconfig.json +++ b/power-assert/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/precise/tsconfig.json b/precise/tsconfig.json index 5ae44eb4d3..595877c9f2 100644 --- a/precise/tsconfig.json +++ b/precise/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/precond/tsconfig.json b/precond/tsconfig.json index 879cbd2248..d8a906a040 100644 --- a/precond/tsconfig.json +++ b/precond/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/preloadjs/index.d.ts b/preloadjs/index.d.ts index 1585842356..bc9f434506 100644 --- a/preloadjs/index.d.ts +++ b/preloadjs/index.d.ts @@ -12,7 +12,7 @@ // Library documentation : http://www.createjs.com/Docs/PreloadJS/modules/PreloadJS.html -/// +/// declare namespace createjs { export class AbstractLoader extends EventDispatcher { diff --git a/preloadjs/tsconfig.json b/preloadjs/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/preloadjs/tsconfig.json +++ b/preloadjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/prelude-ls/tsconfig.json b/prelude-ls/tsconfig.json index 10c6a3f7af..c250ab938f 100644 --- a/prelude-ls/tsconfig.json +++ b/prelude-ls/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/prettyjson/tsconfig.json b/prettyjson/tsconfig.json index 4ff62c7c99..7e7f233879 100644 --- a/prettyjson/tsconfig.json +++ b/prettyjson/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/prismjs/tsconfig.json b/prismjs/tsconfig.json index e5e46cb9b3..2b702f3157 100644 --- a/prismjs/tsconfig.json +++ b/prismjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/progress/index.d.ts b/progress/index.d.ts index 5e0f07f80c..d801991403 100644 --- a/progress/index.d.ts +++ b/progress/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Sebastian Lenz // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/progress/tsconfig.json b/progress/tsconfig.json index b8b1b0d744..dc51c293ed 100644 --- a/progress/tsconfig.json +++ b/progress/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/progressjs/tsconfig.json b/progressjs/tsconfig.json index b8b1b0d744..dc51c293ed 100644 --- a/progressjs/tsconfig.json +++ b/progressjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/project-oxford/project-oxford-tests.ts b/project-oxford/project-oxford-tests.ts index 15187d24cf..d04a77a762 100644 --- a/project-oxford/project-oxford-tests.ts +++ b/project-oxford/project-oxford-tests.ts @@ -1,7 +1,7 @@ -/// -/// -/// +/// +/// +/// import oxford = require("project-oxford"); diff --git a/project-oxford/tsconfig.json b/project-oxford/tsconfig.json index 5b5e7b2d8e..36794ea7f9 100644 --- a/project-oxford/tsconfig.json +++ b/project-oxford/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/promise-pg/index.d.ts b/promise-pg/index.d.ts index 3b39e67e2c..ede16f8276 100644 --- a/promise-pg/index.d.ts +++ b/promise-pg/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Chris Charabaruk // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// import * as stream from 'stream'; import * as pg from 'pg'; diff --git a/promise-pg/promise-pg-tests.ts b/promise-pg/promise-pg-tests.ts index 487a43e09f..5c962a3c09 100644 --- a/promise-pg/promise-pg-tests.ts +++ b/promise-pg/promise-pg-tests.ts @@ -1,5 +1,5 @@ -/// +/// import * as pg from 'promise-pg'; diff --git a/promise-pg/tsconfig.json b/promise-pg/tsconfig.json index 21cefd8377..773671bbc3 100644 --- a/promise-pg/tsconfig.json +++ b/promise-pg/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/promise-pool/index.d.ts b/promise-pool/index.d.ts index c111418984..bc4de6be46 100644 --- a/promise-pool/index.d.ts +++ b/promise-pool/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: VILIC VANE // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** diff --git a/promise-pool/tsconfig.json b/promise-pool/tsconfig.json index 2234cb4263..2c07b82e78 100644 --- a/promise-pool/tsconfig.json +++ b/promise-pool/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/promise/tsconfig.json b/promise/tsconfig.json index 026a140dff..1ec1d5b417 100644 --- a/promise/tsconfig.json +++ b/promise/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/promises-a-plus/promises-a-plus-tests.ts b/promises-a-plus/promises-a-plus-tests.ts index 2887700d93..ec2a2b1553 100644 --- a/promises-a-plus/promises-a-plus-tests.ts +++ b/promises-a-plus/promises-a-plus-tests.ts @@ -1,7 +1,7 @@ /// -/// -/// -/// +/// +/// +/// var thenNum: PromisesAPlus.Thenable; var thenStr: PromisesAPlus.Thenable; diff --git a/promises-a-plus/tsconfig.json b/promises-a-plus/tsconfig.json index 39a8d9f75a..3016ff20fa 100644 --- a/promises-a-plus/tsconfig.json +++ b/promises-a-plus/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/promisify-supertest/tsconfig.json b/promisify-supertest/tsconfig.json index b4e50c5b29..e16ac8e774 100644 --- a/promisify-supertest/tsconfig.json +++ b/promisify-supertest/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/promptly/index.d.ts b/promptly/index.d.ts index e24da0095d..299e4852cb 100644 --- a/promptly/index.d.ts +++ b/promptly/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Dan Spencer // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import stream = require('stream'); diff --git a/promptly/promptly-tests.ts b/promptly/promptly-tests.ts index 45007cb13f..05b8bf70ed 100644 --- a/promptly/promptly-tests.ts +++ b/promptly/promptly-tests.ts @@ -1,4 +1,4 @@ -/// +/// import promptly = require('promptly'); diff --git a/promptly/tsconfig.json b/promptly/tsconfig.json index f8e54a3a4d..70c53fa01c 100644 --- a/promptly/tsconfig.json +++ b/promptly/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/protobufjs/index.d.ts b/protobufjs/index.d.ts index 96d9a932de..75d507f7f9 100644 --- a/protobufjs/index.d.ts +++ b/protobufjs/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Panu Horsmalahti // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ProtoBuf { // ========== diff --git a/protobufjs/protobufjs-tests.ts b/protobufjs/protobufjs-tests.ts index 94afba0a8e..8e2e060494 100644 --- a/protobufjs/protobufjs-tests.ts +++ b/protobufjs/protobufjs-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var assert = require('chai').assert; diff --git a/protobufjs/tsconfig.json b/protobufjs/tsconfig.json index a502193143..c7ac5b5b15 100644 --- a/protobufjs/tsconfig.json +++ b/protobufjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/protractor-helpers/index.d.ts b/protractor-helpers/index.d.ts index d71b214e27..00df7cff98 100644 --- a/protractor-helpers/index.d.ts +++ b/protractor-helpers/index.d.ts @@ -4,8 +4,8 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// // ElementArrayFinder diff --git a/protractor-helpers/tsconfig.json b/protractor-helpers/tsconfig.json index 5b7b4f4019..3f1087cf28 100644 --- a/protractor-helpers/tsconfig.json +++ b/protractor-helpers/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/protractor-http-mock/index.d.ts b/protractor-http-mock/index.d.ts index b953d8eb22..4411275858 100644 --- a/protractor-http-mock/index.d.ts +++ b/protractor-http-mock/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Crevil // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace mock { interface ProtractorHttpMock { diff --git a/protractor-http-mock/tsconfig.json b/protractor-http-mock/tsconfig.json index 3239a415f1..6ddb68e075 100644 --- a/protractor-http-mock/tsconfig.json +++ b/protractor-http-mock/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/protractor/index.d.ts b/protractor/index.d.ts index d33eeddace..86f00898a1 100644 --- a/protractor/index.d.ts +++ b/protractor/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Bill Armstrong // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace protractor { //region Wrapped webdriver Items diff --git a/protractor/tsconfig.json b/protractor/tsconfig.json index 6e4b36c747..739f8bfdb2 100644 --- a/protractor/tsconfig.json +++ b/protractor/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/proxyquire/tsconfig.json b/proxyquire/tsconfig.json index 5ac966f5d8..46536ae439 100644 --- a/proxyquire/tsconfig.json +++ b/proxyquire/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/pty.js/index.d.ts b/pty.js/index.d.ts index 5e701b7f98..98876953b2 100644 --- a/pty.js/index.d.ts +++ b/pty.js/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Vadim Macagon // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** Options that can be used when creating a new pseudo-terminal. */ diff --git a/pty.js/tsconfig.json b/pty.js/tsconfig.json index fb99ea84e8..4d878d88bd 100644 --- a/pty.js/tsconfig.json +++ b/pty.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/pubsub-js/tsconfig.json b/pubsub-js/tsconfig.json index d20907a066..20a6673e68 100644 --- a/pubsub-js/tsconfig.json +++ b/pubsub-js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/pure-render-decorator/tsconfig.json b/pure-render-decorator/tsconfig.json index 4ad185704a..66677cd212 100644 --- a/pure-render-decorator/tsconfig.json +++ b/pure-render-decorator/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/purl/purl-jquery.d.ts b/purl/purl-jquery.d.ts index cedbf8042f..c95518d0c7 100644 --- a/purl/purl-jquery.d.ts +++ b/purl/purl-jquery.d.ts @@ -3,7 +3,7 @@ // Definitions by: Daniel Ferreira Monteiro Alves // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /// interface JQueryStatic { diff --git a/purl/tsconfig.json b/purl/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/purl/tsconfig.json +++ b/purl/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/pusher-js/tsconfig.json b/pusher-js/tsconfig.json index f070417b04..854c750a72 100644 --- a/pusher-js/tsconfig.json +++ b/pusher-js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/q-io/Q-io-tests.ts b/q-io/Q-io-tests.ts index 21b8969884..5b155f5cd3 100644 --- a/q-io/Q-io-tests.ts +++ b/q-io/Q-io-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var fs:typeof QioFS = require('q-io/fs'); diff --git a/q-io/index.d.ts b/q-io/index.d.ts index 66bffa7577..fa19ef3fd5 100644 --- a/q-io/index.d.ts +++ b/q-io/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Bart van der Schoor // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// //TODO add support for q-io/http-apps //TODO add verified support for q-io/fs-mock diff --git a/q-io/tsconfig.json b/q-io/tsconfig.json index 8de8e1d905..216575f9d0 100644 --- a/q-io/tsconfig.json +++ b/q-io/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/q-retry/index.d.ts b/q-retry/index.d.ts index ada36a59a4..7a28928aa7 100644 --- a/q-retry/index.d.ts +++ b/q-retry/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: VILIC VANE // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Q { export interface IRetryOptions { diff --git a/q-retry/tsconfig.json b/q-retry/tsconfig.json index 9db249b203..88051bb9e1 100644 --- a/q-retry/tsconfig.json +++ b/q-retry/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/q/Q-tests.ts b/q/Q-tests.ts index ab613f8aa4..440af1d627 100644 --- a/q/Q-tests.ts +++ b/q/Q-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// import q = require('q'); diff --git a/q/tsconfig.json b/q/tsconfig.json index b35f3b0387..a6e1d34ef4 100644 --- a/q/tsconfig.json +++ b/q/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/qajax/index.d.ts b/qajax/index.d.ts index 7b7f9678d9..1ea3df18a1 100644 --- a/qajax/index.d.ts +++ b/qajax/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Boltmade // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare function Qajax(url : string) : Q.Promise; declare function Qajax(options : any) : Q.Promise; diff --git a/qajax/tsconfig.json b/qajax/tsconfig.json index 30fbd5ac7c..1313c17478 100644 --- a/qajax/tsconfig.json +++ b/qajax/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/qrcode-generator/tsconfig.json b/qrcode-generator/tsconfig.json index 968e3b25b0..58d89680ce 100644 --- a/qrcode-generator/tsconfig.json +++ b/qrcode-generator/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/qs/tsconfig.json b/qs/tsconfig.json index 1e2e5132b6..3f7f3f6e03 100644 --- a/qs/tsconfig.json +++ b/qs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/qtip2/index.d.ts b/qtip2/index.d.ts index f75ac72c21..40e6cd0bf6 100644 --- a/qtip2/index.d.ts +++ b/qtip2/index.d.ts @@ -8,7 +8,7 @@ // - Where possible, things are strongly typed and 'any' is avoided. // - QTip2 includes a lot of shorthand notation for various expressions. These bindings support it all. -/// +/// declare namespace QTip2 { type EventApiFunc = (event: Event, api: Api) => void; diff --git a/qtip2/tsconfig.json b/qtip2/tsconfig.json index b680dc35eb..adde5f6660 100644 --- a/qtip2/tsconfig.json +++ b/qtip2/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/query-string/tsconfig.json b/query-string/tsconfig.json index 60db81c5ff..975d9ffbe5 100644 --- a/query-string/tsconfig.json +++ b/query-string/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/quill/index.d.ts b/quill/index.d.ts index 3cef088442..0f75851e31 100644 --- a/quill/index.d.ts +++ b/quill/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Sumit // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare interface DeltaStatic{ ops? : Array; diff --git a/quill/quill-tests.ts b/quill/quill-tests.ts index 3a87bd5948..b67ef2cc1f 100644 --- a/quill/quill-tests.ts +++ b/quill/quill-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// //export var Quill = require("quill"); diff --git a/quill/tsconfig.json b/quill/tsconfig.json index 5928a73cd3..4aa889289b 100644 --- a/quill/tsconfig.json +++ b/quill/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/quixote/quixote-tests.ts b/quixote/quixote-tests.ts index 0f2d051f24..c4dd3ea039 100644 --- a/quixote/quixote-tests.ts +++ b/quixote/quixote-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// function test_createFrame() { diff --git a/quixote/tsconfig.json b/quixote/tsconfig.json index 9e4f80c0cc..74fbccdbf4 100644 --- a/quixote/tsconfig.json +++ b/quixote/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/qunit/tsconfig.json b/qunit/tsconfig.json index b6871786ca..10b1965f53 100644 --- a/qunit/tsconfig.json +++ b/qunit/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/qwest/tsconfig.json b/qwest/tsconfig.json index db5963f168..a8ba0c11be 100644 --- a/qwest/tsconfig.json +++ b/qwest/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/rabbit.js/index.d.ts b/rabbit.js/index.d.ts index 3d24b8fa92..ce745a38d0 100644 --- a/rabbit.js/index.d.ts +++ b/rabbit.js/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Wonshik Kim // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import events = require('events'); diff --git a/rabbit.js/tsconfig.json b/rabbit.js/tsconfig.json index 9e66f98c1f..ceeb9e101f 100644 --- a/rabbit.js/tsconfig.json +++ b/rabbit.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ractive/tsconfig.json b/ractive/tsconfig.json index 98e56ea465..1e9e4bc3b2 100644 --- a/ractive/tsconfig.json +++ b/ractive/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/radium/index.d.ts b/radium/index.d.ts index dbd4543c0f..fccdb78f5f 100644 --- a/radium/index.d.ts +++ b/radium/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Alex Gorbatchev , Philipp Holzer // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import React = require('react'); diff --git a/radium/radium-tests.tsx b/radium/radium-tests.tsx index 396ce042f4..cc734155d5 100644 --- a/radium/radium-tests.tsx +++ b/radium/radium-tests.tsx @@ -1,5 +1,5 @@ -/// +/// import * as React from "react"; import * as Radium from 'radium'; diff --git a/radium/tsconfig.json b/radium/tsconfig.json index 557b638b46..76db744db4 100644 --- a/radium/tsconfig.json +++ b/radium/tsconfig.json @@ -7,7 +7,7 @@ "baseUrl": "../", "jsx": "react", "experimentalDecorators": true, - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/radius/index.d.ts b/radius/index.d.ts index 8b8357bf95..ccca0e4543 100644 --- a/radius/index.d.ts +++ b/radius/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Peter Harris // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** diff --git a/radius/radius-tests.ts b/radius/radius-tests.ts index db9f962a0f..c3b50db8ec 100644 --- a/radius/radius-tests.ts +++ b/radius/radius-tests.ts @@ -1,5 +1,5 @@ -/// +/// import radius = require('radius'); diff --git a/radius/tsconfig.json b/radius/tsconfig.json index a6f71fad81..d394106861 100644 --- a/radius/tsconfig.json +++ b/radius/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/rails-actioncable/tsconfig.json b/rails-actioncable/tsconfig.json index 5d3990449c..a5b4ef7487 100644 --- a/rails-actioncable/tsconfig.json +++ b/rails-actioncable/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/random-js/random-js-tests.ts b/random-js/random-js-tests.ts index 9ee80883b6..7248b5a4ea 100644 --- a/random-js/random-js-tests.ts +++ b/random-js/random-js-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// // Examples taken from the documentation at https://github.com/ckknight/random-js // create a Mersenne Twister-19937 that is auto-seeded based on time and other random values diff --git a/random-js/tsconfig.json b/random-js/tsconfig.json index f205c18b5f..7d4351522b 100644 --- a/random-js/tsconfig.json +++ b/random-js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/random-string/tsconfig.json b/random-string/tsconfig.json index 5e0406996a..607c3d0c2c 100644 --- a/random-string/tsconfig.json +++ b/random-string/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/rangy/tsconfig.json b/rangy/tsconfig.json index 0982cdeaee..6ce82d0dad 100644 --- a/rangy/tsconfig.json +++ b/rangy/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/raphael/tsconfig.json b/raphael/tsconfig.json index 4643daa225..e9c43e21f7 100644 --- a/raphael/tsconfig.json +++ b/raphael/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/rappid/index.d.ts b/rappid/index.d.ts index c4a4ce6dd1..4c57957f2d 100644 --- a/rappid/index.d.ts +++ b/rappid/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Ewout Van Gossum // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace joint{ namespace ui { diff --git a/rappid/tsconfig.json b/rappid/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/rappid/tsconfig.json +++ b/rappid/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/ratelimiter/tsconfig.json b/ratelimiter/tsconfig.json index 15e15a9a8a..73bba5468e 100644 --- a/ratelimiter/tsconfig.json +++ b/ratelimiter/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/raty/index.d.ts b/raty/index.d.ts index c9999589c1..146671e3f9 100644 --- a/raty/index.d.ts +++ b/raty/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Matt Wheatley // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQuery { raty(): JQuery; diff --git a/raty/raty-tests.ts b/raty/raty-tests.ts index 8e5cec93ca..b69a5e095f 100644 --- a/raty/raty-tests.ts +++ b/raty/raty-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// diff --git a/raty/tsconfig.json b/raty/tsconfig.json index 72c74cfff4..ddda817b16 100644 --- a/raty/tsconfig.json +++ b/raty/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/raven-js/tsconfig.json b/raven-js/tsconfig.json index b7b517b7a3..169840ac57 100644 --- a/raven-js/tsconfig.json +++ b/raven-js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/raygun4js/tsconfig.json b/raygun4js/tsconfig.json index 9587cc10d1..2cc19ede0b 100644 --- a/raygun4js/tsconfig.json +++ b/raygun4js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/rc-select/index.d.ts b/rc-select/index.d.ts index 8b9ca6978c..fcf15ae937 100644 --- a/rc-select/index.d.ts +++ b/rc-select/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Denis Tirilis // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace RcSelect { import React = __React; diff --git a/rc-select/rc-select-tests.ts b/rc-select/rc-select-tests.ts index 94cb1541e8..db3c9b3e50 100644 --- a/rc-select/rc-select-tests.ts +++ b/rc-select/rc-select-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// import React = require('react'); import Select = require('rc-select'); diff --git a/rc-select/tsconfig.json b/rc-select/tsconfig.json index 9d42c7e903..fd8ba72d88 100644 --- a/rc-select/tsconfig.json +++ b/rc-select/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/rcloader/tsconfig.json b/rcloader/tsconfig.json index 33961ba789..e3d7ca75fe 100644 --- a/rcloader/tsconfig.json +++ b/rcloader/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-bootstrap-daterangepicker/index.d.ts b/react-bootstrap-daterangepicker/index.d.ts index 723a35aeaa..9c0916cb3e 100644 --- a/react-bootstrap-daterangepicker/index.d.ts +++ b/react-bootstrap-daterangepicker/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Ian Ker-Seymer https://github.com/ianks // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace ReactBootstrapDaterangepicker { export interface EventHandler { (event?: any, picker?: any): any; } diff --git a/react-bootstrap-daterangepicker/tsconfig.json b/react-bootstrap-daterangepicker/tsconfig.json index fecb465bab..8d7b78932d 100644 --- a/react-bootstrap-daterangepicker/tsconfig.json +++ b/react-bootstrap-daterangepicker/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-bootstrap-table/index.d.ts b/react-bootstrap-table/index.d.ts index 9c08e8872e..f2c06f776b 100644 --- a/react-bootstrap-table/index.d.ts +++ b/react-bootstrap-table/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Frank Laub // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// import { ComponentClass, Props, ReactElement } from 'react'; diff --git a/react-bootstrap-table/react-bootstrap-table-tests.tsx b/react-bootstrap-table/react-bootstrap-table-tests.tsx index 6530db289a..2998c92b3c 100644 --- a/react-bootstrap-table/react-bootstrap-table-tests.tsx +++ b/react-bootstrap-table/react-bootstrap-table-tests.tsx @@ -1,4 +1,4 @@ -/// +/// import * as React from 'react'; import { render } from 'react-dom'; diff --git a/react-bootstrap-table/tsconfig.json b/react-bootstrap-table/tsconfig.json index b0f9c0f87d..7fbd58d817 100644 --- a/react-bootstrap-table/tsconfig.json +++ b/react-bootstrap-table/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-bootstrap/index.d.ts b/react-bootstrap/index.d.ts index 9dd6b9bbf1..d98ef3c963 100644 --- a/react-bootstrap/index.d.ts +++ b/react-bootstrap/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Walker Burgin , Vincent Siao // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "react-bootstrap" { // Import React diff --git a/react-bootstrap/react-bootstrap-tests.tsx b/react-bootstrap/react-bootstrap-tests.tsx index cad2242a38..0d9b8d4fd5 100644 --- a/react-bootstrap/react-bootstrap-tests.tsx +++ b/react-bootstrap/react-bootstrap-tests.tsx @@ -1,7 +1,7 @@ // React-Bootstrap Test // ================================================================================ /// -/// +/// // Imports // -------------------------------------------------------------------------------- diff --git a/react-bootstrap/tsconfig.json b/react-bootstrap/tsconfig.json index 468824131e..213eb81df2 100644 --- a/react-bootstrap/tsconfig.json +++ b/react-bootstrap/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-cropper/index.d.ts b/react-cropper/index.d.ts index 453addacdd..a68b7be2c3 100644 --- a/react-cropper/index.d.ts +++ b/react-cropper/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Stepan Mikhaylyuk // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// import Data = cropperjs.Data; diff --git a/react-cropper/tsconfig.json b/react-cropper/tsconfig.json index 3554cfbfb5..b44ecb66dc 100644 --- a/react-cropper/tsconfig.json +++ b/react-cropper/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-datagrid/index.d.ts b/react-datagrid/index.d.ts index 9ff2b18868..5cf3aa30d1 100644 --- a/react-datagrid/index.d.ts +++ b/react-datagrid/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Stephen Jelfs // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "react-datagrid" { import DataGrid = ReactDataGrid.DataGrid; diff --git a/react-datagrid/react-datagrid-tests.tsx b/react-datagrid/react-datagrid-tests.tsx index ec8459c625..78d7afb1f9 100644 --- a/react-datagrid/react-datagrid-tests.tsx +++ b/react-datagrid/react-datagrid-tests.tsx @@ -1,5 +1,5 @@ /// -/// +/// import * as React from "react"; import ReactDataGrid = require("react-datagrid"); diff --git a/react-datagrid/tsconfig.json b/react-datagrid/tsconfig.json index 17d5b5757c..73c47aa268 100644 --- a/react-datagrid/tsconfig.json +++ b/react-datagrid/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-day-picker/index.d.ts b/react-day-picker/index.d.ts index e20f670184..b5ae3384b0 100644 --- a/react-day-picker/index.d.ts +++ b/react-day-picker/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Giampaolo Bellavite , Jason Killian // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "react-day-picker" { import DayPicker = ReactDayPicker.DayPicker; diff --git a/react-day-picker/react-day-picker-tests.tsx b/react-day-picker/react-day-picker-tests.tsx index 3afdf07343..e26410cbb5 100644 --- a/react-day-picker/react-day-picker-tests.tsx +++ b/react-day-picker/react-day-picker-tests.tsx @@ -1,5 +1,5 @@ /// -/// +/// import * as DayPicker2 from "react-day-picker"; diff --git a/react-day-picker/tsconfig.json b/react-day-picker/tsconfig.json index 95fa223084..5aa2fda062 100644 --- a/react-day-picker/tsconfig.json +++ b/react-day-picker/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-dnd/index.d.ts b/react-dnd/index.d.ts index cfe5506afb..e903643b81 100644 --- a/react-dnd/index.d.ts +++ b/react-dnd/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Asana // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module __ReactDnd { import React = __React; diff --git a/react-dnd/tsconfig.json b/react-dnd/tsconfig.json index 8936b71893..f3e85e0bc4 100644 --- a/react-dnd/tsconfig.json +++ b/react-dnd/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-dropzone/index.d.ts b/react-dropzone/index.d.ts index a8198524de..ef591e46be 100644 --- a/react-dropzone/index.d.ts +++ b/react-dropzone/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Mathieu Larouche Dube // Definitions: https://github.com/Vooban/DefinitelyTyped -/// +/// declare namespace ReactDropzone { import React = __React; diff --git a/react-dropzone/react-dropzone-tests.tsx b/react-dropzone/react-dropzone-tests.tsx index 6216b5f20e..51dab0b367 100644 --- a/react-dropzone/react-dropzone-tests.tsx +++ b/react-dropzone/react-dropzone-tests.tsx @@ -1,5 +1,5 @@ -/// -/// +/// +/// import * as React from 'react'; import Dropzone = require('react-dropzone'); diff --git a/react-dropzone/tsconfig.json b/react-dropzone/tsconfig.json index d186661fa6..8206e17381 100644 --- a/react-dropzone/tsconfig.json +++ b/react-dropzone/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-fa/index.d.ts b/react-fa/index.d.ts index ac2f031e9e..725686c0f3 100644 --- a/react-fa/index.d.ts +++ b/react-fa/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Frank Laub // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import { ComponentClass, Props } from 'react'; diff --git a/react-fa/react-fa-tests.tsx b/react-fa/react-fa-tests.tsx index 39af37cd9a..1f94758b7d 100644 --- a/react-fa/react-fa-tests.tsx +++ b/react-fa/react-fa-tests.tsx @@ -1,4 +1,4 @@ -/// +/// import * as React from "react"; import { render } from 'react-dom'; diff --git a/react-fa/tsconfig.json b/react-fa/tsconfig.json index 49e760ddbc..f5a52aa041 100644 --- a/react-fa/tsconfig.json +++ b/react-fa/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-helmet/index.d.ts b/react-helmet/index.d.ts index b5b69411ee..e8d382874e 100644 --- a/react-helmet/index.d.ts +++ b/react-helmet/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Evan Bremer , Isman Usoh // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ReactHelmet { import React = __React; diff --git a/react-helmet/react-helmet-tests.tsx b/react-helmet/react-helmet-tests.tsx index a9f89d74c9..036f23ea4d 100644 --- a/react-helmet/react-helmet-tests.tsx +++ b/react-helmet/react-helmet-tests.tsx @@ -1,5 +1,5 @@ /// -/// +/// import * as React from 'react'; import * as Helmet from 'react-helmet'; diff --git a/react-helmet/tsconfig.json b/react-helmet/tsconfig.json index e088596ff5..6202e30ddf 100644 --- a/react-helmet/tsconfig.json +++ b/react-helmet/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-holder/index.d.ts b/react-holder/index.d.ts index 7635ae81b2..9be3ce2c77 100644 --- a/react-holder/index.d.ts +++ b/react-holder/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Isman Usoh // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/react-holder/tsconfig.json b/react-holder/tsconfig.json index 3432e02591..64513d776b 100644 --- a/react-holder/tsconfig.json +++ b/react-holder/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-infinite/index.d.ts b/react-infinite/index.d.ts index 123883a0e0..16e8a60f31 100644 --- a/react-infinite/index.d.ts +++ b/react-infinite/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: rhysd // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "react-infinite" { import Infinite = ReactInfinite.Infinite; diff --git a/react-infinite/react-infinite-tests.tsx b/react-infinite/react-infinite-tests.tsx index 91a86abce2..807fc67498 100644 --- a/react-infinite/react-infinite-tests.tsx +++ b/react-infinite/react-infinite-tests.tsx @@ -1,5 +1,5 @@ -/// -/// +/// +/// import * as React from 'react'; import Infinite = require('react-infinite'); diff --git a/react-infinite/tsconfig.json b/react-infinite/tsconfig.json index 0438174ad6..dd4070ff89 100644 --- a/react-infinite/tsconfig.json +++ b/react-infinite/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-input-calendar/index.d.ts b/react-input-calendar/index.d.ts index 5dac6aff5d..9e2cd4d052 100644 --- a/react-input-calendar/index.d.ts +++ b/react-input-calendar/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Stepan Mikhaylyuk // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace reactInputCalendar { export interface ReactInputCalendarProps { /** diff --git a/react-input-calendar/react-input-calendar-tests.tsx b/react-input-calendar/react-input-calendar-tests.tsx index 9cc4963fb8..cf9bcd4659 100644 --- a/react-input-calendar/react-input-calendar-tests.tsx +++ b/react-input-calendar/react-input-calendar-tests.tsx @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// import * as ReactInputCalendar from 'react-input-calendar'; import * as React from 'react'; diff --git a/react-input-calendar/tsconfig.json b/react-input-calendar/tsconfig.json index 6bbbfe3530..e8ccee46a9 100644 --- a/react-input-calendar/tsconfig.json +++ b/react-input-calendar/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-intl/index.d.ts b/react-intl/index.d.ts index 1a2966f8f5..78118d51d4 100644 --- a/react-intl/index.d.ts +++ b/react-intl/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Bruno Grieder , Christian Droulers // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ReactIntl { import React = __React; diff --git a/react-intl/react-intl-1.2.0.d.ts b/react-intl/react-intl-1.2.0.d.ts index ea1f4df948..1ba7481a84 100644 --- a/react-intl/react-intl-1.2.0.d.ts +++ b/react-intl/react-intl-1.2.0.d.ts @@ -3,7 +3,7 @@ // Definitions by: Bruno Grieder // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "react-intl" { diff --git a/react-intl/react-intl-tests-1.2.0.tsx b/react-intl/react-intl-tests-1.2.0.tsx index 721eb6037a..8138e579c3 100644 --- a/react-intl/react-intl-tests-1.2.0.tsx +++ b/react-intl/react-intl-tests-1.2.0.tsx @@ -2,9 +2,9 @@ * Created by Bruno Grieder */ -/// +/// -/// +/// import * as React from 'react' diff --git a/react-intl/react-intl-tests.tsx b/react-intl/react-intl-tests.tsx index 1e1ce25c54..a57dbd5618 100644 --- a/react-intl/react-intl-tests.tsx +++ b/react-intl/react-intl-tests.tsx @@ -2,7 +2,7 @@ * Created by Bruno Grieder and Christian Droulers */ -/// +/// /// diff --git a/react-intl/tsconfig.json b/react-intl/tsconfig.json index 0fe0643eb3..1a99f3a241 100644 --- a/react-intl/tsconfig.json +++ b/react-intl/tsconfig.json @@ -10,6 +10,6 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/react-mdl/index.d.ts b/react-mdl/index.d.ts index 56d688c7f4..6ae28d58dd 100644 --- a/react-mdl/index.d.ts +++ b/react-mdl/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Brad Zacher // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace __ReactMDL { import React = __React; diff --git a/react-mdl/tsconfig.json b/react-mdl/tsconfig.json index 1b05fbeaea..e499b50852 100644 --- a/react-mdl/tsconfig.json +++ b/react-mdl/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-mixin/index.d.ts b/react-mixin/index.d.ts index 3059bb3168..64bcd99869 100644 --- a/react-mixin/index.d.ts +++ b/react-mixin/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as React from 'react'; diff --git a/react-mixin/react-mixin-tests.tsx b/react-mixin/react-mixin-tests.tsx index dbcf5cb8ff..04f6f4b202 100644 --- a/react-mixin/react-mixin-tests.tsx +++ b/react-mixin/react-mixin-tests.tsx @@ -1,5 +1,5 @@ -/// +/// import reactMixin = require('react-mixin'); import * as React from 'react'; diff --git a/react-mixin/tsconfig.json b/react-mixin/tsconfig.json index 133d694f3b..d91d26bd38 100644 --- a/react-mixin/tsconfig.json +++ b/react-mixin/tsconfig.json @@ -7,7 +7,7 @@ "baseUrl": "../", "jsx": "react", "experimentalDecorators": true, - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-motion/index.d.ts b/react-motion/index.d.ts index 4dcd936c99..68a6f9ecf2 100644 --- a/react-motion/index.d.ts +++ b/react-motion/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Stepan Mikhaylyuk // Definitions: https://github.com/borisyankov/DefinitelyTyped -/// +/// import { Component } from 'react'; diff --git a/react-motion/tsconfig.json b/react-motion/tsconfig.json index 87515d9426..762b5a9c36 100644 --- a/react-motion/tsconfig.json +++ b/react-motion/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-native/index.d.ts b/react-native/index.d.ts index 8b2ab35f82..d3394cf7fe 100644 --- a/react-native/index.d.ts +++ b/react-native/index.d.ts @@ -16,7 +16,7 @@ // /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// +/// //so we know what is "original" React import React = __React; diff --git a/react-native/react-native-animated-tests.tsx b/react-native/react-native-animated-tests.tsx index 6fafd9f32f..632f2c0151 100644 --- a/react-native/react-native-animated-tests.tsx +++ b/react-native/react-native-animated-tests.tsx @@ -1,4 +1,4 @@ -/// +/// import * as React from 'react-native' diff --git a/react-native/react-native-tests.tsx b/react-native/react-native-tests.tsx index 00f4be76d8..a789e945c4 100644 --- a/react-native/react-native-tests.tsx +++ b/react-native/react-native-tests.tsx @@ -17,7 +17,7 @@ For a list of complete Typescript examples: check https://github.com/bgrieder/RN */ -/// +/// import * as React from 'react-native' diff --git a/react-native/tsconfig.json b/react-native/tsconfig.json index fbdef5ee5b..c7167e3046 100644 --- a/react-native/tsconfig.json +++ b/react-native/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-notification-system/index.d.ts b/react-notification-system/index.d.ts index 4f51314680..c2e720515b 100644 --- a/react-notification-system/index.d.ts +++ b/react-notification-system/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Giedrius Grabauskas , Deividas Bakanas // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace NotificationSystem { diff --git a/react-notification-system/react-notification-system-tests.ts b/react-notification-system/react-notification-system-tests.ts index 07cd8ff2c9..ba90962a55 100644 --- a/react-notification-system/react-notification-system-tests.ts +++ b/react-notification-system/react-notification-system-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// import React = require('react'); import NotificationSystem = require('react-notification-system'); diff --git a/react-notification-system/tsconfig.json b/react-notification-system/tsconfig.json index eb350c4ece..c7b61d77aa 100644 --- a/react-notification-system/tsconfig.json +++ b/react-notification-system/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-props-decorators/index.d.ts b/react-props-decorators/index.d.ts index 99b507a140..96280fd86b 100644 --- a/react-props-decorators/index.d.ts +++ b/react-props-decorators/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as React from 'react'; diff --git a/react-props-decorators/react-props-decorators-tests.ts b/react-props-decorators/react-props-decorators-tests.ts index 828f945fa4..562d4f3d12 100644 --- a/react-props-decorators/react-props-decorators-tests.ts +++ b/react-props-decorators/react-props-decorators-tests.ts @@ -1,5 +1,5 @@ -/// +/// import * as React from 'react'; import { propTypes, defaultProps } from 'react-props-decorators'; diff --git a/react-props-decorators/tsconfig.json b/react-props-decorators/tsconfig.json index 243e1a38e3..24fa72427e 100644 --- a/react-props-decorators/tsconfig.json +++ b/react-props-decorators/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-redux/index.d.ts b/react-redux/index.d.ts index 2b6e8beed3..5c2592bf09 100644 --- a/react-redux/index.d.ts +++ b/react-redux/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Qubo , Sean Kelley // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// import { ComponentClass, Component, StatelessComponent, ReactNode } from 'react'; import { Store, Dispatch, ActionCreator } from 'redux'; diff --git a/react-redux/react-redux-2.1.2-tests.tsx b/react-redux/react-redux-2.1.2-tests.tsx index ec8aee8c4d..4bad9562b3 100644 --- a/react-redux/react-redux-2.1.2-tests.tsx +++ b/react-redux/react-redux-2.1.2-tests.tsx @@ -1,8 +1,8 @@ /// -/// -/// -/// -/// +/// +/// +/// +/// import { Component, ReactElement } from 'react'; import * as React from 'react'; diff --git a/react-redux/react-redux-2.1.2.d.ts b/react-redux/react-redux-2.1.2.d.ts index d41b1283ec..c50fe04a47 100644 --- a/react-redux/react-redux-2.1.2.d.ts +++ b/react-redux/react-redux-2.1.2.d.ts @@ -3,8 +3,8 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// import { Component } from 'react'; diff --git a/react-redux/react-redux-tests.tsx b/react-redux/react-redux-tests.tsx index dac4999425..71bd041e64 100644 --- a/react-redux/react-redux-tests.tsx +++ b/react-redux/react-redux-tests.tsx @@ -1,8 +1,8 @@ -/// -/// -/// -/// -/// +/// +/// +/// +/// +/// import { Component, ReactElement } from 'react'; import * as React from 'react'; diff --git a/react-redux/tsconfig.json b/react-redux/tsconfig.json index 0ab0f77300..fb7b6bdc2d 100644 --- a/react-redux/tsconfig.json +++ b/react-redux/tsconfig.json @@ -11,6 +11,6 @@ "baseUrl": "../", "jsx": "react", "experimentalDecorators": true, - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/react-router-bootstrap/index.d.ts b/react-router-bootstrap/index.d.ts index a1724f5aae..1dc342ec71 100644 --- a/react-router-bootstrap/index.d.ts +++ b/react-router-bootstrap/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Vincent Lesierse // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace ReactRouterBootstrap { // Import React diff --git a/react-router-bootstrap/react-router-bootstrap-tests.tsx b/react-router-bootstrap/react-router-bootstrap-tests.tsx index 0211e97e7e..c23ca73360 100644 --- a/react-router-bootstrap/react-router-bootstrap-tests.tsx +++ b/react-router-bootstrap/react-router-bootstrap-tests.tsx @@ -1,7 +1,7 @@ // React-Router-Bootstrap Test // ================================================================================ -/// -/// +/// +/// /// // Imports diff --git a/react-router-bootstrap/tsconfig.json b/react-router-bootstrap/tsconfig.json index 5dd9e5654f..3af846321a 100644 --- a/react-router-bootstrap/tsconfig.json +++ b/react-router-bootstrap/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "preserve", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-router-redux/index.d.ts b/react-router-redux/index.d.ts index b2c993132a..da269f57bc 100644 --- a/react-router-redux/index.d.ts +++ b/react-router-redux/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Isman Usoh , Noah Shipley , Dimitri Rosenberg // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace ReactRouterRedux { import R = Redux; diff --git a/react-router-redux/react-router-redux-2.x-tests.ts b/react-router-redux/react-router-redux-2.x-tests.ts index 9b3d59fbb1..ba227e8266 100644 --- a/react-router-redux/react-router-redux-2.x-tests.ts +++ b/react-router-redux/react-router-redux-2.x-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// diff --git a/react-router-redux/react-router-redux-2.x.d.ts b/react-router-redux/react-router-redux-2.x.d.ts index a526208612..fbd788a95b 100644 --- a/react-router-redux/react-router-redux-2.x.d.ts +++ b/react-router-redux/react-router-redux-2.x.d.ts @@ -3,8 +3,8 @@ // Definitions by: Isman Usoh , Noah Shipley , Dimitri Rosenberg // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace ReactRouterRedux { import R = Redux; diff --git a/react-router-redux/react-router-redux-tests.ts b/react-router-redux/react-router-redux-tests.ts index baaec2a9c5..342f924552 100644 --- a/react-router-redux/react-router-redux-tests.ts +++ b/react-router-redux/react-router-redux-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// diff --git a/react-router-redux/tsconfig.json b/react-router-redux/tsconfig.json index c9c60b6184..678a10f08c 100644 --- a/react-router-redux/tsconfig.json +++ b/react-router-redux/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/react-router/index.d.ts b/react-router/index.d.ts index 07acd52b9e..af17c3b5b0 100644 --- a/react-router/index.d.ts +++ b/react-router/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /// diff --git a/react-router/react-router-0.13.3.d.ts b/react-router/react-router-0.13.3.d.ts index 1152a32e8d..3c02dedc54 100644 --- a/react-router/react-router-0.13.3.d.ts +++ b/react-router/react-router-0.13.3.d.ts @@ -3,7 +3,7 @@ // Definitions by: Yuichi Murata , Václav Ostrožlík // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ReactRouter { import React = __React; diff --git a/react-router/react-router-1.0.0.d.ts b/react-router/react-router-1.0.0.d.ts index 07b326f275..63c070d17b 100644 --- a/react-router/react-router-1.0.0.d.ts +++ b/react-router/react-router-1.0.0.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /// diff --git a/react-router/react-router-tests.tsx b/react-router/react-router-tests.tsx index b31924908f..a5c8ac13c2 100644 --- a/react-router/react-router-tests.tsx +++ b/react-router/react-router-tests.tsx @@ -1,6 +1,6 @@ -/// -/// +/// +/// /// /// diff --git a/react-router/tsconfig.json b/react-router/tsconfig.json index 8520486af7..57038805cb 100644 --- a/react-router/tsconfig.json +++ b/react-router/tsconfig.json @@ -10,6 +10,6 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/react-scroll/index.d.ts b/react-scroll/index.d.ts index 2166bd4349..311e9664bf 100644 --- a/react-scroll/index.d.ts +++ b/react-scroll/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Pedro Pereira // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import React = __React diff --git a/react-scroll/react-scroll-tests.tsx b/react-scroll/react-scroll-tests.tsx index c933038f66..b5d2fb2245 100644 --- a/react-scroll/react-scroll-tests.tsx +++ b/react-scroll/react-scroll-tests.tsx @@ -1,4 +1,4 @@ -/// +/// import * as React from 'react'; import { Link, Element, scroller } from 'react-scroll'; diff --git a/react-scroll/tsconfig.json b/react-scroll/tsconfig.json index 891d13fe09..03af30f4f7 100644 --- a/react-scroll/tsconfig.json +++ b/react-scroll/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-select/index.d.ts b/react-select/index.d.ts index 72cc5d43e8..3fc9d0209f 100644 --- a/react-select/index.d.ts +++ b/react-select/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: ESQUIBET Hugo , Gilad Gray // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ReactSelect { diff --git a/react-select/react-select-0.9.10-tests.tsx b/react-select/react-select-0.9.10-tests.tsx index e0a25b2034..36713541e3 100644 --- a/react-select/react-select-0.9.10-tests.tsx +++ b/react-select/react-select-0.9.10-tests.tsx @@ -1,6 +1,6 @@ -/// -/// +/// +/// /// import * as React from "react" diff --git a/react-select/react-select-0.9.10.d.ts b/react-select/react-select-0.9.10.d.ts index 60e6bff5f7..b569fb7419 100644 --- a/react-select/react-select-0.9.10.d.ts +++ b/react-select/react-select-0.9.10.d.ts @@ -3,7 +3,7 @@ // Definitions by: ESQUIBET Hugo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// // Typings for https://github.com/JedWatson/react-select //***Usage*** diff --git a/react-select/react-select-tests.tsx b/react-select/react-select-tests.tsx index 8e573e1444..a8dd1c876e 100644 --- a/react-select/react-select-tests.tsx +++ b/react-select/react-select-tests.tsx @@ -1,5 +1,5 @@ -/// -/// +/// +/// /// import * as React from "react"; diff --git a/react-select/tsconfig.json b/react-select/tsconfig.json index 93156ddd95..e6319bdfe8 100644 --- a/react-select/tsconfig.json +++ b/react-select/tsconfig.json @@ -10,6 +10,6 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/react-spinkit/index.d.ts b/react-spinkit/index.d.ts index 1c373f5735..13c3542af6 100644 --- a/react-spinkit/index.d.ts +++ b/react-spinkit/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import { Component } from 'react'; diff --git a/react-spinkit/react-spinkit-tests.tsx b/react-spinkit/react-spinkit-tests.tsx index 509ae48973..e8467a95da 100644 --- a/react-spinkit/react-spinkit-tests.tsx +++ b/react-spinkit/react-spinkit-tests.tsx @@ -1,5 +1,5 @@ -/// +/// import Spinner from 'react-spinkit'; import * as React from 'react'; diff --git a/react-spinkit/tsconfig.json b/react-spinkit/tsconfig.json index 15207615dc..5b925f9e20 100644 --- a/react-spinkit/tsconfig.json +++ b/react-spinkit/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-swf/index.d.ts b/react-swf/index.d.ts index a323a4d309..df237360dd 100644 --- a/react-swf/index.d.ts +++ b/react-swf/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Stepan Mikhaylyuk // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "react-swf" { diff --git a/react-swf/react-swf-tests.ts b/react-swf/react-swf-tests.ts index 174aa29616..fca60061c6 100644 --- a/react-swf/react-swf-tests.ts +++ b/react-swf/react-swf-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// var version = ReactSWF.getFPVersion(); var isFPVersionSupported = ReactSWF.isFPVersionSupported('5'); var reactSWF = new ReactSWF(); diff --git a/react-swf/tsconfig.json b/react-swf/tsconfig.json index eb4b74b3cc..ee2e2ab175 100644 --- a/react-swf/tsconfig.json +++ b/react-swf/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-swipeable-views/index.d.ts b/react-swipeable-views/index.d.ts index 9c85ad0df8..ef5257c8c8 100644 --- a/react-swipeable-views/index.d.ts +++ b/react-swipeable-views/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Michael Ledin // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ReactSwipeableViews { import React = __React; diff --git a/react-swipeable-views/tsconfig.json b/react-swipeable-views/tsconfig.json index 67e09c57eb..4b006df5ca 100644 --- a/react-swipeable-views/tsconfig.json +++ b/react-swipeable-views/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-tabs/index.d.ts b/react-tabs/index.d.ts index cb292a8f72..3da9bd87f8 100644 --- a/react-tabs/index.d.ts +++ b/react-tabs/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Yuu Igarashi // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ReactTabs { diff --git a/react-tabs/react-tabs-tests.ts b/react-tabs/react-tabs-tests.ts index f953b5001b..e6a51f3c95 100644 --- a/react-tabs/react-tabs-tests.ts +++ b/react-tabs/react-tabs-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// import React = require("react"); import ReactDOM = require("react-dom"); diff --git a/react-tabs/tsconfig.json b/react-tabs/tsconfig.json index 502b59ee7f..2ffbfc4775 100644 --- a/react-tabs/tsconfig.json +++ b/react-tabs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-tagcloud/index.d.ts b/react-tagcloud/index.d.ts index 4049070893..2e0e64c260 100644 --- a/react-tagcloud/index.d.ts +++ b/react-tagcloud/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: wassname // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ReactTagCloud { interface TagCloudProps extends __React.Props { diff --git a/react-tagcloud/react-tagcloud-tests.tsx b/react-tagcloud/react-tagcloud-tests.tsx index 76a0328670..9b2085351a 100644 --- a/react-tagcloud/react-tagcloud-tests.tsx +++ b/react-tagcloud/react-tagcloud-tests.tsx @@ -1,5 +1,5 @@ -/// -/// +/// +/// /// diff --git a/react-tagcloud/tsconfig.json b/react-tagcloud/tsconfig.json index e4e7a5b826..64dc31b033 100644 --- a/react-tagcloud/tsconfig.json +++ b/react-tagcloud/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-tap-event-plugin/tsconfig.json b/react-tap-event-plugin/tsconfig.json index 51887a4300..f4b91516ad 100644 --- a/react-tap-event-plugin/tsconfig.json +++ b/react-tap-event-plugin/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react-widgets/index.d.ts b/react-widgets/index.d.ts index bbd81dd7c8..d8f09febc5 100644 --- a/react-widgets/index.d.ts +++ b/react-widgets/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Rogier Schouten // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module 'react-widgets/lib/Combobox' { diff --git a/react-widgets/react-widgets-tests.tsx b/react-widgets/react-widgets-tests.tsx index f1d47a4211..fc0937ad07 100644 --- a/react-widgets/react-widgets-tests.tsx +++ b/react-widgets/react-widgets-tests.tsx @@ -1,6 +1,6 @@ -/// -/// +/// +/// /// import * as React from "react" diff --git a/react-widgets/tsconfig.json b/react-widgets/tsconfig.json index 35ce42018b..ca126214db 100644 --- a/react-widgets/tsconfig.json +++ b/react-widgets/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/react/tsconfig.json b/react/tsconfig.json index 298ecb53dd..5faa3e4d81 100644 --- a/react/tsconfig.json +++ b/react/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/read/tsconfig.json b/read/tsconfig.json index 325abf2a7b..8c275ff72b 100644 --- a/read/tsconfig.json +++ b/read/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/readdir-stream/index.d.ts b/readdir-stream/index.d.ts index a3e7036159..9e7ca63b2d 100644 --- a/readdir-stream/index.d.ts +++ b/readdir-stream/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Bart van der Schoor // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare function readdir(dir: string): NodeJS.ReadableStream; diff --git a/readdir-stream/readdir-stream-tests.ts b/readdir-stream/readdir-stream-tests.ts index ebdf9d6083..f0a2dba78b 100644 --- a/readdir-stream/readdir-stream-tests.ts +++ b/readdir-stream/readdir-stream-tests.ts @@ -1,5 +1,5 @@ -/// +/// import readdir = require('readdir-stream'); diff --git a/readdir-stream/tsconfig.json b/readdir-stream/tsconfig.json index 97852a0700..2995c47318 100644 --- a/readdir-stream/tsconfig.json +++ b/readdir-stream/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/rebass/index.d.ts b/rebass/index.d.ts index 85b66376d4..1444214eec 100644 --- a/rebass/index.d.ts +++ b/rebass/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: rhysd // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// export import React = __React; diff --git a/rebass/tsconfig.json b/rebass/tsconfig.json index b00ef2b089..e95eebec6c 100644 --- a/rebass/tsconfig.json +++ b/rebass/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/recaptcha/tsconfig.json b/recaptcha/tsconfig.json index 6939f74fab..42749c7417 100644 --- a/recaptcha/tsconfig.json +++ b/recaptcha/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/recursive-readdir/index.d.ts b/recursive-readdir/index.d.ts index d6901cd26b..f1c6214013 100644 --- a/recursive-readdir/index.d.ts +++ b/recursive-readdir/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Elisée Maurer // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as fs from "fs"; diff --git a/recursive-readdir/tsconfig.json b/recursive-readdir/tsconfig.json index 3d4be72b9b..a6cba5e323 100644 --- a/recursive-readdir/tsconfig.json +++ b/recursive-readdir/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/redis/index.d.ts b/redis/index.d.ts index ba0f2f1963..b310e28c10 100644 --- a/redis/index.d.ts +++ b/redis/index.d.ts @@ -5,7 +5,7 @@ // Imported from: https://github.com/soywiz/typescript-node-definitions/redis.d.ts -/// +/// export declare function createClient(port_arg: number, host_arg?: string, options?: ClientOpts): RedisClient; export declare function createClient(unix_socket: string, options?: ClientOpts): RedisClient; diff --git a/redis/tsconfig.json b/redis/tsconfig.json index 70f63bf209..b104cf30e8 100644 --- a/redis/tsconfig.json +++ b/redis/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/redlock/index.d.ts b/redlock/index.d.ts index 6db97b9f9e..423bc43563 100644 --- a/redlock/index.d.ts +++ b/redlock/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Ilya Mochalov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace RedlockTypes { interface LockError extends Error {} diff --git a/redlock/tsconfig.json b/redlock/tsconfig.json index f2cc37055b..51cd35f24a 100644 --- a/redlock/tsconfig.json +++ b/redlock/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/redux-action-utils/redux-action-utils-tests.ts b/redux-action-utils/redux-action-utils-tests.ts index 8bb94ddb33..9ba117fb1f 100644 --- a/redux-action-utils/redux-action-utils-tests.ts +++ b/redux-action-utils/redux-action-utils-tests.ts @@ -1,5 +1,5 @@ -/// +/// import { actionCreator, optionsActionCreator } from 'redux-action-utils'; import { Action, ActionCreator } from 'redux-action-utils'; diff --git a/redux-action-utils/tsconfig.json b/redux-action-utils/tsconfig.json index e374edabfb..52fd58ba3d 100644 --- a/redux-action-utils/tsconfig.json +++ b/redux-action-utils/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/redux-actions/tsconfig.json b/redux-actions/tsconfig.json index ab36d9bb08..1b9df39758 100644 --- a/redux-actions/tsconfig.json +++ b/redux-actions/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/redux-debounced/index.d.ts b/redux-debounced/index.d.ts index a3e28ff51a..1c2ec66016 100644 --- a/redux-debounced/index.d.ts +++ b/redux-debounced/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Sean Kelley // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import { Middleware } from 'redux'; diff --git a/redux-debounced/redux-debounced-tests.ts b/redux-debounced/redux-debounced-tests.ts index a4ad2d6a14..f33050e394 100644 --- a/redux-debounced/redux-debounced-tests.ts +++ b/redux-debounced/redux-debounced-tests.ts @@ -1,4 +1,4 @@ -/// +/// import { applyMiddleware } from 'redux'; import createDebounce from 'redux-debounced'; diff --git a/redux-debounced/tsconfig.json b/redux-debounced/tsconfig.json index 9cdac2b9a3..d95c250f4e 100644 --- a/redux-debounced/tsconfig.json +++ b/redux-debounced/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/redux-devtools-dock-monitor/index.d.ts b/redux-devtools-dock-monitor/index.d.ts index 113969d1af..4158e511ca 100644 --- a/redux-devtools-dock-monitor/index.d.ts +++ b/redux-devtools-dock-monitor/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Petryshyn Sergii // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as React from 'react' diff --git a/redux-devtools-dock-monitor/redux-devtools-dock-monitor-tests.tsx b/redux-devtools-dock-monitor/redux-devtools-dock-monitor-tests.tsx index 26f471336d..8951205b72 100644 --- a/redux-devtools-dock-monitor/redux-devtools-dock-monitor-tests.tsx +++ b/redux-devtools-dock-monitor/redux-devtools-dock-monitor-tests.tsx @@ -1,4 +1,4 @@ -/// +/// import * as React from 'react' import DockMonitor from 'redux-devtools-dock-monitor' diff --git a/redux-devtools-dock-monitor/tsconfig.json b/redux-devtools-dock-monitor/tsconfig.json index 2cbf8af8d9..1d0954e9d5 100644 --- a/redux-devtools-dock-monitor/tsconfig.json +++ b/redux-devtools-dock-monitor/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/redux-devtools-log-monitor/index.d.ts b/redux-devtools-log-monitor/index.d.ts index 74fd49f7f0..e7417cc442 100644 --- a/redux-devtools-log-monitor/index.d.ts +++ b/redux-devtools-log-monitor/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Petryshyn Sergii // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as React from 'react' diff --git a/redux-devtools-log-monitor/redux-devtools-log-monitor-tests.tsx b/redux-devtools-log-monitor/redux-devtools-log-monitor-tests.tsx index 7fb6fa5ff0..06015b2f6c 100644 --- a/redux-devtools-log-monitor/redux-devtools-log-monitor-tests.tsx +++ b/redux-devtools-log-monitor/redux-devtools-log-monitor-tests.tsx @@ -1,4 +1,4 @@ -/// +/// import * as React from 'react' import LogMonitor from 'redux-devtools-log-monitor' diff --git a/redux-devtools-log-monitor/tsconfig.json b/redux-devtools-log-monitor/tsconfig.json index db0bbd7ffc..c3016e5f6a 100644 --- a/redux-devtools-log-monitor/tsconfig.json +++ b/redux-devtools-log-monitor/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/redux-devtools/index.d.ts b/redux-devtools/index.d.ts index fe10a18c58..3a9083b1f8 100644 --- a/redux-devtools/index.d.ts +++ b/redux-devtools/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Petryshyn Sergii // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as React from 'react'; diff --git a/redux-devtools/redux-devtools-2.1.4-tests.tsx b/redux-devtools/redux-devtools-2.1.4-tests.tsx index 85d89cdaa3..ce322d75bb 100644 --- a/redux-devtools/redux-devtools-2.1.4-tests.tsx +++ b/redux-devtools/redux-devtools-2.1.4-tests.tsx @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// import { compose, createStore, applyMiddleware, Middleware, Reducer } from 'redux'; import { createDevTools as devTools, persistState } from 'redux-devtools'; diff --git a/redux-devtools/redux-devtools-2.1.4.d.ts b/redux-devtools/redux-devtools-2.1.4.d.ts index 2e9f96ebee..7c8d1cd9e2 100644 --- a/redux-devtools/redux-devtools-2.1.4.d.ts +++ b/redux-devtools/redux-devtools-2.1.4.d.ts @@ -3,8 +3,8 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// export declare function devTools(): Function; diff --git a/redux-devtools/redux-devtools-tests.tsx b/redux-devtools/redux-devtools-tests.tsx index 36602c1cff..002ae5bc8a 100644 --- a/redux-devtools/redux-devtools-tests.tsx +++ b/redux-devtools/redux-devtools-tests.tsx @@ -1,5 +1,5 @@ -/// -/// +/// +/// import * as React from 'react' import { createStore, applyMiddleware, compose } from 'redux' diff --git a/redux-devtools/tsconfig.json b/redux-devtools/tsconfig.json index 4cc9e3fbfb..b3b6fc7095 100644 --- a/redux-devtools/tsconfig.json +++ b/redux-devtools/tsconfig.json @@ -10,6 +10,6 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/redux-form/index.d.ts b/redux-form/index.d.ts index 7710b71e63..c9b11228ed 100644 --- a/redux-form/index.d.ts +++ b/redux-form/index.d.ts @@ -4,8 +4,8 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// import { Component, SyntheticEvent, FormEventHandler } from 'react'; diff --git a/redux-form/tsconfig.json b/redux-form/tsconfig.json index ab251c1dd8..ad862f09a5 100644 --- a/redux-form/tsconfig.json +++ b/redux-form/tsconfig.json @@ -6,7 +6,7 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/redux-immutable-state-invariant/index.d.ts b/redux-immutable-state-invariant/index.d.ts index 53c8533592..f9b34cfc32 100644 --- a/redux-immutable-state-invariant/index.d.ts +++ b/redux-immutable-state-invariant/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Remo H. Jansen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// type isImmutableDefault = (value: any) => boolean; diff --git a/redux-immutable-state-invariant/tsconfig.json b/redux-immutable-state-invariant/tsconfig.json index eead9b721c..cc16eef1b9 100644 --- a/redux-immutable-state-invariant/tsconfig.json +++ b/redux-immutable-state-invariant/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/redux-immutable/tsconfig.json b/redux-immutable/tsconfig.json index ff5029aa00..dccdffd0b6 100644 --- a/redux-immutable/tsconfig.json +++ b/redux-immutable/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/redux-logger/index.d.ts b/redux-logger/index.d.ts index 4532b18bca..be26dc7d36 100644 --- a/redux-logger/index.d.ts +++ b/redux-logger/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Alexander Rusakov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/redux-logger/tsconfig.json b/redux-logger/tsconfig.json index 918feff20b..f23dd5ec47 100644 --- a/redux-logger/tsconfig.json +++ b/redux-logger/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/redux-promise/index.d.ts b/redux-promise/index.d.ts index 58b6d712a6..677e2be195 100644 --- a/redux-promise/index.d.ts +++ b/redux-promise/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Rogelio Morrell Caballero // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ReduxPromise { export interface Promise extends Redux.Middleware {} diff --git a/redux-promise/redux-promise-tests.ts b/redux-promise/redux-promise-tests.ts index 8859eaac52..c315b1f065 100644 --- a/redux-promise/redux-promise-tests.ts +++ b/redux-promise/redux-promise-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// import {createAction} from 'redux-actions'; import { createStore, applyMiddleware } from 'redux'; diff --git a/redux-promise/tsconfig.json b/redux-promise/tsconfig.json index 40188dadfe..ffa422d6fd 100644 --- a/redux-promise/tsconfig.json +++ b/redux-promise/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/redux-router/index.d.ts b/redux-router/index.d.ts index aebc0b7170..fa3baddd87 100644 --- a/redux-router/index.d.ts +++ b/redux-router/index.d.ts @@ -3,9 +3,9 @@ // Definitions by: Stepan Mikhaylyuk // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// -/// +/// +/// +/// declare namespace __ReduxRouter { diff --git a/redux-router/tsconfig.json b/redux-router/tsconfig.json index d55382cd55..e48b6f764f 100644 --- a/redux-router/tsconfig.json +++ b/redux-router/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/redux-saga/index.d.ts b/redux-saga/index.d.ts index a51e8faee7..3a0ac8ef4e 100644 --- a/redux-saga/index.d.ts +++ b/redux-saga/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Daniel Lytkin , Dimitri Rosenberg // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module 'redux-saga' { export class SagaCancellationException { diff --git a/redux-saga/tsconfig.json b/redux-saga/tsconfig.json index 7dbf9ed712..6afe755e93 100644 --- a/redux-saga/tsconfig.json +++ b/redux-saga/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/redux-thunk/index.d.ts b/redux-thunk/index.d.ts index d19d2a2d0c..a48a4e8e21 100644 --- a/redux-thunk/index.d.ts +++ b/redux-thunk/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ReduxThunk { export interface Thunk extends Redux.Middleware {} diff --git a/redux-thunk/redux-thunk-tests.ts b/redux-thunk/redux-thunk-tests.ts index 4696e8a539..f3f10461ac 100644 --- a/redux-thunk/redux-thunk-tests.ts +++ b/redux-thunk/redux-thunk-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// import { createStore, applyMiddleware, Store, Dispatch } from 'redux'; diff --git a/redux-thunk/tsconfig.json b/redux-thunk/tsconfig.json index 781e283210..a8548386be 100644 --- a/redux-thunk/tsconfig.json +++ b/redux-thunk/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/redux/tsconfig.json b/redux/tsconfig.json index e6dbaa95d0..d58e4e26da 100644 --- a/redux/tsconfig.json +++ b/redux/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ref-array/tsconfig.json b/ref-array/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/ref-array/tsconfig.json +++ b/ref-array/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/ref-struct/tsconfig.json b/ref-struct/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/ref-struct/tsconfig.json +++ b/ref-struct/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/ref-union/tsconfig.json b/ref-union/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/ref-union/tsconfig.json +++ b/ref-union/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/ref/index.d.ts b/ref/index.d.ts index 81daa9f057..cfd0c43741 100644 --- a/ref/index.d.ts +++ b/ref/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Paul Loyd // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// export interface Type { /** The size in bytes required to hold this datatype. */ diff --git a/ref/tsconfig.json b/ref/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/ref/tsconfig.json +++ b/ref/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/reflux/reflux-tests.ts b/reflux/reflux-tests.ts index f626c2900b..9df775fc85 100644 --- a/reflux/reflux-tests.ts +++ b/reflux/reflux-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// import Reflux = require("reflux"); import React = require("react"); diff --git a/reflux/tsconfig.json b/reflux/tsconfig.json index 28de7077b6..7fd99430b1 100644 --- a/reflux/tsconfig.json +++ b/reflux/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/relateurl/tsconfig.json b/relateurl/tsconfig.json index 58d58eaa5d..02f05cbfe2 100644 --- a/relateurl/tsconfig.json +++ b/relateurl/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/replace-ext/tsconfig.json b/replace-ext/tsconfig.json index c85d7a2cae..49a8b7d193 100644 --- a/replace-ext/tsconfig.json +++ b/replace-ext/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/request-ip/tsconfig.json b/request-ip/tsconfig.json index 736a422926..be4b617cad 100644 --- a/request-ip/tsconfig.json +++ b/request-ip/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/request-promise/index.d.ts b/request-promise/index.d.ts index 18a734d7fa..8e1f53c577 100644 --- a/request-promise/index.d.ts +++ b/request-promise/index.d.ts @@ -6,7 +6,7 @@ // Change [0]: 2015/08/20 - Aya Morisawa -/// +/// import request = require('request'); diff --git a/request-promise/tsconfig.json b/request-promise/tsconfig.json index a29773b0d4..5f4a057ce0 100644 --- a/request-promise/tsconfig.json +++ b/request-promise/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/request/index.d.ts b/request/index.d.ts index e641566354..122974f687 100644 --- a/request/index.d.ts +++ b/request/index.d.ts @@ -5,7 +5,7 @@ // Imported from: https://github.com/soywiz/typescript-node-definitions/d.ts -/// +/// import stream = require('stream'); import http = require('http'); diff --git a/request/tsconfig.json b/request/tsconfig.json index 71ef244ead..8d5f5dc15a 100644 --- a/request/tsconfig.json +++ b/request/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/requirejs-domready/tsconfig.json b/requirejs-domready/tsconfig.json index 751aeebd9a..1ee82f8513 100644 --- a/requirejs-domready/tsconfig.json +++ b/requirejs-domready/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/requirejs/tsconfig.json b/requirejs/tsconfig.json index 679092a97e..f5324beab9 100644 --- a/requirejs/tsconfig.json +++ b/requirejs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/reselect/tsconfig.json b/reselect/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/reselect/tsconfig.json +++ b/reselect/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/resemblejs/tsconfig.json b/resemblejs/tsconfig.json index eee159c59e..95c3314c7f 100644 --- a/resemblejs/tsconfig.json +++ b/resemblejs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/resolve-from/tsconfig.json b/resolve-from/tsconfig.json index 8ad8015f59..188702b88c 100644 --- a/resolve-from/tsconfig.json +++ b/resolve-from/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/response-time/tsconfig.json b/response-time/tsconfig.json index 7be73c8c99..3fc6ec9961 100644 --- a/response-time/tsconfig.json +++ b/response-time/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/rest-io/tsconfig.json b/rest-io/tsconfig.json index 20793154f6..a277b6909f 100644 --- a/rest-io/tsconfig.json +++ b/rest-io/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/rest/index.d.ts b/rest/index.d.ts index e444726742..4bad0c9d6e 100644 --- a/rest/index.d.ts +++ b/rest/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Wim Looman // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "rest" { import when = require("when"); diff --git a/rest/tsconfig.json b/rest/tsconfig.json index 866e48a11c..28e989bada 100644 --- a/rest/tsconfig.json +++ b/rest/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/restangular/index.d.ts b/restangular/index.d.ts index 903c00840a..85652f8d4b 100644 --- a/restangular/index.d.ts +++ b/restangular/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// // Support AMD require (copying angular.d.ts approach) // allows for import {IRequestConfig} from 'restangular' ES6 approach diff --git a/restangular/tsconfig.json b/restangular/tsconfig.json index cf850b1bc5..24072f5932 100644 --- a/restangular/tsconfig.json +++ b/restangular/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/restful.js/tsconfig.json b/restful.js/tsconfig.json index 001aeda879..3ef5d59d5c 100644 --- a/restful.js/tsconfig.json +++ b/restful.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/restify/index.d.ts b/restify/index.d.ts index 64f97b309c..d2edfc8137 100644 --- a/restify/index.d.ts +++ b/restify/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Bret Little // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "restify" { import http = require('http'); diff --git a/restify/tsconfig.json b/restify/tsconfig.json index e814d81e10..049e62fdcd 100644 --- a/restify/tsconfig.json +++ b/restify/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/rethinkdb/index.d.ts b/rethinkdb/index.d.ts index ae9186abae..8194905556 100644 --- a/rethinkdb/index.d.ts +++ b/rethinkdb/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // Reference: http://www.rethinkdb.com/api/#js // TODO: Document manipulation and below -/// +/// diff --git a/rethinkdb/tsconfig.json b/rethinkdb/tsconfig.json index 7c4b01dba9..a0dc27e878 100644 --- a/rethinkdb/tsconfig.json +++ b/rethinkdb/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/reveal/tsconfig.json b/reveal/tsconfig.json index 7052dcc401..f000eb4f72 100644 --- a/reveal/tsconfig.json +++ b/reveal/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/rewire/tsconfig.json b/rewire/tsconfig.json index d6aeed4b34..bfe9563a46 100644 --- a/rewire/tsconfig.json +++ b/rewire/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/rickshaw/tsconfig.json b/rickshaw/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/rickshaw/tsconfig.json +++ b/rickshaw/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/rimraf/tsconfig.json b/rimraf/tsconfig.json index c5283b6eba..fe4164c434 100644 --- a/rimraf/tsconfig.json +++ b/rimraf/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/riot-api-nodejs/index.d.ts b/riot-api-nodejs/index.d.ts index 6ee823afa7..9500e3ac96 100644 --- a/riot-api-nodejs/index.d.ts +++ b/riot-api-nodejs/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/riot-api-nodejs/tsconfig.json b/riot-api-nodejs/tsconfig.json index dfd8ee1957..5a586aa276 100644 --- a/riot-api-nodejs/tsconfig.json +++ b/riot-api-nodejs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/riot-games-api/tsconfig.json b/riot-games-api/tsconfig.json index 1386632614..e8591875ba 100644 --- a/riot-games-api/tsconfig.json +++ b/riot-games-api/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/riotcontrol/tsconfig.json b/riotcontrol/tsconfig.json index a6665ba9ea..ee650e308e 100644 --- a/riotcontrol/tsconfig.json +++ b/riotcontrol/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/riotjs/index.d.ts b/riotjs/index.d.ts index bf02bfff1a..cf802662cd 100644 --- a/riotjs/index.d.ts +++ b/riotjs/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: vvakame // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQueryStatic { riot: string; diff --git a/riotjs/riotjs-render.d.ts b/riotjs/riotjs-render.d.ts index 0fc45c140b..7f01bb64a0 100644 --- a/riotjs/riotjs-render.d.ts +++ b/riotjs/riotjs-render.d.ts @@ -3,7 +3,7 @@ // Definitions by: vvakame // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQueryStatic { render(template?:string, data?:any):string; diff --git a/riotjs/tsconfig.json b/riotjs/tsconfig.json index 6b119d32c1..60e95116b6 100644 --- a/riotjs/tsconfig.json +++ b/riotjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/rivets/index.d.ts b/rivets/index.d.ts index e255261bdf..4dbf02c128 100644 --- a/rivets/index.d.ts +++ b/rivets/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Trevor Baron // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Rivets { diff --git a/rivets/tsconfig.json b/rivets/tsconfig.json index 79c1f84377..2dc6104083 100644 --- a/rivets/tsconfig.json +++ b/rivets/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/rosie/tsconfig.json b/rosie/tsconfig.json index 9217d28799..a75293f1d9 100644 --- a/rosie/tsconfig.json +++ b/rosie/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/roslib/tsconfig.json b/roslib/tsconfig.json index 131f740d94..d928c54824 100644 --- a/roslib/tsconfig.json +++ b/roslib/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/route-recognizer/tsconfig.json b/route-recognizer/tsconfig.json index b933e832db..d807a9068c 100644 --- a/route-recognizer/tsconfig.json +++ b/route-recognizer/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/router5/tsconfig.json b/router5/tsconfig.json index 0c7750eb7b..ff892d83e1 100644 --- a/router5/tsconfig.json +++ b/router5/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/routie/tsconfig.json b/routie/tsconfig.json index 7f94bb7651..85014ffd39 100644 --- a/routie/tsconfig.json +++ b/routie/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/royalslider/index.d.ts b/royalslider/index.d.ts index 5b39942764..c7fdb6f284 100644 --- a/royalslider/index.d.ts +++ b/royalslider/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Christiaan Rakowski // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace RoyalSlider { export interface RoyalSliderThumbsOptions { diff --git a/royalslider/tsconfig.json b/royalslider/tsconfig.json index 6f625705aa..ac35ad7395 100644 --- a/royalslider/tsconfig.json +++ b/royalslider/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/rsmq-worker/index.d.ts b/rsmq-worker/index.d.ts index 01635e1072..195b1ed819 100644 --- a/rsmq-worker/index.d.ts +++ b/rsmq-worker/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: TANAKA Koichi // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import redis = require('redis'); diff --git a/rsmq-worker/tsconfig.json b/rsmq-worker/tsconfig.json index 981ee64322..2630c66810 100644 --- a/rsmq-worker/tsconfig.json +++ b/rsmq-worker/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/rsmq/tsconfig.json b/rsmq/tsconfig.json index b25b9cdbed..97a92b62b7 100644 --- a/rsmq/tsconfig.json +++ b/rsmq/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/rss/tsconfig.json b/rss/tsconfig.json index d8467151b9..2fa0b78774 100644 --- a/rss/tsconfig.json +++ b/rss/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/rsync/index.d.ts b/rsync/index.d.ts index 9504c08656..7ec975e992 100644 --- a/rsync/index.d.ts +++ b/rsync/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Philipp Stucki // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as child_process from 'child_process'; diff --git a/rsync/tsconfig.json b/rsync/tsconfig.json index 8449345f63..70ebf3b296 100644 --- a/rsync/tsconfig.json +++ b/rsync/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/rtree/tsconfig.json b/rtree/tsconfig.json index 0ab2c725c6..574bb40667 100644 --- a/rtree/tsconfig.json +++ b/rtree/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/run-sequence/index.d.ts b/run-sequence/index.d.ts index aa1bb6002e..f860c5d217 100644 --- a/run-sequence/index.d.ts +++ b/run-sequence/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Keita Kagurazaka // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import gulp = require('gulp'); diff --git a/run-sequence/tsconfig.json b/run-sequence/tsconfig.json index 16523f11af..b519f4edf1 100644 --- a/run-sequence/tsconfig.json +++ b/run-sequence/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/rx-angular/index.d.ts b/rx-angular/index.d.ts index 8d7f4be030..c2cb03037d 100644 --- a/rx-angular/index.d.ts +++ b/rx-angular/index.d.ts @@ -3,9 +3,9 @@ // Definitions by: Mick Delaney // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// -/// +/// +/// +/// declare namespace Rx { diff --git a/rx-angular/tsconfig.json b/rx-angular/tsconfig.json index 59b48b22a8..c44d476488 100644 --- a/rx-angular/tsconfig.json +++ b/rx-angular/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/rx-dom/index.d.ts b/rx-dom/index.d.ts index 5a42810600..2a98685e2f 100644 --- a/rx-dom/index.d.ts +++ b/rx-dom/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: oliver Weichhold // Definitions: https://github.com/borisyankov/DefinitelyTyped -/// +/// declare module Rx.DOM { export interface AjaxSettings { diff --git a/rx-dom/rx-dom-tests.ts b/rx-dom/rx-dom-tests.ts index 49080f076d..ef3879f799 100644 --- a/rx-dom/rx-dom-tests.ts +++ b/rx-dom/rx-dom-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// import * as Rx from 'rx'; diff --git a/rx-dom/tsconfig.json b/rx-dom/tsconfig.json index 12c7d78616..f8527f36ea 100644 --- a/rx-dom/tsconfig.json +++ b/rx-dom/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/rx-jquery/index.d.ts b/rx-jquery/index.d.ts index 668c759a3a..912af6f5da 100644 --- a/rx-jquery/index.d.ts +++ b/rx-jquery/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Igor Oleinikov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// interface RxJQueryAjaxResult { data: T; diff --git a/rx-jquery/tsconfig.json b/rx-jquery/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/rx-jquery/tsconfig.json +++ b/rx-jquery/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/rx/tsconfig.json b/rx/tsconfig.json index 61323bc5cf..cbd9cbd3c7 100644 --- a/rx/tsconfig.json +++ b/rx/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/s3-uploader/s3-uploader-tests.ts b/s3-uploader/s3-uploader-tests.ts index 6fa0658661..7bcb324e45 100644 --- a/s3-uploader/s3-uploader-tests.ts +++ b/s3-uploader/s3-uploader-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// //NOTE: Does require GM (https://github.com/aheckmann/gm) thus requires GraphicsMagick (http://www.graphicsmagick.org/) or ImageMagick (http://www.imagemagick.org/) diff --git a/s3-uploader/tsconfig.json b/s3-uploader/tsconfig.json index 4bcfcbca3d..77639a58c7 100644 --- a/s3-uploader/tsconfig.json +++ b/s3-uploader/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/s3rver/index.d.ts b/s3rver/index.d.ts index 09e1391026..2ec50a1f84 100644 --- a/s3rver/index.d.ts +++ b/s3rver/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: David Broder-Rodgers // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as http from "http"; diff --git a/s3rver/tsconfig.json b/s3rver/tsconfig.json index 645f556724..d17af9b3d0 100644 --- a/s3rver/tsconfig.json +++ b/s3rver/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/safari-extension-content/tsconfig.json b/safari-extension-content/tsconfig.json index cc2d5714eb..53c0ff91fe 100644 --- a/safari-extension-content/tsconfig.json +++ b/safari-extension-content/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/safari-extension/tsconfig.json b/safari-extension/tsconfig.json index 22aa782c7d..66c8b04543 100644 --- a/safari-extension/tsconfig.json +++ b/safari-extension/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sammy/index.d.ts b/sammy/index.d.ts index 413de22b24..a40926195d 100644 --- a/sammy/index.d.ts +++ b/sammy/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Boris Yankov , Oisin Grehan // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare function Sammy(): Sammy.Application; declare function Sammy(selector: string): Sammy.Application; diff --git a/sammy/tsconfig.json b/sammy/tsconfig.json index a490773e39..eeef282e73 100644 --- a/sammy/tsconfig.json +++ b/sammy/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sandboxed-module/tsconfig.json b/sandboxed-module/tsconfig.json index ff88d783a8..fe66bb9523 100644 --- a/sandboxed-module/tsconfig.json +++ b/sandboxed-module/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sanitize-filename/tsconfig.json b/sanitize-filename/tsconfig.json index a1ffa4db06..68481d349a 100644 --- a/sanitize-filename/tsconfig.json +++ b/sanitize-filename/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sanitize-html/tsconfig.json b/sanitize-html/tsconfig.json index 94482266bc..5196fb0b71 100644 --- a/sanitize-html/tsconfig.json +++ b/sanitize-html/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sanitizer/tsconfig.json b/sanitizer/tsconfig.json index 327f8b7a8e..5e241b114b 100644 --- a/sanitizer/tsconfig.json +++ b/sanitizer/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sat/tsconfig.json b/sat/tsconfig.json index 8144ca1f5f..d94bf25d09 100644 --- a/sat/tsconfig.json +++ b/sat/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/satnav/tsconfig.json b/satnav/tsconfig.json index 77f7a79fe4..0bf871e952 100644 --- a/satnav/tsconfig.json +++ b/satnav/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sax/index.d.ts b/sax/index.d.ts index 4bd62b4d17..c17ebd6928 100644 --- a/sax/index.d.ts +++ b/sax/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/isaacs/sax-js // Definitions by: Asana // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// export declare var EVENTS: string[]; diff --git a/sax/sax-tests.ts b/sax/sax-tests.ts index e2afa327b5..353ead08e0 100644 --- a/sax/sax-tests.ts +++ b/sax/sax-tests.ts @@ -1,4 +1,4 @@ -/// +/// import sax = require("sax"); import fs = require("fs"); diff --git a/sax/tsconfig.json b/sax/tsconfig.json index 274b1a78ad..82b48b988a 100644 --- a/sax/tsconfig.json +++ b/sax/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/scalike/tsconfig.json b/scalike/tsconfig.json index 3c7d8a3b8a..3f8d92cf96 100644 --- a/scalike/tsconfig.json +++ b/scalike/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/screenfull/tsconfig.json b/screenfull/tsconfig.json index 6076523fab..ed5a92499d 100644 --- a/screenfull/tsconfig.json +++ b/screenfull/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/scripts/delete-tscparams.ts b/scripts/delete-tscparams.ts index d40d758877..49bfef899c 100644 --- a/scripts/delete-tscparams.ts +++ b/scripts/delete-tscparams.ts @@ -1,4 +1,4 @@ -/// +/// import * as fs from 'fs'; import * as path from 'path'; diff --git a/scripts/fix-reference-comments.ts b/scripts/fix-reference-comments.ts index 5b0a11b98a..ca2a18238b 100644 --- a/scripts/fix-reference-comments.ts +++ b/scripts/fix-reference-comments.ts @@ -1,4 +1,4 @@ -/// +/// import * as fs from 'fs'; import * as path from 'path'; diff --git a/scripts/generate-tsconfigs.ts b/scripts/generate-tsconfigs.ts index df4318c318..8cdc71a295 100644 --- a/scripts/generate-tsconfigs.ts +++ b/scripts/generate-tsconfigs.ts @@ -1,4 +1,4 @@ -/// +/// import * as fs from 'fs'; import * as path from 'path'; diff --git a/scripts/rename-entry-points.ts b/scripts/rename-entry-points.ts index 83201f59d1..8c18d8e8fc 100644 --- a/scripts/rename-entry-points.ts +++ b/scripts/rename-entry-points.ts @@ -1,4 +1,4 @@ -/// +/// import * as fs from 'fs'; import * as path from 'path'; diff --git a/scripts/rename-proper-modules.ts b/scripts/rename-proper-modules.ts index fc358d4ac7..ae5179e401 100644 --- a/scripts/rename-proper-modules.ts +++ b/scripts/rename-proper-modules.ts @@ -1,4 +1,4 @@ -/// +/// import * as fs from 'fs'; import * as path from 'path'; diff --git a/scroller/tsconfig.json b/scroller/tsconfig.json index 0a1c9fd1c8..b75df1818a 100644 --- a/scroller/tsconfig.json +++ b/scroller/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/scrolltofixed/index.d.ts b/scrolltofixed/index.d.ts index c4199e067d..d1042c3792 100644 --- a/scrolltofixed/index.d.ts +++ b/scrolltofixed/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Ben Dixon // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ScrollToFixed { interface ScrollToFixedOptions { diff --git a/scrolltofixed/tsconfig.json b/scrolltofixed/tsconfig.json index 0a8a770d97..6d54512ed5 100644 --- a/scrolltofixed/tsconfig.json +++ b/scrolltofixed/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/scrypt-async/tsconfig.json b/scrypt-async/tsconfig.json index a4203f1ac0..c361600038 100644 --- a/scrypt-async/tsconfig.json +++ b/scrypt-async/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/seedrandom/tsconfig.json b/seedrandom/tsconfig.json index ccf39939f4..d978e53cea 100644 --- a/seedrandom/tsconfig.json +++ b/seedrandom/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/segment-analytics/index.d.ts b/segment-analytics/index.d.ts index a474c668f7..e27f1a67d7 100644 --- a/segment-analytics/index.d.ts +++ b/segment-analytics/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Andrew Fong // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace SegmentAnalytics { diff --git a/segment-analytics/segment-analytics-tests.ts b/segment-analytics/segment-analytics-tests.ts index b876ea1bed..2186e00ab1 100644 --- a/segment-analytics/segment-analytics-tests.ts +++ b/segment-analytics/segment-analytics-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// // Some random vals to use diff --git a/segment-analytics/tsconfig.json b/segment-analytics/tsconfig.json index 392900fe5d..b22e932ad1 100644 --- a/segment-analytics/tsconfig.json +++ b/segment-analytics/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/select2/index.d.ts b/select2/index.d.ts index 9cfaa2d951..8cf66694df 100644 --- a/select2/index.d.ts +++ b/select2/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface Select2QueryOptions { term?: string; diff --git a/select2/select2-tests.ts b/select2/select2-tests.ts index 5712fc2d3e..cba45f6dff 100644 --- a/select2/select2-tests.ts +++ b/select2/select2-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// $("#e9").select2(); diff --git a/select2/tsconfig.json b/select2/tsconfig.json index a78e86ad68..657a882bae 100644 --- a/select2/tsconfig.json +++ b/select2/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/selectize/index.d.ts b/selectize/index.d.ts index b593fa73dd..3c99a48522 100644 --- a/selectize/index.d.ts +++ b/selectize/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Adi Dahiya // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Selectize { // see https://github.com/brianreavis/selectize.js/blob/master/docs/usage.md diff --git a/selectize/selectize-tests.ts b/selectize/selectize-tests.ts index c1f954746f..d2978d640c 100644 --- a/selectize/selectize-tests.ts +++ b/selectize/selectize-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var $input = $(".test-input").selectize(); diff --git a/selectize/tsconfig.json b/selectize/tsconfig.json index d33732e1d5..52c1e47088 100644 --- a/selectize/tsconfig.json +++ b/selectize/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/selenium-webdriver/tsconfig.json b/selenium-webdriver/tsconfig.json index b5af2ab974..34d0eff2df 100644 --- a/selenium-webdriver/tsconfig.json +++ b/selenium-webdriver/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/semaphore/tsconfig.json b/semaphore/tsconfig.json index 9054c32a08..a0c9bdc315 100644 --- a/semaphore/tsconfig.json +++ b/semaphore/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/semver/tsconfig.json b/semver/tsconfig.json index afb551de56..e969d7c1c8 100644 --- a/semver/tsconfig.json +++ b/semver/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sencha_touch/tsconfig.json b/sencha_touch/tsconfig.json index 87898b8de7..47f984ad02 100644 --- a/sencha_touch/tsconfig.json +++ b/sencha_touch/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/sendgrid/sendgrid-tests.ts b/sendgrid/sendgrid-tests.ts index e7d34feb08..7478d88f44 100644 --- a/sendgrid/sendgrid-tests.ts +++ b/sendgrid/sendgrid-tests.ts @@ -4,7 +4,7 @@ * Created by using code samples from https://github.com/sendgrid/sendgrid-nodejs#usage */ -/// +/// /// import sg = require("sendgrid"); diff --git a/sendgrid/tsconfig.json b/sendgrid/tsconfig.json index db89aecb53..5c6325b411 100644 --- a/sendgrid/tsconfig.json +++ b/sendgrid/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sentence-case/tsconfig.json b/sentence-case/tsconfig.json index 5aecac9be7..6c66fa094b 100644 --- a/sentence-case/tsconfig.json +++ b/sentence-case/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sequelize-fixtures/tsconfig.json b/sequelize-fixtures/tsconfig.json index 588ab17d67..0f85019449 100644 --- a/sequelize-fixtures/tsconfig.json +++ b/sequelize-fixtures/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sequelize/index.d.ts b/sequelize/index.d.ts index 6a3e83ac72..5c3dc8ad5f 100644 --- a/sequelize/index.d.ts +++ b/sequelize/index.d.ts @@ -5,9 +5,9 @@ // Based on original work by: samuelneff -/// -/// -/// +/// +/// +/// diff --git a/sequelize/sequelize-2.0.0.d.ts b/sequelize/sequelize-2.0.0.d.ts index 21c5d68cbc..7987078a71 100644 --- a/sequelize/sequelize-2.0.0.d.ts +++ b/sequelize/sequelize-2.0.0.d.ts @@ -5,8 +5,8 @@ // Based on original work by: samuelneff -/// -/// +/// +/// declare namespace sequelize { diff --git a/sequelize/tsconfig.json b/sequelize/tsconfig.json index c7090c83ed..2eeefa6c40 100644 --- a/sequelize/tsconfig.json +++ b/sequelize/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/serve-favicon/tsconfig.json b/serve-favicon/tsconfig.json index 762488b06e..ad75370482 100644 --- a/serve-favicon/tsconfig.json +++ b/serve-favicon/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/serve-index/tsconfig.json b/serve-index/tsconfig.json index ae75d36a99..5585857d05 100644 --- a/serve-index/tsconfig.json +++ b/serve-index/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/serve-static/index.d.ts b/serve-static/index.d.ts index a46b99cb28..8eeedae319 100644 --- a/serve-static/index.d.ts +++ b/serve-static/index.d.ts @@ -10,7 +10,7 @@ =============================================== */ -/// +/// import * as express from "express-serve-static-core"; diff --git a/serve-static/tsconfig.json b/serve-static/tsconfig.json index 69827196aa..4fa20a0130 100644 --- a/serve-static/tsconfig.json +++ b/serve-static/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sharedworker/tsconfig.json b/sharedworker/tsconfig.json index 78cb65cff6..9be7baa660 100644 --- a/sharedworker/tsconfig.json +++ b/sharedworker/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sharepoint/SharePoint-tests.ts b/sharepoint/SharePoint-tests.ts index 0fcf202b3c..27ac4733fe 100644 --- a/sharepoint/SharePoint-tests.ts +++ b/sharepoint/SharePoint-tests.ts @@ -1,7 +1,7 @@ /// -/// -/// -/// +/// +/// +/// //code from http://sptypescript.codeplex.com/ diff --git a/sharepoint/index.d.ts b/sharepoint/index.d.ts index 2f3fa1634f..dea0d4c206 100644 --- a/sharepoint/index.d.ts +++ b/sharepoint/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Stanislav Vyshchepan , Andrey Markeev // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare var _spBodyOnLoadFunctions: Function[]; declare var _spBodyOnLoadFunctionNames: string[]; declare var _spBodyOnLoadCalled: boolean; diff --git a/sharepoint/tsconfig.json b/sharepoint/tsconfig.json index c9e01c19d1..93aca2d737 100644 --- a/sharepoint/tsconfig.json +++ b/sharepoint/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/shelljs/index.d.ts b/shelljs/index.d.ts index d936847832..e18716a06d 100644 --- a/shelljs/index.d.ts +++ b/shelljs/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import child = require("child_process"); diff --git a/shelljs/shelljs-tests.ts b/shelljs/shelljs-tests.ts index ac3db94277..1d46e2a136 100644 --- a/shelljs/shelljs-tests.ts +++ b/shelljs/shelljs-tests.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // Tests taken from documentation samples. -/// +/// import shell = require("shelljs"); diff --git a/shelljs/tsconfig.json b/shelljs/tsconfig.json index 3d41edae6d..dfd4ad97e3 100644 --- a/shelljs/tsconfig.json +++ b/shelljs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/shortid/tsconfig.json b/shortid/tsconfig.json index 36ee516add..c686e7815d 100644 --- a/shortid/tsconfig.json +++ b/shortid/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/should-promised/should-promised-tests.ts b/should-promised/should-promised-tests.ts index 0f4abfd3c9..11c189a429 100644 --- a/should-promised/should-promised-tests.ts +++ b/should-promised/should-promised-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var promise: Promise = new Promise(function (resolve, reject) {}); diff --git a/should-promised/tsconfig.json b/should-promised/tsconfig.json index c2bbafe8ed..943adaeb75 100644 --- a/should-promised/tsconfig.json +++ b/should-promised/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/should/tsconfig.json b/should/tsconfig.json index f6e25932b3..2c15a1573a 100644 --- a/should/tsconfig.json +++ b/should/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/showdown/tsconfig.json b/showdown/tsconfig.json index d7bc387cca..051a33a769 100644 --- a/showdown/tsconfig.json +++ b/showdown/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/shuffle-array/tsconfig.json b/shuffle-array/tsconfig.json index 0006b6bbc6..d63a48bfd5 100644 --- a/shuffle-array/tsconfig.json +++ b/shuffle-array/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/siesta/tsconfig.json b/siesta/tsconfig.json index cb4f842367..9d5eb152c6 100644 --- a/siesta/tsconfig.json +++ b/siesta/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sigmajs/tsconfig.json b/sigmajs/tsconfig.json index 98fed43b31..cd3fc09d0a 100644 --- a/sigmajs/tsconfig.json +++ b/sigmajs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/signalr/index.d.ts b/signalr/index.d.ts index ea150d71f9..dd4f7385bc 100644 --- a/signalr/index.d.ts +++ b/signalr/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace SignalR { diff --git a/signalr/signalr-1.0.d.ts b/signalr/signalr-1.0.d.ts index c1aeb6a60b..129e211d3f 100644 --- a/signalr/signalr-1.0.d.ts +++ b/signalr/signalr-1.0.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface HubMethod { (callback: (data: string) => void ): any; diff --git a/signalr/tsconfig.json b/signalr/tsconfig.json index 28b76e2aff..636b9a2753 100644 --- a/signalr/tsconfig.json +++ b/signalr/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/signals/tsconfig.json b/signals/tsconfig.json index d6e929677b..a1a3464e98 100644 --- a/signals/tsconfig.json +++ b/signals/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/signature_pad/tsconfig.json b/signature_pad/tsconfig.json index d5811a656a..af40679778 100644 --- a/signature_pad/tsconfig.json +++ b/signature_pad/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/simple-cw-node/simple-cw-node-tests.ts b/simple-cw-node/simple-cw-node-tests.ts index 2f09948b07..0e1361357b 100644 --- a/simple-cw-node/simple-cw-node-tests.ts +++ b/simple-cw-node/simple-cw-node-tests.ts @@ -1,4 +1,4 @@ -/// +/// import CW = require('simple-cw-node'); var client = CW(); diff --git a/simple-cw-node/tsconfig.json b/simple-cw-node/tsconfig.json index fc805a858f..6f326ffd09 100644 --- a/simple-cw-node/tsconfig.json +++ b/simple-cw-node/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/simple-mock/simple-mock-tests.ts b/simple-mock/simple-mock-tests.ts index e83b22affb..b6d212e98d 100644 --- a/simple-mock/simple-mock-tests.ts +++ b/simple-mock/simple-mock-tests.ts @@ -1,6 +1,6 @@ -/// -/// -/// +/// +/// +/// /// diff --git a/simple-mock/tsconfig.json b/simple-mock/tsconfig.json index 3ab54d9b71..2e6dec66b2 100644 --- a/simple-mock/tsconfig.json +++ b/simple-mock/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/simplebar/simplebar-tests.ts b/simplebar/simplebar-tests.ts index 033b16c741..77828223f4 100644 --- a/simplebar/simplebar-tests.ts +++ b/simplebar/simplebar-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// var simplebar = $.fn.simplebar.noConflict(); $.fn.simplebar = simplebar; diff --git a/simplebar/tsconfig.json b/simplebar/tsconfig.json index 60649f41c9..ba41e0e89e 100644 --- a/simplebar/tsconfig.json +++ b/simplebar/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/simplestorage.js/tsconfig.json b/simplestorage.js/tsconfig.json index ca7c11050d..e3dafca817 100644 --- a/simplestorage.js/tsconfig.json +++ b/simplestorage.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sinon-chai/index.d.ts b/sinon-chai/index.d.ts index 5fa9dc7818..149b46abea 100644 --- a/sinon-chai/index.d.ts +++ b/sinon-chai/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Kazi Manzur Rashid , Jed Mao // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace Chai { diff --git a/sinon-chai/tsconfig.json b/sinon-chai/tsconfig.json index 79091193c9..07cc9ca1a4 100644 --- a/sinon-chai/tsconfig.json +++ b/sinon-chai/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sinon-chrome/index.d.ts b/sinon-chrome/index.d.ts index df40c22c30..0bd8874780 100644 --- a/sinon-chrome/index.d.ts +++ b/sinon-chrome/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Tim Perry // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// /** * To use sinon-chrome: diff --git a/sinon-chrome/tsconfig.json b/sinon-chrome/tsconfig.json index 7b1d8fb24e..eb4f518d06 100644 --- a/sinon-chrome/tsconfig.json +++ b/sinon-chrome/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sinon-stub-promise/index.d.ts b/sinon-stub-promise/index.d.ts index 151f6d2ff4..cc84d9000d 100644 --- a/sinon-stub-promise/index.d.ts +++ b/sinon-stub-promise/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Thiago Temple // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Sinon { interface SinonPromise { diff --git a/sinon-stub-promise/tsconfig.json b/sinon-stub-promise/tsconfig.json index 506d63c82e..44881284c1 100644 --- a/sinon-stub-promise/tsconfig.json +++ b/sinon-stub-promise/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sinon/tsconfig.json b/sinon/tsconfig.json index d7b92df47a..bcbbef39ac 100644 --- a/sinon/tsconfig.json +++ b/sinon/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sipml/tsconfig.json b/sipml/tsconfig.json index a914dc0bd6..d0fc9b0dd5 100644 --- a/sipml/tsconfig.json +++ b/sipml/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sjcl/tsconfig.json b/sjcl/tsconfig.json index e73834194a..2da6c98abe 100644 --- a/sjcl/tsconfig.json +++ b/sjcl/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ski/tsconfig.json b/ski/tsconfig.json index 3eb2011cb4..4c271649d0 100644 --- a/ski/tsconfig.json +++ b/ski/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/skyway/index.d.ts b/skyway/index.d.ts index c9bc774f53..95579e8d0e 100644 --- a/skyway/index.d.ts +++ b/skyway/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Toshiya Nakakura // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace PeerJs{ interface PeerJSOption{ diff --git a/skyway/skyway-tests.ts b/skyway/skyway-tests.ts index 0a2a49d591..741ee15053 100644 --- a/skyway/skyway-tests.ts +++ b/skyway/skyway-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// var peerByOption: PeerJs.Peer = new Peer({ key: 'peerKey', diff --git a/skyway/tsconfig.json b/skyway/tsconfig.json index 109890fb98..fdd9595b15 100644 --- a/skyway/tsconfig.json +++ b/skyway/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/slate-irc/index.d.ts b/slate-irc/index.d.ts index 953036ebc4..361271d2c3 100644 --- a/slate-irc/index.d.ts +++ b/slate-irc/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Elisée MAURER // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as net from "net"; diff --git a/slate-irc/tsconfig.json b/slate-irc/tsconfig.json index bdbc4f105b..7238a7511d 100644 --- a/slate-irc/tsconfig.json +++ b/slate-irc/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/slick-carousel/index.d.ts b/slick-carousel/index.d.ts index c006926f38..e8ff8f198e 100644 --- a/slick-carousel/index.d.ts +++ b/slick-carousel/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: John Gouigouix // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQuerySlickOptions { diff --git a/slick-carousel/slick-carousel-tests.ts b/slick-carousel/slick-carousel-tests.ts index 0279f5131e..b7f61a5d2a 100644 --- a/slick-carousel/slick-carousel-tests.ts +++ b/slick-carousel/slick-carousel-tests.ts @@ -1,5 +1,5 @@ -/// -/// +/// +/// // -------------------------------------------------------- diff --git a/slick-carousel/tsconfig.json b/slick-carousel/tsconfig.json index 32668b4787..22e11e997a 100644 --- a/slick-carousel/tsconfig.json +++ b/slick-carousel/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/slickgrid/SlickGrid-tests.ts b/slickgrid/SlickGrid-tests.ts index e267a85948..883af61085 100644 --- a/slickgrid/SlickGrid-tests.ts +++ b/slickgrid/SlickGrid-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// interface MyData extends Slick.SlickData { diff --git a/slickgrid/index.d.ts b/slickgrid/index.d.ts index 96f91eaaf1..507247c675 100644 --- a/slickgrid/index.d.ts +++ b/slickgrid/index.d.ts @@ -29,7 +29,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/// +/// interface DOMEvent extends Event {} diff --git a/slickgrid/tsconfig.json b/slickgrid/tsconfig.json index 937e40a9fb..dd22821b2b 100644 --- a/slickgrid/tsconfig.json +++ b/slickgrid/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/slideout/tsconfig.json b/slideout/tsconfig.json index 1af836c575..0c63359706 100644 --- a/slideout/tsconfig.json +++ b/slideout/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/smoothie/index.d.ts b/smoothie/index.d.ts index 221eb8bdbd..7c53b10ddb 100644 --- a/smoothie/index.d.ts +++ b/smoothie/index.d.ts @@ -6,7 +6,7 @@ // NOTE this reference is here to make the DefinitelyTyped `npm test` suite pass and // may be removed if you are using this module declaration in isolation from the // rest of DefinitelyTyped. -/// +/// export interface ITimeSeriesOptions { diff --git a/smoothie/tsconfig.json b/smoothie/tsconfig.json index 94ef0ed023..e250ac4630 100644 --- a/smoothie/tsconfig.json +++ b/smoothie/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/smtpapi/tsconfig.json b/smtpapi/tsconfig.json index 403d654383..44c24f5aea 100644 --- a/smtpapi/tsconfig.json +++ b/smtpapi/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/snake-case/tsconfig.json b/snake-case/tsconfig.json index a514e7f65d..3c8aba5d6f 100644 --- a/snake-case/tsconfig.json +++ b/snake-case/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/snapsvg/tsconfig.json b/snapsvg/tsconfig.json index 453872491d..05d7daa710 100644 --- a/snapsvg/tsconfig.json +++ b/snapsvg/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/soap/index.d.ts b/soap/index.d.ts index 8912fd0ad8..a5f12dc3ea 100644 --- a/soap/index.d.ts +++ b/soap/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Nicole Wang // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as events from 'events'; diff --git a/soap/tsconfig.json b/soap/tsconfig.json index f3e90bc1eb..ed058184c1 100644 --- a/soap/tsconfig.json +++ b/soap/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/socket.io-client/tsconfig.json b/socket.io-client/tsconfig.json index 98c23f8352..720bcafb9b 100644 --- a/socket.io-client/tsconfig.json +++ b/socket.io-client/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/socket.io-redis/index.d.ts b/socket.io-redis/index.d.ts index 731205a855..7380182c12 100644 --- a/socket.io-redis/index.d.ts +++ b/socket.io-redis/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module 'socket.io-redis' { var redis: SocketIORedisStatic; diff --git a/socket.io-redis/socket.io-redis-tests.ts b/socket.io-redis/socket.io-redis-tests.ts index 986c9209c6..bab90b5d7e 100644 --- a/socket.io-redis/socket.io-redis-tests.ts +++ b/socket.io-redis/socket.io-redis-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// import socketIO = require('socket.io'); diff --git a/socket.io-redis/tsconfig.json b/socket.io-redis/tsconfig.json index 74c9d8915a..8322e423b7 100644 --- a/socket.io-redis/tsconfig.json +++ b/socket.io-redis/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/socket.io.users/index.d.ts b/socket.io.users/index.d.ts index d48960fcc7..e7c346f7f4 100644 --- a/socket.io.users/index.d.ts +++ b/socket.io.users/index.d.ts @@ -3,10 +3,10 @@ // Definitions by: Makis Maropoulos // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// -/// -/// +/// +/// import { EventEmitter } from 'events'; diff --git a/socket.io.users/socket.io.users-tests.ts b/socket.io.users/socket.io.users-tests.ts index 26d8300947..565f6a7d7b 100644 --- a/socket.io.users/socket.io.users-tests.ts +++ b/socket.io.users/socket.io.users-tests.ts @@ -1,6 +1,6 @@ -/// +/// -/// +/// var express = require('express'); var app = express(); diff --git a/socket.io.users/tsconfig.json b/socket.io.users/tsconfig.json index fee0dfaba0..a9461b7747 100644 --- a/socket.io.users/tsconfig.json +++ b/socket.io.users/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/socket.io/index.d.ts b/socket.io/index.d.ts index ad95f39ef3..66b5673b60 100644 --- a/socket.io/index.d.ts +++ b/socket.io/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: PROGRE , Damian Connolly , Florent Poujol // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module 'socket.io' { var server: SocketIOStatic; diff --git a/socket.io/tsconfig.json b/socket.io/tsconfig.json index 49021b54f6..304eeff8c0 100644 --- a/socket.io/tsconfig.json +++ b/socket.io/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/socketty/tsconfig.json b/socketty/tsconfig.json index 6ce90d064d..e66f309291 100644 --- a/socketty/tsconfig.json +++ b/socketty/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sockjs-client/tsconfig.json b/sockjs-client/tsconfig.json index 5dd6cde5e7..e6a620b0d7 100644 --- a/sockjs-client/tsconfig.json +++ b/sockjs-client/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sockjs-node/index.d.ts b/sockjs-node/index.d.ts index 35bc9a9bd0..1de35afd2a 100644 --- a/sockjs-node/index.d.ts +++ b/sockjs-node/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Phil McCloghry-Laing // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import http = require('http'); diff --git a/sockjs-node/tsconfig.json b/sockjs-node/tsconfig.json index a9591bba43..703811196a 100644 --- a/sockjs-node/tsconfig.json +++ b/sockjs-node/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sockjs/tsconfig.json b/sockjs/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/sockjs/tsconfig.json +++ b/sockjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/sortablejs/tsconfig.json b/sortablejs/tsconfig.json index 8896a6238d..5ffba8b178 100644 --- a/sortablejs/tsconfig.json +++ b/sortablejs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/soundjs/index.d.ts b/soundjs/index.d.ts index 2f62fdab02..3fe8b2748d 100644 --- a/soundjs/index.d.ts +++ b/soundjs/index.d.ts @@ -12,8 +12,8 @@ // Library documentation : http://www.createjs.com/Docs/SoundJS/modules/SoundJS.html -/// -/// +/// +/// declare namespace createjs { diff --git a/soundjs/tsconfig.json b/soundjs/tsconfig.json index 7fcf069f57..eee3d0748d 100644 --- a/soundjs/tsconfig.json +++ b/soundjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/source-map-support/index.d.ts b/source-map-support/index.d.ts index 77497ec3b5..8df4456483 100644 --- a/source-map-support/index.d.ts +++ b/source-map-support/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Bart van der Schoor // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** diff --git a/source-map-support/tsconfig.json b/source-map-support/tsconfig.json index ad9fc69ced..c00be50cb1 100644 --- a/source-map-support/tsconfig.json +++ b/source-map-support/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/source-map/tsconfig.json b/source-map/tsconfig.json index 095faaa9f6..ba72a19966 100644 --- a/source-map/tsconfig.json +++ b/source-map/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/space-pen/index.d.ts b/space-pen/index.d.ts index eb48db3ef5..52aaf5d320 100644 --- a/space-pen/index.d.ts +++ b/space-pen/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: vvakame // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// // http://atom.github.io/space-pen/ diff --git a/space-pen/tsconfig.json b/space-pen/tsconfig.json index a5946b3786..68795a09ce 100644 --- a/space-pen/tsconfig.json +++ b/space-pen/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/speakeasy/tsconfig.json b/speakeasy/tsconfig.json index 1185e7e440..8b9e75c04a 100644 --- a/speakeasy/tsconfig.json +++ b/speakeasy/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/spectrum/index.d.ts b/spectrum/index.d.ts index 5193d2f903..1145d4d108 100644 --- a/spectrum/index.d.ts +++ b/spectrum/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Mordechai Zuber // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// interface JQuery { diff --git a/spectrum/spectrum-tests.ts b/spectrum/spectrum-tests.ts index f469f8a163..76a83c7725 100644 --- a/spectrum/spectrum-tests.ts +++ b/spectrum/spectrum-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// $("#picker").spectrum(); diff --git a/spectrum/tsconfig.json b/spectrum/tsconfig.json index a0a2a5effd..dcd4d41695 100644 --- a/spectrum/tsconfig.json +++ b/spectrum/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/spin/tsconfig.json b/spin/tsconfig.json index 7cdfca08fe..d46b40a514 100644 --- a/spin/tsconfig.json +++ b/spin/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/split/index.d.ts b/split/index.d.ts index 54049f39d9..f4cd33dd5e 100644 --- a/split/index.d.ts +++ b/split/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Marcin Porębski // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/split/split-tests.ts b/split/split-tests.ts index 6b46589ab9..204a044b68 100644 --- a/split/split-tests.ts +++ b/split/split-tests.ts @@ -1,5 +1,5 @@ -/// +/// import stream = require("stream"); import split = require("split"); diff --git a/split/tsconfig.json b/split/tsconfig.json index 79ca94d713..ef71e2f376 100644 --- a/split/tsconfig.json +++ b/split/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/spotify-api/tsconfig.json b/spotify-api/tsconfig.json index d9afa604fd..c8dd20aa65 100644 --- a/spotify-api/tsconfig.json +++ b/spotify-api/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/spotify-web-api-js/index.d.ts b/spotify-web-api-js/index.d.ts index 817626199c..de4a2aabaf 100644 --- a/spotify-web-api-js/index.d.ts +++ b/spotify-web-api-js/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Niels Kristian Hansen Skovmand // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** * Declare SpotifyWebApi variable, sincle that is the name of the function in spotify-web-api-js. diff --git a/spotify-web-api-js/spotify-web-api-js-tests.ts b/spotify-web-api-js/spotify-web-api-js-tests.ts index 11fcf2b43b..76589ddbd1 100644 --- a/spotify-web-api-js/spotify-web-api-js-tests.ts +++ b/spotify-web-api-js/spotify-web-api-js-tests.ts @@ -6,7 +6,7 @@ // This test-file assumes the following two d.ts files to be present. /// -/// +/// var spotify = new SpotifyWebApi(); diff --git a/spotify-web-api-js/tsconfig.json b/spotify-web-api-js/tsconfig.json index d0d9cc72ca..6ac435cd41 100644 --- a/spotify-web-api-js/tsconfig.json +++ b/spotify-web-api-js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sprintf-js/tsconfig.json b/sprintf-js/tsconfig.json index 158297abb6..e1fb5fcf1a 100644 --- a/sprintf-js/tsconfig.json +++ b/sprintf-js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sprintf/tsconfig.json b/sprintf/tsconfig.json index 158297abb6..e1fb5fcf1a 100644 --- a/sprintf/tsconfig.json +++ b/sprintf/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sql.js/index.d.ts b/sql.js/index.d.ts index 999942cf3e..d3a20aced0 100644 --- a/sql.js/index.d.ts +++ b/sql.js/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: George Wu // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare class Database { constructor(data: Buffer); diff --git a/sql.js/sql.js-tests.ts b/sql.js/sql.js-tests.ts index 2f16ef1d49..90855a7eb5 100644 --- a/sql.js/sql.js-tests.ts +++ b/sql.js/sql.js-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// import fs = require("fs"); diff --git a/sql.js/tsconfig.json b/sql.js/tsconfig.json index ca26161ce1..11c6f79458 100644 --- a/sql.js/tsconfig.json +++ b/sql.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sqlite3/index.d.ts b/sqlite3/index.d.ts index 39378432cf..ad591ea8b2 100644 --- a/sqlite3/index.d.ts +++ b/sqlite3/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Nick Malaguti // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import events = require("events"); diff --git a/sqlite3/tsconfig.json b/sqlite3/tsconfig.json index 546508bb16..691181d61e 100644 --- a/sqlite3/tsconfig.json +++ b/sqlite3/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/squirejs/tsconfig.json b/squirejs/tsconfig.json index a07ebff754..a77fec29a5 100644 --- a/squirejs/tsconfig.json +++ b/squirejs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/srp/index.d.ts b/srp/index.d.ts index 040c1ace69..e516a48caa 100644 --- a/srp/index.d.ts +++ b/srp/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Pat Smuk // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace SRP { export interface Params { diff --git a/srp/tsconfig.json b/srp/tsconfig.json index 8595386ecd..64b3cfc05b 100644 --- a/srp/tsconfig.json +++ b/srp/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ss-utils/index.d.ts b/ss-utils/index.d.ts index d86f227c7f..a842b4ca45 100644 --- a/ss-utils/index.d.ts +++ b/ss-utils/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Demis Bellot // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace ssutils { diff --git a/ss-utils/ss-utils-tests.ts b/ss-utils/ss-utils-tests.ts index 0282aef211..1ca715a4c1 100644 --- a/ss-utils/ss-utils-tests.ts +++ b/ss-utils/ss-utils-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// declare var EventSource : ssutils.IEventSourceStatic; diff --git a/ss-utils/tsconfig.json b/ss-utils/tsconfig.json index 1d03111061..f2b32acd8c 100644 --- a/ss-utils/tsconfig.json +++ b/ss-utils/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ssh2/index.d.ts b/ssh2/index.d.ts index 53fd48e355..de9705bea4 100644 --- a/ssh2/index.d.ts +++ b/ssh2/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import stream = require('stream'); diff --git a/ssh2/tsconfig.json b/ssh2/tsconfig.json index c51fada80d..243d479ef7 100644 --- a/ssh2/tsconfig.json +++ b/ssh2/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/stack-mapper/tsconfig.json b/stack-mapper/tsconfig.json index ce26605837..f2096b8d26 100644 --- a/stack-mapper/tsconfig.json +++ b/stack-mapper/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/stack-trace/tsconfig.json b/stack-trace/tsconfig.json index bca8e95b7a..031bcb79bf 100644 --- a/stack-trace/tsconfig.json +++ b/stack-trace/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/stacktrace-js/tsconfig.json b/stacktrace-js/tsconfig.json index 82f5301f43..905da98b3b 100644 --- a/stacktrace-js/tsconfig.json +++ b/stacktrace-js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/stampit/tsconfig.json b/stampit/tsconfig.json index 70028afc87..48dafdb8f3 100644 --- a/stampit/tsconfig.json +++ b/stampit/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/stamplay-js-sdk/tsconfig.json b/stamplay-js-sdk/tsconfig.json index 0cc5dfb28d..e01543700b 100644 --- a/stamplay-js-sdk/tsconfig.json +++ b/stamplay-js-sdk/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/state-machine/tsconfig.json b/state-machine/tsconfig.json index 8301010241..32523c9dcb 100644 --- a/state-machine/tsconfig.json +++ b/state-machine/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/static-eval/index.d.ts b/static-eval/index.d.ts index a3a4117237..53db0266fc 100644 --- a/static-eval/index.d.ts +++ b/static-eval/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Ben Liddicott // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** diff --git a/static-eval/static-eval-tests.ts b/static-eval/static-eval-tests.ts index 22b5cf6ff3..bb893a4d60 100644 --- a/static-eval/static-eval-tests.ts +++ b/static-eval/static-eval-tests.ts @@ -1,4 +1,4 @@ -/// +/// import evaluate = require('static-eval'); import esprima = require('esprima'); diff --git a/static-eval/tsconfig.json b/static-eval/tsconfig.json index 775db5cfaf..d9bf4b8874 100644 --- a/static-eval/tsconfig.json +++ b/static-eval/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/stats/tsconfig.json b/stats/tsconfig.json index 5514f37405..8ed743a492 100644 --- a/stats/tsconfig.json +++ b/stats/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/statsd-client/tsconfig.json b/statsd-client/tsconfig.json index 2c3f08299d..8fc3b87b32 100644 --- a/statsd-client/tsconfig.json +++ b/statsd-client/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/status-bar/index.d.ts b/status-bar/index.d.ts index 005fad8a41..44511b8998 100644 --- a/status-bar/index.d.ts +++ b/status-bar/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: vvakame // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace StatusBar { interface IStatusBarViewStatic { diff --git a/status-bar/tsconfig.json b/status-bar/tsconfig.json index af0a48d3e3..3e840e31ed 100644 --- a/status-bar/tsconfig.json +++ b/status-bar/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/statuses/tsconfig.json b/statuses/tsconfig.json index c09c5e4bd6..f107f784af 100644 --- a/statuses/tsconfig.json +++ b/statuses/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/steam/index.d.ts b/steam/index.d.ts index 6deb9f432e..4d5edbed5a 100644 --- a/steam/index.d.ts +++ b/steam/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Andrey Kurdyumov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Steam { export var servers: any; diff --git a/steam/tsconfig.json b/steam/tsconfig.json index 244f4503f8..d669c90ad8 100644 --- a/steam/tsconfig.json +++ b/steam/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/storejs/tsconfig.json b/storejs/tsconfig.json index 652555a463..924394f4f9 100644 --- a/storejs/tsconfig.json +++ b/storejs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/stream-meter/index.d.ts b/stream-meter/index.d.ts index 96ac4b0b3e..37d5f315c6 100644 --- a/stream-meter/index.d.ts +++ b/stream-meter/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/brycebaril/node-stream-meter // Definitions by: TANAKA Koichi // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import {Transform} from 'stream'; diff --git a/stream-meter/tsconfig.json b/stream-meter/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/stream-meter/tsconfig.json +++ b/stream-meter/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/stream-series/index.d.ts b/stream-series/index.d.ts index fd4ba97add..4459e550cb 100644 --- a/stream-series/index.d.ts +++ b/stream-series/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Keita Kagurazaka // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare function series(...streams: T[]): NodeJS.ReadWriteStream; diff --git a/stream-series/tsconfig.json b/stream-series/tsconfig.json index 03d86f8598..72480792e0 100644 --- a/stream-series/tsconfig.json +++ b/stream-series/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/stream-to-array/index.d.ts b/stream-to-array/index.d.ts index f59fc29f98..c61e61ea4e 100644 --- a/stream-to-array/index.d.ts +++ b/stream-to-array/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare function toArray(stream: NodeJS.ReadableStream, callback: (err: any, arr: any[]) => void): NodeJS.ReadWriteStream; diff --git a/stream-to-array/stream-to-array-tests.ts b/stream-to-array/stream-to-array-tests.ts index ba75a5736b..c011f3e542 100644 --- a/stream-to-array/stream-to-array-tests.ts +++ b/stream-to-array/stream-to-array-tests.ts @@ -1,5 +1,5 @@ -/// +/// import toArray = require('stream-to-array'); diff --git a/stream-to-array/tsconfig.json b/stream-to-array/tsconfig.json index dcbddbc2dd..27df6a3f75 100644 --- a/stream-to-array/tsconfig.json +++ b/stream-to-array/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/streamjs/tsconfig.json b/streamjs/tsconfig.json index 88f6d95be0..501bbd3548 100644 --- a/streamjs/tsconfig.json +++ b/streamjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/string/tsconfig.json b/string/tsconfig.json index f82dbc063f..8fc50aca0d 100644 --- a/string/tsconfig.json +++ b/string/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/string_score/tsconfig.json b/string_score/tsconfig.json index 7106bf4aba..5a348e220f 100644 --- a/string_score/tsconfig.json +++ b/string_score/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/strip-json-comments/tsconfig.json b/strip-json-comments/tsconfig.json index a9e5a031e3..cca08a7129 100644 --- a/strip-json-comments/tsconfig.json +++ b/strip-json-comments/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/stripe-checkout/index.d.ts b/stripe-checkout/index.d.ts index 9799cc0278..eceb933144 100644 --- a/stripe-checkout/index.d.ts +++ b/stripe-checkout/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Chris Wrench // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface StripeCheckoutStatic { configure(options: StripeCheckoutOptions): StripeCheckoutHandler; diff --git a/stripe-checkout/tsconfig.json b/stripe-checkout/tsconfig.json index a581c64960..42258e4eca 100644 --- a/stripe-checkout/tsconfig.json +++ b/stripe-checkout/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/stripe/stripe-node.d.ts b/stripe/stripe-node.d.ts index 5f0575b53b..f4a607cb52 100644 --- a/stripe/stripe-node.d.ts +++ b/stripe/stripe-node.d.ts @@ -3,8 +3,8 @@ // Definitions by: William Johnston , Peter Harris // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare module 'stripe' { var out: StripeNode.StripeExport; diff --git a/stripe/tsconfig.json b/stripe/tsconfig.json index a348b9205c..7f5a2b552f 100644 --- a/stripe/tsconfig.json +++ b/stripe/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/strophe/tsconfig.json b/strophe/tsconfig.json index 512affdafc..473c693591 100644 --- a/strophe/tsconfig.json +++ b/strophe/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/stylus/index.d.ts b/stylus/index.d.ts index 52053af678..9065c15827 100644 --- a/stylus/index.d.ts +++ b/stylus/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Maxime LUCE // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Stylus { diff --git a/stylus/stylus-tests.ts b/stylus/stylus-tests.ts index 712b8ff26f..6c56693f89 100644 --- a/stylus/stylus-tests.ts +++ b/stylus/stylus-tests.ts @@ -4,7 +4,7 @@ * Created by using code samples from https://github.com/LearnBoost/stylus/blob/master/docs/js.md. */ -/// +/// /// diff --git a/stylus/tsconfig.json b/stylus/tsconfig.json index db38c7e581..53da2fae94 100644 --- a/stylus/tsconfig.json +++ b/stylus/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/succinct/index.d.ts b/succinct/index.d.ts index 334e18f869..33272292f2 100644 --- a/succinct/index.d.ts +++ b/succinct/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Matt Brooks // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace JQuerySuccinct { interface Options { diff --git a/succinct/tsconfig.json b/succinct/tsconfig.json index e57890b619..8a0d4469b4 100644 --- a/succinct/tsconfig.json +++ b/succinct/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sugar/tsconfig.json b/sugar/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/sugar/tsconfig.json +++ b/sugar/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/superagent/index.d.ts b/superagent/index.d.ts index ce7085d646..7ba86e8fe6 100644 --- a/superagent/index.d.ts +++ b/superagent/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Alex Varju // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import stream = require('stream'); diff --git a/superagent/superagent-tests.ts b/superagent/superagent-tests.ts index 1e8ae8bb3c..41be044d88 100644 --- a/superagent/superagent-tests.ts +++ b/superagent/superagent-tests.ts @@ -1,5 +1,5 @@ -/// +/// // via: http://visionmedia.github.io/superagent/ diff --git a/superagent/tsconfig.json b/superagent/tsconfig.json index 443d60a605..3be7c0e474 100644 --- a/superagent/tsconfig.json +++ b/superagent/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/supertest-as-promised/index.d.ts b/supertest-as-promised/index.d.ts index 179d199511..81fc0857df 100644 --- a/supertest-as-promised/index.d.ts +++ b/supertest-as-promised/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// // Mostly copy-pasted from supertest.d.ts diff --git a/supertest-as-promised/supertest-as-promised-tests.ts b/supertest-as-promised/supertest-as-promised-tests.ts index 7892cf374d..d6eb5771c9 100644 --- a/supertest-as-promised/supertest-as-promised-tests.ts +++ b/supertest-as-promised/supertest-as-promised-tests.ts @@ -1,5 +1,5 @@ -/// +/// import * as request from 'supertest-as-promised'; import * as express from 'express'; diff --git a/supertest-as-promised/tsconfig.json b/supertest-as-promised/tsconfig.json index 6cc073225b..c01af985a4 100644 --- a/supertest-as-promised/tsconfig.json +++ b/supertest-as-promised/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/supertest/tsconfig.json b/supertest/tsconfig.json index d866b22262..e504601186 100644 --- a/supertest/tsconfig.json +++ b/supertest/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/survey-knockout/tsconfig.json b/survey-knockout/tsconfig.json index 6f9240a27b..f52b1a1bdc 100644 --- a/survey-knockout/tsconfig.json +++ b/survey-knockout/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/svg-injector/tsconfig.json b/svg-injector/tsconfig.json index 978d39d0f1..e0df0615b4 100644 --- a/svg-injector/tsconfig.json +++ b/svg-injector/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/svg-pan-zoom/tsconfig.json b/svg-pan-zoom/tsconfig.json index e5d947881f..f52ee704cf 100644 --- a/svg-pan-zoom/tsconfig.json +++ b/svg-pan-zoom/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/svg-sprite/index.d.ts b/svg-sprite/index.d.ts index b58d686d49..1a9ea77177 100644 --- a/svg-sprite/index.d.ts +++ b/svg-sprite/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import File = require('../vinyl'); import winston = require('winston'); diff --git a/svg-sprite/tsconfig.json b/svg-sprite/tsconfig.json index 3b2dcf5f26..d26ccb5085 100644 --- a/svg-sprite/tsconfig.json +++ b/svg-sprite/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/svg.js/svgjs-tests.ts b/svg.js/svgjs-tests.ts index 63fcc1ce79..c4167e8d2b 100644 --- a/svg.js/svgjs-tests.ts +++ b/svg.js/svgjs-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// // create svg drawing paper diff --git a/svg.js/tsconfig.json b/svg.js/tsconfig.json index e8446e0e22..21b25c0ee9 100644 --- a/svg.js/tsconfig.json +++ b/svg.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/svg2png/tsconfig.json b/svg2png/tsconfig.json index 2f76550005..cd660d55f1 100644 --- a/svg2png/tsconfig.json +++ b/svg2png/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/svgjs.draggable/tsconfig.json b/svgjs.draggable/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/svgjs.draggable/tsconfig.json +++ b/svgjs.draggable/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/swag/index.d.ts b/swag/index.d.ts index 273fce8e33..b2c69c4871 100644 --- a/swag/index.d.ts +++ b/swag/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Shogo Iwano // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface SwagStatic { registerHelpers(handlebars: typeof Handlebars): void; diff --git a/swag/tsconfig.json b/swag/tsconfig.json index 842b04f21e..3b582ce31b 100644 --- a/swag/tsconfig.json +++ b/swag/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/swaggerize-express/tsconfig.json b/swaggerize-express/tsconfig.json index e3b47f5669..ecbad4ab45 100644 --- a/swaggerize-express/tsconfig.json +++ b/swaggerize-express/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/swap-case/tsconfig.json b/swap-case/tsconfig.json index c988f5b5ba..8949196165 100644 --- a/swap-case/tsconfig.json +++ b/swap-case/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/sweetalert/tsconfig.json b/sweetalert/tsconfig.json index bae0ab9103..7ae9fc28bf 100644 --- a/sweetalert/tsconfig.json +++ b/sweetalert/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/swfobject/tsconfig.json b/swfobject/tsconfig.json index ef964f6159..7661cba261 100644 --- a/swfobject/tsconfig.json +++ b/swfobject/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/swiftclick/tsconfig.json b/swiftclick/tsconfig.json index c2fc948316..fd7e7df700 100644 --- a/swiftclick/tsconfig.json +++ b/swiftclick/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/swig-email-templates/tsconfig.json b/swig-email-templates/tsconfig.json index 2b747fe9b6..956699edfb 100644 --- a/swig-email-templates/tsconfig.json +++ b/swig-email-templates/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/swig/tsconfig.json b/swig/tsconfig.json index 35d738f00d..e50a64e32d 100644 --- a/swig/tsconfig.json +++ b/swig/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/swipe/tsconfig.json b/swipe/tsconfig.json index df30b241b9..ff50c207e1 100644 --- a/swipe/tsconfig.json +++ b/swipe/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/swiper/swiper-tests.ts b/swiper/swiper-tests.ts index 55c004124a..2b377daa49 100644 --- a/swiper/swiper-tests.ts +++ b/swiper/swiper-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// // // Main demos diff --git a/swiper/tsconfig.json b/swiper/tsconfig.json index d181ffb270..1eb4359c8b 100644 --- a/swiper/tsconfig.json +++ b/swiper/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/swipeview/tsconfig.json b/swipeview/tsconfig.json index 05f9a955a8..dd5604035c 100644 --- a/swipeview/tsconfig.json +++ b/swipeview/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/switchery/tsconfig.json b/switchery/tsconfig.json index 8adb2f1d8a..f3dfc65288 100644 --- a/switchery/tsconfig.json +++ b/switchery/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/swiz/tsconfig.json b/swiz/tsconfig.json index 11fcf6cec8..702d943f82 100644 --- a/swiz/tsconfig.json +++ b/swiz/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/systemjs/tsconfig.json b/systemjs/tsconfig.json index 8f882f95f9..9d12973ab1 100644 --- a/systemjs/tsconfig.json +++ b/systemjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/tabris/tsconfig.json b/tabris/tsconfig.json index 9f6325c592..33a6d80887 100644 --- a/tabris/tsconfig.json +++ b/tabris/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/tabtab/tabtab-tests.ts b/tabtab/tabtab-tests.ts index 254af730bc..8330d7c2cd 100644 --- a/tabtab/tabtab-tests.ts +++ b/tabtab/tabtab-tests.ts @@ -1,5 +1,5 @@ -/// +/// import tabtab = require('tabtab'); import child_process = require('child_process'); diff --git a/tabtab/tsconfig.json b/tabtab/tsconfig.json index ae79babc9d..709d5cf779 100644 --- a/tabtab/tsconfig.json +++ b/tabtab/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/tape/index.d.ts b/tape/index.d.ts index c24e458718..4fc331c402 100644 --- a/tape/index.d.ts +++ b/tape/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Bart van der Schoor , Haoqun Jiang // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// export = tape; diff --git a/tape/tape-tests.ts b/tape/tape-tests.ts index a9e903014a..cc51d27ba1 100644 --- a/tape/tape-tests.ts +++ b/tape/tape-tests.ts @@ -1,5 +1,5 @@ -/// +/// import tape = require("tape"); diff --git a/tape/tsconfig.json b/tape/tsconfig.json index 123bd9a696..05ef9938e2 100644 --- a/tape/tsconfig.json +++ b/tape/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/tar/index.d.ts b/tar/index.d.ts index a5617595a2..fbfa9b8b0e 100644 --- a/tar/index.d.ts +++ b/tar/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TODO: When/if typings for [fstream](https://github.com/npm/fstream) are written, refactor this typing to use it for the various streams. -/// +/// import stream = require("stream"); diff --git a/tar/tar-tests.ts b/tar/tar-tests.ts index 69f721a236..41e645617f 100644 --- a/tar/tar-tests.ts +++ b/tar/tar-tests.ts @@ -4,7 +4,7 @@ * Created by using code samples from https://github.com/npm/node-tar. */ -/// +/// import tar = require("tar"); import fs = require("fs"); diff --git a/tar/tsconfig.json b/tar/tsconfig.json index 009ab9bc02..79647e2250 100644 --- a/tar/tsconfig.json +++ b/tar/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/tcomb/tcomb-tests.ts b/tcomb/tcomb-tests.ts index aafd5e55b2..2193ad61b2 100644 --- a/tcomb/tcomb-tests.ts +++ b/tcomb/tcomb-tests.ts @@ -1,8 +1,8 @@ // ReSharper disable InconsistentNaming // ReSharper disable WrongExpressionStatement /// -/// -/// +/// +/// // tests adapted from/for tcomb's test folder diff --git a/tcomb/tsconfig.json b/tcomb/tsconfig.json index 6ff8abe2b3..285539ee06 100644 --- a/tcomb/tsconfig.json +++ b/tcomb/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/tea-merge/tsconfig.json b/tea-merge/tsconfig.json index 65c0d8e5e3..5f54f3de50 100644 --- a/tea-merge/tsconfig.json +++ b/tea-merge/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/tedious-connection-pool/tsconfig.json b/tedious-connection-pool/tsconfig.json index 2633c8ac76..2a440eced5 100644 --- a/tedious-connection-pool/tsconfig.json +++ b/tedious-connection-pool/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/tedious/index.d.ts b/tedious/index.d.ts index 207909f6bc..33917ab280 100644 --- a/tedious/index.d.ts +++ b/tedious/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Rogier Schouten // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/tedious/tsconfig.json b/tedious/tsconfig.json index fdafbbec38..cfe144f02d 100644 --- a/tedious/tsconfig.json +++ b/tedious/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/teechart/tsconfig.json b/teechart/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/teechart/tsconfig.json +++ b/teechart/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/temp-fs/tsconfig.json b/temp-fs/tsconfig.json index 6efeb6100c..235760d3e6 100644 --- a/temp-fs/tsconfig.json +++ b/temp-fs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/temp/index.d.ts b/temp/index.d.ts index e757fce8dd..bb2f1abbf7 100644 --- a/temp/index.d.ts +++ b/temp/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Daniel Rosenwasser // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as temp from "temp"; import * as fs from "fs"; diff --git a/temp/tsconfig.json b/temp/tsconfig.json index c91dad1bb7..067d96a69a 100644 --- a/temp/tsconfig.json +++ b/temp/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/tether-shepherd/tsconfig.json b/tether-shepherd/tsconfig.json index 5dce2135de..8a290ec6bf 100644 --- a/tether-shepherd/tsconfig.json +++ b/tether-shepherd/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/tether/tether-tests.ts b/tether/tether-tests.ts index 4d3295b509..470c2827ee 100644 --- a/tether/tether-tests.ts +++ b/tether/tether-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var yellowBox = document.querySelector(".yellow"); diff --git a/tether/tsconfig.json b/tether/tsconfig.json index 2923b59243..7e4a8717b5 100644 --- a/tether/tsconfig.json +++ b/tether/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/text-buffer/index.d.ts b/text-buffer/index.d.ts index 21f1ad8265..eb5911680a 100644 --- a/text-buffer/index.d.ts +++ b/text-buffer/index.d.ts @@ -3,9 +3,9 @@ // Definitions by: vvakame // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// -/// +/// +/// +/// declare namespace TextBuffer { diff --git a/text-buffer/tsconfig.json b/text-buffer/tsconfig.json index c84ee2e019..6b7fe76b0f 100644 --- a/text-buffer/tsconfig.json +++ b/text-buffer/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/text-encoding/tsconfig.json b/text-encoding/tsconfig.json index 296a70b3cd..ddf6cf7557 100644 --- a/text-encoding/tsconfig.json +++ b/text-encoding/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/three/tests/canvas/canvas_camera_orthographic.ts b/three/tests/canvas/canvas_camera_orthographic.ts index 21cade450c..785512835f 100644 --- a/three/tests/canvas/canvas_camera_orthographic.ts +++ b/three/tests/canvas/canvas_camera_orthographic.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/canvas_camera_orthographic.html diff --git a/three/tests/canvas/canvas_geometry_cube.ts b/three/tests/canvas/canvas_geometry_cube.ts index 80017a4025..b1af3f97a2 100644 --- a/three/tests/canvas/canvas_geometry_cube.ts +++ b/three/tests/canvas/canvas_geometry_cube.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/canvas_geometry_cube.html diff --git a/three/tests/canvas/canvas_interactive_cubes_tween.ts b/three/tests/canvas/canvas_interactive_cubes_tween.ts index be4c46f053..4f85c068fb 100644 --- a/three/tests/canvas/canvas_interactive_cubes_tween.ts +++ b/three/tests/canvas/canvas_interactive_cubes_tween.ts @@ -1,6 +1,6 @@ -/// +/// /// -/// +/// // https://github.com/mrdoob/three.js/blob/master/examples/canvas_interactive_cubes_tween.html diff --git a/three/tests/canvas/canvas_lights_pointlights.ts b/three/tests/canvas/canvas_lights_pointlights.ts index e9cb61cf19..ce3ac24c33 100644 --- a/three/tests/canvas/canvas_lights_pointlights.ts +++ b/three/tests/canvas/canvas_lights_pointlights.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/canvas_lights_pointlights.html diff --git a/three/tests/canvas/canvas_materials.ts b/three/tests/canvas/canvas_materials.ts index e141785642..9fd59a6b4c 100644 --- a/three/tests/canvas/canvas_materials.ts +++ b/three/tests/canvas/canvas_materials.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/canvas_materials.html diff --git a/three/tests/canvas/canvas_particles_floor.ts b/three/tests/canvas/canvas_particles_floor.ts index 69ff28da16..cf38f9a02d 100644 --- a/three/tests/canvas/canvas_particles_floor.ts +++ b/three/tests/canvas/canvas_particles_floor.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/canvas_particles_floor.html diff --git a/three/tests/css3d/css3d_periodictable.ts b/three/tests/css3d/css3d_periodictable.ts index 95e668afe5..022628521c 100644 --- a/three/tests/css3d/css3d_periodictable.ts +++ b/three/tests/css3d/css3d_periodictable.ts @@ -1,5 +1,5 @@ -/// -/// +/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/css3d_periodictable.html diff --git a/three/tests/css3d/css3d_sprites.ts b/three/tests/css3d/css3d_sprites.ts index 919c4a8bf0..0432009f46 100644 --- a/three/tests/css3d/css3d_sprites.ts +++ b/three/tests/css3d/css3d_sprites.ts @@ -1,6 +1,6 @@ -/// +/// /// -/// +/// // https://github.com/mrdoob/three.js/blob/master/examples/css3d_sprites.html diff --git a/three/tests/examples/controls/vrcontrols.ts b/three/tests/examples/controls/vrcontrols.ts index 2576e14e8b..bff0226a06 100644 --- a/three/tests/examples/controls/vrcontrols.ts +++ b/three/tests/examples/controls/vrcontrols.ts @@ -1,5 +1,5 @@ -/// -/// +/// +/// var _vrControls = new THREE.VRControls(new THREE.Camera()); diff --git a/three/tests/examples/detector.ts b/three/tests/examples/detector.ts index 0f30fdd318..8b7643592a 100644 --- a/three/tests/examples/detector.ts +++ b/three/tests/examples/detector.ts @@ -1,4 +1,4 @@ -/// +/// /// diff --git a/three/tests/examples/effects/vreffect.ts b/three/tests/examples/effects/vreffect.ts index 2e0fbca8e5..72a97e3a0b 100644 --- a/three/tests/examples/effects/vreffect.ts +++ b/three/tests/examples/effects/vreffect.ts @@ -1,5 +1,5 @@ -/// -/// +/// +/// var _vrEffect: THREE.VREffect; diff --git a/three/tests/math/test_unit_math.ts b/three/tests/math/test_unit_math.ts index 5d095315dc..2dacb16fb6 100644 --- a/three/tests/math/test_unit_math.ts +++ b/three/tests/math/test_unit_math.ts @@ -1,5 +1,5 @@ -/// -/// +/// +/// /// diff --git a/three/tests/three-tests-setup.ts b/three/tests/three-tests-setup.ts index 4ad96406d2..9113e6a5c9 100644 --- a/three/tests/three-tests-setup.ts +++ b/three/tests/three-tests-setup.ts @@ -2,8 +2,8 @@ // https://github.com/mrdoob/three.js/tree/master/examples ////////////////////////////////////////////////////////////// -/// -/// +/// +/// /// /// /// diff --git a/three/tests/webgl/webgl_animation_cloth.ts b/three/tests/webgl/webgl_animation_cloth.ts index e58d460986..43feba3fc7 100644 --- a/three/tests/webgl/webgl_animation_cloth.ts +++ b/three/tests/webgl/webgl_animation_cloth.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/webgl_animation_cloth.html diff --git a/three/tests/webgl/webgl_animation_skinning_morph.ts b/three/tests/webgl/webgl_animation_skinning_morph.ts index 50976c4547..8c6a4ff3c7 100644 --- a/three/tests/webgl/webgl_animation_skinning_morph.ts +++ b/three/tests/webgl/webgl_animation_skinning_morph.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/webgl_sprites.html diff --git a/three/tests/webgl/webgl_buffergeometry.ts b/three/tests/webgl/webgl_buffergeometry.ts index c01b0dfe6c..57106f0aed 100644 --- a/three/tests/webgl/webgl_buffergeometry.ts +++ b/three/tests/webgl/webgl_buffergeometry.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/webgl_buffergeometry.html diff --git a/three/tests/webgl/webgl_camera.ts b/three/tests/webgl/webgl_camera.ts index a10a4ad0d5..7f05840923 100644 --- a/three/tests/webgl/webgl_camera.ts +++ b/three/tests/webgl/webgl_camera.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/webgl_camera.html diff --git a/three/tests/webgl/webgl_custom_attributes.ts b/three/tests/webgl/webgl_custom_attributes.ts index 94c892f62b..077b99424d 100644 --- a/three/tests/webgl/webgl_custom_attributes.ts +++ b/three/tests/webgl/webgl_custom_attributes.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/webgl_custom_attributes.html diff --git a/three/tests/webgl/webgl_geometries.ts b/three/tests/webgl/webgl_geometries.ts index 7840641b2a..aed2b2e2b6 100644 --- a/three/tests/webgl/webgl_geometries.ts +++ b/three/tests/webgl/webgl_geometries.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/webgl_geometries.html diff --git a/three/tests/webgl/webgl_helpers.ts b/three/tests/webgl/webgl_helpers.ts index 07f3f2db8a..3cab4ac547 100644 --- a/three/tests/webgl/webgl_helpers.ts +++ b/three/tests/webgl/webgl_helpers.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/webgl_helpers.html diff --git a/three/tests/webgl/webgl_interactive_cubes.ts b/three/tests/webgl/webgl_interactive_cubes.ts index 26bd805906..2c574e2bad 100644 --- a/three/tests/webgl/webgl_interactive_cubes.ts +++ b/three/tests/webgl/webgl_interactive_cubes.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/webgl_interactive_cubes.html diff --git a/three/tests/webgl/webgl_interactive_raycasting_points.ts b/three/tests/webgl/webgl_interactive_raycasting_points.ts index 550d4b4b94..86edace793 100644 --- a/three/tests/webgl/webgl_interactive_raycasting_points.ts +++ b/three/tests/webgl/webgl_interactive_raycasting_points.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/webgl_sprites.html diff --git a/three/tests/webgl/webgl_lensflares.ts b/three/tests/webgl/webgl_lensflares.ts index f673d5c96a..5e2e3a1a20 100644 --- a/three/tests/webgl/webgl_lensflares.ts +++ b/three/tests/webgl/webgl_lensflares.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/webgl_lensflares.html diff --git a/three/tests/webgl/webgl_lights_hemisphere.ts b/three/tests/webgl/webgl_lights_hemisphere.ts index 892b3ed4cc..fa4eb5c75d 100644 --- a/three/tests/webgl/webgl_lights_hemisphere.ts +++ b/three/tests/webgl/webgl_lights_hemisphere.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/webgl_lights_hemisphere.html diff --git a/three/tests/webgl/webgl_lines_colors.ts b/three/tests/webgl/webgl_lines_colors.ts index 08501b53b1..be5f94d6d0 100644 --- a/three/tests/webgl/webgl_lines_colors.ts +++ b/three/tests/webgl/webgl_lines_colors.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/webgl_lines_colors.html diff --git a/three/tests/webgl/webgl_loader_awd.ts b/three/tests/webgl/webgl_loader_awd.ts index 455d1a3750..fedc182619 100644 --- a/three/tests/webgl/webgl_loader_awd.ts +++ b/three/tests/webgl/webgl_loader_awd.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/webgl_loader_awd.html diff --git a/three/tests/webgl/webgl_materials.ts b/three/tests/webgl/webgl_materials.ts index 5426a1fb2f..47356cad68 100644 --- a/three/tests/webgl/webgl_materials.ts +++ b/three/tests/webgl/webgl_materials.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/webgl_materials.html diff --git a/three/tests/webgl/webgl_morphtargets.ts b/three/tests/webgl/webgl_morphtargets.ts index a8377ba6b2..7e8450b728 100644 --- a/three/tests/webgl/webgl_morphtargets.ts +++ b/three/tests/webgl/webgl_morphtargets.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/webgl_morphtargets.html diff --git a/three/tests/webgl/webgl_points_billboards.ts b/three/tests/webgl/webgl_points_billboards.ts index 37c41424bc..0fb5283cd6 100644 --- a/three/tests/webgl/webgl_points_billboards.ts +++ b/three/tests/webgl/webgl_points_billboards.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/webgl_particles_billboards.html diff --git a/three/tests/webgl/webgl_postprocessing.ts b/three/tests/webgl/webgl_postprocessing.ts index 440e73dddf..e9c557f59b 100644 --- a/three/tests/webgl/webgl_postprocessing.ts +++ b/three/tests/webgl/webgl_postprocessing.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/webgl_postprocessing.html diff --git a/three/tests/webgl/webgl_shader.ts b/three/tests/webgl/webgl_shader.ts index a4937efaf9..8ddb9e5dd8 100644 --- a/three/tests/webgl/webgl_shader.ts +++ b/three/tests/webgl/webgl_shader.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/webgl_shader.html diff --git a/three/tests/webgl/webgl_sprites.ts b/three/tests/webgl/webgl_sprites.ts index 3ec84bba15..a40fb77550 100644 --- a/three/tests/webgl/webgl_sprites.ts +++ b/three/tests/webgl/webgl_sprites.ts @@ -1,4 +1,4 @@ -/// +/// /// // https://github.com/mrdoob/three.js/blob/master/examples/webgl_sprites.html diff --git a/three/tsconfig.json b/three/tsconfig.json index 1321a3be0e..6fe5dc4707 100644 --- a/three/tsconfig.json +++ b/three/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/thrift/tsconfig.json b/thrift/tsconfig.json index 92d3cd4573..9f2ae102be 100644 --- a/thrift/tsconfig.json +++ b/thrift/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/through/index.d.ts b/through/index.d.ts index ebcfdfb833..71397ad8d9 100644 --- a/through/index.d.ts +++ b/through/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Andrew Gaspar // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import stream = require("stream"); diff --git a/through/tsconfig.json b/through/tsconfig.json index 5c60019786..4ff91c8299 100644 --- a/through/tsconfig.json +++ b/through/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/through2/index.d.ts b/through2/index.d.ts index a7a0679347..7578f3cd26 100644 --- a/through2/index.d.ts +++ b/through2/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Bart van der Schoor , jedmao , Georgios Valotasios // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/through2/through2-0.4.2-test.ts b/through2/through2-0.4.2-test.ts index 79bfef2e27..d87cfc29f8 100644 --- a/through2/through2-0.4.2-test.ts +++ b/through2/through2-0.4.2-test.ts @@ -1,5 +1,5 @@ /// -/// +/// import through2 = require('through2'); diff --git a/through2/through2-0.4.2.d.ts b/through2/through2-0.4.2.d.ts index 591c4cdad4..523a837346 100644 --- a/through2/through2-0.4.2.d.ts +++ b/through2/through2-0.4.2.d.ts @@ -3,7 +3,7 @@ // Definitions by: Bart van der Schoor , jedmao // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/through2/through2-tests.ts b/through2/through2-tests.ts index b577d3ded7..8c6c410ddc 100644 --- a/through2/through2-tests.ts +++ b/through2/through2-tests.ts @@ -1,5 +1,5 @@ -/// +/// import through2 = require('through2'); diff --git a/through2/tsconfig.json b/through2/tsconfig.json index a96eb87d25..28a3459554 100644 --- a/through2/tsconfig.json +++ b/through2/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/timelinejs/tsconfig.json b/timelinejs/tsconfig.json index a0956ba370..5b6ae88c49 100644 --- a/timelinejs/tsconfig.json +++ b/timelinejs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/timezone-js/tsconfig.json b/timezone-js/tsconfig.json index c1549bfb1a..a132c14838 100644 --- a/timezone-js/tsconfig.json +++ b/timezone-js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/timezonecomplete/tsconfig.json b/timezonecomplete/tsconfig.json index 95f73f8a88..99da7a5a9b 100644 --- a/timezonecomplete/tsconfig.json +++ b/timezonecomplete/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/tinycolor/tsconfig.json b/tinycolor/tsconfig.json index 4338dc1682..e173033c3e 100644 --- a/tinycolor/tsconfig.json +++ b/tinycolor/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/titanium/tsconfig.json b/titanium/tsconfig.json index bb3fff4db2..293712ab1a 100644 --- a/titanium/tsconfig.json +++ b/titanium/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/title-case/tsconfig.json b/title-case/tsconfig.json index fdf16e76d8..93f5b49c07 100644 --- a/title-case/tsconfig.json +++ b/title-case/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/tmp/tsconfig.json b/tmp/tsconfig.json index 6b8d750f50..6b1241fcf5 100644 --- a/tmp/tsconfig.json +++ b/tmp/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/to-title-case-gouch/to-title-case-gouch-tests.ts b/to-title-case-gouch/to-title-case-gouch-tests.ts index 68e0a616b0..b1d5aefffd 100644 --- a/to-title-case-gouch/to-title-case-gouch-tests.ts +++ b/to-title-case-gouch/to-title-case-gouch-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// import fs = require('fs'); diff --git a/to-title-case-gouch/tsconfig.json b/to-title-case-gouch/tsconfig.json index a689e9b8e4..0f29846ed7 100644 --- a/to-title-case-gouch/tsconfig.json +++ b/to-title-case-gouch/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/toastr/index.d.ts b/toastr/index.d.ts index 2b1ad4f61f..c042767a23 100644 --- a/toastr/index.d.ts +++ b/toastr/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface ToastrOptions { /** diff --git a/toastr/tsconfig.json b/toastr/tsconfig.json index 1eec360fb7..2aa7cdacd9 100644 --- a/toastr/tsconfig.json +++ b/toastr/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/tooltipster/index.d.ts b/tooltipster/index.d.ts index 7f2fa644ec..b4450f794d 100644 --- a/tooltipster/index.d.ts +++ b/tooltipster/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Stephen Lautier // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace JQueryTooltipster { diff --git a/tooltipster/tsconfig.json b/tooltipster/tsconfig.json index 906a023597..01180849fa 100644 --- a/tooltipster/tsconfig.json +++ b/tooltipster/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/touch-events/tsconfig.json b/touch-events/tsconfig.json index ef6ea73294..aad7591f14 100644 --- a/touch-events/tsconfig.json +++ b/touch-events/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/traceback/traceback-tests.ts b/traceback/traceback-tests.ts index d0772b5972..8224b456a6 100644 --- a/traceback/traceback-tests.ts +++ b/traceback/traceback-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// function testTraceback() { var TracebackStaticClass: TracebackStatic = function () { diff --git a/traceback/tsconfig.json b/traceback/tsconfig.json index d8f3d257a0..4c5a5c6ef2 100644 --- a/traceback/tsconfig.json +++ b/traceback/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/tracking/tsconfig.json b/tracking/tsconfig.json index cb059b96e7..9ed3ee2885 100644 --- a/tracking/tsconfig.json +++ b/tracking/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/traverse/tsconfig.json b/traverse/tsconfig.json index 7720beb24c..843cdfabdc 100644 --- a/traverse/tsconfig.json +++ b/traverse/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/traverson/tsconfig.json b/traverson/tsconfig.json index 5f5f1d0e60..44756f8fe4 100644 --- a/traverson/tsconfig.json +++ b/traverson/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/trunk8/index.d.ts b/trunk8/index.d.ts index cd703a48e2..ff4e8d2370 100644 --- a/trunk8/index.d.ts +++ b/trunk8/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Blake Niemyjski // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface Trunk8Options { /** diff --git a/trunk8/tsconfig.json b/trunk8/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/trunk8/tsconfig.json +++ b/trunk8/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/tsmonad/tsconfig.json b/tsmonad/tsconfig.json index 90aa3e1334..56afffec50 100644 --- a/tsmonad/tsconfig.json +++ b/tsmonad/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/tspromise/index.d.ts b/tspromise/index.d.ts index 4930321c2a..a2e38426a3 100644 --- a/tspromise/index.d.ts +++ b/tspromise/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Carlos Ballesteros Velasco // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare class Thenable { then(onFulfilled: (value: T) => Thenable, onRejected?: (error: Error) => TR): Thenable; then(onFulfilled: (value: T) => Thenable, onRejected?: (error: Error) => void): Thenable; diff --git a/tspromise/tsconfig.json b/tspromise/tsconfig.json index 6a114ec7d3..bf8c215472 100644 --- a/tspromise/tsconfig.json +++ b/tspromise/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/turf/index.d.ts b/turf/index.d.ts index c85d8aa393..8b7f1eab3b 100644 --- a/turf/index.d.ts +++ b/turf/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Guillaume Croteau // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace turf { ////////////////////////////////////////////////////// diff --git a/turf/tsconfig.json b/turf/tsconfig.json index 75113f0a3e..e4f3af8fbd 100644 --- a/turf/tsconfig.json +++ b/turf/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/tv4/tsconfig.json b/tv4/tsconfig.json index 49d24ae0ba..dbc76f8bbc 100644 --- a/tv4/tsconfig.json +++ b/tv4/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/tween.js/tsconfig.json b/tween.js/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/tween.js/tsconfig.json +++ b/tween.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/tweenjs/index.d.ts b/tweenjs/index.d.ts index 3d303cf173..bcc3c87778 100644 --- a/tweenjs/index.d.ts +++ b/tweenjs/index.d.ts @@ -12,7 +12,7 @@ // Library documentation : http://www.createjs.com/Docs/TweenJS/modules/TweenJS.html -/// +/// declare namespace createjs { export class CSSPlugin { diff --git a/tweenjs/tsconfig.json b/tweenjs/tsconfig.json index bd45c93d59..9e831c9329 100644 --- a/tweenjs/tsconfig.json +++ b/tweenjs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/tweenjs/tweenjs-tests.ts b/tweenjs/tweenjs-tests.ts index 080c6c954b..65eba7b3f3 100644 --- a/tweenjs/tweenjs-tests.ts +++ b/tweenjs/tweenjs-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// var target = new createjs.DisplayObject(); diff --git a/twig/tsconfig.json b/twig/tsconfig.json index 051fee207c..279426c527 100644 --- a/twig/tsconfig.json +++ b/twig/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/twitter-text/tsconfig.json b/twitter-text/tsconfig.json index d2e6df50c5..f6fcc8b5a2 100644 --- a/twitter-text/tsconfig.json +++ b/twitter-text/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/twitter/tsconfig.json b/twitter/tsconfig.json index 3492891435..64eee894bb 100644 --- a/twitter/tsconfig.json +++ b/twitter/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/twix/tsconfig.json b/twix/tsconfig.json index 223cc5ea13..a599707e9d 100644 --- a/twix/tsconfig.json +++ b/twix/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/type-check/tsconfig.json b/type-check/tsconfig.json index b1213a4d71..70f605f51c 100644 --- a/type-check/tsconfig.json +++ b/type-check/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/type-detect/tsconfig.json b/type-detect/tsconfig.json index e38c232ca0..faa5fc0d82 100644 --- a/type-detect/tsconfig.json +++ b/type-detect/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/type-name/tsconfig.json b/type-name/tsconfig.json index 20ee3571f7..aa212e3114 100644 --- a/type-name/tsconfig.json +++ b/type-name/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/typeahead/index.d.ts b/typeahead/index.d.ts index eb71cdc74a..95100bbbba 100644 --- a/typeahead/index.d.ts +++ b/typeahead/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Ivaylo Gochkov , Gidon Junge // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQuery { /** diff --git a/typeahead/tsconfig.json b/typeahead/tsconfig.json index 5ca1e23e3e..a817c0cd07 100644 --- a/typeahead/tsconfig.json +++ b/typeahead/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/typeahead/typeahead-tests.ts b/typeahead/typeahead-tests.ts index 7debe0044f..ec2e3e1a82 100644 --- a/typeahead/typeahead-tests.ts +++ b/typeahead/typeahead-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// function test_typeahead() { diff --git a/typescript-deferred/tsconfig.json b/typescript-deferred/tsconfig.json index 60698ee645..8bab5670be 100644 --- a/typescript-deferred/tsconfig.json +++ b/typescript-deferred/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/typescript-services/tsconfig.json b/typescript-services/tsconfig.json index 0b85201ed5..95d8a1ce4f 100644 --- a/typescript-services/tsconfig.json +++ b/typescript-services/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/typescript/tsconfig.json b/typescript/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/typescript/tsconfig.json +++ b/typescript/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/ua-parser-js/tsconfig.json b/ua-parser-js/tsconfig.json index 0b0ee27e63..7145e4be0b 100644 --- a/ua-parser-js/tsconfig.json +++ b/ua-parser-js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/uglify-js/index.d.ts b/uglify-js/index.d.ts index 11b2664517..d87c80aff6 100644 --- a/uglify-js/index.d.ts +++ b/uglify-js/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Tanguy Krotoff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as MOZ_SourceMap from 'source-map'; diff --git a/uglify-js/tsconfig.json b/uglify-js/tsconfig.json index e1e7d9c9c0..aae78e6249 100644 --- a/uglify-js/tsconfig.json +++ b/uglify-js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/uglify-js/uglify-js-tests.ts b/uglify-js/uglify-js-tests.ts index 27ab43e2ad..5de6c65b50 100644 --- a/uglify-js/uglify-js-tests.ts +++ b/uglify-js/uglify-js-tests.ts @@ -1,4 +1,4 @@ -/// +/// import * as UglifyJS from './'; import * as fs from 'fs'; diff --git a/ui-grid/index.d.ts b/ui-grid/index.d.ts index f14a48d5a9..75673a983b 100644 --- a/ui-grid/index.d.ts +++ b/ui-grid/index.d.ts @@ -14,8 +14,8 @@ // 7/8/2015 ui-grid v3.0.0-rc.22-482dc67 // Added primary interfaces for row, column, api, grid, columnDef, and gridOptions. Needs more tests! -/// -/// +/// +/// declare namespace uiGrid { export interface IUiGridConstants { diff --git a/ui-grid/tsconfig.json b/ui-grid/tsconfig.json index 26ee1e1985..c029062fb3 100644 --- a/ui-grid/tsconfig.json +++ b/ui-grid/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ui-grid/ui-grid-tests.ts b/ui-grid/ui-grid-tests.ts index 8dbd500a99..54864abd1c 100644 --- a/ui-grid/ui-grid-tests.ts +++ b/ui-grid/ui-grid-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// interface IMyEntity { name: string; diff --git a/ui-router-extras/index.d.ts b/ui-router-extras/index.d.ts index 0c4673e915..675c37f6e1 100644 --- a/ui-router-extras/index.d.ts +++ b/ui-router-extras/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Michael Putters , Marcel van de Kamp // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// // Support for AMD require declare module 'angular-ui-router-extras' { diff --git a/ui-router-extras/tsconfig.json b/ui-router-extras/tsconfig.json index 48b9e07eff..1121db714b 100644 --- a/ui-router-extras/tsconfig.json +++ b/ui-router-extras/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ui-select/index.d.ts b/ui-select/index.d.ts index 72372f01a8..1d3846ec53 100644 --- a/ui-select/index.d.ts +++ b/ui-select/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Niko Kovačič // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare module "ui-select" { var _: string; diff --git a/ui-select/tsconfig.json b/ui-select/tsconfig.json index bfa40e3eb3..6722381536 100644 --- a/ui-select/tsconfig.json +++ b/ui-select/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/uikit/index.d.ts b/uikit/index.d.ts index af85aa44dc..3c2f8ceb73 100644 --- a/uikit/index.d.ts +++ b/uikit/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Giovanni Silva // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace UIkit { interface ModalElement { diff --git a/umbraco/tsconfig.json b/umbraco/tsconfig.json index 43489dc5a4..d6ffd2cd50 100644 --- a/umbraco/tsconfig.json +++ b/umbraco/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/umbraco/umbraco-resources.d.ts b/umbraco/umbraco-resources.d.ts index 51f7731ef1..bcfbba4824 100644 --- a/umbraco/umbraco-resources.d.ts +++ b/umbraco/umbraco-resources.d.ts @@ -3,7 +3,7 @@ // Definitions by: DeCareSystemsIreland // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace umbraco.resources{ diff --git a/umbraco/umbraco-services.d.ts b/umbraco/umbraco-services.d.ts index 7f0ce0daaa..ffeb7827d4 100644 --- a/umbraco/umbraco-services.d.ts +++ b/umbraco/umbraco-services.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// -/// +/// declare namespace umbraco.services { diff --git a/umbraco/umbraco-tests.ts b/umbraco/umbraco-tests.ts index 5312b097d8..b7c22a56a1 100644 --- a/umbraco/umbraco-tests.ts +++ b/umbraco/umbraco-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// var navigationService: umb.services.INavigationService; var notificationsService: umb.services.INotificationsService; diff --git a/umzug/index.d.ts b/umzug/index.d.ts index 4bc4cd3f8e..0fac758548 100644 --- a/umzug/index.d.ts +++ b/umzug/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Ivan Drinchev // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import Sequelize = require("../sequelize"); diff --git a/umzug/tsconfig.json b/umzug/tsconfig.json index a1a66334bd..87d6dd255c 100644 --- a/umzug/tsconfig.json +++ b/umzug/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/umzug/umzug-tests.ts b/umzug/umzug-tests.ts index 7fa7aadec9..1201ec178f 100644 --- a/umzug/umzug-tests.ts +++ b/umzug/umzug-tests.ts @@ -1,4 +1,4 @@ -/// +/// import * as Umzug from "./"; import * as Sequelize from "../sequelize"; diff --git a/underscore-ko/index.d.ts b/underscore-ko/index.d.ts index 35d5e9eb3f..618033e607 100644 --- a/underscore-ko/index.d.ts +++ b/underscore-ko/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Maurits Elbers // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// interface KnockoutObservableArrayFunctions { diff --git a/underscore-ko/tsconfig.json b/underscore-ko/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/underscore-ko/tsconfig.json +++ b/underscore-ko/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/underscore.string/tsconfig.json b/underscore.string/tsconfig.json index 51dafd9bdd..3e98aeefa4 100644 --- a/underscore.string/tsconfig.json +++ b/underscore.string/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/underscore/tsconfig.json b/underscore/tsconfig.json index 0ebf042809..bc5cd9f4c7 100644 --- a/underscore/tsconfig.json +++ b/underscore/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/undertaker/tsconfig.json b/undertaker/tsconfig.json index fdcc943da4..42300f36df 100644 --- a/undertaker/tsconfig.json +++ b/undertaker/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/undertaker/undertaker-tests.ts b/undertaker/undertaker-tests.ts index 9998fd0bec..c8dc8dd4f5 100644 --- a/undertaker/undertaker-tests.ts +++ b/undertaker/undertaker-tests.ts @@ -1,5 +1,5 @@ -/// +/// var fs = require('fs'); var Undertaker = require('undertaker'); diff --git a/uniq/tsconfig.json b/uniq/tsconfig.json index 3113e81da2..fddc33ee90 100644 --- a/uniq/tsconfig.json +++ b/uniq/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/unique-random/tsconfig.json b/unique-random/tsconfig.json index ad0832659f..a1d2b4dc25 100644 --- a/unique-random/tsconfig.json +++ b/unique-random/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/unity-webapi/tsconfig.json b/unity-webapi/tsconfig.json index 8857b65a14..6c638aa7e3 100644 --- a/unity-webapi/tsconfig.json +++ b/unity-webapi/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/universal-analytics/tsconfig.json b/universal-analytics/tsconfig.json index 655153e385..c456de1963 100644 --- a/universal-analytics/tsconfig.json +++ b/universal-analytics/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/unorm/tsconfig.json b/unorm/tsconfig.json index 0452bde2c4..fe81c25eec 100644 --- a/unorm/tsconfig.json +++ b/unorm/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/update-notifier/tsconfig.json b/update-notifier/tsconfig.json index 1da0b16841..371bc0e55a 100644 --- a/update-notifier/tsconfig.json +++ b/update-notifier/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/upper-case-first/tsconfig.json b/upper-case-first/tsconfig.json index 94bd9a7a6c..4d77323e3a 100644 --- a/upper-case-first/tsconfig.json +++ b/upper-case-first/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/upper-case/tsconfig.json b/upper-case/tsconfig.json index 04967c9136..b579366c16 100644 --- a/upper-case/tsconfig.json +++ b/upper-case/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/urbanairship-cordova/tsconfig.json b/urbanairship-cordova/tsconfig.json index b2b59046b3..3fc5f4cd24 100644 --- a/urbanairship-cordova/tsconfig.json +++ b/urbanairship-cordova/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/uri-templates/tsconfig.json b/uri-templates/tsconfig.json index cf5f7e8f71..f53d331350 100644 --- a/uri-templates/tsconfig.json +++ b/uri-templates/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/urijs/index.d.ts b/urijs/index.d.ts index c7a2630370..b876fbba82 100644 --- a/urijs/index.d.ts +++ b/urijs/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: RodneyJT , Brian Surowiec // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace uri { diff --git a/urijs/tsconfig.json b/urijs/tsconfig.json index 81c9a0062e..15af205259 100644 --- a/urijs/tsconfig.json +++ b/urijs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/url-template/tsconfig.json b/url-template/tsconfig.json index 669412580d..013b251997 100644 --- a/url-template/tsconfig.json +++ b/url-template/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/urlrouter/index.d.ts b/urlrouter/index.d.ts index d7601a85a0..03a6196664 100644 --- a/urlrouter/index.d.ts +++ b/urlrouter/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: soywiz // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import http = require("http"); diff --git a/urlrouter/tsconfig.json b/urlrouter/tsconfig.json index 9908e23c97..422e833b93 100644 --- a/urlrouter/tsconfig.json +++ b/urlrouter/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/urlsafe-base64/index.d.ts b/urlsafe-base64/index.d.ts index cbd76a98ca..b0dda43e4e 100644 --- a/urlsafe-base64/index.d.ts +++ b/urlsafe-base64/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Tanguy Krotoff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** diff --git a/urlsafe-base64/tsconfig.json b/urlsafe-base64/tsconfig.json index 63840f93be..ff20b0b4f1 100644 --- a/urlsafe-base64/tsconfig.json +++ b/urlsafe-base64/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/usage/tsconfig.json b/usage/tsconfig.json index 51dcaca11f..d33e17caa3 100644 --- a/usage/tsconfig.json +++ b/usage/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/usage/usage-tests.ts b/usage/usage-tests.ts index af4ee9bf76..8ddf15bdf5 100644 --- a/usage/usage-tests.ts +++ b/usage/usage-tests.ts @@ -1,5 +1,5 @@ -/// +/// import usage = require('usage'); diff --git a/username/tsconfig.json b/username/tsconfig.json index 0cc09d0933..dd6d6967cd 100644 --- a/username/tsconfig.json +++ b/username/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/utils-merge/tsconfig.json b/utils-merge/tsconfig.json index cadc0d6827..1cbe73d07b 100644 --- a/utils-merge/tsconfig.json +++ b/utils-merge/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/uuid-1345/tsconfig.json b/uuid-1345/tsconfig.json index bd04e3cb74..61febe3364 100644 --- a/uuid-1345/tsconfig.json +++ b/uuid-1345/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/uuid-1345/uuid-1345-tests.ts b/uuid-1345/uuid-1345-tests.ts index b1d33d7dc9..e3eef2c939 100644 --- a/uuid-1345/uuid-1345-tests.ts +++ b/uuid-1345/uuid-1345-tests.ts @@ -1,4 +1,4 @@ -/// +/// 'use strict'; import * as UUID from 'uuid-1345'; diff --git a/uuid/tsconfig.json b/uuid/tsconfig.json index ed7d71c51d..7b73f49754 100644 --- a/uuid/tsconfig.json +++ b/uuid/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/valerie/index.d.ts b/valerie/index.d.ts index 053b8eb4f1..cab8ee7467 100644 --- a/valerie/index.d.ts +++ b/valerie/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Howard Richards // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// /** * diff --git a/valerie/tsconfig.json b/valerie/tsconfig.json index 1f452d082a..34a0f59070 100644 --- a/valerie/tsconfig.json +++ b/valerie/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/valerie/valerie-tests.ts b/valerie/valerie-tests.ts index ea87aafaee..c4cff1fd13 100644 --- a/valerie/valerie-tests.ts +++ b/valerie/valerie-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// // Tests for valerie.d.ts // Project: https://github.com/davewatts/valerie diff --git a/validator/tsconfig.json b/validator/tsconfig.json index 46b2333161..6a0a21e53d 100644 --- a/validator/tsconfig.json +++ b/validator/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/vec3/tsconfig.json b/vec3/tsconfig.json index f05dbca82f..121721b16a 100644 --- a/vec3/tsconfig.json +++ b/vec3/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/vega/tsconfig.json b/vega/tsconfig.json index e00ece5a01..a1f9a33151 100644 --- a/vega/tsconfig.json +++ b/vega/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/velocity-animate/index.d.ts b/velocity-animate/index.d.ts index 13f60d875c..0d7489ad63 100644 --- a/velocity-animate/index.d.ts +++ b/velocity-animate/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Greg Smith // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQuery { velocity(name: string, options: jquery.velocity.RegisteredEffectOptions): JQuery; diff --git a/velocity-animate/tsconfig.json b/velocity-animate/tsconfig.json index 13ef82145d..35a24d4a36 100644 --- a/velocity-animate/tsconfig.json +++ b/velocity-animate/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/verror/tsconfig.json b/verror/tsconfig.json index 5cd8360920..e23d68ef53 100644 --- a/verror/tsconfig.json +++ b/verror/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/vex-js/index.d.ts b/vex-js/index.d.ts index eb7c166077..40c2621ccb 100644 --- a/vex-js/index.d.ts +++ b/vex-js/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Greg Cohan // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace vex { diff --git a/vex-js/tsconfig.json b/vex-js/tsconfig.json index c886d8272a..cf0b93c466 100644 --- a/vex-js/tsconfig.json +++ b/vex-js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/vex-js/vex-tests.ts b/vex-js/vex-tests.ts index ea1778d610..41dd9146ba 100644 --- a/vex-js/vex-tests.ts +++ b/vex-js/vex-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// var vexContent = vex.open({ diff --git a/vexflow/tsconfig.json b/vexflow/tsconfig.json index 086bb383a8..87edb5fb46 100644 --- a/vexflow/tsconfig.json +++ b/vexflow/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/victor/tsconfig.json b/victor/tsconfig.json index 3feabc5537..b816bbc646 100644 --- a/victor/tsconfig.json +++ b/victor/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/videojs/tsconfig.json b/videojs/tsconfig.json index 3853d1447e..032a115a4c 100644 --- a/videojs/tsconfig.json +++ b/videojs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/viewporter/tsconfig.json b/viewporter/tsconfig.json index cd79707930..3507c696dd 100644 --- a/viewporter/tsconfig.json +++ b/viewporter/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/viewporter/viewporter-tests.ts b/viewporter/viewporter-tests.ts index 532f80335a..9cdb5d497d 100644 --- a/viewporter/viewporter-tests.ts +++ b/viewporter/viewporter-tests.ts @@ -1,5 +1,5 @@ -/// -/// +/// +/// /// function test_map() { diff --git a/vimeo/tsconfig.json b/vimeo/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/vimeo/tsconfig.json +++ b/vimeo/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/vinyl-buffer/index.d.ts b/vinyl-buffer/index.d.ts index 624c70e367..72d5067769 100644 --- a/vinyl-buffer/index.d.ts +++ b/vinyl-buffer/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace buffer { diff --git a/vinyl-buffer/tsconfig.json b/vinyl-buffer/tsconfig.json index 6e59ef0562..c78e8b2f6c 100644 --- a/vinyl-buffer/tsconfig.json +++ b/vinyl-buffer/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/vinyl-fs/index.d.ts b/vinyl-fs/index.d.ts index 29094f68db..bae28894d2 100644 --- a/vinyl-fs/index.d.ts +++ b/vinyl-fs/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: vvakame // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare global { namespace NodeJS { diff --git a/vinyl-fs/tsconfig.json b/vinyl-fs/tsconfig.json index 24d4ded7ad..824821acc9 100644 --- a/vinyl-fs/tsconfig.json +++ b/vinyl-fs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/vinyl-fs/vinyl-fs-tests.ts b/vinyl-fs/vinyl-fs-tests.ts index 559fabe55c..795b38b4aa 100644 --- a/vinyl-fs/vinyl-fs-tests.ts +++ b/vinyl-fs/vinyl-fs-tests.ts @@ -1,5 +1,5 @@ -/// -/// +/// +/// // from src diff --git a/vinyl-paths/index.d.ts b/vinyl-paths/index.d.ts index d8594089be..26878a2ac6 100644 --- a/vinyl-paths/index.d.ts +++ b/vinyl-paths/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/vinyl-paths/tsconfig.json b/vinyl-paths/tsconfig.json index ad48c34873..c85a3952c3 100644 --- a/vinyl-paths/tsconfig.json +++ b/vinyl-paths/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/vinyl-source-stream/index.d.ts b/vinyl-source-stream/index.d.ts index e8da3be94d..0d29f36831 100644 --- a/vinyl-source-stream/index.d.ts +++ b/vinyl-source-stream/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Asana // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare function vinylSourceStream(filename: string): NodeJS.ReadWriteStream; diff --git a/vinyl-source-stream/tsconfig.json b/vinyl-source-stream/tsconfig.json index c5df71b614..3d2f44ca28 100644 --- a/vinyl-source-stream/tsconfig.json +++ b/vinyl-source-stream/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/vinyl/index.d.ts b/vinyl/index.d.ts index 4fe41e4ad8..af72199d5d 100644 --- a/vinyl/index.d.ts +++ b/vinyl/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: vvakame , jedmao // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/vinyl/tsconfig.json b/vinyl/tsconfig.json index 18e57a455e..5550dd7e4b 100644 --- a/vinyl/tsconfig.json +++ b/vinyl/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/vinyl/vinyl-0.4.3.d.ts b/vinyl/vinyl-0.4.3.d.ts index 0acb50567d..993805b24b 100644 --- a/vinyl/vinyl-0.4.3.d.ts +++ b/vinyl/vinyl-0.4.3.d.ts @@ -3,7 +3,7 @@ // Definitions by: vvakame , jedmao // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/vinyl/vinyl-0.4.3.tests.ts b/vinyl/vinyl-0.4.3.tests.ts index 22a7d775a1..904ca819f6 100644 --- a/vinyl/vinyl-0.4.3.tests.ts +++ b/vinyl/vinyl-0.4.3.tests.ts @@ -1,5 +1,5 @@ -/// -/// +/// +/// /// diff --git a/vinyl/vinyl-tests.ts b/vinyl/vinyl-tests.ts index 4039af1939..1218741f18 100644 --- a/vinyl/vinyl-tests.ts +++ b/vinyl/vinyl-tests.ts @@ -1,5 +1,5 @@ -/// -/// +/// +/// import File = require('../vinyl'); import Stream = require('stream'); diff --git a/virtual-dom/tsconfig.json b/virtual-dom/tsconfig.json index 58b74fc237..6806c4a1cc 100644 --- a/virtual-dom/tsconfig.json +++ b/virtual-dom/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/vortex-web-client/tsconfig.json b/vortex-web-client/tsconfig.json index c1df086f3b..cd2183217c 100644 --- a/vortex-web-client/tsconfig.json +++ b/vortex-web-client/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/voximplant-websdk/tsconfig.json b/voximplant-websdk/tsconfig.json index 2b393cae8e..7bb2f726c3 100644 --- a/voximplant-websdk/tsconfig.json +++ b/voximplant-websdk/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/vso-node-api/index.d.ts b/vso-node-api/index.d.ts index 55fd857703..4d37ab49fb 100644 --- a/vso-node-api/index.d.ts +++ b/vso-node-api/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Teddy Ward // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare module 'vso-node-api/Serialization' { /** * Metadata for deserializing an enum field on a contract/type @@ -153,7 +153,7 @@ declare module 'vso-node-api/interfaces/common/VsoBaseInterfaces' { } declare module 'vso-node-api/HttpClient' { - /// + /// import http = require("http"); import ifm = require('vso-node-api/interfaces/common/VsoBaseInterfaces'); export class HttpClient implements ifm.IHttpClient { @@ -172,7 +172,7 @@ declare module 'vso-node-api/HttpClient' { } declare module 'vso-node-api/RestClient' { - /// + /// import ifm = require('vso-node-api/interfaces/common/VsoBaseInterfaces'); import Serialization = require('vso-node-api/Serialization'); export function processResponse(url: any, res: any, contents: any, serializationData: Serialization.SerializationData, onResult: any): void; @@ -200,7 +200,7 @@ declare module 'vso-node-api/RestClient' { } declare module 'vso-node-api/VsoClient' { - /// + /// import Q = require("q"); import restm = require('vso-node-api/RestClient'); import ifm = require('vso-node-api/interfaces/common/VsoBaseInterfaces'); @@ -2134,8 +2134,8 @@ declare module 'vso-node-api/interfaces/BuildInterfaces' { } declare module 'vso-node-api/BuildApi' { - /// - /// + /// + /// import Q = require('q'); import basem = require('vso-node-api/ClientApiBases'); import VsoBaseInterfaces = require('vso-node-api/interfaces/common/VsoBaseInterfaces'); @@ -3331,8 +3331,8 @@ declare module 'vso-node-api/interfaces/common/OperationsInterfaces' { } declare module 'vso-node-api/CoreApi' { - /// - /// + /// + /// import Q = require('q'); import basem = require('vso-node-api/ClientApiBases'); import VsoBaseInterfaces = require('vso-node-api/interfaces/common/VsoBaseInterfaces'); @@ -3774,8 +3774,8 @@ declare module 'vso-node-api/interfaces/FileContainerInterfaces' { } declare module 'vso-node-api/FileContainerApi' { - /// - /// + /// + /// import Q = require('q'); import basem = require('vso-node-api/ClientApiBases'); import VsoBaseInterfaces = require('vso-node-api/interfaces/common/VsoBaseInterfaces'); @@ -4379,8 +4379,8 @@ declare module 'vso-node-api/interfaces/GalleryInterfaces' { } declare module 'vso-node-api/GalleryApi' { - /// - /// + /// + /// import Q = require('q'); import basem = require('vso-node-api/ClientApiBases'); import VsoBaseInterfaces = require('vso-node-api/interfaces/common/VsoBaseInterfaces'); @@ -6062,8 +6062,8 @@ declare module 'vso-node-api/interfaces/GitInterfaces' { } declare module 'vso-node-api/GitApi' { - /// - /// + /// + /// import Q = require('q'); import basem = require('vso-node-api/ClientApiBases'); import VsoBaseInterfaces = require('vso-node-api/interfaces/common/VsoBaseInterfaces'); @@ -7667,8 +7667,8 @@ declare module 'vso-node-api/interfaces/TaskAgentInterfaces' { } declare module 'vso-node-api/TaskAgentApi' { - /// - /// + /// + /// import Q = require('q'); import basem = require('vso-node-api/ClientApiBases'); import VsoBaseInterfaces = require('vso-node-api/interfaces/common/VsoBaseInterfaces'); @@ -8126,8 +8126,8 @@ declare module 'vso-node-api/TaskAgentApi' { } declare module 'vso-node-api/TaskApi' { - /// - /// + /// + /// import Q = require('q'); import basem = require('vso-node-api/ClientApiBases'); import VsoBaseInterfaces = require('vso-node-api/interfaces/common/VsoBaseInterfaces'); @@ -9563,8 +9563,8 @@ declare module 'vso-node-api/interfaces/TestInterfaces' { } declare module 'vso-node-api/TestApi' { - /// - /// + /// + /// import Q = require('q'); import basem = require('vso-node-api/ClientApiBases'); import VsoBaseInterfaces = require('vso-node-api/interfaces/common/VsoBaseInterfaces'); @@ -11693,8 +11693,8 @@ declare module 'vso-node-api/interfaces/TfvcInterfaces' { } declare module 'vso-node-api/TfvcApi' { - /// - /// + /// + /// import Q = require('q'); import basem = require('vso-node-api/ClientApiBases'); import VsoBaseInterfaces = require('vso-node-api/interfaces/common/VsoBaseInterfaces'); @@ -12674,8 +12674,8 @@ declare module 'vso-node-api/interfaces/WorkItemTrackingInterfaces' { } declare module 'vso-node-api/WorkItemTrackingApi' { - /// - /// + /// + /// import Q = require('q'); import basem = require('vso-node-api/ClientApiBases'); import VsoBaseInterfaces = require('vso-node-api/interfaces/common/VsoBaseInterfaces'); @@ -13349,7 +13349,7 @@ declare module 'vso-node-api/WorkItemTrackingApi' { } declare module 'vso-node-api/handlers/apiversion' { - /// + /// import VsoBaseInterfaces = require('vso-node-api/interfaces/common/VsoBaseInterfaces'); export class ApiVersionHandler implements VsoBaseInterfaces.IRequestHandler { apiVersion: string; @@ -13359,7 +13359,7 @@ declare module 'vso-node-api/handlers/apiversion' { } declare module 'vso-node-api/handlers/basiccreds' { - /// + /// import VsoBaseInterfaces = require('vso-node-api/interfaces/common/VsoBaseInterfaces'); export class BasicCredentialHandler implements VsoBaseInterfaces.IRequestHandler { username: string; @@ -13370,7 +13370,7 @@ declare module 'vso-node-api/handlers/basiccreds' { } declare module 'vso-node-api/handlers/bearertoken' { - /// + /// import VsoBaseInterfaces = require('vso-node-api/interfaces/common/VsoBaseInterfaces'); export class BearerCredentialHandler implements VsoBaseInterfaces.IRequestHandler { token: string; diff --git a/vso-node-api/tsconfig.json b/vso-node-api/tsconfig.json index c1d3ca2d21..41fe91df92 100644 --- a/vso-node-api/tsconfig.json +++ b/vso-node-api/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/vue-resource/index.d.ts b/vue-resource/index.d.ts index 2276634e68..735ec967bb 100644 --- a/vue-resource/index.d.ts +++ b/vue-resource/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: kaorun343 // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace vuejs { diff --git a/vue-resource/tsconfig.json b/vue-resource/tsconfig.json index e086e07958..9e8a9555be 100644 --- a/vue-resource/tsconfig.json +++ b/vue-resource/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/vue-router/index.d.ts b/vue-router/index.d.ts index dccd312a6c..9f5d1ef0c3 100644 --- a/vue-router/index.d.ts +++ b/vue-router/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: kaorun343 // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace vuejs { diff --git a/vue-router/tsconfig.json b/vue-router/tsconfig.json index ae4164c9b9..36b585aeb6 100644 --- a/vue-router/tsconfig.json +++ b/vue-router/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/vue/tsconfig.json b/vue/tsconfig.json index 70b69223d1..ff923fc8db 100644 --- a/vue/tsconfig.json +++ b/vue/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/w2ui/index.d.ts b/w2ui/index.d.ts index d75777b8f0..97e6f396c4 100644 --- a/w2ui/index.d.ts +++ b/w2ui/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Valentin Robert // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface JQuery { w2layout(options: Object): W2UI.W2Layout; diff --git a/w2ui/tsconfig.json b/w2ui/tsconfig.json index 673fcf86c8..2dc4d17f02 100644 --- a/w2ui/tsconfig.json +++ b/w2ui/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/wake_on_lan/index.d.ts b/wake_on_lan/index.d.ts index a50d9d24f0..d0f4aaeb1c 100644 --- a/wake_on_lan/index.d.ts +++ b/wake_on_lan/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Tobias Kahlert // Definitions: https://github.com/SrTobi/DefinitelyTyped -/// +/// declare namespace wol { diff --git a/wake_on_lan/tsconfig.json b/wake_on_lan/tsconfig.json index 3b525b3c69..790fe1b04f 100644 --- a/wake_on_lan/tsconfig.json +++ b/wake_on_lan/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/wake_on_lan/wake_on_lan-tests.ts b/wake_on_lan/wake_on_lan-tests.ts index 35c8754cde..4f2bf10302 100644 --- a/wake_on_lan/wake_on_lan-tests.ts +++ b/wake_on_lan/wake_on_lan-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// import wol = require('wake_on_lan'); diff --git a/wampy/tsconfig.json b/wampy/tsconfig.json index 5a74dcb868..8f4b8866bb 100644 --- a/wampy/tsconfig.json +++ b/wampy/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/wampy/wampy-tests.ts b/wampy/wampy-tests.ts index c8431f69c8..b74c31a5fd 100644 --- a/wampy/wampy-tests.ts +++ b/wampy/wampy-tests.ts @@ -1,5 +1,5 @@ -/// +/// import Wampy from 'wampy'; diff --git a/watch/index.d.ts b/watch/index.d.ts index 8638693b19..78ffdca016 100644 --- a/watch/index.d.ts +++ b/watch/index.d.ts @@ -5,7 +5,7 @@ // Imported from: https://github.com/soywiz/typescript-node-definitions/watch.d.ts -/// +/// import fs = require("fs"); diff --git a/watch/tsconfig.json b/watch/tsconfig.json index 200cc624bc..a6c5949efb 100644 --- a/watch/tsconfig.json +++ b/watch/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/webaudioapi/index.d.ts b/webaudioapi/index.d.ts index 0cdcdc0160..769b12a2aa 100644 --- a/webaudioapi/index.d.ts +++ b/webaudioapi/index.d.ts @@ -7,7 +7,7 @@ // DEPRECATED: use TypeScript 1.5.3 -/// +/// declare var webkitAudioContext: { new (): AudioContext; diff --git a/webaudioapi/tsconfig.json b/webaudioapi/tsconfig.json index b832e917f0..0001b12054 100644 --- a/webaudioapi/tsconfig.json +++ b/webaudioapi/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/webcl/tsconfig.json b/webcl/tsconfig.json index 6f0b92657c..b1550d838f 100644 --- a/webcl/tsconfig.json +++ b/webcl/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/webcl/webcl-tests.ts b/webcl/webcl-tests.ts index 34c3841ddb..4b9a427b57 100644 --- a/webcl/webcl-tests.ts +++ b/webcl/webcl-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// class CLHException { constructor( diff --git a/webcola/tsconfig.json b/webcola/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/webcola/tsconfig.json +++ b/webcola/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/webcomponents.js/tsconfig.json b/webcomponents.js/tsconfig.json index d506a5dd36..3a0449cda4 100644 --- a/webcomponents.js/tsconfig.json +++ b/webcomponents.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/webcrypto/tsconfig.json b/webcrypto/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/webcrypto/tsconfig.json +++ b/webcrypto/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/webdriverio/index.d.ts b/webdriverio/index.d.ts index b0aa6fb5be..4b596cbbe7 100644 --- a/webdriverio/index.d.ts +++ b/webdriverio/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Nick Malaguti // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace WebdriverIO { // EventEmitter diff --git a/webdriverio/tsconfig.json b/webdriverio/tsconfig.json index 6ad5bad506..0cb52da12e 100644 --- a/webdriverio/tsconfig.json +++ b/webdriverio/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/webdriverio/webdriverio-tests.ts b/webdriverio/webdriverio-tests.ts index 205a2c6a6e..99121f652b 100644 --- a/webdriverio/webdriverio-tests.ts +++ b/webdriverio/webdriverio-tests.ts @@ -1,6 +1,6 @@ /// -/// -/// +/// +/// import {assert} from "chai"; diff --git a/webfontloader/tsconfig.json b/webfontloader/tsconfig.json index 9d5272ccfa..8786b5650d 100644 --- a/webfontloader/tsconfig.json +++ b/webfontloader/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/webgl-ext/tsconfig.json b/webgl-ext/tsconfig.json index 5c5afed0c6..a061d0bd36 100644 --- a/webgl-ext/tsconfig.json +++ b/webgl-ext/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/webix/tsconfig.json b/webix/tsconfig.json index 2444d036c1..23618e3d1f 100644 --- a/webix/tsconfig.json +++ b/webix/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/webmidi/tsconfig.json b/webmidi/tsconfig.json index 9a1a4d7c93..8d10ac891a 100644 --- a/webmidi/tsconfig.json +++ b/webmidi/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/webpack/tsconfig.json b/webpack/tsconfig.json index d764abb29e..1d5d660f89 100644 --- a/webpack/tsconfig.json +++ b/webpack/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/websocket/index.d.ts b/websocket/index.d.ts index 9e19e61c49..4fef1acb97 100644 --- a/websocket/index.d.ts +++ b/websocket/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Paul Loyd // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import events = require('events'); diff --git a/websocket/tsconfig.json b/websocket/tsconfig.json index 6f4a096a35..8fff013a11 100644 --- a/websocket/tsconfig.json +++ b/websocket/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/webspeechapi/tsconfig.json b/webspeechapi/tsconfig.json index c6c03b173f..3983a84d4c 100644 --- a/webspeechapi/tsconfig.json +++ b/webspeechapi/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/websql/tsconfig.json b/websql/tsconfig.json index 1ce914efcb..0d91c0b1bf 100644 --- a/websql/tsconfig.json +++ b/websql/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/webtorrent/index.d.ts b/webtorrent/index.d.ts index 6dc007ae8d..32bf1911ab 100644 --- a/webtorrent/index.d.ts +++ b/webtorrent/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Bazyli Brzóska // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// -/// +/// +/// declare namespace WebTorrent { export interface ClientOptions { diff --git a/webtorrent/tsconfig.json b/webtorrent/tsconfig.json index 33900b92d0..a05e593ff1 100644 --- a/webtorrent/tsconfig.json +++ b/webtorrent/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/webvr-api/index.d.ts b/webvr-api/index.d.ts index 7915f9fcff..881de68ece 100644 --- a/webvr-api/index.d.ts +++ b/webvr-api/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Toshiya Nakakura // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare type VREye = string; diff --git a/webvr-api/tsconfig.json b/webvr-api/tsconfig.json index 2dc467ceed..683866a077 100644 --- a/webvr-api/tsconfig.json +++ b/webvr-api/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/whatwg-fetch/tsconfig.json b/whatwg-fetch/tsconfig.json index 83fa151ea9..807fa61b86 100644 --- a/whatwg-fetch/tsconfig.json +++ b/whatwg-fetch/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/when/tsconfig.json b/when/tsconfig.json index 3b7d973857..8d444937ef 100644 --- a/when/tsconfig.json +++ b/when/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/when/when-tests.ts b/when/when-tests.ts index cdf252de88..e8409800ec 100644 --- a/when/when-tests.ts +++ b/when/when-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// import fs = require('fs'); diff --git a/which/tsconfig.json b/which/tsconfig.json index 7ac2c09b19..a6fbf2d541 100644 --- a/which/tsconfig.json +++ b/which/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/wiiu/tsconfig.json b/wiiu/tsconfig.json index 2de37f4957..fd8821b31a 100644 --- a/wiiu/tsconfig.json +++ b/wiiu/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/windows-1251/tsconfig.json b/windows-1251/tsconfig.json index 396cf4a139..3c3082403f 100644 --- a/windows-1251/tsconfig.json +++ b/windows-1251/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/windows-service/index.d.ts b/windows-service/index.d.ts index 8e438eaa97..5792c2191f 100644 --- a/windows-service/index.d.ts +++ b/windows-service/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Rogier Schouten // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import stream = require("stream"); diff --git a/windows-service/tsconfig.json b/windows-service/tsconfig.json index c264206aad..4a5062b6d6 100644 --- a/windows-service/tsconfig.json +++ b/windows-service/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/winjs/tsconfig.json b/winjs/tsconfig.json index 201cb3744b..b797acbf9b 100644 --- a/winjs/tsconfig.json +++ b/winjs/tsconfig.json @@ -8,6 +8,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/winreg/tsconfig.json b/winreg/tsconfig.json index cb285aa10a..77a033c57f 100644 --- a/winreg/tsconfig.json +++ b/winreg/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/winrt-uwp/tsconfig.json b/winrt-uwp/tsconfig.json index 764d89239d..2b328c688a 100644 --- a/winrt-uwp/tsconfig.json +++ b/winrt-uwp/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/winrt/tsconfig.json b/winrt/tsconfig.json index 764d89239d..2b328c688a 100644 --- a/winrt/tsconfig.json +++ b/winrt/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/winston/index.d.ts b/winston/index.d.ts index 45217e25b9..7de3419999 100644 --- a/winston/index.d.ts +++ b/winston/index.d.ts @@ -5,7 +5,7 @@ // Imported from: https://github.com/soywiz/typescript-node-definitions/winston.d.ts -/// +/// ///****************** /// Winston v2.2.x diff --git a/winston/tsconfig.json b/winston/tsconfig.json index a90cb9c306..3492c9e057 100644 --- a/winston/tsconfig.json +++ b/winston/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/wiredep/index.d.ts b/wiredep/index.d.ts index 6d0da5b23d..879053a767 100644 --- a/wiredep/index.d.ts +++ b/wiredep/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Abraão Alves // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// diff --git a/wiredep/tsconfig.json b/wiredep/tsconfig.json index 85c8906fe3..11821dcc85 100644 --- a/wiredep/tsconfig.json +++ b/wiredep/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/wnumb/tsconfig.json b/wnumb/tsconfig.json index 9e8f20938b..8aad31e087 100644 --- a/wnumb/tsconfig.json +++ b/wnumb/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/wolfy87-eventemitter/tsconfig.json b/wolfy87-eventemitter/tsconfig.json index 2e5c507e6c..57254c3ac5 100644 --- a/wolfy87-eventemitter/tsconfig.json +++ b/wolfy87-eventemitter/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/wordcloud/tsconfig.json b/wordcloud/tsconfig.json index b981f773a4..b21dddbe9a 100644 --- a/wordcloud/tsconfig.json +++ b/wordcloud/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/wordcloud/wordcloud-tests.ts b/wordcloud/wordcloud-tests.ts index 2eecca3b8a..2b2d27b755 100644 --- a/wordcloud/wordcloud-tests.ts +++ b/wordcloud/wordcloud-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// 'use strict'; //declare function test(name: string, test: Function); diff --git a/wrap-ansi/tsconfig.json b/wrap-ansi/tsconfig.json index f55a8c2624..d168b774e0 100644 --- a/wrap-ansi/tsconfig.json +++ b/wrap-ansi/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/wreck/index.d.ts b/wreck/index.d.ts index 7545b7d06f..464284a80e 100644 --- a/wreck/index.d.ts +++ b/wreck/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Marcin Porębski // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import http = require('http'); diff --git a/wreck/tsconfig.json b/wreck/tsconfig.json index 1c3d02a596..d4584e247e 100644 --- a/wreck/tsconfig.json +++ b/wreck/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/wrench/tsconfig.json b/wrench/tsconfig.json index fa7df30348..0bbc7ba073 100644 --- a/wrench/tsconfig.json +++ b/wrench/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ws/index.d.ts b/ws/index.d.ts index ce4f904512..2bbc1b5717 100644 --- a/ws/index.d.ts +++ b/ws/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Paul Loyd // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as events from 'events'; diff --git a/ws/tsconfig.json b/ws/tsconfig.json index 2eb04ee164..5bf3c85af7 100644 --- a/ws/tsconfig.json +++ b/ws/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/wu/tsconfig.json b/wu/tsconfig.json index d1ff1650df..e2391f8465 100644 --- a/wu/tsconfig.json +++ b/wu/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/x-editable/index.d.ts b/x-editable/index.d.ts index 7af603020f..786bb9599b 100644 --- a/x-editable/index.d.ts +++ b/x-editable/index.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/sirkirby/DefinitelyTyped -/// +/// interface XEditableOptions { diff --git a/x-editable/tsconfig.json b/x-editable/tsconfig.json index 17b37b807c..75db4cc3e8 100644 --- a/x-editable/tsconfig.json +++ b/x-editable/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/x-editable/x-editable-tests.ts b/x-editable/x-editable-tests.ts index bf4d341890..85f2b04cd1 100644 --- a/x-editable/x-editable-tests.ts +++ b/x-editable/x-editable-tests.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/sirkirby/DefinitelyTyped /// -/// +/// // server post and response $('#username').editable({ diff --git a/x2js/tsconfig.json b/x2js/tsconfig.json index 89cc1508e3..3fb320056f 100644 --- a/x2js/tsconfig.json +++ b/x2js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/xdate/tsconfig.json b/xdate/tsconfig.json index 0aa500ba94..70987559ba 100644 --- a/xdate/tsconfig.json +++ b/xdate/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/xdomain/tsconfig.json b/xdomain/tsconfig.json index 19119ad8a4..87fde74d5f 100644 --- a/xdomain/tsconfig.json +++ b/xdomain/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/xlsx/tsconfig.json b/xlsx/tsconfig.json index 224d101d2c..948d458ce0 100644 --- a/xlsx/tsconfig.json +++ b/xlsx/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/xml-parser/tsconfig.json b/xml-parser/tsconfig.json index 6006352d81..201685c0de 100644 --- a/xml-parser/tsconfig.json +++ b/xml-parser/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/xml-parser/xml-parser-tests.ts b/xml-parser/xml-parser-tests.ts index 03d34dcf3a..7370fb1eba 100644 --- a/xml-parser/xml-parser-tests.ts +++ b/xml-parser/xml-parser-tests.ts @@ -1,4 +1,4 @@ -/// +/// import assert = require('assert'); import parse = require('xml-parser'); diff --git a/xml2js/tsconfig.json b/xml2js/tsconfig.json index 202df03458..71055b72c4 100644 --- a/xml2js/tsconfig.json +++ b/xml2js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/xmlbuilder/tsconfig.json b/xmlbuilder/tsconfig.json index e1314adcf1..fcc7d4affc 100644 --- a/xmlbuilder/tsconfig.json +++ b/xmlbuilder/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/xmldom/tsconfig.json b/xmldom/tsconfig.json index 261501ec26..6eef93b4b5 100644 --- a/xmldom/tsconfig.json +++ b/xmldom/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/xmltojson/tsconfig.json b/xmltojson/tsconfig.json index bebed75738..0320947b85 100644 --- a/xmltojson/tsconfig.json +++ b/xmltojson/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/xregexp/tsconfig.json b/xregexp/tsconfig.json index 65daa8d426..50252c4bb0 100644 --- a/xregexp/tsconfig.json +++ b/xregexp/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/xrm/tsconfig.json b/xrm/tsconfig.json index 6cd4986aeb..792fca3b21 100644 --- a/xrm/tsconfig.json +++ b/xrm/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/xsockets/tsconfig.json b/xsockets/tsconfig.json index bec18dd07e..2dc373be2d 100644 --- a/xsockets/tsconfig.json +++ b/xsockets/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/xss-filters/tsconfig.json b/xss-filters/tsconfig.json index 233fc2b73b..e5877e1fcf 100644 --- a/xss-filters/tsconfig.json +++ b/xss-filters/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/yamljs/tsconfig.json b/yamljs/tsconfig.json index 51ecfc1493..ef2445383d 100644 --- a/yamljs/tsconfig.json +++ b/yamljs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/yandex-money-sdk/index.d.ts b/yandex-money-sdk/index.d.ts index 9fac8c5f91..b306c50220 100644 --- a/yandex-money-sdk/index.d.ts +++ b/yandex-money-sdk/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Ilya Mochalov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace YandexMoneySDK { namespace Wallet { diff --git a/yandex-money-sdk/tsconfig.json b/yandex-money-sdk/tsconfig.json index bdc8287962..406cbe4f67 100644 --- a/yandex-money-sdk/tsconfig.json +++ b/yandex-money-sdk/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/yandex-money-sdk/yandex-money-sdk-tests.ts b/yandex-money-sdk/yandex-money-sdk-tests.ts index 9641fdf480..8395f78244 100644 --- a/yandex-money-sdk/yandex-money-sdk-tests.ts +++ b/yandex-money-sdk/yandex-money-sdk-tests.ts @@ -1,4 +1,4 @@ -/// +/// import * as ymsdk from 'yandex-money-sdk'; diff --git a/yargs/tsconfig.json b/yargs/tsconfig.json index ccbe8434c8..380321342b 100644 --- a/yargs/tsconfig.json +++ b/yargs/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/ydn-db/tsconfig.json b/ydn-db/tsconfig.json index b9eee6baee..43a24d2276 100644 --- a/ydn-db/tsconfig.json +++ b/ydn-db/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/yeoman-generator/index.d.ts b/yeoman-generator/index.d.ts index 68ec035c8c..4ab6f14d0b 100644 --- a/yeoman-generator/index.d.ts +++ b/yeoman-generator/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/yeoman/generator // Definitions by: Kentaro Okuno // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace yo { export interface IYeomanGenerator { diff --git a/yeoman-generator/tsconfig.json b/yeoman-generator/tsconfig.json index fd0b48bc48..4be43fa410 100644 --- a/yeoman-generator/tsconfig.json +++ b/yeoman-generator/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/yfiles/tsconfig.json b/yfiles/tsconfig.json index 709d3bcbb6..4fb2513021 100644 --- a/yfiles/tsconfig.json +++ b/yfiles/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/yosay/tsconfig.json b/yosay/tsconfig.json index 509aa66a73..86e1b0fefe 100644 --- a/yosay/tsconfig.json +++ b/yosay/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/youtube/tsconfig.json b/youtube/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/youtube/tsconfig.json +++ b/youtube/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/yui/tsconfig.json b/yui/tsconfig.json index 173cbc941d..3f6daf436e 100644 --- a/yui/tsconfig.json +++ b/yui/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts" diff --git a/z-schema/tsconfig.json b/z-schema/tsconfig.json index 0e7249916c..2120017948 100644 --- a/z-schema/tsconfig.json +++ b/z-schema/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/zepto/tsconfig.json b/zepto/tsconfig.json index 9ab4c5ac36..c72f92ac53 100644 --- a/zepto/tsconfig.json +++ b/zepto/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/zeroclipboard/tsconfig.json b/zeroclipboard/tsconfig.json index 1df8685a52..9b29b308f6 100644 --- a/zeroclipboard/tsconfig.json +++ b/zeroclipboard/tsconfig.json @@ -9,6 +9,6 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] } } \ No newline at end of file diff --git a/zeroclipboard/zeroclipboard-1.x.x-tests.ts b/zeroclipboard/zeroclipboard-1.x.x-tests.ts index e087561f67..bb861ab8fd 100644 --- a/zeroclipboard/zeroclipboard-1.x.x-tests.ts +++ b/zeroclipboard/zeroclipboard-1.x.x-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// // main.js var client = new ZeroClipboard( document.getElementById("copy-button"), { diff --git a/zeroclipboard/zeroclipboard-tests.ts b/zeroclipboard/zeroclipboard-tests.ts index 26855210da..50d9d8f751 100644 --- a/zeroclipboard/zeroclipboard-tests.ts +++ b/zeroclipboard/zeroclipboard-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// import ZeroClipboard = require("zeroclipboard"); // import * as ZeroClipboard from "zeroclipboard"; diff --git a/zip.js/tsconfig.json b/zip.js/tsconfig.json index 18937409c5..2de60025d5 100644 --- a/zip.js/tsconfig.json +++ b/zip.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/zmq/index.d.ts b/zmq/index.d.ts index 636a014aa6..c977864ada 100644 --- a/zmq/index.d.ts +++ b/zmq/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Dave McKeown // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface EventEmitter {} diff --git a/zmq/tsconfig.json b/zmq/tsconfig.json index 6f4c087254..f069489b28 100644 --- a/zmq/tsconfig.json +++ b/zmq/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/zone.js/tsconfig.json b/zone.js/tsconfig.json index 9342b86185..80e505c671 100644 --- a/zone.js/tsconfig.json +++ b/zone.js/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts", diff --git a/zynga-scroller/tsconfig.json b/zynga-scroller/tsconfig.json index 88c443de90..fb826e705b 100644 --- a/zynga-scroller/tsconfig.json +++ b/zynga-scroller/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts",