diff --git a/DataStream.js/tsconfig.json b/DataStream.js/tsconfig.json index 245007a3a3..8ccb71d495 100644 --- a/DataStream.js/tsconfig.json +++ b/DataStream.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/FileSaver/tsconfig.json b/FileSaver/tsconfig.json index 89384ae206..10dcc20685 100644 --- a/FileSaver/tsconfig.json +++ b/FileSaver/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/Finch/tsconfig.json b/Finch/tsconfig.json index 0427e74820..e0ed199ffb 100644 --- a/Finch/tsconfig.json +++ b/Finch/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/Headroom/tsconfig.json b/Headroom/tsconfig.json index 7354d683ff..6b6f41a4b8 100644 --- a/Headroom/tsconfig.json +++ b/Headroom/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/HubSpot-pace/tsconfig.json b/HubSpot-pace/tsconfig.json index 75e91bc92b..c39a116bcc 100644 --- a/HubSpot-pace/tsconfig.json +++ b/HubSpot-pace/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/JSONStream/tsconfig.json b/JSONStream/tsconfig.json index 4ba20deceb..2be61cf00e 100644 --- a/JSONStream/tsconfig.json +++ b/JSONStream/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/OpenJsCad/tsconfig.json b/OpenJsCad/tsconfig.json index f1b5378fbf..752af41182 100644 --- a/OpenJsCad/tsconfig.json +++ b/OpenJsCad/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/PayPal-Cordova-Plugin/tsconfig.json b/PayPal-Cordova-Plugin/tsconfig.json index 33119d228d..328550cbff 100644 --- a/PayPal-Cordova-Plugin/tsconfig.json +++ b/PayPal-Cordova-Plugin/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/_debugger/tsconfig.json b/_debugger/tsconfig.json index 187916916c..0eb19db3db 100644 --- a/_debugger/tsconfig.json +++ b/_debugger/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/abs/tsconfig.json b/abs/tsconfig.json index 5b46061f1a..1beb445ff9 100644 --- a/abs/tsconfig.json +++ b/abs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/absolute/tsconfig.json b/absolute/tsconfig.json index 2f6913fde5..aec5c724be 100644 --- a/absolute/tsconfig.json +++ b/absolute/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/acc-wizard/tsconfig.json b/acc-wizard/tsconfig.json index b080ada250..2a655c4852 100644 --- a/acc-wizard/tsconfig.json +++ b/acc-wizard/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/accounting/tsconfig.json b/accounting/tsconfig.json index 9465ee3a2f..21e53e537e 100644 --- a/accounting/tsconfig.json +++ b/accounting/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ace/tsconfig.json b/ace/tsconfig.json index 17fdc64add..22087c4674 100644 --- a/ace/tsconfig.json +++ b/ace/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/acl/tsconfig.json b/acl/tsconfig.json index 1f5e0d3b51..aa96150bff 100644 --- a/acl/tsconfig.json +++ b/acl/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/acorn/tsconfig.json b/acorn/tsconfig.json index ef7e78be6a..08bd3702ce 100644 --- a/acorn/tsconfig.json +++ b/acorn/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/adal/tsconfig.json b/adal/tsconfig.json index ec4124b17c..6979994fca 100644 --- a/adal/tsconfig.json +++ b/adal/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/add2home/tsconfig.json b/add2home/tsconfig.json index 2f13a3183a..8074984e3c 100644 --- a/add2home/tsconfig.json +++ b/add2home/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/adm-zip/tsconfig.json b/adm-zip/tsconfig.json index 5cb05216f2..4120ceef53 100644 --- a/adm-zip/tsconfig.json +++ b/adm-zip/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ag-grid/tsconfig.json b/ag-grid/tsconfig.json index d406f754b9..aa4fc8156f 100644 --- a/ag-grid/tsconfig.json +++ b/ag-grid/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/agenda/tsconfig.json b/agenda/tsconfig.json index 96c9619d82..4f48508fda 100644 --- a/agenda/tsconfig.json +++ b/agenda/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/alertify/tsconfig.json b/alertify/tsconfig.json index 0adccf811e..adfc78de2c 100644 --- a/alertify/tsconfig.json +++ b/alertify/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/alt/tsconfig.json b/alt/tsconfig.json index 05b2137ca6..eaac3c3364 100644 --- a/alt/tsconfig.json +++ b/alt/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/amazon-product-api/tsconfig.json b/amazon-product-api/tsconfig.json index 64d1eaed52..82dae0cfe8 100644 --- a/amazon-product-api/tsconfig.json +++ b/amazon-product-api/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/amcharts/tsconfig.json b/amcharts/tsconfig.json index ddbd828446..126718d584 100644 --- a/amcharts/tsconfig.json +++ b/amcharts/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/amplify-deferred/tsconfig.json b/amplify-deferred/tsconfig.json index f67b1d5760..ed8c892c6b 100644 --- a/amplify-deferred/tsconfig.json +++ b/amplify-deferred/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/amplify/tsconfig.json b/amplify/tsconfig.json index 4f518a70af..d0c999bfb0 100644 --- a/amplify/tsconfig.json +++ b/amplify/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/amqp-rpc/tsconfig.json b/amqp-rpc/tsconfig.json index a6dbba79a9..fd72436368 100644 --- a/amqp-rpc/tsconfig.json +++ b/amqp-rpc/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/amqplib/tsconfig.json b/amqplib/tsconfig.json index dbf8a17982..10f2f8c294 100644 --- a/amqplib/tsconfig.json +++ b/amqplib/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/analytics-node/tsconfig.json b/analytics-node/tsconfig.json index 07f770668e..34783d00fc 100644 --- a/analytics-node/tsconfig.json +++ b/analytics-node/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-agility/tsconfig.json b/angular-agility/tsconfig.json index f9b811a04a..1d233e8b95 100644 --- a/angular-agility/tsconfig.json +++ b/angular-agility/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-bootstrap-calendar/tsconfig.json b/angular-bootstrap-calendar/tsconfig.json index e232de930e..8098af1045 100644 --- a/angular-bootstrap-calendar/tsconfig.json +++ b/angular-bootstrap-calendar/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-bootstrap-lightbox/tsconfig.json b/angular-bootstrap-lightbox/tsconfig.json index 48bcbaeafa..d75448c863 100644 --- a/angular-bootstrap-lightbox/tsconfig.json +++ b/angular-bootstrap-lightbox/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-breadcrumb/tsconfig.json b/angular-breadcrumb/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/angular-breadcrumb/tsconfig.json +++ b/angular-breadcrumb/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/angular-cookie/tsconfig.json b/angular-cookie/tsconfig.json index 99b2496065..fc5ba438ad 100644 --- a/angular-cookie/tsconfig.json +++ b/angular-cookie/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-dialog-service/tsconfig.json b/angular-dialog-service/tsconfig.json index d56f8fded9..991cda6562 100644 --- a/angular-dialog-service/tsconfig.json +++ b/angular-dialog-service/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-dynamic-locale/tsconfig.json b/angular-dynamic-locale/tsconfig.json index 505f5ffa33..a13430d7e5 100644 --- a/angular-dynamic-locale/tsconfig.json +++ b/angular-dynamic-locale/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-environment/tsconfig.json b/angular-environment/tsconfig.json index eb50d45e16..2ced791168 100644 --- a/angular-environment/tsconfig.json +++ b/angular-environment/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-file-upload/tsconfig.json b/angular-file-upload/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/angular-file-upload/tsconfig.json +++ b/angular-file-upload/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/angular-formly/tsconfig.json b/angular-formly/tsconfig.json index d8c3105296..780163f9c9 100644 --- a/angular-formly/tsconfig.json +++ b/angular-formly/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-fullscreen/tsconfig.json b/angular-fullscreen/tsconfig.json index 9e6cf7259c..00b552f9c6 100644 --- a/angular-fullscreen/tsconfig.json +++ b/angular-fullscreen/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-gettext/tsconfig.json b/angular-gettext/tsconfig.json index 7cce5b77d2..e174048c1f 100644 --- a/angular-gettext/tsconfig.json +++ b/angular-gettext/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-google-analytics/tsconfig.json b/angular-google-analytics/tsconfig.json index 0420ce2b22..063747ad37 100644 --- a/angular-google-analytics/tsconfig.json +++ b/angular-google-analytics/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-growl-v2/tsconfig.json b/angular-growl-v2/tsconfig.json index 24fe705c96..b24e69e35a 100644 --- a/angular-growl-v2/tsconfig.json +++ b/angular-growl-v2/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-hotkeys/tsconfig.json b/angular-hotkeys/tsconfig.json index 605ad14690..bdad07860e 100644 --- a/angular-hotkeys/tsconfig.json +++ b/angular-hotkeys/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-http-auth/tsconfig.json b/angular-http-auth/tsconfig.json index 3d41c11761..5db24b6270 100644 --- a/angular-http-auth/tsconfig.json +++ b/angular-http-auth/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-httpi/tsconfig.json b/angular-httpi/tsconfig.json index 70c6bbda24..985d8b3285 100644 --- a/angular-httpi/tsconfig.json +++ b/angular-httpi/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-idle/tsconfig.json b/angular-idle/tsconfig.json index 29b8fed55b..22c30cfb25 100644 --- a/angular-idle/tsconfig.json +++ b/angular-idle/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-jwt/tsconfig.json b/angular-jwt/tsconfig.json index 3e75bf7fad..34109198fc 100644 --- a/angular-jwt/tsconfig.json +++ b/angular-jwt/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-load/tsconfig.json b/angular-load/tsconfig.json index 45255a493f..10a9aa370b 100644 --- a/angular-load/tsconfig.json +++ b/angular-load/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-loading-bar/tsconfig.json b/angular-loading-bar/tsconfig.json index 2487efe35a..1a9882dad4 100644 --- a/angular-loading-bar/tsconfig.json +++ b/angular-loading-bar/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-local-storage/tsconfig.json b/angular-local-storage/tsconfig.json index 55aac83faf..768463c1e6 100644 --- a/angular-local-storage/tsconfig.json +++ b/angular-local-storage/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-localForage/tsconfig.json b/angular-localForage/tsconfig.json index 4533d80db5..3ac6b18efe 100644 --- a/angular-localForage/tsconfig.json +++ b/angular-localForage/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-locker/tsconfig.json b/angular-locker/tsconfig.json index 43b07be819..c2706703a8 100644 --- a/angular-locker/tsconfig.json +++ b/angular-locker/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-material/tsconfig.json b/angular-material/tsconfig.json index 5558765578..b4a0ec13bd 100644 --- a/angular-material/tsconfig.json +++ b/angular-material/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/angular-media-queries/tsconfig.json b/angular-media-queries/tsconfig.json index 1b186a0039..a148f1997a 100644 --- a/angular-media-queries/tsconfig.json +++ b/angular-media-queries/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-meteor/tsconfig.json b/angular-meteor/tsconfig.json index b9989e2e9e..20c8a44fb9 100644 --- a/angular-meteor/tsconfig.json +++ b/angular-meteor/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-modal/tsconfig.json b/angular-modal/tsconfig.json index 264e60fe07..4368649c99 100644 --- a/angular-modal/tsconfig.json +++ b/angular-modal/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-notifications/tsconfig.json b/angular-notifications/tsconfig.json index 533c8d0e5d..ea7849e630 100644 --- a/angular-notifications/tsconfig.json +++ b/angular-notifications/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-notify/tsconfig.json b/angular-notify/tsconfig.json index e2be6bf80b..cfa6076328 100644 --- a/angular-notify/tsconfig.json +++ b/angular-notify/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-odata-resources/tsconfig.json b/angular-odata-resources/tsconfig.json index 438671f38d..4bfecb2bfc 100644 --- a/angular-odata-resources/tsconfig.json +++ b/angular-odata-resources/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-permission/tsconfig.json b/angular-permission/tsconfig.json index ebf35ab7cd..60f90b2edf 100644 --- a/angular-permission/tsconfig.json +++ b/angular-permission/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/angular-scenario/tsconfig.json b/angular-scenario/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/angular-scenario/tsconfig.json +++ b/angular-scenario/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/angular-scroll/tsconfig.json b/angular-scroll/tsconfig.json index c5659534d6..c61543efb9 100644 --- a/angular-scroll/tsconfig.json +++ b/angular-scroll/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-signalr-hub/tsconfig.json b/angular-signalr-hub/tsconfig.json index 6a10fafc1c..1cd2128978 100644 --- a/angular-signalr-hub/tsconfig.json +++ b/angular-signalr-hub/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-spinner/tsconfig.json b/angular-spinner/tsconfig.json index 01271cf5c0..3936b5ffe3 100644 --- a/angular-spinner/tsconfig.json +++ b/angular-spinner/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-storage/tsconfig.json b/angular-storage/tsconfig.json index a377e4c13d..b66da3bae3 100644 --- a/angular-storage/tsconfig.json +++ b/angular-storage/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-strap/tsconfig.json b/angular-strap/tsconfig.json index 5fa29ef1e9..c64c49d0fb 100644 --- a/angular-strap/tsconfig.json +++ b/angular-strap/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-toastr/tsconfig.json b/angular-toastr/tsconfig.json index 3ba2e96121..a75ade93ae 100644 --- a/angular-toastr/tsconfig.json +++ b/angular-toastr/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-toasty/tsconfig.json b/angular-toasty/tsconfig.json index b43c4b7f55..8635b9121c 100644 --- a/angular-toasty/tsconfig.json +++ b/angular-toasty/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-touchspin/tsconfig.json b/angular-touchspin/tsconfig.json index 5d48e23b04..841a1463f6 100644 --- a/angular-touchspin/tsconfig.json +++ b/angular-touchspin/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-translate/tsconfig.json b/angular-translate/tsconfig.json index 1238717eb5..347386347d 100644 --- a/angular-translate/tsconfig.json +++ b/angular-translate/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-ui-bootstrap/tsconfig.json b/angular-ui-bootstrap/tsconfig.json index 03c0ebdc9d..cf2cdd2e3f 100644 --- a/angular-ui-bootstrap/tsconfig.json +++ b/angular-ui-bootstrap/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-ui-router/tsconfig.json b/angular-ui-router/tsconfig.json index f041f886df..6336d7c83d 100644 --- a/angular-ui-router/tsconfig.json +++ b/angular-ui-router/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-ui-scroll/tsconfig.json b/angular-ui-scroll/tsconfig.json index 8facd9d005..d5c7039513 100644 --- a/angular-ui-scroll/tsconfig.json +++ b/angular-ui-scroll/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-ui-sortable/tsconfig.json b/angular-ui-sortable/tsconfig.json index 958d854c8d..d3dcce467c 100644 --- a/angular-ui-sortable/tsconfig.json +++ b/angular-ui-sortable/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-ui-tree/tsconfig.json b/angular-ui-tree/tsconfig.json index 3b91d7f958..3c61cfb95e 100644 --- a/angular-ui-tree/tsconfig.json +++ b/angular-ui-tree/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular-wizard/tsconfig.json b/angular-wizard/tsconfig.json index b87aee9a66..977340f904 100644 --- a/angular-wizard/tsconfig.json +++ b/angular-wizard/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular.throttle/tsconfig.json b/angular.throttle/tsconfig.json index 55929d9c15..e3eb5a4401 100644 --- a/angular.throttle/tsconfig.json +++ b/angular.throttle/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angular/tsconfig.json b/angular/tsconfig.json index 42c2f6a86c..3b296f824e 100644 --- a/angular/tsconfig.json +++ b/angular/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/angularLocalStorage/tsconfig.json b/angularLocalStorage/tsconfig.json index d30fe4e831..082a8e904e 100644 --- a/angularLocalStorage/tsconfig.json +++ b/angularLocalStorage/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angularfire/tsconfig.json b/angularfire/tsconfig.json index 243dd5a479..39968b20d3 100644 --- a/angularfire/tsconfig.json +++ b/angularfire/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/angulartics/tsconfig.json b/angulartics/tsconfig.json index 5fe3b3dd8a..6f4321f8c6 100644 --- a/angulartics/tsconfig.json +++ b/angulartics/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/animation-frame/tsconfig.json b/animation-frame/tsconfig.json index 0c8cec8336..b99fdd852e 100644 --- a/animation-frame/tsconfig.json +++ b/animation-frame/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ansi-styles/tsconfig.json b/ansi-styles/tsconfig.json index 71f0cb20a5..01ff60a3f9 100644 --- a/ansi-styles/tsconfig.json +++ b/ansi-styles/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ansicolors/tsconfig.json b/ansicolors/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/ansicolors/tsconfig.json +++ b/ansicolors/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/antd/tsconfig.json b/antd/tsconfig.json index f2a25842c8..c09515ca39 100644 --- a/antd/tsconfig.json +++ b/antd/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/any-db-transaction/tsconfig.json b/any-db-transaction/tsconfig.json index 4176b0b185..5eeade92f6 100644 --- a/any-db-transaction/tsconfig.json +++ b/any-db-transaction/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/any-db/tsconfig.json b/any-db/tsconfig.json index f43d42ebbb..6486cffd13 100644 --- a/any-db/tsconfig.json +++ b/any-db/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/anydb-sql-migrations/tsconfig.json b/anydb-sql-migrations/tsconfig.json index c7e407ed1a..232492fb95 100644 --- a/anydb-sql-migrations/tsconfig.json +++ b/anydb-sql-migrations/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/anydb-sql/tsconfig.json b/anydb-sql/tsconfig.json index d592a0080a..c949b3cd68 100644 --- a/anydb-sql/tsconfig.json +++ b/anydb-sql/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/api-error-handler/tsconfig.json b/api-error-handler/tsconfig.json index 99feb1f177..1547be610b 100644 --- a/api-error-handler/tsconfig.json +++ b/api-error-handler/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/apn/tsconfig.json b/apn/tsconfig.json index 4d9f3f3d1d..b009071037 100644 --- a/apn/tsconfig.json +++ b/apn/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/appframework/tsconfig.json b/appframework/tsconfig.json index d8583fab9f..a5289db2ff 100644 --- a/appframework/tsconfig.json +++ b/appframework/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/appletvjs/tsconfig.json b/appletvjs/tsconfig.json index 850e79f654..9ccc0f2c83 100644 --- a/appletvjs/tsconfig.json +++ b/appletvjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/applicationinsights/tsconfig.json b/applicationinsights/tsconfig.json index fe326034fb..74ed4f6c6c 100644 --- a/applicationinsights/tsconfig.json +++ b/applicationinsights/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/arbiter/tsconfig.json b/arbiter/tsconfig.json index 040f8efb6b..e99a9268d5 100644 --- a/arbiter/tsconfig.json +++ b/arbiter/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/arcgis-js-api/tsconfig.json b/arcgis-js-api/tsconfig.json index ce2150a4c1..8cdccd24f9 100644 --- a/arcgis-js-api/tsconfig.json +++ b/arcgis-js-api/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/archiver/tsconfig.json b/archiver/tsconfig.json index e83d12e060..0f7cfc01f5 100644 --- a/archiver/tsconfig.json +++ b/archiver/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/archy/tsconfig.json b/archy/tsconfig.json index 1829fd17f3..f8ec33fc36 100644 --- a/archy/tsconfig.json +++ b/archy/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/argparse/tsconfig.json b/argparse/tsconfig.json index f93d57840b..b31549abba 100644 --- a/argparse/tsconfig.json +++ b/argparse/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/asana/tsconfig.json b/asana/tsconfig.json index e8fc5a0c3c..25f84b87a7 100644 --- a/asana/tsconfig.json +++ b/asana/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/asciify/tsconfig.json b/asciify/tsconfig.json index 4defef19dd..550de2aa56 100644 --- a/asciify/tsconfig.json +++ b/asciify/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/aspnet-identity-pw/tsconfig.json b/aspnet-identity-pw/tsconfig.json index 5d17c9efb2..578e871e06 100644 --- a/aspnet-identity-pw/tsconfig.json +++ b/aspnet-identity-pw/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/assert/tsconfig.json b/assert/tsconfig.json index e054348cd2..4fc523d55b 100644 --- a/assert/tsconfig.json +++ b/assert/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/assertion-error/tsconfig.json b/assertion-error/tsconfig.json index cbb6fa7da7..0b2b90d2ca 100644 --- a/assertion-error/tsconfig.json +++ b/assertion-error/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/assertsharp/tsconfig.json b/assertsharp/tsconfig.json index 279d61773a..d39cdd07b9 100644 --- a/assertsharp/tsconfig.json +++ b/assertsharp/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/async-lock/tsconfig.json b/async-lock/tsconfig.json index 16090fa7a1..173787ed8d 100644 --- a/async-lock/tsconfig.json +++ b/async-lock/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/async-writer/tsconfig.json b/async-writer/tsconfig.json index 6e1d85a694..b817d40f63 100644 --- a/async-writer/tsconfig.json +++ b/async-writer/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/async/tsconfig.json b/async/tsconfig.json index 6fd2a8ce1a..c655cc101a 100644 --- a/async/tsconfig.json +++ b/async/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/asyncblock/tsconfig.json b/asyncblock/tsconfig.json index e7ffa30d88..1611b9a7b4 100644 --- a/asyncblock/tsconfig.json +++ b/asyncblock/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/atmosphere/tsconfig.json b/atmosphere/tsconfig.json index 7783fc7d99..53982dbeb5 100644 --- a/atmosphere/tsconfig.json +++ b/atmosphere/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/atom-keymap/tsconfig.json b/atom-keymap/tsconfig.json index 66d5b26b4d..305e6eb32d 100644 --- a/atom-keymap/tsconfig.json +++ b/atom-keymap/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/atom/tsconfig.json b/atom/tsconfig.json index 60c0fa34fc..0fe8268125 100644 --- a/atom/tsconfig.json +++ b/atom/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/atpl/tsconfig.json b/atpl/tsconfig.json index c1a6c90baf..95f969d727 100644 --- a/atpl/tsconfig.json +++ b/atpl/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/auth0-angular/tsconfig.json b/auth0-angular/tsconfig.json index f0126c820b..1d97bc9052 100644 --- a/auth0-angular/tsconfig.json +++ b/auth0-angular/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/auth0-lock/tsconfig.json b/auth0-lock/tsconfig.json index 71f8e65ffd..e4ae552448 100644 --- a/auth0-lock/tsconfig.json +++ b/auth0-lock/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/auth0.widget/tsconfig.json b/auth0.widget/tsconfig.json index 4cccb18b34..23e1735109 100644 --- a/auth0.widget/tsconfig.json +++ b/auth0.widget/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/auth0/tsconfig.json b/auth0/tsconfig.json index 885cdf11fb..648402f946 100644 --- a/auth0/tsconfig.json +++ b/auth0/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/auto-launch/tsconfig.json b/auto-launch/tsconfig.json index 2ed8586729..9f51f0f33a 100644 --- a/auto-launch/tsconfig.json +++ b/auto-launch/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/autobahn/tsconfig.json b/autobahn/tsconfig.json index bccb32ec57..ba1f37e9db 100644 --- a/autobahn/tsconfig.json +++ b/autobahn/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/autolinker/tsconfig.json b/autolinker/tsconfig.json index 9df2f1562b..35143b478d 100644 --- a/autolinker/tsconfig.json +++ b/autolinker/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/autoprefixer-core/tsconfig.json b/autoprefixer-core/tsconfig.json index f674289949..1063eeedb2 100644 --- a/autoprefixer-core/tsconfig.json +++ b/autoprefixer-core/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/aws-sdk/tsconfig.json b/aws-sdk/tsconfig.json index f76eef3667..2ac0e7b03a 100644 --- a/aws-sdk/tsconfig.json +++ b/aws-sdk/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/axios/tsconfig.json b/axios/tsconfig.json index 8e399a1fd9..72c4e742e8 100644 --- a/axios/tsconfig.json +++ b/axios/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/azure-mobile-apps/tsconfig.json b/azure-mobile-apps/tsconfig.json index 035c01d2da..fe79a01872 100644 --- a/azure-mobile-apps/tsconfig.json +++ b/azure-mobile-apps/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/azure-mobile-services-client/tsconfig.json b/azure-mobile-services-client/tsconfig.json index 8ec6fd0fac..d6164ec459 100644 --- a/azure-mobile-services-client/tsconfig.json +++ b/azure-mobile-services-client/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/azure-sb/tsconfig.json b/azure-sb/tsconfig.json index 5edfa22aeb..5c167b1965 100644 --- a/azure-sb/tsconfig.json +++ b/azure-sb/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/azure/tsconfig.json b/azure/tsconfig.json index b85ce0bcd1..650eddd468 100644 --- a/azure/tsconfig.json +++ b/azure/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/babel-core/tsconfig.json b/babel-core/tsconfig.json index ad6c58a495..ef8b754c2e 100644 --- a/babel-core/tsconfig.json +++ b/babel-core/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/babel-generator/tsconfig.json b/babel-generator/tsconfig.json index dea79caa47..451aedaed2 100644 --- a/babel-generator/tsconfig.json +++ b/babel-generator/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/babel-template/tsconfig.json b/babel-template/tsconfig.json index 1cf69a87fa..de71b61379 100644 --- a/babel-template/tsconfig.json +++ b/babel-template/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/babel-traverse/tsconfig.json b/babel-traverse/tsconfig.json index 8bdbe87633..174451748f 100644 --- a/babel-traverse/tsconfig.json +++ b/babel-traverse/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/babel-types/tsconfig.json b/babel-types/tsconfig.json index 13f8b4826d..9b0ab0a68b 100644 --- a/babel-types/tsconfig.json +++ b/babel-types/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/babylon/tsconfig.json b/babylon/tsconfig.json index f1b1d3d68c..c90afaae01 100644 --- a/babylon/tsconfig.json +++ b/babylon/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/babylonjs/tsconfig.json b/babylonjs/tsconfig.json index f1b1d3d68c..c90afaae01 100644 --- a/babylonjs/tsconfig.json +++ b/babylonjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/babyparse/tsconfig.json b/babyparse/tsconfig.json index c159132b09..c16df889b1 100644 --- a/babyparse/tsconfig.json +++ b/babyparse/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/backbone-associations/tsconfig.json b/backbone-associations/tsconfig.json index 6db6c430e0..47f983c2c3 100644 --- a/backbone-associations/tsconfig.json +++ b/backbone-associations/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/backbone-relational/tsconfig.json b/backbone-relational/tsconfig.json index f348eea381..afc2caeb37 100644 --- a/backbone-relational/tsconfig.json +++ b/backbone-relational/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/backbone.layoutmanager/tsconfig.json b/backbone.layoutmanager/tsconfig.json index b0c8ce29f8..642dc13608 100644 --- a/backbone.layoutmanager/tsconfig.json +++ b/backbone.layoutmanager/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/backbone.localstorage/tsconfig.json b/backbone.localstorage/tsconfig.json index 9ac0dd1152..e1ab0bd7c5 100644 --- a/backbone.localstorage/tsconfig.json +++ b/backbone.localstorage/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/backbone.marionette/tsconfig.json b/backbone.marionette/tsconfig.json index 9bb6cff5ab..c3e3e6557d 100644 --- a/backbone.marionette/tsconfig.json +++ b/backbone.marionette/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/backbone.paginator/tsconfig.json b/backbone.paginator/tsconfig.json index 44cc4f3256..b879455a67 100644 --- a/backbone.paginator/tsconfig.json +++ b/backbone.paginator/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/backbone.radio/tsconfig.json b/backbone.radio/tsconfig.json index a1ebb293bf..ed4e1835a4 100644 --- a/backbone.radio/tsconfig.json +++ b/backbone.radio/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/backbone/tsconfig.json b/backbone/tsconfig.json index cf83be1ab9..6b5ef70c48 100644 --- a/backbone/tsconfig.json +++ b/backbone/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/backgrid/tsconfig.json b/backgrid/tsconfig.json index 3a59729331..f43b4df809 100644 --- a/backgrid/tsconfig.json +++ b/backgrid/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/baconjs/tsconfig.json b/baconjs/tsconfig.json index 2a564bc11d..eedf015d52 100644 --- a/baconjs/tsconfig.json +++ b/baconjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/barcode/tsconfig.json b/barcode/tsconfig.json index 45a78deb61..0f59bbcad5 100644 --- a/barcode/tsconfig.json +++ b/barcode/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bardjs/tsconfig.json b/bardjs/tsconfig.json index 320e5d95cb..75bb47fda6 100644 --- a/bardjs/tsconfig.json +++ b/bardjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/base-x/tsconfig.json b/base-x/tsconfig.json index 420afe258f..6ba08f785e 100644 --- a/base-x/tsconfig.json +++ b/base-x/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/basic-auth/tsconfig.json b/basic-auth/tsconfig.json index c887b540fc..be30144a09 100644 --- a/basic-auth/tsconfig.json +++ b/basic-auth/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/batch-stream/tsconfig.json b/batch-stream/tsconfig.json index 42af78c10d..2bfe010bef 100644 --- a/batch-stream/tsconfig.json +++ b/batch-stream/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bcrypt-nodejs/tsconfig.json b/bcrypt-nodejs/tsconfig.json index 588536c2cf..5db2f8ea76 100644 --- a/bcrypt-nodejs/tsconfig.json +++ b/bcrypt-nodejs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bcrypt/tsconfig.json b/bcrypt/tsconfig.json index 0134ad00bf..9d1c5fceba 100644 --- a/bcrypt/tsconfig.json +++ b/bcrypt/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bcryptjs/tsconfig.json b/bcryptjs/tsconfig.json index 07e60bbed6..afa3f32756 100644 --- a/bcryptjs/tsconfig.json +++ b/bcryptjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/benchmark/tsconfig.json b/benchmark/tsconfig.json index 4b573b770a..1d509459d8 100644 --- a/benchmark/tsconfig.json +++ b/benchmark/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/better-curry/tsconfig.json b/better-curry/tsconfig.json index 097ff00999..31370cf1de 100644 --- a/better-curry/tsconfig.json +++ b/better-curry/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bezier-easing/tsconfig.json b/bezier-easing/tsconfig.json index 2eb6b40ad3..21758ddc9b 100644 --- a/bezier-easing/tsconfig.json +++ b/bezier-easing/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bgiframe/tsconfig.json b/bgiframe/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/bgiframe/tsconfig.json +++ b/bgiframe/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/big-integer/tsconfig.json b/big-integer/tsconfig.json index c1177be845..de7bcb9e4a 100644 --- a/big-integer/tsconfig.json +++ b/big-integer/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/big.js/tsconfig.json b/big.js/tsconfig.json index 7184fb5566..19da6b94ed 100644 --- a/big.js/tsconfig.json +++ b/big.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bigint/tsconfig.json b/bigint/tsconfig.json index d4be480fbd..e65612eeb1 100644 --- a/bigint/tsconfig.json +++ b/bigint/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bignum/tsconfig.json b/bignum/tsconfig.json index acef576fe1..6faac38c8f 100644 --- a/bignum/tsconfig.json +++ b/bignum/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bigscreen/tsconfig.json b/bigscreen/tsconfig.json index e9f53d86b0..ce4fdc543d 100644 --- a/bigscreen/tsconfig.json +++ b/bigscreen/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bingmaps/tsconfig.json b/bingmaps/tsconfig.json index 367e4f067e..3572f00992 100644 --- a/bingmaps/tsconfig.json +++ b/bingmaps/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bip21/tsconfig.json b/bip21/tsconfig.json index fdb8cef5d7..c1ed6e8d86 100644 --- a/bip21/tsconfig.json +++ b/bip21/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bitwise-xor/tsconfig.json b/bitwise-xor/tsconfig.json index c560728e4e..c6044c1880 100644 --- a/bitwise-xor/tsconfig.json +++ b/bitwise-xor/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bl/tsconfig.json b/bl/tsconfig.json index 75249631f8..c7f3719dc8 100644 --- a/bl/tsconfig.json +++ b/bl/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/blazy/tsconfig.json b/blazy/tsconfig.json index 96305066f3..51d772f56d 100644 --- a/blazy/tsconfig.json +++ b/blazy/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/blissfuljs/tsconfig.json b/blissfuljs/tsconfig.json index 16f5a6eb7e..f1de3afe28 100644 --- a/blissfuljs/tsconfig.json +++ b/blissfuljs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/blob-stream/tsconfig.json b/blob-stream/tsconfig.json index a671d4a9de..144a9bdaf3 100644 --- a/blob-stream/tsconfig.json +++ b/blob-stream/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/blocks/tsconfig.json b/blocks/tsconfig.json index 6acf156cd4..9ff49001dc 100644 --- a/blocks/tsconfig.json +++ b/blocks/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/blue-tape/tsconfig.json b/blue-tape/tsconfig.json index e09d31ad27..122eb01fed 100644 --- a/blue-tape/tsconfig.json +++ b/blue-tape/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bluebird-retry/tsconfig.json b/bluebird-retry/tsconfig.json index f1550dee3c..8c95b9f8d9 100644 --- a/bluebird-retry/tsconfig.json +++ b/bluebird-retry/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bluebird/tsconfig.json b/bluebird/tsconfig.json index ea3babf1fc..72e3f2fcc4 100644 --- a/bluebird/tsconfig.json +++ b/bluebird/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/blueimp-md5/tsconfig.json b/blueimp-md5/tsconfig.json index ff2dee2145..a2cb1cf007 100644 --- a/blueimp-md5/tsconfig.json +++ b/blueimp-md5/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/body-parser/tsconfig.json b/body-parser/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/body-parser/tsconfig.json +++ b/body-parser/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/bookshelf/tsconfig.json b/bookshelf/tsconfig.json index 052b689b58..6c039f8a8c 100644 --- a/bookshelf/tsconfig.json +++ b/bookshelf/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/boolify-string/tsconfig.json b/boolify-string/tsconfig.json index 786376f02d..6d944e29d8 100644 --- a/boolify-string/tsconfig.json +++ b/boolify-string/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/boom/tsconfig.json b/boom/tsconfig.json index 08f64eb4cf..c517abebcb 100644 --- a/boom/tsconfig.json +++ b/boom/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bootbox/tsconfig.json b/bootbox/tsconfig.json index f4c744bdd6..a48da8b93d 100644 --- a/bootbox/tsconfig.json +++ b/bootbox/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bootpag/tsconfig.json b/bootpag/tsconfig.json index cdacde024f..0a64673ec3 100644 --- a/bootpag/tsconfig.json +++ b/bootpag/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bootstrap-maxlength/tsconfig.json b/bootstrap-maxlength/tsconfig.json index 391c84cf86..aa05acba0c 100644 --- a/bootstrap-maxlength/tsconfig.json +++ b/bootstrap-maxlength/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bootstrap-notify/tsconfig.json b/bootstrap-notify/tsconfig.json index 983047c157..242a7aa566 100644 --- a/bootstrap-notify/tsconfig.json +++ b/bootstrap-notify/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bootstrap-slider/tsconfig.json b/bootstrap-slider/tsconfig.json index a218ff2c5e..e6f6a59569 100644 --- a/bootstrap-slider/tsconfig.json +++ b/bootstrap-slider/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bootstrap-switch/tsconfig.json b/bootstrap-switch/tsconfig.json index b940d25450..a68da8f473 100644 --- a/bootstrap-switch/tsconfig.json +++ b/bootstrap-switch/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bootstrap-touchspin/tsconfig.json b/bootstrap-touchspin/tsconfig.json index 3b1ce625c0..6fb5318338 100644 --- a/bootstrap-touchspin/tsconfig.json +++ b/bootstrap-touchspin/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bootstrap.datepicker/tsconfig.json b/bootstrap.datepicker/tsconfig.json index dd11808d24..f526ab5702 100644 --- a/bootstrap.datepicker/tsconfig.json +++ b/bootstrap.datepicker/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bootstrap.paginator/tsconfig.json b/bootstrap.paginator/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/bootstrap.paginator/tsconfig.json +++ b/bootstrap.paginator/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/bootstrap.timepicker/tsconfig.json b/bootstrap.timepicker/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/bootstrap.timepicker/tsconfig.json +++ b/bootstrap.timepicker/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/bootstrap.v3.datetimepicker/tsconfig.json b/bootstrap.v3.datetimepicker/tsconfig.json index 91dc6669e7..9687ed171c 100644 --- a/bootstrap.v3.datetimepicker/tsconfig.json +++ b/bootstrap.v3.datetimepicker/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/bootstrap/tsconfig.json b/bootstrap/tsconfig.json index 3f364a0006..cef6cee74d 100644 --- a/bootstrap/tsconfig.json +++ b/bootstrap/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bounce.js/tsconfig.json b/bounce.js/tsconfig.json index 0dd584e0b4..21e0c7c332 100644 --- a/bounce.js/tsconfig.json +++ b/bounce.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bowser/tsconfig.json b/bowser/tsconfig.json index 25b2a562ab..7716ba9fcc 100644 --- a/bowser/tsconfig.json +++ b/bowser/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/box2d/tsconfig.json b/box2d/tsconfig.json index 6d4ca1fcd2..8333376bb5 100644 --- a/box2d/tsconfig.json +++ b/box2d/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/breeze/tsconfig.json b/breeze/tsconfig.json index f050c937a6..61c40b0c21 100644 --- a/breeze/tsconfig.json +++ b/breeze/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/brorand/tsconfig.json b/brorand/tsconfig.json index 75e3f03289..3364b18700 100644 --- a/brorand/tsconfig.json +++ b/brorand/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/browser-harness/tsconfig.json b/browser-harness/tsconfig.json index 69bc09892d..8d91341dc2 100644 --- a/browser-harness/tsconfig.json +++ b/browser-harness/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/browser-sync/tsconfig.json b/browser-sync/tsconfig.json index 272bfb9dbe..00f6a385be 100644 --- a/browser-sync/tsconfig.json +++ b/browser-sync/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/browserify/tsconfig.json b/browserify/tsconfig.json index 7333343fb7..76abfe7cdf 100644 --- a/browserify/tsconfig.json +++ b/browserify/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bs58/tsconfig.json b/bs58/tsconfig.json index 996b7dbcd3..1b125313a3 100644 --- a/bs58/tsconfig.json +++ b/bs58/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bson/tsconfig.json b/bson/tsconfig.json index 266a27d2a0..2867dd77b7 100644 --- a/bson/tsconfig.json +++ b/bson/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bucks/tsconfig.json b/bucks/tsconfig.json index f35de75be7..7fe2ceb2ad 100644 --- a/bucks/tsconfig.json +++ b/bucks/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/buffer-compare/tsconfig.json b/buffer-compare/tsconfig.json index 7c03187e60..2f0ab706cb 100644 --- a/buffer-compare/tsconfig.json +++ b/buffer-compare/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/buffer-equal/tsconfig.json b/buffer-equal/tsconfig.json index 045fb59fd1..023af87516 100644 --- a/buffer-equal/tsconfig.json +++ b/buffer-equal/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/buffers/tsconfig.json b/buffers/tsconfig.json index 91c64ca27d..7e5fabe5ab 100644 --- a/buffers/tsconfig.json +++ b/buffers/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bufferstream/tsconfig.json b/bufferstream/tsconfig.json index 84a4e64d3f..44b1becec2 100644 --- a/bufferstream/tsconfig.json +++ b/bufferstream/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bugsnag/tsconfig.json b/bugsnag/tsconfig.json index 9c11829e7a..17df589138 100644 --- a/bugsnag/tsconfig.json +++ b/bugsnag/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bull/tsconfig.json b/bull/tsconfig.json index e5c0556efe..4650ae9557 100644 --- a/bull/tsconfig.json +++ b/bull/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bunyan-logentries/tsconfig.json b/bunyan-logentries/tsconfig.json index 06ebfa223f..d99107bfb5 100644 --- a/bunyan-logentries/tsconfig.json +++ b/bunyan-logentries/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bunyan-prettystream/tsconfig.json b/bunyan-prettystream/tsconfig.json index 07e482fe31..dcbdd86fcd 100644 --- a/bunyan-prettystream/tsconfig.json +++ b/bunyan-prettystream/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bunyan/tsconfig.json b/bunyan/tsconfig.json index 42a29d7a66..24893f27fb 100644 --- a/bunyan/tsconfig.json +++ b/bunyan/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/business-rules-engine/tsconfig.json b/business-rules-engine/tsconfig.json index 326d99c214..d78f12fad1 100644 --- a/business-rules-engine/tsconfig.json +++ b/business-rules-engine/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/byline/tsconfig.json b/byline/tsconfig.json index 4e474399c5..86e1cca418 100644 --- a/byline/tsconfig.json +++ b/byline/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bytebuffer/tsconfig.json b/bytebuffer/tsconfig.json index a42bd02908..0f1705cac0 100644 --- a/bytebuffer/tsconfig.json +++ b/bytebuffer/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/bytes/tsconfig.json b/bytes/tsconfig.json index 573b812eed..907ef89767 100644 --- a/bytes/tsconfig.json +++ b/bytes/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/c3/tsconfig.json b/c3/tsconfig.json index 2a49ee2dea..beb374a8ea 100644 --- a/c3/tsconfig.json +++ b/c3/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cal-heatmap/tsconfig.json b/cal-heatmap/tsconfig.json index 27096390dc..69a3fe2a25 100644 --- a/cal-heatmap/tsconfig.json +++ b/cal-heatmap/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/callsite/tsconfig.json b/callsite/tsconfig.json index 5c2d0f4434..4be2800535 100644 --- a/callsite/tsconfig.json +++ b/callsite/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/calq/tsconfig.json b/calq/tsconfig.json index a3293bb632..8907ad6544 100644 --- a/calq/tsconfig.json +++ b/calq/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/camel-case/tsconfig.json b/camel-case/tsconfig.json index 77bcbc988b..83c8649f5e 100644 --- a/camel-case/tsconfig.json +++ b/camel-case/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/camelcase/tsconfig.json b/camelcase/tsconfig.json index 8e47598437..c92cab2221 100644 --- a/camelcase/tsconfig.json +++ b/camelcase/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/camljs/tsconfig.json b/camljs/tsconfig.json index d77b898cc7..f6a6f272de 100644 --- a/camljs/tsconfig.json +++ b/camljs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/camo/tsconfig.json b/camo/tsconfig.json index 8e8c879862..27a2fc316d 100644 --- a/camo/tsconfig.json +++ b/camo/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/canvasjs/tsconfig.json b/canvasjs/tsconfig.json index 7cded4d771..40aa730bfc 100644 --- a/canvasjs/tsconfig.json +++ b/canvasjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/casperjs/tsconfig.json b/casperjs/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/casperjs/tsconfig.json +++ b/casperjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/chai-as-promised/tsconfig.json b/chai-as-promised/tsconfig.json index 65a3a8d598..ab6e25f533 100644 --- a/chai-as-promised/tsconfig.json +++ b/chai-as-promised/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/chai-datetime/tsconfig.json b/chai-datetime/tsconfig.json index df73b752fc..5dc6f30b84 100644 --- a/chai-datetime/tsconfig.json +++ b/chai-datetime/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/chai-fuzzy/tsconfig.json b/chai-fuzzy/tsconfig.json index 8824f59c12..b66762c48a 100644 --- a/chai-fuzzy/tsconfig.json +++ b/chai-fuzzy/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/chai-http/tsconfig.json b/chai-http/tsconfig.json index 128aa1a7ba..7d97f81bce 100644 --- a/chai-http/tsconfig.json +++ b/chai-http/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/chai-jquery/tsconfig.json b/chai-jquery/tsconfig.json index 586d742c3d..f2c908f2d9 100644 --- a/chai-jquery/tsconfig.json +++ b/chai-jquery/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/chai-string/tsconfig.json b/chai-string/tsconfig.json index 8be83db4c3..8582c91588 100644 --- a/chai-string/tsconfig.json +++ b/chai-string/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/chai-subset/tsconfig.json b/chai-subset/tsconfig.json index 984fbfc7f4..38503c0b4f 100644 --- a/chai-subset/tsconfig.json +++ b/chai-subset/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/chai-things/tsconfig.json b/chai-things/tsconfig.json index ac40e7828c..6a1bf346d2 100644 --- a/chai-things/tsconfig.json +++ b/chai-things/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/chai/tsconfig.json b/chai/tsconfig.json index ec805a249d..b253cec563 100644 --- a/chai/tsconfig.json +++ b/chai/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/chalk/tsconfig.json b/chalk/tsconfig.json index 65863974f1..d1f5b2680e 100644 --- a/chalk/tsconfig.json +++ b/chalk/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/chance/tsconfig.json b/chance/tsconfig.json index 196f9e9070..6c16bfd3d2 100644 --- a/chance/tsconfig.json +++ b/chance/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/change-case/tsconfig.json b/change-case/tsconfig.json index 4818d24fcc..ed10870103 100644 --- a/change-case/tsconfig.json +++ b/change-case/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/chartist/tsconfig.json b/chartist/tsconfig.json index e99a4feebd..f83ec6193e 100644 --- a/chartist/tsconfig.json +++ b/chartist/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/chartjs/tsconfig.json b/chartjs/tsconfig.json index f52b36fb38..41b5e33af8 100644 --- a/chartjs/tsconfig.json +++ b/chartjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/checksum/tsconfig.json b/checksum/tsconfig.json index 430d894529..654e47bfce 100644 --- a/checksum/tsconfig.json +++ b/checksum/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cheerio/tsconfig.json b/cheerio/tsconfig.json index 2bdc883d7d..de4915dac3 100644 --- a/cheerio/tsconfig.json +++ b/cheerio/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/chocolatechipjs/tsconfig.json b/chocolatechipjs/tsconfig.json index 1cf2071415..2ab103b1e2 100644 --- a/chocolatechipjs/tsconfig.json +++ b/chocolatechipjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/chokidar/tsconfig.json b/chokidar/tsconfig.json index 16b9a07e7c..e41cc15819 100644 --- a/chokidar/tsconfig.json +++ b/chokidar/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/chosen/tsconfig.json b/chosen/tsconfig.json index ca7817fdaa..cdd20f987e 100644 --- a/chosen/tsconfig.json +++ b/chosen/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/chroma-js/tsconfig.json b/chroma-js/tsconfig.json index 25bbe5a0d9..08c8a1fcbe 100644 --- a/chroma-js/tsconfig.json +++ b/chroma-js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/chrome/tsconfig.json b/chrome/tsconfig.json index d59f056d20..f40142d6ae 100644 --- a/chrome/tsconfig.json +++ b/chrome/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/chui/tsconfig.json b/chui/tsconfig.json index 1a2faa2c7f..5b444a12d5 100644 --- a/chui/tsconfig.json +++ b/chui/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/circular-json/tsconfig.json b/circular-json/tsconfig.json index f41b07c7c1..a7b37a3fe5 100644 --- a/circular-json/tsconfig.json +++ b/circular-json/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ckeditor/tsconfig.json b/ckeditor/tsconfig.json index 667f96b3e9..13406465bf 100644 --- a/ckeditor/tsconfig.json +++ b/ckeditor/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/classnames/tsconfig.json b/classnames/tsconfig.json index 68b7deba88..3da0da12c0 100644 --- a/classnames/tsconfig.json +++ b/classnames/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cldrjs/tsconfig.json b/cldrjs/tsconfig.json index 4c534578ec..a0464ae7a3 100644 --- a/cldrjs/tsconfig.json +++ b/cldrjs/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/clean-css/tsconfig.json b/clean-css/tsconfig.json index 525b06b55c..a4e5cccfbc 100644 --- a/clean-css/tsconfig.json +++ b/clean-css/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cli-color/tsconfig.json b/cli-color/tsconfig.json index 56238366a8..4309611b76 100644 --- a/cli-color/tsconfig.json +++ b/cli-color/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cli/tsconfig.json b/cli/tsconfig.json index ceb2a423d9..a2e4a6854a 100644 --- a/cli/tsconfig.json +++ b/cli/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/clipboard/tsconfig.json b/clipboard/tsconfig.json index 21027901a0..825aea90c9 100644 --- a/clipboard/tsconfig.json +++ b/clipboard/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/clone/tsconfig.json b/clone/tsconfig.json index 7336649760..6fc005a1a4 100644 --- a/clone/tsconfig.json +++ b/clone/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/closure-compiler/tsconfig.json b/closure-compiler/tsconfig.json index d903af7f0e..02996782a1 100644 --- a/closure-compiler/tsconfig.json +++ b/closure-compiler/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/codemirror/tsconfig.json b/codemirror/tsconfig.json index 00d8448f42..3e19f69385 100644 --- a/codemirror/tsconfig.json +++ b/codemirror/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/coffeeify/tsconfig.json b/coffeeify/tsconfig.json index d3026b5bc6..980d12eccc 100644 --- a/coffeeify/tsconfig.json +++ b/coffeeify/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/colorbrewer/tsconfig.json b/colorbrewer/tsconfig.json index 0718d1fc34..e47c32539d 100644 --- a/colorbrewer/tsconfig.json +++ b/colorbrewer/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/colors/tsconfig.json b/colors/tsconfig.json index c29059e42e..907b57cf82 100644 --- a/colors/tsconfig.json +++ b/colors/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cometd/tsconfig.json b/cometd/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/cometd/tsconfig.json +++ b/cometd/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/commander/tsconfig.json b/commander/tsconfig.json index 839885c99a..62ee13de7a 100644 --- a/commander/tsconfig.json +++ b/commander/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/commonmark/tsconfig.json b/commonmark/tsconfig.json index b52980402f..2dec80d56a 100644 --- a/commonmark/tsconfig.json +++ b/commonmark/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/compare-version/tsconfig.json b/compare-version/tsconfig.json index cc04154592..b8835e1bf8 100644 --- a/compare-version/tsconfig.json +++ b/compare-version/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/complex/tsconfig.json b/complex/tsconfig.json index f842c518a3..1342a9f58b 100644 --- a/complex/tsconfig.json +++ b/complex/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/compose-function/tsconfig.json b/compose-function/tsconfig.json index 9aebb411cd..a3be8fa68b 100644 --- a/compose-function/tsconfig.json +++ b/compose-function/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/compression/tsconfig.json b/compression/tsconfig.json index ae71f47c24..c5d4ea4a06 100644 --- a/compression/tsconfig.json +++ b/compression/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/confidence/tsconfig.json b/confidence/tsconfig.json index 28dfc02907..2366ee68a5 100644 --- a/confidence/tsconfig.json +++ b/confidence/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/config/tsconfig.json b/config/tsconfig.json index 038c22cfa2..a44ff0d3e7 100644 --- a/config/tsconfig.json +++ b/config/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/configstore/tsconfig.json b/configstore/tsconfig.json index 7269723221..d107475403 100644 --- a/configstore/tsconfig.json +++ b/configstore/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/connect-flash/tsconfig.json b/connect-flash/tsconfig.json index 6b8a8c0662..34bc1f8ca0 100644 --- a/connect-flash/tsconfig.json +++ b/connect-flash/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/connect-livereload/tsconfig.json b/connect-livereload/tsconfig.json index d17ef8f454..4f8d452cbc 100644 --- a/connect-livereload/tsconfig.json +++ b/connect-livereload/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/connect-modrewrite/tsconfig.json b/connect-modrewrite/tsconfig.json index e145917f98..cdbb5b57a6 100644 --- a/connect-modrewrite/tsconfig.json +++ b/connect-modrewrite/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/connect-mongo/tsconfig.json b/connect-mongo/tsconfig.json index 266295eebb..3048900aff 100644 --- a/connect-mongo/tsconfig.json +++ b/connect-mongo/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/connect-slashes/tsconfig.json b/connect-slashes/tsconfig.json index a295235dc4..79fe5a883b 100644 --- a/connect-slashes/tsconfig.json +++ b/connect-slashes/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/connect-timeout/tsconfig.json b/connect-timeout/tsconfig.json index 44eb165714..01feb5bd3a 100644 --- a/connect-timeout/tsconfig.json +++ b/connect-timeout/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/connect/tsconfig.json b/connect/tsconfig.json index 8d04635a50..733e539a82 100644 --- a/connect/tsconfig.json +++ b/connect/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/console-stamp/tsconfig.json b/console-stamp/tsconfig.json index 89021f902b..c66dbd5607 100644 --- a/console-stamp/tsconfig.json +++ b/console-stamp/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/consolidate/tsconfig.json b/consolidate/tsconfig.json index 356e549bd2..10f98b21f8 100644 --- a/consolidate/tsconfig.json +++ b/consolidate/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/constant-case/tsconfig.json b/constant-case/tsconfig.json index ead85643c6..f5715da4d6 100644 --- a/constant-case/tsconfig.json +++ b/constant-case/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/consul/tsconfig.json b/consul/tsconfig.json index 9dd43f3cbb..3312219b73 100644 --- a/consul/tsconfig.json +++ b/consul/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/content-type/tsconfig.json b/content-type/tsconfig.json index 7cfadd6a11..ae9c720e39 100644 --- a/content-type/tsconfig.json +++ b/content-type/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/contentful-resolve-response/tsconfig.json b/contentful-resolve-response/tsconfig.json index a69c8c35b5..35c1382a6c 100644 --- a/contentful-resolve-response/tsconfig.json +++ b/contentful-resolve-response/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/contextjs/tsconfig.json b/contextjs/tsconfig.json index 96630375bb..e02db0974f 100644 --- a/contextjs/tsconfig.json +++ b/contextjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/convert-source-map/tsconfig.json b/convert-source-map/tsconfig.json index abe82f030d..dc151d28ad 100644 --- a/convert-source-map/tsconfig.json +++ b/convert-source-map/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/convict/tsconfig.json b/convict/tsconfig.json index 8a301aa71b..d1dc4ba073 100644 --- a/convict/tsconfig.json +++ b/convict/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cookie-parser/tsconfig.json b/cookie-parser/tsconfig.json index a0f9765999..0dc9bb4124 100644 --- a/cookie-parser/tsconfig.json +++ b/cookie-parser/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cookie-session/tsconfig.json b/cookie-session/tsconfig.json index ad16afc294..ad0b573a21 100644 --- a/cookie-session/tsconfig.json +++ b/cookie-session/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cookie/tsconfig.json b/cookie/tsconfig.json index 30bf59e488..1273280701 100644 --- a/cookie/tsconfig.json +++ b/cookie/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cookies/tsconfig.json b/cookies/tsconfig.json index 4b6b9bea8d..bab7dc1f79 100644 --- a/cookies/tsconfig.json +++ b/cookies/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/copy-paste/tsconfig.json b/copy-paste/tsconfig.json index 6f1ee3bec3..242d037af7 100644 --- a/copy-paste/tsconfig.json +++ b/copy-paste/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cordova-ionic/tsconfig.json b/cordova-ionic/tsconfig.json index 070d611948..cf1e1c9d4a 100644 --- a/cordova-ionic/tsconfig.json +++ b/cordova-ionic/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cordova-plugin-app-version/tsconfig.json b/cordova-plugin-app-version/tsconfig.json index 5f92e737ab..53ddf5fc2d 100644 --- a/cordova-plugin-app-version/tsconfig.json +++ b/cordova-plugin-app-version/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cordova-plugin-background-mode/tsconfig.json b/cordova-plugin-background-mode/tsconfig.json index 34977f8327..1f1a47e291 100644 --- a/cordova-plugin-background-mode/tsconfig.json +++ b/cordova-plugin-background-mode/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cordova-plugin-email-composer/tsconfig.json b/cordova-plugin-email-composer/tsconfig.json index a46e3699ac..effbcc48d8 100644 --- a/cordova-plugin-email-composer/tsconfig.json +++ b/cordova-plugin-email-composer/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cordova-plugin-ibeacon/tsconfig.json b/cordova-plugin-ibeacon/tsconfig.json index 93fefe142f..e5c465fd8a 100644 --- a/cordova-plugin-ibeacon/tsconfig.json +++ b/cordova-plugin-ibeacon/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cordova-plugin-insomnia/tsconfig.json b/cordova-plugin-insomnia/tsconfig.json index f3c57ef58d..65a5b704cb 100644 --- a/cordova-plugin-insomnia/tsconfig.json +++ b/cordova-plugin-insomnia/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cordova-plugin-mapsforge/tsconfig.json b/cordova-plugin-mapsforge/tsconfig.json index 72b2901e89..c564be8d68 100644 --- a/cordova-plugin-mapsforge/tsconfig.json +++ b/cordova-plugin-mapsforge/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cordova-plugin-ms-adal/tsconfig.json b/cordova-plugin-ms-adal/tsconfig.json index 41d853ee8b..069dda6589 100644 --- a/cordova-plugin-ms-adal/tsconfig.json +++ b/cordova-plugin-ms-adal/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cordova-plugin-ouralabs/tsconfig.json b/cordova-plugin-ouralabs/tsconfig.json index e2f4a37cef..b91fa38b58 100644 --- a/cordova-plugin-ouralabs/tsconfig.json +++ b/cordova-plugin-ouralabs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cordova-plugin-qrscanner/tsconfig.json b/cordova-plugin-qrscanner/tsconfig.json index 40bf132443..6f43f4ae6e 100644 --- a/cordova-plugin-qrscanner/tsconfig.json +++ b/cordova-plugin-qrscanner/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cordova-plugin-spinner/tsconfig.json b/cordova-plugin-spinner/tsconfig.json index f32f318331..8378379bc7 100644 --- a/cordova-plugin-spinner/tsconfig.json +++ b/cordova-plugin-spinner/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cordova-plugin-x-socialsharing/tsconfig.json b/cordova-plugin-x-socialsharing/tsconfig.json index f913cb5029..1c5e6b9eaa 100644 --- a/cordova-plugin-x-socialsharing/tsconfig.json +++ b/cordova-plugin-x-socialsharing/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cordova/tsconfig.json b/cordova/tsconfig.json index 8108bd527a..e70b5ee0a5 100644 --- a/cordova/tsconfig.json +++ b/cordova/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cordovarduino/tsconfig.json b/cordovarduino/tsconfig.json index d9101ca298..cebcbb3a26 100644 --- a/cordovarduino/tsconfig.json +++ b/cordovarduino/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/core-decorators/tsconfig.json b/core-decorators/tsconfig.json index 26f9652b32..f77ed02af3 100644 --- a/core-decorators/tsconfig.json +++ b/core-decorators/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/core-js/tsconfig.json b/core-js/tsconfig.json index 75ac0af1de..49da14645c 100644 --- a/core-js/tsconfig.json +++ b/core-js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cors/tsconfig.json b/cors/tsconfig.json index 6ac4f4b88b..a839cd6e4b 100644 --- a/cors/tsconfig.json +++ b/cors/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/couchbase/tsconfig.json b/couchbase/tsconfig.json index bba18ca718..395e25b26d 100644 --- a/couchbase/tsconfig.json +++ b/couchbase/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cradle/tsconfig.json b/cradle/tsconfig.json index 74721c9b46..6bae8acf65 100644 --- a/cradle/tsconfig.json +++ b/cradle/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/create-error/tsconfig.json b/create-error/tsconfig.json index 1a45b34a7d..26a4fc8aea 100644 --- a/create-error/tsconfig.json +++ b/create-error/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/createjs-lib/tsconfig.json b/createjs-lib/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/createjs-lib/tsconfig.json +++ b/createjs-lib/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/createjs/tsconfig.json b/createjs/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/createjs/tsconfig.json +++ b/createjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/credential/tsconfig.json b/credential/tsconfig.json index 1e4229fc74..1c1c96f1d2 100644 --- a/credential/tsconfig.json +++ b/credential/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cron/tsconfig.json b/cron/tsconfig.json index aef7055543..2bd99b7b17 100644 --- a/cron/tsconfig.json +++ b/cron/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cropperjs/tsconfig.json b/cropperjs/tsconfig.json index 77542800b5..b93706f24b 100644 --- a/cropperjs/tsconfig.json +++ b/cropperjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cross-storage/tsconfig.json b/cross-storage/tsconfig.json index bf05728b7a..39931ed517 100644 --- a/cross-storage/tsconfig.json +++ b/cross-storage/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/crossfilter/tsconfig.json b/crossfilter/tsconfig.json index 85c93a6adc..a900103926 100644 --- a/crossfilter/tsconfig.json +++ b/crossfilter/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/crossroads/tsconfig.json b/crossroads/tsconfig.json index 0cc5829d08..45d103844b 100644 --- a/crossroads/tsconfig.json +++ b/crossroads/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/crypto-js/tsconfig.json b/crypto-js/tsconfig.json index 7e952b4f15..cfd1f83e09 100644 --- a/crypto-js/tsconfig.json +++ b/crypto-js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cryptojs/tsconfig.json b/cryptojs/tsconfig.json index f421ad6b7b..0bca72a982 100644 --- a/cryptojs/tsconfig.json +++ b/cryptojs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cson/tsconfig.json b/cson/tsconfig.json index 7f7550be40..e530a33c3a 100644 --- a/cson/tsconfig.json +++ b/cson/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/css/tsconfig.json b/css/tsconfig.json index 44d3f8b28c..e1a3d498de 100644 --- a/css/tsconfig.json +++ b/css/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/csurf/tsconfig.json b/csurf/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/csurf/tsconfig.json +++ b/csurf/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/csv-stringify/tsconfig.json b/csv-stringify/tsconfig.json index 0e90b922f9..725039e540 100644 --- a/csv-stringify/tsconfig.json +++ b/csv-stringify/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cucumber/tsconfig.json b/cucumber/tsconfig.json index 62ae676134..fca28f2311 100644 --- a/cucumber/tsconfig.json +++ b/cucumber/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/cuid/tsconfig.json b/cuid/tsconfig.json index 40aef3fd67..6834ca0c7c 100644 --- a/cuid/tsconfig.json +++ b/cuid/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/custom-error-generator/tsconfig.json b/custom-error-generator/tsconfig.json index e05842884e..3c24b09b02 100644 --- a/custom-error-generator/tsconfig.json +++ b/custom-error-generator/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/d3-dsv/tsconfig.json b/d3-dsv/tsconfig.json index c47a2f676e..d03fd12e03 100644 --- a/d3-dsv/tsconfig.json +++ b/d3-dsv/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/d3.cloud.layout/tsconfig.json b/d3.cloud.layout/tsconfig.json index baead0efc9..d09257bfa2 100644 --- a/d3.cloud.layout/tsconfig.json +++ b/d3.cloud.layout/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/d3/tsconfig.json b/d3/tsconfig.json index 95a9ac24fb..0d664ce882 100644 --- a/d3/tsconfig.json +++ b/d3/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/dagre-d3/tsconfig.json b/dagre-d3/tsconfig.json index d9b5e5cc2e..35dbecf685 100644 --- a/dagre-d3/tsconfig.json +++ b/dagre-d3/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/dagre/tsconfig.json b/dagre/tsconfig.json index 80b9d411ef..28b25cff31 100644 --- a/dagre/tsconfig.json +++ b/dagre/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/dat-gui/tsconfig.json b/dat-gui/tsconfig.json index 099ac4833a..e279267ce1 100644 --- a/dat-gui/tsconfig.json +++ b/dat-gui/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/data-driven/tsconfig.json b/data-driven/tsconfig.json index 8b2c1443d5..f7dbe72695 100644 --- a/data-driven/tsconfig.json +++ b/data-driven/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/datatables-buttons/tsconfig.json b/datatables-buttons/tsconfig.json index ab1526f8e7..6f5401331c 100644 --- a/datatables-buttons/tsconfig.json +++ b/datatables-buttons/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/date.format.js/tsconfig.json b/date.format.js/tsconfig.json index da4a7512c4..850bf6e381 100644 --- a/date.format.js/tsconfig.json +++ b/date.format.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/datejs/tsconfig.json b/datejs/tsconfig.json index 1676acd236..ef42211300 100644 --- a/datejs/tsconfig.json +++ b/datejs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/dc/tsconfig.json b/dc/tsconfig.json index f29c1552ec..2c29960d5b 100644 --- a/dc/tsconfig.json +++ b/dc/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/debounce/tsconfig.json b/debounce/tsconfig.json index 4d6e49b26b..0ba4adb034 100644 --- a/debounce/tsconfig.json +++ b/debounce/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/debug/tsconfig.json b/debug/tsconfig.json index 5184a9a385..d4c87e3328 100644 --- a/debug/tsconfig.json +++ b/debug/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/decamelize/tsconfig.json b/decamelize/tsconfig.json index a480a4a8b1..a54faea1e0 100644 --- a/decamelize/tsconfig.json +++ b/decamelize/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/decimal.js/tsconfig.json b/decimal.js/tsconfig.json index c1eca62a68..063a9e639e 100644 --- a/decimal.js/tsconfig.json +++ b/decimal.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/decorum/tsconfig.json b/decorum/tsconfig.json index 4c4c099830..5750ab6649 100644 --- a/decorum/tsconfig.json +++ b/decorum/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/deep-diff/tsconfig.json b/deep-diff/tsconfig.json index 99545bc1dd..b559cff207 100644 --- a/deep-diff/tsconfig.json +++ b/deep-diff/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/deep-equal/tsconfig.json b/deep-equal/tsconfig.json index f84fe60b90..ba63b597fc 100644 --- a/deep-equal/tsconfig.json +++ b/deep-equal/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/deep-extend/tsconfig.json b/deep-extend/tsconfig.json index 5986e616bc..3b80dbec25 100644 --- a/deep-extend/tsconfig.json +++ b/deep-extend/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/deep-freeze/tsconfig.json b/deep-freeze/tsconfig.json index d7282d977d..0d4a6b6cf7 100644 --- a/deep-freeze/tsconfig.json +++ b/deep-freeze/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/del/tsconfig.json b/del/tsconfig.json index e99d74d8a0..9ded793146 100644 --- a/del/tsconfig.json +++ b/del/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/denodeify/tsconfig.json b/denodeify/tsconfig.json index 616757d319..0c036913c7 100644 --- a/denodeify/tsconfig.json +++ b/denodeify/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/depd/tsconfig.json b/depd/tsconfig.json index 29ba6a4150..dcfb968663 100644 --- a/depd/tsconfig.json +++ b/depd/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/deployJava/tsconfig.json b/deployJava/tsconfig.json index d1bdc27c67..5becb6ceed 100644 --- a/deployJava/tsconfig.json +++ b/deployJava/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/detect-indent/tsconfig.json b/detect-indent/tsconfig.json index 73fdc81b20..cb743fe007 100644 --- a/detect-indent/tsconfig.json +++ b/detect-indent/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/devexpress-web/tsconfig.json b/devexpress-web/tsconfig.json index 74c0608d5e..758e84ab1c 100644 --- a/devexpress-web/tsconfig.json +++ b/devexpress-web/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/devextreme/tsconfig.json b/devextreme/tsconfig.json index 80e24cfe10..80c2a0807f 100644 --- a/devextreme/tsconfig.json +++ b/devextreme/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/dexie/tsconfig.json b/dexie/tsconfig.json index 9169b9c606..5448c02b96 100644 --- a/dexie/tsconfig.json +++ b/dexie/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/dhtmlxgantt/tsconfig.json b/dhtmlxgantt/tsconfig.json index 7ad88f43fc..5b5bcffb23 100644 --- a/dhtmlxgantt/tsconfig.json +++ b/dhtmlxgantt/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/dhtmlxscheduler/tsconfig.json b/dhtmlxscheduler/tsconfig.json index 0403e421a9..25fc4e28ad 100644 --- a/dhtmlxscheduler/tsconfig.json +++ b/dhtmlxscheduler/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/di-lite/tsconfig.json b/di-lite/tsconfig.json index 4ad7f0264a..1d3e393981 100644 --- a/di-lite/tsconfig.json +++ b/di-lite/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/diff-match-patch/tsconfig.json b/diff-match-patch/tsconfig.json index 71b1886ddd..98aef683f0 100644 --- a/diff-match-patch/tsconfig.json +++ b/diff-match-patch/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/diff/tsconfig.json b/diff/tsconfig.json index a6ed585a97..9de849abbd 100644 --- a/diff/tsconfig.json +++ b/diff/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/docCookies/tsconfig.json b/docCookies/tsconfig.json index cab5aef08c..db4b2d2974 100644 --- a/docCookies/tsconfig.json +++ b/docCookies/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/dock-spawn/tsconfig.json b/dock-spawn/tsconfig.json index 06e0c01fab..82fd06bbc3 100644 --- a/dock-spawn/tsconfig.json +++ b/dock-spawn/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/docopt/tsconfig.json b/docopt/tsconfig.json index d9af602722..ad2e5b4281 100644 --- a/docopt/tsconfig.json +++ b/docopt/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/documentdb-server/tsconfig.json b/documentdb-server/tsconfig.json index 3e44076d34..99abfa3c7e 100644 --- a/documentdb-server/tsconfig.json +++ b/documentdb-server/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/documentdb/tsconfig.json b/documentdb/tsconfig.json index 31cfcf44e1..70a4a8683f 100644 --- a/documentdb/tsconfig.json +++ b/documentdb/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/dojo/tsconfig.json b/dojo/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/dojo/tsconfig.json +++ b/dojo/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/dom4/tsconfig.json b/dom4/tsconfig.json index d090146484..08698c5dc1 100644 --- a/dom4/tsconfig.json +++ b/dom4/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/domo/tsconfig.json b/domo/tsconfig.json index 887acc3e27..da3e9da055 100644 --- a/domo/tsconfig.json +++ b/domo/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/dompurify/tsconfig.json b/dompurify/tsconfig.json index 4a157c255c..8517d83958 100644 --- a/dompurify/tsconfig.json +++ b/dompurify/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/domready/tsconfig.json b/domready/tsconfig.json index cbab589750..21a8b9d0ec 100644 --- a/domready/tsconfig.json +++ b/domready/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/donna/tsconfig.json b/donna/tsconfig.json index 7d9e0047ea..68e0beb4a7 100644 --- a/donna/tsconfig.json +++ b/donna/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/dot-case/tsconfig.json b/dot-case/tsconfig.json index d6d9abe519..cd4b617235 100644 --- a/dot-case/tsconfig.json +++ b/dot-case/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/dot-prop/tsconfig.json b/dot-prop/tsconfig.json index 2b5e5209c3..1960e1e635 100644 --- a/dot-prop/tsconfig.json +++ b/dot-prop/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/dot/tsconfig.json b/dot/tsconfig.json index e1bacc89dd..b97c4bd580 100644 --- a/dot/tsconfig.json +++ b/dot/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/dotdotdot/tsconfig.json b/dotdotdot/tsconfig.json index af9c3e86c7..295fdea2f1 100644 --- a/dotdotdot/tsconfig.json +++ b/dotdotdot/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/dotenv/tsconfig.json b/dotenv/tsconfig.json index 03ff2bab2d..bbd1c438e6 100644 --- a/dotenv/tsconfig.json +++ b/dotenv/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/doublearray/tsconfig.json b/doublearray/tsconfig.json index 0ac96a1f8f..bbc690d879 100644 --- a/doublearray/tsconfig.json +++ b/doublearray/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/draft-js/tsconfig.json b/draft-js/tsconfig.json index 2c021f3fcd..f1ededb374 100644 --- a/draft-js/tsconfig.json +++ b/draft-js/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/dragula/tsconfig.json b/dragula/tsconfig.json index 034789fbed..6380ea6514 100644 --- a/dragula/tsconfig.json +++ b/dragula/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/drop/tsconfig.json b/drop/tsconfig.json index 695f99d52f..bc37ee0936 100644 --- a/drop/tsconfig.json +++ b/drop/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/dropboxjs/tsconfig.json b/dropboxjs/tsconfig.json index 8abe21b79e..11aba2993c 100644 --- a/dropboxjs/tsconfig.json +++ b/dropboxjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/dropzone/tsconfig.json b/dropzone/tsconfig.json index 05786a5de1..62b4740294 100644 --- a/dropzone/tsconfig.json +++ b/dropzone/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/dsv/tsconfig.json b/dsv/tsconfig.json index df6f331856..097e118a5a 100644 --- a/dsv/tsconfig.json +++ b/dsv/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/dts-bundle/tsconfig.json b/dts-bundle/tsconfig.json index 29d3722a6d..d744edd883 100644 --- a/dts-bundle/tsconfig.json +++ b/dts-bundle/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/durandal/tsconfig.json b/durandal/tsconfig.json index 9589500b56..a76d9cbdb5 100644 --- a/durandal/tsconfig.json +++ b/durandal/tsconfig.json @@ -8,10 +8,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/dustjs-linkedin/tsconfig.json b/dustjs-linkedin/tsconfig.json index c0760eb34b..154963a5eb 100644 --- a/dustjs-linkedin/tsconfig.json +++ b/dustjs-linkedin/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/dw-bxslider-4/tsconfig.json b/dw-bxslider-4/tsconfig.json index d7f3063edc..541f62defd 100644 --- a/dw-bxslider-4/tsconfig.json +++ b/dw-bxslider-4/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/dymo-label-framework/tsconfig.json b/dymo-label-framework/tsconfig.json index 4ed031d1a9..a10aab26f0 100644 --- a/dymo-label-framework/tsconfig.json +++ b/dymo-label-framework/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/dynatable/tsconfig.json b/dynatable/tsconfig.json index 8fbe007330..40bc601aab 100644 --- a/dynatable/tsconfig.json +++ b/dynatable/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/each/tsconfig.json b/each/tsconfig.json index 8d31346d1d..88c2188c0e 100644 --- a/each/tsconfig.json +++ b/each/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/easeljs/tsconfig.json b/easeljs/tsconfig.json index 3c92702080..075d3bdd77 100644 --- a/easeljs/tsconfig.json +++ b/easeljs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/easy-api-request/tsconfig.json b/easy-api-request/tsconfig.json index a9823e6744..b8bd55a3c0 100644 --- a/easy-api-request/tsconfig.json +++ b/easy-api-request/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/easy-jsend/tsconfig.json b/easy-jsend/tsconfig.json index 04d17091a2..09dce68799 100644 --- a/easy-jsend/tsconfig.json +++ b/easy-jsend/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/easy-session/tsconfig.json b/easy-session/tsconfig.json index b9e91862fb..d572e8cfc2 100644 --- a/easy-session/tsconfig.json +++ b/easy-session/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/easy-table/tsconfig.json b/easy-table/tsconfig.json index 3fbfaa4a71..20141fb072 100644 --- a/easy-table/tsconfig.json +++ b/easy-table/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/easy-x-headers/tsconfig.json b/easy-x-headers/tsconfig.json index a7d1c01a87..992b70fbda 100644 --- a/easy-x-headers/tsconfig.json +++ b/easy-x-headers/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/easy-xapi-supertest/tsconfig.json b/easy-xapi-supertest/tsconfig.json index fa3ff2131e..941b58c685 100644 --- a/easy-xapi-supertest/tsconfig.json +++ b/easy-xapi-supertest/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/easy-xapi-utils/tsconfig.json b/easy-xapi-utils/tsconfig.json index 7435d67036..0bc928551d 100644 --- a/easy-xapi-utils/tsconfig.json +++ b/easy-xapi-utils/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/easy-xapi/tsconfig.json b/easy-xapi/tsconfig.json index c15f70276c..0c8f8ed331 100644 --- a/easy-xapi/tsconfig.json +++ b/easy-xapi/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/easystarjs/tsconfig.json b/easystarjs/tsconfig.json index 0652c3a0b4..2c29d193dc 100644 --- a/easystarjs/tsconfig.json +++ b/easystarjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/egg.js/tsconfig.json b/egg.js/tsconfig.json index 43dd6557e2..49a9264db3 100644 --- a/egg.js/tsconfig.json +++ b/egg.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ejs-locals/tsconfig.json b/ejs-locals/tsconfig.json index dc6ae4ff78..5ca396497a 100644 --- a/ejs-locals/tsconfig.json +++ b/ejs-locals/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ejs/tsconfig.json b/ejs/tsconfig.json index da8c3bca3e..ae818d75b3 100644 --- a/ejs/tsconfig.json +++ b/ejs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/electron-builder/tsconfig.json b/electron-builder/tsconfig.json index a49d3d0483..f29d1b2984 100644 --- a/electron-builder/tsconfig.json +++ b/electron-builder/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/electron-json-storage/tsconfig.json b/electron-json-storage/tsconfig.json index 22b3a3e1b2..8185e6b0d2 100644 --- a/electron-json-storage/tsconfig.json +++ b/electron-json-storage/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/electron-packager/tsconfig.json b/electron-packager/tsconfig.json index db2cb9e19f..91124af365 100644 --- a/electron-packager/tsconfig.json +++ b/electron-packager/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/electron-window-state/tsconfig.json b/electron-window-state/tsconfig.json index 5098fe752d..50201aae1f 100644 --- a/electron-window-state/tsconfig.json +++ b/electron-window-state/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/electron/tsconfig.json b/electron/tsconfig.json index 642ba9188c..b7b5ba576e 100644 --- a/electron/tsconfig.json +++ b/electron/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/element-resize-event/tsconfig.json b/element-resize-event/tsconfig.json index ac3c7c5abd..4ca1490e0e 100644 --- a/element-resize-event/tsconfig.json +++ b/element-resize-event/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/elm/tsconfig.json b/elm/tsconfig.json index 021e56affe..c268f493a4 100644 --- a/elm/tsconfig.json +++ b/elm/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/email-addresses/tsconfig.json b/email-addresses/tsconfig.json index 4f8ce64d28..582fac495f 100644 --- a/email-addresses/tsconfig.json +++ b/email-addresses/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/email-templates/tsconfig.json b/email-templates/tsconfig.json index d7c5ba6ff8..df0d79adb5 100644 --- a/email-templates/tsconfig.json +++ b/email-templates/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/email-validator/tsconfig.json b/email-validator/tsconfig.json index dabb83bade..bc59d7ab3a 100644 --- a/email-validator/tsconfig.json +++ b/email-validator/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ember/tsconfig.json b/ember/tsconfig.json index 14709ee945..0bfee35a23 100644 --- a/ember/tsconfig.json +++ b/ember/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/emissary/tsconfig.json b/emissary/tsconfig.json index 8f9951b529..67b7c8a925 100644 --- a/emissary/tsconfig.json +++ b/emissary/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/empower/tsconfig.json b/empower/tsconfig.json index 137d22d305..9114c02e8c 100644 --- a/empower/tsconfig.json +++ b/empower/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/emscripten/tsconfig.json b/emscripten/tsconfig.json index 7108fdfb09..5184d82f18 100644 --- a/emscripten/tsconfig.json +++ b/emscripten/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/encoding-japanese/tsconfig.json b/encoding-japanese/tsconfig.json index 3f2bc04f04..282c3c0d53 100644 --- a/encoding-japanese/tsconfig.json +++ b/encoding-japanese/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/envify/tsconfig.json b/envify/tsconfig.json index ddb38a586d..6a01eb04a9 100644 --- a/envify/tsconfig.json +++ b/envify/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/enzyme/tsconfig.json b/enzyme/tsconfig.json index f52c848380..eaac932c3d 100644 --- a/enzyme/tsconfig.json +++ b/enzyme/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/eonasdan-bootstrap-datetimepicker/tsconfig.json b/eonasdan-bootstrap-datetimepicker/tsconfig.json index 61417314ba..688600b8ba 100644 --- a/eonasdan-bootstrap-datetimepicker/tsconfig.json +++ b/eonasdan-bootstrap-datetimepicker/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/epiceditor/tsconfig.json b/epiceditor/tsconfig.json index 58b7b704c3..2a5571d66b 100644 --- a/epiceditor/tsconfig.json +++ b/epiceditor/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/eq.js/tsconfig.json b/eq.js/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/eq.js/tsconfig.json +++ b/eq.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/error-stack-parser/tsconfig.json b/error-stack-parser/tsconfig.json index ad5b3c0aae..9a7572784c 100644 --- a/error-stack-parser/tsconfig.json +++ b/error-stack-parser/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/errorhandler/tsconfig.json b/errorhandler/tsconfig.json index ed8ba07ded..5e9e29ac08 100644 --- a/errorhandler/tsconfig.json +++ b/errorhandler/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/es6-collections/tsconfig.json b/es6-collections/tsconfig.json index 0799d9af2c..784e334513 100644 --- a/es6-collections/tsconfig.json +++ b/es6-collections/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/es6-promise/tsconfig.json b/es6-promise/tsconfig.json index 7789cabd8d..a78fa03c7b 100644 --- a/es6-promise/tsconfig.json +++ b/es6-promise/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/es6-shim/tsconfig.json b/es6-shim/tsconfig.json index f51d671f42..8e617f32a4 100644 --- a/es6-shim/tsconfig.json +++ b/es6-shim/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/escape-html/tsconfig.json b/escape-html/tsconfig.json index 5a3e66dab3..52ef5bb749 100644 --- a/escape-html/tsconfig.json +++ b/escape-html/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/escape-latex/tsconfig.json b/escape-latex/tsconfig.json index 2141bac3fd..446dc8a221 100644 --- a/escape-latex/tsconfig.json +++ b/escape-latex/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/escape-string-regexp/tsconfig.json b/escape-string-regexp/tsconfig.json index da1340b07a..b37b33887a 100644 --- a/escape-string-regexp/tsconfig.json +++ b/escape-string-regexp/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/esprima/tsconfig.json b/esprima/tsconfig.json index 9348c63891..8f12c7ac38 100644 --- a/esprima/tsconfig.json +++ b/esprima/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/estree/tsconfig.json b/estree/tsconfig.json index 9bccd8d7d7..a708c313f9 100644 --- a/estree/tsconfig.json +++ b/estree/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/evaporate/tsconfig.json b/evaporate/tsconfig.json index 70123e340d..fd68653b78 100644 --- a/evaporate/tsconfig.json +++ b/evaporate/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/event-kit/tsconfig.json b/event-kit/tsconfig.json index 7fcf7a897d..981caf60ad 100644 --- a/event-kit/tsconfig.json +++ b/event-kit/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/event-loop-lag/tsconfig.json b/event-loop-lag/tsconfig.json index 717b2622db..c516a156ae 100644 --- a/event-loop-lag/tsconfig.json +++ b/event-loop-lag/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/event-stream/tsconfig.json b/event-stream/tsconfig.json index 78480f4182..46c3759724 100644 --- a/event-stream/tsconfig.json +++ b/event-stream/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/eventemitter2/tsconfig.json b/eventemitter2/tsconfig.json index f2f4ab622a..546295a979 100644 --- a/eventemitter2/tsconfig.json +++ b/eventemitter2/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/eventemitter3/tsconfig.json b/eventemitter3/tsconfig.json index 2e6c0560a1..318c6be4c5 100644 --- a/eventemitter3/tsconfig.json +++ b/eventemitter3/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/evernote/tsconfig.json b/evernote/tsconfig.json index 988913ce64..e583e75556 100644 --- a/evernote/tsconfig.json +++ b/evernote/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/exit/tsconfig.json b/exit/tsconfig.json index e7c35cd49c..54d3780938 100644 --- a/exit/tsconfig.json +++ b/exit/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/expect.js/tsconfig.json b/expect.js/tsconfig.json index cacd5b1fc4..a6f3c8297f 100644 --- a/expect.js/tsconfig.json +++ b/expect.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/expect/tsconfig.json b/expect/tsconfig.json index 6c23339aaa..4104b4dd8f 100644 --- a/expect/tsconfig.json +++ b/expect/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/expectations/tsconfig.json b/expectations/tsconfig.json index f94a1e98fd..be2bd60783 100644 --- a/expectations/tsconfig.json +++ b/expectations/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/express-brute-memcached/tsconfig.json b/express-brute-memcached/tsconfig.json index e39b69f263..35d65101c2 100644 --- a/express-brute-memcached/tsconfig.json +++ b/express-brute-memcached/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/express-brute-mongo/tsconfig.json b/express-brute-mongo/tsconfig.json index 25227d3ce3..38fc174e95 100644 --- a/express-brute-mongo/tsconfig.json +++ b/express-brute-mongo/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/express-brute/tsconfig.json b/express-brute/tsconfig.json index d04d2f6818..1f567e59c6 100644 --- a/express-brute/tsconfig.json +++ b/express-brute/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/express-debug/tsconfig.json b/express-debug/tsconfig.json index 578d0cdba9..bdf56f354d 100644 --- a/express-debug/tsconfig.json +++ b/express-debug/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/express-graphql/tsconfig.json b/express-graphql/tsconfig.json index 8c2b40cde9..da54b5b932 100644 --- a/express-graphql/tsconfig.json +++ b/express-graphql/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/express-handlebars/tsconfig.json b/express-handlebars/tsconfig.json index 93aecc1836..eb75d51daf 100644 --- a/express-handlebars/tsconfig.json +++ b/express-handlebars/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/express-jwt/tsconfig.json b/express-jwt/tsconfig.json index 67fcf26d18..8a0394afe8 100644 --- a/express-jwt/tsconfig.json +++ b/express-jwt/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/express-less/tsconfig.json b/express-less/tsconfig.json index 41349ca1ef..58cba4c862 100644 --- a/express-less/tsconfig.json +++ b/express-less/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/express-minify/tsconfig.json b/express-minify/tsconfig.json index 74db4b3bfa..22ea0211a9 100644 --- a/express-minify/tsconfig.json +++ b/express-minify/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/express-myconnection/tsconfig.json b/express-myconnection/tsconfig.json index 04fd582a39..e8c9a41f1e 100644 --- a/express-myconnection/tsconfig.json +++ b/express-myconnection/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/express-openapi/tsconfig.json b/express-openapi/tsconfig.json index 18588a6ec1..299f0341a8 100644 --- a/express-openapi/tsconfig.json +++ b/express-openapi/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/express-partials/tsconfig.json b/express-partials/tsconfig.json index d62b03286f..66d16771da 100644 --- a/express-partials/tsconfig.json +++ b/express-partials/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/express-route-fs/tsconfig.json b/express-route-fs/tsconfig.json index 0a657b8dce..a502dd4df4 100644 --- a/express-route-fs/tsconfig.json +++ b/express-route-fs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/express-serve-static-core/tsconfig.json b/express-serve-static-core/tsconfig.json index 1c956a27df..1f00a50111 100644 --- a/express-serve-static-core/tsconfig.json +++ b/express-serve-static-core/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/express-session/tsconfig.json b/express-session/tsconfig.json index 9717edce5f..919160244b 100644 --- a/express-session/tsconfig.json +++ b/express-session/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/express-unless/tsconfig.json b/express-unless/tsconfig.json index 3f97249047..9c8ae96ecf 100644 --- a/express-unless/tsconfig.json +++ b/express-unless/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/express-useragent/tsconfig.json b/express-useragent/tsconfig.json index 691bba04a8..8d9a5ca3f9 100644 --- a/express-useragent/tsconfig.json +++ b/express-useragent/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/express-validator/tsconfig.json b/express-validator/tsconfig.json index 359680c682..405198935f 100644 --- a/express-validator/tsconfig.json +++ b/express-validator/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/express/tsconfig.json b/express/tsconfig.json index 0f869277ec..1a8c1d2c36 100644 --- a/express/tsconfig.json +++ b/express/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/extend/tsconfig.json b/extend/tsconfig.json index 89b018a103..fc7ae25185 100644 --- a/extend/tsconfig.json +++ b/extend/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/extended-listbox/tsconfig.json b/extended-listbox/tsconfig.json index e639882dec..b4f9268cb9 100644 --- a/extended-listbox/tsconfig.json +++ b/extended-listbox/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/extjs/tsconfig.json b/extjs/tsconfig.json index e74f53e793..44cf118c81 100644 --- a/extjs/tsconfig.json +++ b/extjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/eyes/tsconfig.json b/eyes/tsconfig.json index fe897b09f1..416e3d130a 100644 --- a/eyes/tsconfig.json +++ b/eyes/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/fabric/tsconfig.json b/fabric/tsconfig.json index 221ca3191f..6ffce6218f 100644 --- a/fabric/tsconfig.json +++ b/fabric/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/facebook-js-sdk/tsconfig.json b/facebook-js-sdk/tsconfig.json index 7702af9528..84cccbb237 100644 --- a/facebook-js-sdk/tsconfig.json +++ b/facebook-js-sdk/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/facebook-pixel/tsconfig.json b/facebook-pixel/tsconfig.json index ca09aa7c6d..54c0392cc2 100644 --- a/facebook-pixel/tsconfig.json +++ b/facebook-pixel/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/faker/tsconfig.json b/faker/tsconfig.json index 343e396ffb..83964e50b2 100644 --- a/faker/tsconfig.json +++ b/faker/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/falcor-express/tsconfig.json b/falcor-express/tsconfig.json index 3cb53139bb..2e24c800fe 100644 --- a/falcor-express/tsconfig.json +++ b/falcor-express/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/falcor-http-datasource/tsconfig.json b/falcor-http-datasource/tsconfig.json index 8b96da2289..4f56be1094 100644 --- a/falcor-http-datasource/tsconfig.json +++ b/falcor-http-datasource/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/falcor-json-graph/tsconfig.json b/falcor-json-graph/tsconfig.json index 230928a172..0c2cf43ad5 100644 --- a/falcor-json-graph/tsconfig.json +++ b/falcor-json-graph/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/falcor-router/tsconfig.json b/falcor-router/tsconfig.json index 87849b0781..c00ba9ae86 100644 --- a/falcor-router/tsconfig.json +++ b/falcor-router/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/falcor/tsconfig.json b/falcor/tsconfig.json index 3ae6703e66..40bca880f3 100644 --- a/falcor/tsconfig.json +++ b/falcor/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/famous/tsconfig.json b/famous/tsconfig.json index e98bc28094..24b7e2c86c 100644 --- a/famous/tsconfig.json +++ b/famous/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/fancybox/tsconfig.json b/fancybox/tsconfig.json index 690d92bb86..80829fcef6 100644 --- a/fancybox/tsconfig.json +++ b/fancybox/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/farbtastic/tsconfig.json b/farbtastic/tsconfig.json index 9d2360486b..9ac643d4b2 100644 --- a/farbtastic/tsconfig.json +++ b/farbtastic/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/fast-stats/tsconfig.json b/fast-stats/tsconfig.json index 0566204d93..3e65a0b115 100644 --- a/fast-stats/tsconfig.json +++ b/fast-stats/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/fastclick/tsconfig.json b/fastclick/tsconfig.json index 24708eb405..787f551e58 100644 --- a/fastclick/tsconfig.json +++ b/fastclick/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/favico.js/tsconfig.json b/favico.js/tsconfig.json index 23c7b0722c..b589934d41 100644 --- a/favico.js/tsconfig.json +++ b/favico.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/fb/tsconfig.json b/fb/tsconfig.json index 9c8d2119c4..6816fc86bb 100644 --- a/fb/tsconfig.json +++ b/fb/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/fbemitter/tsconfig.json b/fbemitter/tsconfig.json index 1a2282ee3a..a2cde60f5a 100644 --- a/fbemitter/tsconfig.json +++ b/fbemitter/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/featherlight/tsconfig.json b/featherlight/tsconfig.json index 2422f13204..5826ab22c4 100644 --- a/featherlight/tsconfig.json +++ b/featherlight/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ffi/tsconfig.json b/ffi/tsconfig.json index a4bb5f8ae0..266b5c193d 100644 --- a/ffi/tsconfig.json +++ b/ffi/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/fhir/tsconfig.json b/fhir/tsconfig.json index 0434509ac1..c8a101c727 100644 --- a/fhir/tsconfig.json +++ b/fhir/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/fibers/tsconfig.json b/fibers/tsconfig.json index d8d777f02f..c76bade803 100644 --- a/fibers/tsconfig.json +++ b/fibers/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/field/tsconfig.json b/field/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/field/tsconfig.json +++ b/field/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/file-url/tsconfig.json b/file-url/tsconfig.json index 204b7f1e44..bd70961ab2 100644 --- a/file-url/tsconfig.json +++ b/file-url/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/filesize/tsconfig.json b/filesize/tsconfig.json index 8581eb0bbf..8f21077125 100644 --- a/filesize/tsconfig.json +++ b/filesize/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/filesystem/tsconfig.json b/filesystem/tsconfig.json index 8248248d75..bcbc493c7d 100644 --- a/filesystem/tsconfig.json +++ b/filesystem/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/filewriter/tsconfig.json b/filewriter/tsconfig.json index c954ffdbe9..e2cebb3a2c 100644 --- a/filewriter/tsconfig.json +++ b/filewriter/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/finalhandler/tsconfig.json b/finalhandler/tsconfig.json index bddbc18881..0abfc4e180 100644 --- a/finalhandler/tsconfig.json +++ b/finalhandler/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/findup-sync/tsconfig.json b/findup-sync/tsconfig.json index a984dc92dc..b3c0dcf18d 100644 --- a/findup-sync/tsconfig.json +++ b/findup-sync/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/fingerprintjs/tsconfig.json b/fingerprintjs/tsconfig.json index 3c1a7e1122..b90f8ba99b 100644 --- a/fingerprintjs/tsconfig.json +++ b/fingerprintjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/firebase-client/tsconfig.json b/firebase-client/tsconfig.json index 2eb12b9df4..5f986ab77e 100644 --- a/firebase-client/tsconfig.json +++ b/firebase-client/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/firebase-token-generator/tsconfig.json b/firebase-token-generator/tsconfig.json index 7478948741..3f06b4db21 100644 --- a/firebase-token-generator/tsconfig.json +++ b/firebase-token-generator/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/firebase/tsconfig.json b/firebase/tsconfig.json index cd94516e5f..5005d92b44 100644 --- a/firebase/tsconfig.json +++ b/firebase/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/firefox/tsconfig.json b/firefox/tsconfig.json index 93f28cf66b..717d3959ef 100644 --- a/firefox/tsconfig.json +++ b/firefox/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/first-mate/tsconfig.json b/first-mate/tsconfig.json index 68a5a57d01..252077e92f 100644 --- a/first-mate/tsconfig.json +++ b/first-mate/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/fixed-data-table/tsconfig.json b/fixed-data-table/tsconfig.json index 00206ed34a..811e641a1f 100644 --- a/fixed-data-table/tsconfig.json +++ b/fixed-data-table/tsconfig.json @@ -10,10 +10,11 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/flake-idgen/tsconfig.json b/flake-idgen/tsconfig.json index 9e049bb39b..da016194a6 100644 --- a/flake-idgen/tsconfig.json +++ b/flake-idgen/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/flat/tsconfig.json b/flat/tsconfig.json index 052c58d6ee..e71af432e9 100644 --- a/flat/tsconfig.json +++ b/flat/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/flexSlider/tsconfig.json b/flexSlider/tsconfig.json index 18641f5f2f..5dabe5216c 100644 --- a/flexSlider/tsconfig.json +++ b/flexSlider/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/flickity/tsconfig.json b/flickity/tsconfig.json index 1a2f47ae21..d85bd08802 100644 --- a/flickity/tsconfig.json +++ b/flickity/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/flight/tsconfig.json b/flight/tsconfig.json index 0cf1ca603a..ae118d43f5 100644 --- a/flight/tsconfig.json +++ b/flight/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/flightplan/tsconfig.json b/flightplan/tsconfig.json index 81d1dcaa6c..cf29b63cdd 100644 --- a/flightplan/tsconfig.json +++ b/flightplan/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/flipsnap/tsconfig.json b/flipsnap/tsconfig.json index af1620cf32..1b4a3242b8 100644 --- a/flipsnap/tsconfig.json +++ b/flipsnap/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/flot/tsconfig.json b/flot/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/flot/tsconfig.json +++ b/flot/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/flowjs/tsconfig.json b/flowjs/tsconfig.json index 9e14569604..33ba1d015a 100644 --- a/flowjs/tsconfig.json +++ b/flowjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/flux-standard-action/tsconfig.json b/flux-standard-action/tsconfig.json index 162b6f4061..5a6b659c15 100644 --- a/flux-standard-action/tsconfig.json +++ b/flux-standard-action/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/flux/tsconfig.json b/flux/tsconfig.json index 90a8364ede..9148aa5a60 100644 --- a/flux/tsconfig.json +++ b/flux/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/fluxxor/tsconfig.json b/fluxxor/tsconfig.json index d913766d48..2905f00cfa 100644 --- a/fluxxor/tsconfig.json +++ b/fluxxor/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/fontoxml/tsconfig.json b/fontoxml/tsconfig.json index b6fe47f1d7..0da5dec88f 100644 --- a/fontoxml/tsconfig.json +++ b/fontoxml/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/forge-di/tsconfig.json b/forge-di/tsconfig.json index 403469805b..a02668aeaf 100644 --- a/forge-di/tsconfig.json +++ b/forge-di/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/form-data/tsconfig.json b/form-data/tsconfig.json index 8a1316c3a6..39e5216635 100644 --- a/form-data/tsconfig.json +++ b/form-data/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/form-serializer/tsconfig.json b/form-serializer/tsconfig.json index 4effb87229..640f0ead68 100644 --- a/form-serializer/tsconfig.json +++ b/form-serializer/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/format-unicorn/tsconfig.json b/format-unicorn/tsconfig.json index 5f566fb6aa..2b9c44d3e7 100644 --- a/format-unicorn/tsconfig.json +++ b/format-unicorn/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/formidable/tsconfig.json b/formidable/tsconfig.json index 722d50ea8c..2622e7f64f 100644 --- a/formidable/tsconfig.json +++ b/formidable/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/foundation-sites/tsconfig.json b/foundation-sites/tsconfig.json index 4a5b94ab1d..debb56f66e 100644 --- a/foundation-sites/tsconfig.json +++ b/foundation-sites/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/foundation/tsconfig.json b/foundation/tsconfig.json index 25deb3f4fe..7286110268 100644 --- a/foundation/tsconfig.json +++ b/foundation/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/fpsmeter/tsconfig.json b/fpsmeter/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/fpsmeter/tsconfig.json +++ b/fpsmeter/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/freedom/tsconfig.json b/freedom/tsconfig.json index 7a282d8e21..76c6f24840 100644 --- a/freedom/tsconfig.json +++ b/freedom/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/freeport/tsconfig.json b/freeport/tsconfig.json index 167d8020af..859a812706 100644 --- a/freeport/tsconfig.json +++ b/freeport/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/from/tsconfig.json b/from/tsconfig.json index 1d2cca5899..b9a8839c41 100644 --- a/from/tsconfig.json +++ b/from/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/fromjs/tsconfig.json b/fromjs/tsconfig.json index d6bd44adfd..2f222ab744 100644 --- a/fromjs/tsconfig.json +++ b/fromjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/fromnow/tsconfig.json b/fromnow/tsconfig.json index 0f27fd9b4e..c0a2aa0e09 100644 --- a/fromnow/tsconfig.json +++ b/fromnow/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/fs-ext/tsconfig.json b/fs-ext/tsconfig.json index 4abfdba9cb..7a29b5af1e 100644 --- a/fs-ext/tsconfig.json +++ b/fs-ext/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/fs-extra-promise/tsconfig.json b/fs-extra-promise/tsconfig.json index 81d47bcf3c..ecbbde6903 100644 --- a/fs-extra-promise/tsconfig.json +++ b/fs-extra-promise/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/fs-extra/tsconfig.json b/fs-extra/tsconfig.json index e27154318b..d039b216f6 100644 --- a/fs-extra/tsconfig.json +++ b/fs-extra/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/fs-finder/tsconfig.json b/fs-finder/tsconfig.json index 31447cd184..af5cb7ae6e 100644 --- a/fs-finder/tsconfig.json +++ b/fs-finder/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/fs-mock/tsconfig.json b/fs-mock/tsconfig.json index 6640603b8e..57fda9bafb 100644 --- a/fs-mock/tsconfig.json +++ b/fs-mock/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ftdomdelegate/tsconfig.json b/ftdomdelegate/tsconfig.json index 3e16c6c7b3..f15a4c3bcd 100644 --- a/ftdomdelegate/tsconfig.json +++ b/ftdomdelegate/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ftp/tsconfig.json b/ftp/tsconfig.json index 4cbbc2961e..d2eaae10ac 100644 --- a/ftp/tsconfig.json +++ b/ftp/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ftpd/tsconfig.json b/ftpd/tsconfig.json index 17ff16cff9..4a700a848e 100644 --- a/ftpd/tsconfig.json +++ b/ftpd/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/fullCalendar/tsconfig.json b/fullCalendar/tsconfig.json index 6df42a431d..8add172748 100644 --- a/fullCalendar/tsconfig.json +++ b/fullCalendar/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/fullname/tsconfig.json b/fullname/tsconfig.json index 5c9b99b68f..b612be3299 100644 --- a/fullname/tsconfig.json +++ b/fullname/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/fuse/tsconfig.json b/fuse/tsconfig.json index 0732e4b342..cfeec8f126 100644 --- a/fuse/tsconfig.json +++ b/fuse/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gae.channel.api/tsconfig.json b/gae.channel.api/tsconfig.json index b99f26d941..c756f0465a 100644 --- a/gae.channel.api/tsconfig.json +++ b/gae.channel.api/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gamepad/tsconfig.json b/gamepad/tsconfig.json index d5994d8bf4..1ad5261300 100644 --- a/gamepad/tsconfig.json +++ b/gamepad/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gamequery/tsconfig.json b/gamequery/tsconfig.json index eb0d2074ce..f6640de737 100644 --- a/gamequery/tsconfig.json +++ b/gamequery/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gandi-livedns/tsconfig.json b/gandi-livedns/tsconfig.json index 72b05118c6..1f48c58aed 100644 --- a/gandi-livedns/tsconfig.json +++ b/gandi-livedns/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gapi.auth2/tsconfig.json b/gapi.auth2/tsconfig.json index df038ec9b4..daad8ef260 100644 --- a/gapi.auth2/tsconfig.json +++ b/gapi.auth2/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gapi.pagespeedonline/tsconfig.json b/gapi.pagespeedonline/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/gapi.pagespeedonline/tsconfig.json +++ b/gapi.pagespeedonline/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/gapi.translate/tsconfig.json b/gapi.translate/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/gapi.translate/tsconfig.json +++ b/gapi.translate/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/gapi.urlshortener/tsconfig.json b/gapi.urlshortener/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/gapi.urlshortener/tsconfig.json +++ b/gapi.urlshortener/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/gapi.youtube/tsconfig.json b/gapi.youtube/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/gapi.youtube/tsconfig.json +++ b/gapi.youtube/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/gapi.youtubeAnalytics/tsconfig.json b/gapi.youtubeAnalytics/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/gapi.youtubeAnalytics/tsconfig.json +++ b/gapi.youtubeAnalytics/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/gapi/tsconfig.json b/gapi/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/gapi/tsconfig.json +++ b/gapi/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/gently/tsconfig.json b/gently/tsconfig.json index e37673b0e2..99e767e058 100644 --- a/gently/tsconfig.json +++ b/gently/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/geoip-lite/tsconfig.json b/geoip-lite/tsconfig.json index 93c498903c..bf312493a4 100644 --- a/geoip-lite/tsconfig.json +++ b/geoip-lite/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/geojson/tsconfig.json b/geojson/tsconfig.json index 8b490eefd9..d0edb7805b 100644 --- a/geojson/tsconfig.json +++ b/geojson/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/geometry-dom/tsconfig.json b/geometry-dom/tsconfig.json index 73a2d93988..125fc6f5e7 100644 --- a/geometry-dom/tsconfig.json +++ b/geometry-dom/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/giraffe/tsconfig.json b/giraffe/tsconfig.json index 4cfc4e97a3..851623eb34 100644 --- a/giraffe/tsconfig.json +++ b/giraffe/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/git-config/tsconfig.json b/git-config/tsconfig.json index a310147d26..391edd9502 100644 --- a/git-config/tsconfig.json +++ b/git-config/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/git/tsconfig.json b/git/tsconfig.json index 0071a5558e..6b1fbc274c 100644 --- a/git/tsconfig.json +++ b/git/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gl-matrix/tsconfig.json b/gl-matrix/tsconfig.json index 3fad115630..5350b55fb6 100644 --- a/gl-matrix/tsconfig.json +++ b/gl-matrix/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gldatepicker/tsconfig.json b/gldatepicker/tsconfig.json index 2b1f0a5c5c..b1cc6c62a4 100644 --- a/gldatepicker/tsconfig.json +++ b/gldatepicker/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/glidejs/tsconfig.json b/glidejs/tsconfig.json index 688c68a83f..847d2a2725 100644 --- a/glidejs/tsconfig.json +++ b/glidejs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/glob-expand/tsconfig.json b/glob-expand/tsconfig.json index a2c2b5e664..0f01a3ab8d 100644 --- a/glob-expand/tsconfig.json +++ b/glob-expand/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/glob-stream/tsconfig.json b/glob-stream/tsconfig.json index 5604f10cf3..8a903bbba4 100644 --- a/glob-stream/tsconfig.json +++ b/glob-stream/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/glob/tsconfig.json b/glob/tsconfig.json index b3d6bcd802..d53ce03d64 100644 --- a/glob/tsconfig.json +++ b/glob/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/globalize/tsconfig.json b/globalize/tsconfig.json index 5dd99fa78f..4c6f99a33a 100644 --- a/globalize/tsconfig.json +++ b/globalize/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gm/tsconfig.json b/gm/tsconfig.json index 0cba5e5002..0bb26d4194 100644 --- a/gm/tsconfig.json +++ b/gm/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/go/tsconfig.json b/go/tsconfig.json index 8f4ec94188..641a33abd6 100644 --- a/go/tsconfig.json +++ b/go/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/google-closure-compiler/tsconfig.json b/google-closure-compiler/tsconfig.json index e3d9e09d54..87e5ecf5d8 100644 --- a/google-closure-compiler/tsconfig.json +++ b/google-closure-compiler/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/google-drive-realtime-api/tsconfig.json b/google-drive-realtime-api/tsconfig.json index 8664bf2fb8..4eebf9f009 100644 --- a/google-drive-realtime-api/tsconfig.json +++ b/google-drive-realtime-api/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/google-maps/tsconfig.json b/google-maps/tsconfig.json index 3688846805..0d60e3639f 100644 --- a/google-maps/tsconfig.json +++ b/google-maps/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/google.analytics/tsconfig.json b/google.analytics/tsconfig.json index 54f40d0202..30735a7575 100644 --- a/google.analytics/tsconfig.json +++ b/google.analytics/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/google.feeds/tsconfig.json b/google.feeds/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/google.feeds/tsconfig.json +++ b/google.feeds/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/google.geolocation/tsconfig.json b/google.geolocation/tsconfig.json index 757a5a9430..fe1912fbb8 100644 --- a/google.geolocation/tsconfig.json +++ b/google.geolocation/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/google.picker/tsconfig.json b/google.picker/tsconfig.json index 3f23eb76d7..4265c00a83 100644 --- a/google.picker/tsconfig.json +++ b/google.picker/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/google.visualization/tsconfig.json b/google.visualization/tsconfig.json index 5b57c3777f..ddb7dc8c15 100644 --- a/google.visualization/tsconfig.json +++ b/google.visualization/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/googlemaps.infobubble/tsconfig.json b/googlemaps.infobubble/tsconfig.json index 1ed791dc06..cfc01eb4b5 100644 --- a/googlemaps.infobubble/tsconfig.json +++ b/googlemaps.infobubble/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/googlemaps/tsconfig.json b/googlemaps/tsconfig.json index aa35eb4f28..deafdc4eec 100644 --- a/googlemaps/tsconfig.json +++ b/googlemaps/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/graceful-fs/tsconfig.json b/graceful-fs/tsconfig.json index dc099d2cbd..44eb974395 100644 --- a/graceful-fs/tsconfig.json +++ b/graceful-fs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/graham_scan/tsconfig.json b/graham_scan/tsconfig.json index 1614c676fb..867db5e611 100644 --- a/graham_scan/tsconfig.json +++ b/graham_scan/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/graphene-pk11/tsconfig.json b/graphene-pk11/tsconfig.json index 96657d991a..c1d4c8a1c8 100644 --- a/graphene-pk11/tsconfig.json +++ b/graphene-pk11/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/graphviz/tsconfig.json b/graphviz/tsconfig.json index ffc0d9a96c..2cea24a109 100644 --- a/graphviz/tsconfig.json +++ b/graphviz/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gravatar/tsconfig.json b/gravatar/tsconfig.json index 7b11426837..156eb0500c 100644 --- a/gravatar/tsconfig.json +++ b/gravatar/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/greasemonkey/tsconfig.json b/greasemonkey/tsconfig.json index 8d21fd64d7..267da618da 100644 --- a/greasemonkey/tsconfig.json +++ b/greasemonkey/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/grecaptcha/tsconfig.json b/grecaptcha/tsconfig.json index 4fd8e0fd13..0dd4b139f3 100644 --- a/grecaptcha/tsconfig.json +++ b/grecaptcha/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/greensock/tsconfig.json b/greensock/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/greensock/tsconfig.json +++ b/greensock/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/gridfs-stream/tsconfig.json b/gridfs-stream/tsconfig.json index 42cdd110d7..6c210bc6e0 100644 --- a/gridfs-stream/tsconfig.json +++ b/gridfs-stream/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gridstack/tsconfig.json b/gridstack/tsconfig.json index 42a5e20fda..cec147d460 100644 --- a/gridstack/tsconfig.json +++ b/gridstack/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/grunt/tsconfig.json b/grunt/tsconfig.json index 4e8f15da1d..0eed2e922a 100644 --- a/grunt/tsconfig.json +++ b/grunt/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-autoprefixer/tsconfig.json b/gulp-autoprefixer/tsconfig.json index b80b65ffb9..53de420b6a 100644 --- a/gulp-autoprefixer/tsconfig.json +++ b/gulp-autoprefixer/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-babel/tsconfig.json b/gulp-babel/tsconfig.json index 727156c2cd..d4396af5ff 100644 --- a/gulp-babel/tsconfig.json +++ b/gulp-babel/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-cached/tsconfig.json b/gulp-cached/tsconfig.json index a7feb384ee..043fc2d2f3 100644 --- a/gulp-cached/tsconfig.json +++ b/gulp-cached/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-changed/tsconfig.json b/gulp-changed/tsconfig.json index 69fe432422..20234a8147 100644 --- a/gulp-changed/tsconfig.json +++ b/gulp-changed/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-cheerio/tsconfig.json b/gulp-cheerio/tsconfig.json index 62eacf3d8a..7591c39b5c 100644 --- a/gulp-cheerio/tsconfig.json +++ b/gulp-cheerio/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-coffeeify/tsconfig.json b/gulp-coffeeify/tsconfig.json index 596b06e821..aff348fdec 100644 --- a/gulp-coffeeify/tsconfig.json +++ b/gulp-coffeeify/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-coffeelint/tsconfig.json b/gulp-coffeelint/tsconfig.json index 145014929c..9dd9c63f37 100644 --- a/gulp-coffeelint/tsconfig.json +++ b/gulp-coffeelint/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-concat/tsconfig.json b/gulp-concat/tsconfig.json index 9ef7ea4a58..b1522db4ff 100644 --- a/gulp-concat/tsconfig.json +++ b/gulp-concat/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-csso/tsconfig.json b/gulp-csso/tsconfig.json index d12e2dac1a..17fc023f71 100644 --- a/gulp-csso/tsconfig.json +++ b/gulp-csso/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-debug/tsconfig.json b/gulp-debug/tsconfig.json index d26e60f214..04f89dcf0f 100644 --- a/gulp-debug/tsconfig.json +++ b/gulp-debug/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-dtsm/tsconfig.json b/gulp-dtsm/tsconfig.json index b39739337a..3507b77bdb 100644 --- a/gulp-dtsm/tsconfig.json +++ b/gulp-dtsm/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-espower/tsconfig.json b/gulp-espower/tsconfig.json index 86496981b2..37735f2227 100644 --- a/gulp-espower/tsconfig.json +++ b/gulp-espower/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-filter/tsconfig.json b/gulp-filter/tsconfig.json index 83577ae2e8..3abefabdb5 100644 --- a/gulp-filter/tsconfig.json +++ b/gulp-filter/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-flatten/tsconfig.json b/gulp-flatten/tsconfig.json index d63f1d8e10..15381b116a 100644 --- a/gulp-flatten/tsconfig.json +++ b/gulp-flatten/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-gh-pages/tsconfig.json b/gulp-gh-pages/tsconfig.json index 0ef7135a80..bfbc694416 100644 --- a/gulp-gh-pages/tsconfig.json +++ b/gulp-gh-pages/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-gzip/tsconfig.json b/gulp-gzip/tsconfig.json index 37a46e767e..0fa71c9235 100644 --- a/gulp-gzip/tsconfig.json +++ b/gulp-gzip/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-help/tsconfig.json b/gulp-help/tsconfig.json index bb90ab6280..c15330918b 100644 --- a/gulp-help/tsconfig.json +++ b/gulp-help/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-html-replace/tsconfig.json b/gulp-html-replace/tsconfig.json index da346edbd0..fbc45f7a5a 100644 --- a/gulp-html-replace/tsconfig.json +++ b/gulp-html-replace/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-htmlmin/tsconfig.json b/gulp-htmlmin/tsconfig.json index 02724ad8ff..bc9384bca9 100644 --- a/gulp-htmlmin/tsconfig.json +++ b/gulp-htmlmin/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-if/tsconfig.json b/gulp-if/tsconfig.json index c819b99c52..4a336dd5f6 100644 --- a/gulp-if/tsconfig.json +++ b/gulp-if/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-inject/tsconfig.json b/gulp-inject/tsconfig.json index 05b4bacf36..eaf856e6ce 100644 --- a/gulp-inject/tsconfig.json +++ b/gulp-inject/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-install/tsconfig.json b/gulp-install/tsconfig.json index a3229f488a..49a8fd91b8 100644 --- a/gulp-install/tsconfig.json +++ b/gulp-install/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-istanbul/tsconfig.json b/gulp-istanbul/tsconfig.json index 174363053c..89d6cab5bf 100644 --- a/gulp-istanbul/tsconfig.json +++ b/gulp-istanbul/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-jade/tsconfig.json b/gulp-jade/tsconfig.json index fde2011147..1446e20bc5 100644 --- a/gulp-jade/tsconfig.json +++ b/gulp-jade/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-jasmine-browser/tsconfig.json b/gulp-jasmine-browser/tsconfig.json index b4dcca9576..33f4dcd49b 100644 --- a/gulp-jasmine-browser/tsconfig.json +++ b/gulp-jasmine-browser/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-json-editor/tsconfig.json b/gulp-json-editor/tsconfig.json index e5e4295446..5c0fa0048d 100644 --- a/gulp-json-editor/tsconfig.json +++ b/gulp-json-editor/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-jspm/tsconfig.json b/gulp-jspm/tsconfig.json index 6c75c1f3c1..31f3b73587 100644 --- a/gulp-jspm/tsconfig.json +++ b/gulp-jspm/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-less/tsconfig.json b/gulp-less/tsconfig.json index fed56e8397..a4c9d230c2 100644 --- a/gulp-less/tsconfig.json +++ b/gulp-less/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-load-plugins/tsconfig.json b/gulp-load-plugins/tsconfig.json index 45c6b3a50a..265e7e5ec6 100644 --- a/gulp-load-plugins/tsconfig.json +++ b/gulp-load-plugins/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-minify-css/tsconfig.json b/gulp-minify-css/tsconfig.json index 6110c939cc..e648f13655 100644 --- a/gulp-minify-css/tsconfig.json +++ b/gulp-minify-css/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-minify-html/tsconfig.json b/gulp-minify-html/tsconfig.json index 9da3207b31..aa59c127bc 100644 --- a/gulp-minify-html/tsconfig.json +++ b/gulp-minify-html/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-mocha/tsconfig.json b/gulp-mocha/tsconfig.json index d6697034b9..a810657b32 100644 --- a/gulp-mocha/tsconfig.json +++ b/gulp-mocha/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-newer/tsconfig.json b/gulp-newer/tsconfig.json index d07a3c34d6..0e0499f244 100644 --- a/gulp-newer/tsconfig.json +++ b/gulp-newer/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-ng-annotate/tsconfig.json b/gulp-ng-annotate/tsconfig.json index dbafd136bd..8ce1f5ad51 100644 --- a/gulp-ng-annotate/tsconfig.json +++ b/gulp-ng-annotate/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-nodemon/tsconfig.json b/gulp-nodemon/tsconfig.json index 2e2d612761..a662bdd35c 100644 --- a/gulp-nodemon/tsconfig.json +++ b/gulp-nodemon/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-plumber/tsconfig.json b/gulp-plumber/tsconfig.json index 83ca181509..5eb352c980 100644 --- a/gulp-plumber/tsconfig.json +++ b/gulp-plumber/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-protractor/tsconfig.json b/gulp-protractor/tsconfig.json index 42219b2b71..b62ae13916 100644 --- a/gulp-protractor/tsconfig.json +++ b/gulp-protractor/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-remember/tsconfig.json b/gulp-remember/tsconfig.json index 82efb4307d..09d7d1292f 100644 --- a/gulp-remember/tsconfig.json +++ b/gulp-remember/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-rename/tsconfig.json b/gulp-rename/tsconfig.json index ee79b509f8..6f22283034 100644 --- a/gulp-rename/tsconfig.json +++ b/gulp-rename/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-replace/tsconfig.json b/gulp-replace/tsconfig.json index c72272ef4d..a93504c448 100644 --- a/gulp-replace/tsconfig.json +++ b/gulp-replace/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-rev-replace/tsconfig.json b/gulp-rev-replace/tsconfig.json index 3077e55559..df0172e99a 100644 --- a/gulp-rev-replace/tsconfig.json +++ b/gulp-rev-replace/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-rev/tsconfig.json b/gulp-rev/tsconfig.json index 96672e5d76..beb6f33a52 100644 --- a/gulp-rev/tsconfig.json +++ b/gulp-rev/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-ruby-sass/tsconfig.json b/gulp-ruby-sass/tsconfig.json index 6d65fe5024..be3c6876f9 100644 --- a/gulp-ruby-sass/tsconfig.json +++ b/gulp-ruby-sass/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-sass/tsconfig.json b/gulp-sass/tsconfig.json index b6693ace0a..ef97123b2b 100644 --- a/gulp-sass/tsconfig.json +++ b/gulp-sass/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-shell/tsconfig.json b/gulp-shell/tsconfig.json index da69eddc4a..ee4d501a1a 100644 --- a/gulp-shell/tsconfig.json +++ b/gulp-shell/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-size/tsconfig.json b/gulp-size/tsconfig.json index 93b62452c6..d555d62c32 100644 --- a/gulp-size/tsconfig.json +++ b/gulp-size/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-sort/tsconfig.json b/gulp-sort/tsconfig.json index 1001b32994..7f0a4525a2 100644 --- a/gulp-sort/tsconfig.json +++ b/gulp-sort/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-sourcemaps/tsconfig.json b/gulp-sourcemaps/tsconfig.json index 32c6369a65..d76db38589 100644 --- a/gulp-sourcemaps/tsconfig.json +++ b/gulp-sourcemaps/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-strip-debug/tsconfig.json b/gulp-strip-debug/tsconfig.json index 13fd855c1c..031b2f6c36 100644 --- a/gulp-strip-debug/tsconfig.json +++ b/gulp-strip-debug/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-svg-sprite/tsconfig.json b/gulp-svg-sprite/tsconfig.json index 465e8384e7..6b746b93dc 100644 --- a/gulp-svg-sprite/tsconfig.json +++ b/gulp-svg-sprite/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-task-listing/tsconfig.json b/gulp-task-listing/tsconfig.json index 6d984b4173..65f886f630 100644 --- a/gulp-task-listing/tsconfig.json +++ b/gulp-task-listing/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-tsd/tsconfig.json b/gulp-tsd/tsconfig.json index 5c02360993..f9de72e7b6 100644 --- a/gulp-tsd/tsconfig.json +++ b/gulp-tsd/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-tslint/tsconfig.json b/gulp-tslint/tsconfig.json index b44ea726c6..dd93c4d173 100644 --- a/gulp-tslint/tsconfig.json +++ b/gulp-tslint/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-typedoc/tsconfig.json b/gulp-typedoc/tsconfig.json index 260678438f..b9ffdab0c8 100644 --- a/gulp-typedoc/tsconfig.json +++ b/gulp-typedoc/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-typescript/tsconfig.json b/gulp-typescript/tsconfig.json index 975cadacb0..89dc634ee2 100644 --- a/gulp-typescript/tsconfig.json +++ b/gulp-typescript/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-uglify/tsconfig.json b/gulp-uglify/tsconfig.json index 0e40442e9f..a13a214978 100644 --- a/gulp-uglify/tsconfig.json +++ b/gulp-uglify/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-useref/tsconfig.json b/gulp-useref/tsconfig.json index 70f8534438..6928e48ffc 100644 --- a/gulp-useref/tsconfig.json +++ b/gulp-useref/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-util/tsconfig.json b/gulp-util/tsconfig.json index 5aff3b58cc..6581d34926 100644 --- a/gulp-util/tsconfig.json +++ b/gulp-util/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp-watch/tsconfig.json b/gulp-watch/tsconfig.json index 7f40ea64bd..4301104958 100644 --- a/gulp-watch/tsconfig.json +++ b/gulp-watch/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/gulp/tsconfig.json b/gulp/tsconfig.json index 375761514f..d86d7977f1 100644 --- a/gulp/tsconfig.json +++ b/gulp/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/hammerjs/tsconfig.json b/hammerjs/tsconfig.json index f70ef81994..8c67b1a1ad 100644 --- a/hammerjs/tsconfig.json +++ b/hammerjs/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/handlebars/tsconfig.json b/handlebars/tsconfig.json index f513745caa..cee9eda56d 100644 --- a/handlebars/tsconfig.json +++ b/handlebars/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/handsontable/tsconfig.json b/handsontable/tsconfig.json index 1231ad27bf..19de5cb771 100644 --- a/handsontable/tsconfig.json +++ b/handsontable/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/hapi/tsconfig.json b/hapi/tsconfig.json index ceb8795d47..eda77f1630 100644 --- a/hapi/tsconfig.json +++ b/hapi/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/harmony-proxy/tsconfig.json b/harmony-proxy/tsconfig.json index 6d87af71d3..bbad87b671 100644 --- a/harmony-proxy/tsconfig.json +++ b/harmony-proxy/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/hasher/tsconfig.json b/hasher/tsconfig.json index 64153793d5..a82d69cff9 100644 --- a/hasher/tsconfig.json +++ b/hasher/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/hashids/tsconfig.json b/hashids/tsconfig.json index d69daa02aa..f94626a7eb 100644 --- a/hashids/tsconfig.json +++ b/hashids/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/hashmap/tsconfig.json b/hashmap/tsconfig.json index 835d7f9460..aae8efe897 100644 --- a/hashmap/tsconfig.json +++ b/hashmap/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/hashset/tsconfig.json b/hashset/tsconfig.json index e791908bce..f3182aa7df 100644 --- a/hashset/tsconfig.json +++ b/hashset/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/hashtable/tsconfig.json b/hashtable/tsconfig.json index dd13198277..1ed164e172 100644 --- a/hashtable/tsconfig.json +++ b/hashtable/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/he/tsconfig.json b/he/tsconfig.json index 4eb71819c7..8ca79f913b 100644 --- a/he/tsconfig.json +++ b/he/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/heap/tsconfig.json b/heap/tsconfig.json index 381b8da27b..3fb0cb6302 100644 --- a/heap/tsconfig.json +++ b/heap/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/heatmap.js/tsconfig.json b/heatmap.js/tsconfig.json index e2233a5ff7..9699c002a9 100644 --- a/heatmap.js/tsconfig.json +++ b/heatmap.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/hellojs/tsconfig.json b/hellojs/tsconfig.json index 933ffed994..2274eb4fed 100644 --- a/hellojs/tsconfig.json +++ b/hellojs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/helmet/tsconfig.json b/helmet/tsconfig.json index 7718cd9672..9bdf041525 100644 --- a/helmet/tsconfig.json +++ b/helmet/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/highcharts-ng/tsconfig.json b/highcharts-ng/tsconfig.json index ca0c25fc9a..c0a83321c0 100644 --- a/highcharts-ng/tsconfig.json +++ b/highcharts-ng/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/highcharts/tsconfig.json b/highcharts/tsconfig.json index a810f2b4a4..2651f0bc61 100644 --- a/highcharts/tsconfig.json +++ b/highcharts/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/highland/tsconfig.json b/highland/tsconfig.json index e51bb80bd9..67e25f81e8 100644 --- a/highland/tsconfig.json +++ b/highland/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/history.js/tsconfig.json b/history.js/tsconfig.json index db9414650c..3e41931775 100644 --- a/history.js/tsconfig.json +++ b/history.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/history/tsconfig.json b/history/tsconfig.json index db9414650c..3e41931775 100644 --- a/history/tsconfig.json +++ b/history/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/hooker/tsconfig.json b/hooker/tsconfig.json index 4085be3fcb..e79b17a305 100644 --- a/hooker/tsconfig.json +++ b/hooker/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/hopscotch/tsconfig.json b/hopscotch/tsconfig.json index 78b15e571b..b6ef58f29d 100644 --- a/hopscotch/tsconfig.json +++ b/hopscotch/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/howler/tsconfig.json b/howler/tsconfig.json index 3dd91248f2..0a6fbf7922 100644 --- a/howler/tsconfig.json +++ b/howler/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/html-entities/tsconfig.json b/html-entities/tsconfig.json index 89b214eb41..cdbfdfef70 100644 --- a/html-entities/tsconfig.json +++ b/html-entities/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/html-minifier/tsconfig.json b/html-minifier/tsconfig.json index c54814926e..3d13d78e06 100644 --- a/html-minifier/tsconfig.json +++ b/html-minifier/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/html-to-text/tsconfig.json b/html-to-text/tsconfig.json index 14129c0305..d9f4bbaef7 100644 --- a/html-to-text/tsconfig.json +++ b/html-to-text/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/html2canvas/tsconfig.json b/html2canvas/tsconfig.json index e9f855f4ef..fada6e0974 100644 --- a/html2canvas/tsconfig.json +++ b/html2canvas/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/htmlparser2/tsconfig.json b/htmlparser2/tsconfig.json index 331359d67c..e2cfd7742a 100644 --- a/htmlparser2/tsconfig.json +++ b/htmlparser2/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/htmltojsx/tsconfig.json b/htmltojsx/tsconfig.json index 12fee63c1c..553da90cb9 100644 --- a/htmltojsx/tsconfig.json +++ b/htmltojsx/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/http-errors/tsconfig.json b/http-errors/tsconfig.json index 8ce08e0d2b..232aa71388 100644 --- a/http-errors/tsconfig.json +++ b/http-errors/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/http-status-codes/tsconfig.json b/http-status-codes/tsconfig.json index b61ffc3927..fc3297eea7 100644 --- a/http-status-codes/tsconfig.json +++ b/http-status-codes/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/http-status/tsconfig.json b/http-status/tsconfig.json index 64ac4a8749..d830e514af 100644 --- a/http-status/tsconfig.json +++ b/http-status/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/http-string-parser/tsconfig.json b/http-string-parser/tsconfig.json index 1b6b9a465f..2fe6f4746f 100644 --- a/http-string-parser/tsconfig.json +++ b/http-string-parser/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/httperr/tsconfig.json b/httperr/tsconfig.json index 508e71b6bd..0eaa73a9ce 100644 --- a/httperr/tsconfig.json +++ b/httperr/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/humane/tsconfig.json b/humane/tsconfig.json index d2a50148b0..a5b236773a 100644 --- a/humane/tsconfig.json +++ b/humane/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/hypertext-application-language/tsconfig.json b/hypertext-application-language/tsconfig.json index 1e21f47a9f..67ff40e86d 100644 --- a/hypertext-application-language/tsconfig.json +++ b/hypertext-application-language/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/hystrixjs/tsconfig.json b/hystrixjs/tsconfig.json index ab4c07a398..d92c44bd26 100644 --- a/hystrixjs/tsconfig.json +++ b/hystrixjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/i18n/tsconfig.json b/i18n/tsconfig.json index 8cc1924c60..2d8a96c315 100644 --- a/i18n/tsconfig.json +++ b/i18n/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/i18next-browser-languagedetector/tsconfig.json b/i18next-browser-languagedetector/tsconfig.json index 95ce539390..4dd293bd4f 100644 --- a/i18next-browser-languagedetector/tsconfig.json +++ b/i18next-browser-languagedetector/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/i18next-express-middleware/tsconfig.json b/i18next-express-middleware/tsconfig.json index 511c7f3920..28c74af200 100644 --- a/i18next-express-middleware/tsconfig.json +++ b/i18next-express-middleware/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/i18next-node-fs-backend/tsconfig.json b/i18next-node-fs-backend/tsconfig.json index 6f0f8ae4fb..e3aec17f03 100644 --- a/i18next-node-fs-backend/tsconfig.json +++ b/i18next-node-fs-backend/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/i18next-sprintf-postprocessor/tsconfig.json b/i18next-sprintf-postprocessor/tsconfig.json index d3ab586567..f7495711f8 100644 --- a/i18next-sprintf-postprocessor/tsconfig.json +++ b/i18next-sprintf-postprocessor/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/i18next/tsconfig.json b/i18next/tsconfig.json index 22307ef221..402a80f614 100644 --- a/i18next/tsconfig.json +++ b/i18next/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/iban/tsconfig.json b/iban/tsconfig.json index 9410d27cc5..c30857751e 100644 --- a/iban/tsconfig.json +++ b/iban/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ibm-mobilefirst/tsconfig.json b/ibm-mobilefirst/tsconfig.json index 2c8c74d69b..1b28764788 100644 --- a/ibm-mobilefirst/tsconfig.json +++ b/ibm-mobilefirst/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/icepick/tsconfig.json b/icepick/tsconfig.json index ad137d685a..7693f53526 100644 --- a/icepick/tsconfig.json +++ b/icepick/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/icheck/tsconfig.json b/icheck/tsconfig.json index 9b54710ddf..1b21bd37f9 100644 --- a/icheck/tsconfig.json +++ b/icheck/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/iconv/tsconfig.json b/iconv/tsconfig.json index 9c2b8c1c4d..11151134ed 100644 --- a/iconv/tsconfig.json +++ b/iconv/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/image-size/tsconfig.json b/image-size/tsconfig.json index 11c6c17f4c..d07f3fff5b 100644 --- a/image-size/tsconfig.json +++ b/image-size/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/imagemagick-native/tsconfig.json b/imagemagick-native/tsconfig.json index 69a2099b0a..5f0d725db6 100644 --- a/imagemagick-native/tsconfig.json +++ b/imagemagick-native/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/imagemagick/tsconfig.json b/imagemagick/tsconfig.json index 00e6b6ad42..85a2b32a8f 100644 --- a/imagemagick/tsconfig.json +++ b/imagemagick/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/imagesloaded/tsconfig.json b/imagesloaded/tsconfig.json index c1c078f2cf..fe5fb5afc6 100644 --- a/imagesloaded/tsconfig.json +++ b/imagesloaded/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/imap/tsconfig.json b/imap/tsconfig.json index dbd4d14db3..4bd0dee115 100644 --- a/imap/tsconfig.json +++ b/imap/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/imgur-rest-api/tsconfig.json b/imgur-rest-api/tsconfig.json index 478811044e..6f5fa142fd 100644 --- a/imgur-rest-api/tsconfig.json +++ b/imgur-rest-api/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/immutability-helper/tsconfig.json b/immutability-helper/tsconfig.json index 361e54d568..a0e54d632f 100644 --- a/immutability-helper/tsconfig.json +++ b/immutability-helper/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/impress/tsconfig.json b/impress/tsconfig.json index 515739ed69..e3383e52f0 100644 --- a/impress/tsconfig.json +++ b/impress/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/incremental-dom/tsconfig.json b/incremental-dom/tsconfig.json index f421ad6b7b..0bca72a982 100644 --- a/incremental-dom/tsconfig.json +++ b/incremental-dom/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/inflected/tsconfig.json b/inflected/tsconfig.json index 6f4e95dd37..3e21f9612a 100644 --- a/inflected/tsconfig.json +++ b/inflected/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/inflection/tsconfig.json b/inflection/tsconfig.json index 91dc699916..c19b06338f 100644 --- a/inflection/tsconfig.json +++ b/inflection/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/inherits/tsconfig.json b/inherits/tsconfig.json index 6d68f6104f..1bd649cb63 100644 --- a/inherits/tsconfig.json +++ b/inherits/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ini/tsconfig.json b/ini/tsconfig.json index d055e53a1a..7c3c1a9086 100644 --- a/ini/tsconfig.json +++ b/ini/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/iniparser/tsconfig.json b/iniparser/tsconfig.json index 586743569b..d114e1c19d 100644 --- a/iniparser/tsconfig.json +++ b/iniparser/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/inline-css/tsconfig.json b/inline-css/tsconfig.json index 50d3bd6071..dbfa91d3ae 100644 --- a/inline-css/tsconfig.json +++ b/inline-css/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/inquirer/tsconfig.json b/inquirer/tsconfig.json index 34b8346922..cf4e93d175 100644 --- a/inquirer/tsconfig.json +++ b/inquirer/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/insight/tsconfig.json b/insight/tsconfig.json index 151be44569..15d366d7dd 100644 --- a/insight/tsconfig.json +++ b/insight/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/interact.js/tsconfig.json b/interact.js/tsconfig.json index 457e4829fe..c1bb6409a4 100644 --- a/interact.js/tsconfig.json +++ b/interact.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/intercomjs/tsconfig.json b/intercomjs/tsconfig.json index 19bfdf851f..f876aef25b 100644 --- a/intercomjs/tsconfig.json +++ b/intercomjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/intro.js/tsconfig.json b/intro.js/tsconfig.json index 80968b7f6d..5abd4b08ef 100644 --- a/intro.js/tsconfig.json +++ b/intro.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/invariant/tsconfig.json b/invariant/tsconfig.json index da1e2b4c76..a9664e2819 100644 --- a/invariant/tsconfig.json +++ b/invariant/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/inversify/tsconfig.json b/inversify/tsconfig.json index 9e4fbad655..c1aa2f34b1 100644 --- a/inversify/tsconfig.json +++ b/inversify/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ion.rangeSlider/tsconfig.json b/ion.rangeSlider/tsconfig.json index 06ab4b460d..9c848a6627 100644 --- a/ion.rangeSlider/tsconfig.json +++ b/ion.rangeSlider/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/ionic/tsconfig.json b/ionic/tsconfig.json index 4211a4115b..9ad8ed08d6 100644 --- a/ionic/tsconfig.json +++ b/ionic/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ioredis/tsconfig.json b/ioredis/tsconfig.json index 9b0cef16a6..02799a7152 100644 --- a/ioredis/tsconfig.json +++ b/ioredis/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ip/tsconfig.json b/ip/tsconfig.json index da03cc2501..c2fb8b1cd9 100644 --- a/ip/tsconfig.json +++ b/ip/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/irc/tsconfig.json b/irc/tsconfig.json index e54ec3f15e..4db8cf6484 100644 --- a/irc/tsconfig.json +++ b/irc/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/is-lower-case/tsconfig.json b/is-lower-case/tsconfig.json index 02cd71afdd..dcb1906005 100644 --- a/is-lower-case/tsconfig.json +++ b/is-lower-case/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/is-my-json-valid/tsconfig.json b/is-my-json-valid/tsconfig.json index 654dc95ddf..5459424bb3 100644 --- a/is-my-json-valid/tsconfig.json +++ b/is-my-json-valid/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/is-upper-case/tsconfig.json b/is-upper-case/tsconfig.json index 2672a287d5..71c23af917 100644 --- a/is-upper-case/tsconfig.json +++ b/is-upper-case/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/is-url/tsconfig.json b/is-url/tsconfig.json index 989c6d84a5..4391ab3040 100644 --- a/is-url/tsconfig.json +++ b/is-url/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/is/tsconfig.json b/is/tsconfig.json index 495d06c443..2704d828cb 100644 --- a/is/tsconfig.json +++ b/is/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/iscroll/tsconfig.json b/iscroll/tsconfig.json index 1dd0d3c7b1..f477f5bfc0 100644 --- a/iscroll/tsconfig.json +++ b/iscroll/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/iso8601-localizer/tsconfig.json b/iso8601-localizer/tsconfig.json index 41d60f20cf..9bc8e15e07 100644 --- a/iso8601-localizer/tsconfig.json +++ b/iso8601-localizer/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/isomorphic-fetch/tsconfig.json b/isomorphic-fetch/tsconfig.json index d25093dbdc..4844b8a800 100644 --- a/isomorphic-fetch/tsconfig.json +++ b/isomorphic-fetch/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/istanbul/tsconfig.json b/istanbul/tsconfig.json index a4b7244f39..05443238a5 100644 --- a/istanbul/tsconfig.json +++ b/istanbul/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ix.js/tsconfig.json b/ix.js/tsconfig.json index c2c841e300..92c67b5112 100644 --- a/ix.js/tsconfig.json +++ b/ix.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jade/tsconfig.json b/jade/tsconfig.json index b62298c4ec..6950c4c8b1 100644 --- a/jade/tsconfig.json +++ b/jade/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jake/tsconfig.json b/jake/tsconfig.json index 96397be081..c2ade89f63 100644 --- a/jake/tsconfig.json +++ b/jake/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jasmine-ajax/tsconfig.json b/jasmine-ajax/tsconfig.json index 14c71834c4..3a320cc492 100644 --- a/jasmine-ajax/tsconfig.json +++ b/jasmine-ajax/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jasmine-data_driven_tests/tsconfig.json b/jasmine-data_driven_tests/tsconfig.json index 1646d8e9c3..1cb0cd4c87 100644 --- a/jasmine-data_driven_tests/tsconfig.json +++ b/jasmine-data_driven_tests/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jasmine-es6-promise-matchers/tsconfig.json b/jasmine-es6-promise-matchers/tsconfig.json index 46c72c9ccf..d4576433aa 100644 --- a/jasmine-es6-promise-matchers/tsconfig.json +++ b/jasmine-es6-promise-matchers/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jasmine-expect/tsconfig.json b/jasmine-expect/tsconfig.json index 5442e94be3..d554ee8043 100644 --- a/jasmine-expect/tsconfig.json +++ b/jasmine-expect/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jasmine-fixture/tsconfig.json b/jasmine-fixture/tsconfig.json index 4bd97dd1db..7f10282f27 100644 --- a/jasmine-fixture/tsconfig.json +++ b/jasmine-fixture/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jasmine-jquery/tsconfig.json b/jasmine-jquery/tsconfig.json index ca43f10fd6..d6e089af3f 100644 --- a/jasmine-jquery/tsconfig.json +++ b/jasmine-jquery/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jasmine-matchers/tsconfig.json b/jasmine-matchers/tsconfig.json index 87eab38f39..1dc515d7f0 100644 --- a/jasmine-matchers/tsconfig.json +++ b/jasmine-matchers/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jasmine-node/tsconfig.json b/jasmine-node/tsconfig.json index 3f50bfbf6c..9ab267afdc 100644 --- a/jasmine-node/tsconfig.json +++ b/jasmine-node/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jasmine-promise-matchers/tsconfig.json b/jasmine-promise-matchers/tsconfig.json index da1ef403eb..8c1b14f0fd 100644 --- a/jasmine-promise-matchers/tsconfig.json +++ b/jasmine-promise-matchers/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jasmine/tsconfig.json b/jasmine/tsconfig.json index d4df5dd26e..e312108530 100644 --- a/jasmine/tsconfig.json +++ b/jasmine/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/java-applet/tsconfig.json b/java-applet/tsconfig.json index b2b9c126ce..95ecfe5704 100644 --- a/java-applet/tsconfig.json +++ b/java-applet/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/java/tsconfig.json b/java/tsconfig.json index 2eff361fe3..e86aa7715f 100644 --- a/java/tsconfig.json +++ b/java/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/javascript-astar/tsconfig.json b/javascript-astar/tsconfig.json index 650a8ab990..6d738fe121 100644 --- a/javascript-astar/tsconfig.json +++ b/javascript-astar/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/javascript-bignum/tsconfig.json b/javascript-bignum/tsconfig.json index 0711f6503d..ad0d48a866 100644 --- a/javascript-bignum/tsconfig.json +++ b/javascript-bignum/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jbinary/tsconfig.json b/jbinary/tsconfig.json index d991fe9aa5..b4f8625871 100644 --- a/jbinary/tsconfig.json +++ b/jbinary/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jdataview/tsconfig.json b/jdataview/tsconfig.json index db16d929d9..bee1d727bd 100644 --- a/jdataview/tsconfig.json +++ b/jdataview/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jee-jsf/tsconfig.json b/jee-jsf/tsconfig.json index 01471ae173..7442610520 100644 --- a/jee-jsf/tsconfig.json +++ b/jee-jsf/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jest/tsconfig.json b/jest/tsconfig.json index e5fc759104..0ad43c6b19 100644 --- a/jest/tsconfig.json +++ b/jest/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jfp/tsconfig.json b/jfp/tsconfig.json index f9824deb04..e541ed8585 100644 --- a/jfp/tsconfig.json +++ b/jfp/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jjv/tsconfig.json b/jjv/tsconfig.json index a980165f49..17b1440993 100644 --- a/jjv/tsconfig.json +++ b/jjv/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jjve/tsconfig.json b/jjve/tsconfig.json index d978010710..0c0648fa43 100644 --- a/jjve/tsconfig.json +++ b/jjve/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/joData/tsconfig.json b/joData/tsconfig.json index a71c11f684..ffcb8a4e8c 100644 --- a/joData/tsconfig.json +++ b/joData/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/johnny-five/tsconfig.json b/johnny-five/tsconfig.json index e7397fa4c9..93aaad00c9 100644 --- a/johnny-five/tsconfig.json +++ b/johnny-five/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/joi/tsconfig.json b/joi/tsconfig.json index 4f8b99dda6..21ea7b73a3 100644 --- a/joi/tsconfig.json +++ b/joi/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jointjs/tsconfig.json b/jointjs/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/jointjs/tsconfig.json +++ b/jointjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/jqgrid/tsconfig.json b/jqgrid/tsconfig.json index c97b90f91a..55e0538961 100644 --- a/jqgrid/tsconfig.json +++ b/jqgrid/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jqrangeslider/tsconfig.json b/jqrangeslider/tsconfig.json index 00b80ef01f..5beb9b939b 100644 --- a/jqrangeslider/tsconfig.json +++ b/jqrangeslider/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery-ajax-chain/tsconfig.json b/jquery-ajax-chain/tsconfig.json index 113205cf8f..6d7f446631 100644 --- a/jquery-ajax-chain/tsconfig.json +++ b/jquery-ajax-chain/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery-backstretch/tsconfig.json b/jquery-backstretch/tsconfig.json index fee04d4aa4..98e21be14f 100644 --- a/jquery-backstretch/tsconfig.json +++ b/jquery-backstretch/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery-cropbox/tsconfig.json b/jquery-cropbox/tsconfig.json index 155674998c..2e01719ad3 100644 --- a/jquery-cropbox/tsconfig.json +++ b/jquery-cropbox/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery-easy-loading/tsconfig.json b/jquery-easy-loading/tsconfig.json index 9db31a5cd7..46a2da0f9c 100644 --- a/jquery-easy-loading/tsconfig.json +++ b/jquery-easy-loading/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery-fullscreen/tsconfig.json b/jquery-fullscreen/tsconfig.json index 8e6642b994..664589ec00 100644 --- a/jquery-fullscreen/tsconfig.json +++ b/jquery-fullscreen/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery-galleria/tsconfig.json b/jquery-galleria/tsconfig.json index ea0e3f81b0..473e6acab5 100644 --- a/jquery-galleria/tsconfig.json +++ b/jquery-galleria/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery-handsontable/tsconfig.json b/jquery-handsontable/tsconfig.json index 7ec49a8639..e3ac6aaa20 100644 --- a/jquery-handsontable/tsconfig.json +++ b/jquery-handsontable/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery-jsonrpcclient/tsconfig.json b/jquery-jsonrpcclient/tsconfig.json index cb069b57ae..85ad588278 100644 --- a/jquery-jsonrpcclient/tsconfig.json +++ b/jquery-jsonrpcclient/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery-knob/tsconfig.json b/jquery-knob/tsconfig.json index 47d4b95dda..ee3c80cc1b 100644 --- a/jquery-knob/tsconfig.json +++ b/jquery-knob/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery-mockjax/tsconfig.json b/jquery-mockjax/tsconfig.json index 5dd2228ef8..852db24c35 100644 --- a/jquery-mockjax/tsconfig.json +++ b/jquery-mockjax/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery-sortable/tsconfig.json b/jquery-sortable/tsconfig.json index c1b38fe4bd..e11b961de0 100644 --- a/jquery-sortable/tsconfig.json +++ b/jquery-sortable/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery-timeentry/tsconfig.json b/jquery-timeentry/tsconfig.json index fb64c879b0..f697dcbc23 100644 --- a/jquery-timeentry/tsconfig.json +++ b/jquery-timeentry/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery-urlparam/tsconfig.json b/jquery-urlparam/tsconfig.json index 574a089430..9727c226eb 100644 --- a/jquery-urlparam/tsconfig.json +++ b/jquery-urlparam/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery-validation-unobtrusive/tsconfig.json b/jquery-validation-unobtrusive/tsconfig.json index a28227db84..de156d7df5 100644 --- a/jquery-validation-unobtrusive/tsconfig.json +++ b/jquery-validation-unobtrusive/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.address/tsconfig.json b/jquery.address/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/jquery.address/tsconfig.json +++ b/jquery.address/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/jquery.ajaxfile/tsconfig.json b/jquery.ajaxfile/tsconfig.json index 45a5f008cd..271497e028 100644 --- a/jquery.ajaxfile/tsconfig.json +++ b/jquery.ajaxfile/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.are-you-sure/tsconfig.json b/jquery.are-you-sure/tsconfig.json index 82af54c423..896fdc90a1 100644 --- a/jquery.are-you-sure/tsconfig.json +++ b/jquery.are-you-sure/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.autosize/tsconfig.json b/jquery.autosize/tsconfig.json index a4720d9f2c..ed8b9c4fd6 100644 --- a/jquery.autosize/tsconfig.json +++ b/jquery.autosize/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.base64/tsconfig.json b/jquery.base64/tsconfig.json index 8cf9b249ff..3830a79e93 100644 --- a/jquery.base64/tsconfig.json +++ b/jquery.base64/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.bbq/tsconfig.json b/jquery.bbq/tsconfig.json index 5578837892..c21c0bbfb4 100644 --- a/jquery.bbq/tsconfig.json +++ b/jquery.bbq/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.blockUI/tsconfig.json b/jquery.blockUI/tsconfig.json index 45f97d6cca..3ba3a271e4 100644 --- a/jquery.blockUI/tsconfig.json +++ b/jquery.blockUI/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.bootstrap.wizard/tsconfig.json b/jquery.bootstrap.wizard/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/jquery.bootstrap.wizard/tsconfig.json +++ b/jquery.bootstrap.wizard/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/jquery.cleditor/tsconfig.json b/jquery.cleditor/tsconfig.json index dd3699ad89..d86d2e1329 100644 --- a/jquery.cleditor/tsconfig.json +++ b/jquery.cleditor/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.clientSideLogging/tsconfig.json b/jquery.clientSideLogging/tsconfig.json index 89be0c79ff..d7fd1afc2b 100644 --- a/jquery.clientSideLogging/tsconfig.json +++ b/jquery.clientSideLogging/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.color/tsconfig.json b/jquery.color/tsconfig.json index a15878309f..e9167b294c 100644 --- a/jquery.color/tsconfig.json +++ b/jquery.color/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.colorbox/tsconfig.json b/jquery.colorbox/tsconfig.json index c2231b623f..68e7a38e93 100644 --- a/jquery.colorbox/tsconfig.json +++ b/jquery.colorbox/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.colorpicker/tsconfig.json b/jquery.colorpicker/tsconfig.json index 18540a5d62..b744fa7eb8 100644 --- a/jquery.colorpicker/tsconfig.json +++ b/jquery.colorpicker/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.contextMenu/tsconfig.json b/jquery.contextMenu/tsconfig.json index 763b5affad..bc7364f4f7 100644 --- a/jquery.contextMenu/tsconfig.json +++ b/jquery.contextMenu/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.cookie/tsconfig.json b/jquery.cookie/tsconfig.json index 99a991ec60..c952d7a4f0 100644 --- a/jquery.cookie/tsconfig.json +++ b/jquery.cookie/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.customSelect/tsconfig.json b/jquery.customSelect/tsconfig.json index fd3657f99b..c5f81dd3ef 100644 --- a/jquery.customSelect/tsconfig.json +++ b/jquery.customSelect/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.cycle/tsconfig.json b/jquery.cycle/tsconfig.json index 69af6cfe06..5f97223993 100644 --- a/jquery.cycle/tsconfig.json +++ b/jquery.cycle/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.cycle2/tsconfig.json b/jquery.cycle2/tsconfig.json index 828022bbe0..598e7a0691 100644 --- a/jquery.cycle2/tsconfig.json +++ b/jquery.cycle2/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.dataTables/tsconfig.json b/jquery.dataTables/tsconfig.json index 3ef20e1d0c..46282e5b08 100644 --- a/jquery.dataTables/tsconfig.json +++ b/jquery.dataTables/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/jquery.dropotron/tsconfig.json b/jquery.dropotron/tsconfig.json index 3e0143930d..1520af911a 100644 --- a/jquery.dropotron/tsconfig.json +++ b/jquery.dropotron/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.dynatree/tsconfig.json b/jquery.dynatree/tsconfig.json index 975714daef..207d3fcd50 100644 --- a/jquery.dynatree/tsconfig.json +++ b/jquery.dynatree/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.elang/tsconfig.json b/jquery.elang/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/jquery.elang/tsconfig.json +++ b/jquery.elang/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/jquery.fancytree/tsconfig.json b/jquery.fancytree/tsconfig.json index 6dbaef29b5..4eb6fe1d69 100644 --- a/jquery.fancytree/tsconfig.json +++ b/jquery.fancytree/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.fileupload/tsconfig.json b/jquery.fileupload/tsconfig.json index d50cecd4bf..1bef5f55d3 100644 --- a/jquery.fileupload/tsconfig.json +++ b/jquery.fileupload/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.finger/tsconfig.json b/jquery.finger/tsconfig.json index 6bcb304e26..4adb4184a3 100644 --- a/jquery.finger/tsconfig.json +++ b/jquery.finger/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.form/tsconfig.json b/jquery.form/tsconfig.json index 0962e0df04..7170aaa8b2 100644 --- a/jquery.form/tsconfig.json +++ b/jquery.form/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.fullscreen/tsconfig.json b/jquery.fullscreen/tsconfig.json index 2e3c1c90e1..d74a97d843 100644 --- a/jquery.fullscreen/tsconfig.json +++ b/jquery.fullscreen/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.gridster/tsconfig.json b/jquery.gridster/tsconfig.json index d8901d00a3..85bf8828a0 100644 --- a/jquery.gridster/tsconfig.json +++ b/jquery.gridster/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.highlight-bartaz/tsconfig.json b/jquery.highlight-bartaz/tsconfig.json index 34f11b442f..398de29e61 100644 --- a/jquery.highlight-bartaz/tsconfig.json +++ b/jquery.highlight-bartaz/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.jnotify/tsconfig.json b/jquery.jnotify/tsconfig.json index 6b920b4867..43c58bbac0 100644 --- a/jquery.jnotify/tsconfig.json +++ b/jquery.jnotify/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.joyride/tsconfig.json b/jquery.joyride/tsconfig.json index 3908c44caf..ae699b7575 100644 --- a/jquery.joyride/tsconfig.json +++ b/jquery.joyride/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.jsignature/tsconfig.json b/jquery.jsignature/tsconfig.json index 75c51015b6..a1780bd2fb 100644 --- a/jquery.jsignature/tsconfig.json +++ b/jquery.jsignature/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.leanModal/tsconfig.json b/jquery.leanModal/tsconfig.json index b2ad5346cf..9c974d0183 100644 --- a/jquery.leanModal/tsconfig.json +++ b/jquery.leanModal/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.livestampjs/tsconfig.json b/jquery.livestampjs/tsconfig.json index ec190350a1..46e1e98bd5 100644 --- a/jquery.livestampjs/tsconfig.json +++ b/jquery.livestampjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.menuaim/tsconfig.json b/jquery.menuaim/tsconfig.json index 69a9c3b380..d3ce785ade 100644 --- a/jquery.menuaim/tsconfig.json +++ b/jquery.menuaim/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.mmenu/tsconfig.json b/jquery.mmenu/tsconfig.json index 96d1eb79a5..b99a44c0e4 100644 --- a/jquery.mmenu/tsconfig.json +++ b/jquery.mmenu/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.notifyBar/tsconfig.json b/jquery.notifyBar/tsconfig.json index b460fbc5ef..89a207d41e 100644 --- a/jquery.notifyBar/tsconfig.json +++ b/jquery.notifyBar/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.noty/tsconfig.json b/jquery.noty/tsconfig.json index ddbd828446..126718d584 100644 --- a/jquery.noty/tsconfig.json +++ b/jquery.noty/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/jquery.payment/tsconfig.json b/jquery.payment/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/jquery.payment/tsconfig.json +++ b/jquery.payment/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/jquery.pjax.falsandtru/tsconfig.json b/jquery.pjax.falsandtru/tsconfig.json index 3d8a9224d3..da22c1fd63 100644 --- a/jquery.pjax.falsandtru/tsconfig.json +++ b/jquery.pjax.falsandtru/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.pjax/tsconfig.json b/jquery.pjax/tsconfig.json index 3d8a9224d3..da22c1fd63 100644 --- a/jquery.pjax/tsconfig.json +++ b/jquery.pjax/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.placeholder/tsconfig.json b/jquery.placeholder/tsconfig.json index 36c9e3e347..b036bdab43 100644 --- a/jquery.placeholder/tsconfig.json +++ b/jquery.placeholder/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.pnotify/tsconfig.json b/jquery.pnotify/tsconfig.json index f5f03fbd77..4af4bdb67d 100644 --- a/jquery.pnotify/tsconfig.json +++ b/jquery.pnotify/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.postMessage/tsconfig.json b/jquery.postMessage/tsconfig.json index b1fe100be1..73f27525fb 100644 --- a/jquery.postMessage/tsconfig.json +++ b/jquery.postMessage/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.prettyphoto/tsconfig.json b/jquery.prettyphoto/tsconfig.json index 80d020ac2f..4637eaf42a 100644 --- a/jquery.prettyphoto/tsconfig.json +++ b/jquery.prettyphoto/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.qrcode/tsconfig.json b/jquery.qrcode/tsconfig.json index b548d0eae3..874b5d4976 100644 --- a/jquery.qrcode/tsconfig.json +++ b/jquery.qrcode/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.rowGrid/tsconfig.json b/jquery.rowGrid/tsconfig.json index 9268e4b425..63bc3acb1a 100644 --- a/jquery.rowGrid/tsconfig.json +++ b/jquery.rowGrid/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.scrollTo/tsconfig.json b/jquery.scrollTo/tsconfig.json index 5ad0887e70..5d229ebad3 100644 --- a/jquery.scrollTo/tsconfig.json +++ b/jquery.scrollTo/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.simplePagination/tsconfig.json b/jquery.simplePagination/tsconfig.json index a654316bab..4e9563a2df 100644 --- a/jquery.simplePagination/tsconfig.json +++ b/jquery.simplePagination/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.simplemodal/tsconfig.json b/jquery.simplemodal/tsconfig.json index 797fefb38e..4840f6ec9f 100644 --- a/jquery.simplemodal/tsconfig.json +++ b/jquery.simplemodal/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.simulate/tsconfig.json b/jquery.simulate/tsconfig.json index 6f25bf7a41..f56a6cf445 100644 --- a/jquery.simulate/tsconfig.json +++ b/jquery.simulate/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.slimScroll/tsconfig.json b/jquery.slimScroll/tsconfig.json index f64a17362b..910f07039e 100644 --- a/jquery.slimScroll/tsconfig.json +++ b/jquery.slimScroll/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.soap/tsconfig.json b/jquery.soap/tsconfig.json index 49ecaf171a..9fe3fb62e8 100644 --- a/jquery.soap/tsconfig.json +++ b/jquery.soap/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.sortElements/tsconfig.json b/jquery.sortElements/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/jquery.sortElements/tsconfig.json +++ b/jquery.sortElements/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/jquery.superLink/tsconfig.json b/jquery.superLink/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/jquery.superLink/tsconfig.json +++ b/jquery.superLink/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/jquery.tagsmanager/tsconfig.json b/jquery.tagsmanager/tsconfig.json index 7aa23e6a66..397ac85b8f 100644 --- a/jquery.tagsmanager/tsconfig.json +++ b/jquery.tagsmanager/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.tile/tsconfig.json b/jquery.tile/tsconfig.json index e55a60bd4e..c781af0dd8 100644 --- a/jquery.tile/tsconfig.json +++ b/jquery.tile/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.timeago/tsconfig.json b/jquery.timeago/tsconfig.json index ebe6d3a976..c4316bf1c6 100644 --- a/jquery.timeago/tsconfig.json +++ b/jquery.timeago/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.timepicker/tsconfig.json b/jquery.timepicker/tsconfig.json index e3924d1d78..49c576cfad 100644 --- a/jquery.timepicker/tsconfig.json +++ b/jquery.timepicker/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.timer/tsconfig.json b/jquery.timer/tsconfig.json index bf14daca84..933eb89d28 100644 --- a/jquery.timer/tsconfig.json +++ b/jquery.timer/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.tinycarousel/tsconfig.json b/jquery.tinycarousel/tsconfig.json index 0b0f5614be..4b78124b46 100644 --- a/jquery.tinycarousel/tsconfig.json +++ b/jquery.tinycarousel/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.tinyscrollbar/tsconfig.json b/jquery.tinyscrollbar/tsconfig.json index cf478e7241..b3b31ccf58 100644 --- a/jquery.tinyscrollbar/tsconfig.json +++ b/jquery.tinyscrollbar/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.tipsy/tsconfig.json b/jquery.tipsy/tsconfig.json index 5516619b6d..2188d7cc6c 100644 --- a/jquery.tipsy/tsconfig.json +++ b/jquery.tipsy/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.tooltipster/tsconfig.json b/jquery.tooltipster/tsconfig.json index dce2646b00..9f5ad807e1 100644 --- a/jquery.tooltipster/tsconfig.json +++ b/jquery.tooltipster/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.total-storage/tsconfig.json b/jquery.total-storage/tsconfig.json index 094523bcf6..8ce626672f 100644 --- a/jquery.total-storage/tsconfig.json +++ b/jquery.total-storage/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.transit/tsconfig.json b/jquery.transit/tsconfig.json index cd9b45975e..a2623cd43b 100644 --- a/jquery.transit/tsconfig.json +++ b/jquery.transit/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.ui.datetimepicker/tsconfig.json b/jquery.ui.datetimepicker/tsconfig.json index a69ec47aef..f821da5b28 100644 --- a/jquery.ui.datetimepicker/tsconfig.json +++ b/jquery.ui.datetimepicker/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.ui.layout/tsconfig.json b/jquery.ui.layout/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/jquery.ui.layout/tsconfig.json +++ b/jquery.ui.layout/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/jquery.uniform/tsconfig.json b/jquery.uniform/tsconfig.json index a0799e4c5d..1c0326d24b 100644 --- a/jquery.uniform/tsconfig.json +++ b/jquery.uniform/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.validation/tsconfig.json b/jquery.validation/tsconfig.json index 091e071ba6..50dbf24e68 100644 --- a/jquery.validation/tsconfig.json +++ b/jquery.validation/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.watermark/tsconfig.json b/jquery.watermark/tsconfig.json index d5c590e5f3..f8002f4f35 100644 --- a/jquery.watermark/tsconfig.json +++ b/jquery.watermark/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery.window/tsconfig.json b/jquery.window/tsconfig.json index 79626ffe5c..15123326ce 100644 --- a/jquery.window/tsconfig.json +++ b/jquery.window/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquery/tsconfig.json b/jquery/tsconfig.json index bd46747bef..2d15c8db0f 100644 --- a/jquery/tsconfig.json +++ b/jquery/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jquerymobile/tsconfig.json b/jquerymobile/tsconfig.json index 955fb29b43..85184d7eb2 100644 --- a/jquerymobile/tsconfig.json +++ b/jquerymobile/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jqueryui/tsconfig.json b/jqueryui/tsconfig.json index 6d80a75ef2..ef4c71ae09 100644 --- a/jqueryui/tsconfig.json +++ b/jqueryui/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/js-beautify/tsconfig.json b/js-beautify/tsconfig.json index 8bbbd41920..64c50d5d6b 100644 --- a/js-beautify/tsconfig.json +++ b/js-beautify/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/js-clipper/tsconfig.json b/js-clipper/tsconfig.json index abf1a6c04b..73f93f7a2e 100644 --- a/js-clipper/tsconfig.json +++ b/js-clipper/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/js-combinatorics/tsconfig.json b/js-combinatorics/tsconfig.json index b7d7c6d7f7..84f309a0d9 100644 --- a/js-combinatorics/tsconfig.json +++ b/js-combinatorics/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/js-cookie/tsconfig.json b/js-cookie/tsconfig.json index 88b3686a53..419f105ddd 100644 --- a/js-cookie/tsconfig.json +++ b/js-cookie/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/js-data-angular/tsconfig.json b/js-data-angular/tsconfig.json index c0060f2043..7daef21bbe 100644 --- a/js-data-angular/tsconfig.json +++ b/js-data-angular/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/js-data-http/tsconfig.json b/js-data-http/tsconfig.json index 3219e691da..5737ef7206 100644 --- a/js-data-http/tsconfig.json +++ b/js-data-http/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/js-data/tsconfig.json b/js-data/tsconfig.json index d11f102714..00ce883893 100644 --- a/js-data/tsconfig.json +++ b/js-data/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/js-fixtures/tsconfig.json b/js-fixtures/tsconfig.json index 223fbb2bfd..823efe6424 100644 --- a/js-fixtures/tsconfig.json +++ b/js-fixtures/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/js-git/tsconfig.json b/js-git/tsconfig.json index d839a0ad73..ae2b157b34 100644 --- a/js-git/tsconfig.json +++ b/js-git/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/js-md5/tsconfig.json b/js-md5/tsconfig.json index 38a02d25c1..680901292d 100644 --- a/js-md5/tsconfig.json +++ b/js-md5/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/js-schema/tsconfig.json b/js-schema/tsconfig.json index b31c673500..e1e2946b3d 100644 --- a/js-schema/tsconfig.json +++ b/js-schema/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/js-url/tsconfig.json b/js-url/tsconfig.json index aad1226efe..2664b362b0 100644 --- a/js-url/tsconfig.json +++ b/js-url/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/js-yaml/tsconfig.json b/js-yaml/tsconfig.json index 9929c8ec4a..e2f84761b8 100644 --- a/js-yaml/tsconfig.json +++ b/js-yaml/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jsbn/tsconfig.json b/jsbn/tsconfig.json index 42c7072574..81615bc590 100644 --- a/jsbn/tsconfig.json +++ b/jsbn/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jscrollpane/tsconfig.json b/jscrollpane/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/jscrollpane/tsconfig.json +++ b/jscrollpane/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/jsdeferred/tsconfig.json b/jsdeferred/tsconfig.json index 38e36ba88e..eae9609e49 100644 --- a/jsdeferred/tsconfig.json +++ b/jsdeferred/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jsdom/tsconfig.json b/jsdom/tsconfig.json index 56dfb3b1ee..f22029aaf3 100644 --- a/jsdom/tsconfig.json +++ b/jsdom/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jsen/tsconfig.json b/jsen/tsconfig.json index 5f993b57c2..e5516fc0d0 100644 --- a/jsen/tsconfig.json +++ b/jsen/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jsend/tsconfig.json b/jsend/tsconfig.json index a0aec91a53..090446504e 100644 --- a/jsend/tsconfig.json +++ b/jsend/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jsesc/tsconfig.json b/jsesc/tsconfig.json index 4d3ca8e1d3..6aa10ca9e8 100644 --- a/jsesc/tsconfig.json +++ b/jsesc/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jsfl/tsconfig.json b/jsfl/tsconfig.json index ddbd828446..126718d584 100644 --- a/jsfl/tsconfig.json +++ b/jsfl/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/jshamcrest/tsconfig.json b/jshamcrest/tsconfig.json index 244949867d..3e7acf74b7 100644 --- a/jshamcrest/tsconfig.json +++ b/jshamcrest/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jsmockito/tsconfig.json b/jsmockito/tsconfig.json index deb130344c..74b2ca343d 100644 --- a/jsmockito/tsconfig.json +++ b/jsmockito/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jsnlog/tsconfig.json b/jsnlog/tsconfig.json index 987b6e4451..5736bbe994 100644 --- a/jsnlog/tsconfig.json +++ b/jsnlog/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jsnox/tsconfig.json b/jsnox/tsconfig.json index e7f1aa7184..9bc8de97c9 100644 --- a/jsnox/tsconfig.json +++ b/jsnox/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/json-patch/tsconfig.json b/json-patch/tsconfig.json index e10f99d509..0c0b434245 100644 --- a/json-patch/tsconfig.json +++ b/json-patch/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/json-pointer/tsconfig.json b/json-pointer/tsconfig.json index e45aa5ce1d..f726f9522b 100644 --- a/json-pointer/tsconfig.json +++ b/json-pointer/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/json-socket/tsconfig.json b/json-socket/tsconfig.json index a57d2c9120..e0e75304a3 100644 --- a/json-socket/tsconfig.json +++ b/json-socket/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/json-stable-stringify/tsconfig.json b/json-stable-stringify/tsconfig.json index 13aeea6e4d..7c28f07622 100644 --- a/json-stable-stringify/tsconfig.json +++ b/json-stable-stringify/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/json5/tsconfig.json b/json5/tsconfig.json index b29ed1bc1e..4a282572e8 100644 --- a/json5/tsconfig.json +++ b/json5/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jsoneditoronline/tsconfig.json b/jsoneditoronline/tsconfig.json index c1596290b6..c4384694a7 100644 --- a/jsoneditoronline/tsconfig.json +++ b/jsoneditoronline/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jsonpath/tsconfig.json b/jsonpath/tsconfig.json index d93697e2c8..6f03260154 100644 --- a/jsonpath/tsconfig.json +++ b/jsonpath/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jsonwebtoken/tsconfig.json b/jsonwebtoken/tsconfig.json index 62f0ee6afb..9325c6cf40 100644 --- a/jsonwebtoken/tsconfig.json +++ b/jsonwebtoken/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jspdf/tsconfig.json b/jspdf/tsconfig.json index 3e9e26229a..4289f13651 100644 --- a/jspdf/tsconfig.json +++ b/jspdf/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jsplumb/tsconfig.json b/jsplumb/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/jsplumb/tsconfig.json +++ b/jsplumb/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/jsrender/tsconfig.json b/jsrender/tsconfig.json index 7107129ed1..79733a54bd 100644 --- a/jsrender/tsconfig.json +++ b/jsrender/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jss/tsconfig.json b/jss/tsconfig.json index 7a55c3c689..ac7e15d0c5 100644 --- a/jss/tsconfig.json +++ b/jss/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jssha/tsconfig.json b/jssha/tsconfig.json index 270928e13a..d96f7f962a 100644 --- a/jssha/tsconfig.json +++ b/jssha/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/jstorage/tsconfig.json b/jstorage/tsconfig.json index 7910225c7b..0934db198a 100644 --- a/jstorage/tsconfig.json +++ b/jstorage/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jstree/tsconfig.json b/jstree/tsconfig.json index dc396d0453..07c031ff95 100644 --- a/jstree/tsconfig.json +++ b/jstree/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jsts/tsconfig.json b/jsts/tsconfig.json index 8ca35a57f1..94b0088dd9 100644 --- a/jsts/tsconfig.json +++ b/jsts/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jsuri/tsconfig.json b/jsuri/tsconfig.json index 1d838bebf0..4d62f30beb 100644 --- a/jsuri/tsconfig.json +++ b/jsuri/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jsurl/tsconfig.json b/jsurl/tsconfig.json index 2f82735708..141c6a3f21 100644 --- a/jsurl/tsconfig.json +++ b/jsurl/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jsx-chai/tsconfig.json b/jsx-chai/tsconfig.json index 24030cd202..99399a1f56 100644 --- a/jsx-chai/tsconfig.json +++ b/jsx-chai/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jszip/tsconfig.json b/jszip/tsconfig.json index 3c11645989..8112c3bc39 100644 --- a/jszip/tsconfig.json +++ b/jszip/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jug/tsconfig.json b/jug/tsconfig.json index 4b048b1add..8777e3d8f2 100644 --- a/jug/tsconfig.json +++ b/jug/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jwplayer/tsconfig.json b/jwplayer/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/jwplayer/tsconfig.json +++ b/jwplayer/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/jwt-decode/tsconfig.json b/jwt-decode/tsconfig.json index 6617ee2589..dc4af00748 100644 --- a/jwt-decode/tsconfig.json +++ b/jwt-decode/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/jwt-simple/tsconfig.json b/jwt-simple/tsconfig.json index d825a7e8bd..b32fdcff58 100644 --- a/jwt-simple/tsconfig.json +++ b/jwt-simple/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/kafka-node/tsconfig.json b/kafka-node/tsconfig.json index 0084797f21..b9d39e9d8c 100644 --- a/kafka-node/tsconfig.json +++ b/kafka-node/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/karma-coverage/tsconfig.json b/karma-coverage/tsconfig.json index 48e29bdd34..70de3caf7e 100644 --- a/karma-coverage/tsconfig.json +++ b/karma-coverage/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/karma-jasmine/tsconfig.json b/karma-jasmine/tsconfig.json index 6e2861882d..ad9f5a857d 100644 --- a/karma-jasmine/tsconfig.json +++ b/karma-jasmine/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/karma/tsconfig.json b/karma/tsconfig.json index 70f5111c21..6346a53514 100644 --- a/karma/tsconfig.json +++ b/karma/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/katex/tsconfig.json b/katex/tsconfig.json index 424f5f0225..4490de91f2 100644 --- a/katex/tsconfig.json +++ b/katex/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/kefir/tsconfig.json b/kefir/tsconfig.json index f079c181ae..576a452a5f 100644 --- a/kefir/tsconfig.json +++ b/kefir/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/kendo-ui/tsconfig.json b/kendo-ui/tsconfig.json index 2380ab610c..9a57fcc865 100644 --- a/kendo-ui/tsconfig.json +++ b/kendo-ui/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/keyboardjs/tsconfig.json b/keyboardjs/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/keyboardjs/tsconfig.json +++ b/keyboardjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/keymaster/tsconfig.json b/keymaster/tsconfig.json index f8b00dd1fd..c182fabdc3 100644 --- a/keymaster/tsconfig.json +++ b/keymaster/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/keypress/tsconfig.json b/keypress/tsconfig.json index 017d0cc8e9..cdf0b4b5a0 100644 --- a/keypress/tsconfig.json +++ b/keypress/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/keytar/tsconfig.json b/keytar/tsconfig.json index d60581cfc3..b5194d11f5 100644 --- a/keytar/tsconfig.json +++ b/keytar/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/kii-cloud-sdk/tsconfig.json b/kii-cloud-sdk/tsconfig.json index 829b561436..cefee2a27f 100644 --- a/kii-cloud-sdk/tsconfig.json +++ b/kii-cloud-sdk/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/kineticjs/tsconfig.json b/kineticjs/tsconfig.json index 718ea44743..2ac74464cf 100644 --- a/kineticjs/tsconfig.json +++ b/kineticjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/knex/tsconfig.json b/knex/tsconfig.json index 83892bda9e..a3f06ab5b3 100644 --- a/knex/tsconfig.json +++ b/knex/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/knockback/tsconfig.json b/knockback/tsconfig.json index ddbd828446..126718d584 100644 --- a/knockback/tsconfig.json +++ b/knockback/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/knockout-amd-helpers/tsconfig.json b/knockout-amd-helpers/tsconfig.json index 72f884e72a..ccfe71edb5 100644 --- a/knockout-amd-helpers/tsconfig.json +++ b/knockout-amd-helpers/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/knockout-paging/tsconfig.json b/knockout-paging/tsconfig.json index cd886a1bb7..57812e377d 100644 --- a/knockout-paging/tsconfig.json +++ b/knockout-paging/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/knockout-pre-rendered/tsconfig.json b/knockout-pre-rendered/tsconfig.json index 10694cf5d3..e5f443c459 100644 --- a/knockout-pre-rendered/tsconfig.json +++ b/knockout-pre-rendered/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/knockout-secure-binding/tsconfig.json b/knockout-secure-binding/tsconfig.json index 32ea2812c4..55f8f5f3e7 100644 --- a/knockout-secure-binding/tsconfig.json +++ b/knockout-secure-binding/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/knockout-transformations/tsconfig.json b/knockout-transformations/tsconfig.json index e7d69d49b0..333f415b4f 100644 --- a/knockout-transformations/tsconfig.json +++ b/knockout-transformations/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/knockout.deferred.updates/tsconfig.json b/knockout.deferred.updates/tsconfig.json index abc47e7c8e..0ea8d72e66 100644 --- a/knockout.deferred.updates/tsconfig.json +++ b/knockout.deferred.updates/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/knockout.editables/tsconfig.json b/knockout.editables/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/knockout.editables/tsconfig.json +++ b/knockout.editables/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/knockout.es5/tsconfig.json b/knockout.es5/tsconfig.json index 178f682e6b..f693a5917e 100644 --- a/knockout.es5/tsconfig.json +++ b/knockout.es5/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/knockout.kogrid/tsconfig.json b/knockout.kogrid/tsconfig.json index 2cc071cefb..298588f987 100644 --- a/knockout.kogrid/tsconfig.json +++ b/knockout.kogrid/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/knockout.mapper/tsconfig.json b/knockout.mapper/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/knockout.mapper/tsconfig.json +++ b/knockout.mapper/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/knockout.mapping/tsconfig.json b/knockout.mapping/tsconfig.json index 16e890446c..77f5e93c1a 100644 --- a/knockout.mapping/tsconfig.json +++ b/knockout.mapping/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/knockout.postbox/tsconfig.json b/knockout.postbox/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/knockout.postbox/tsconfig.json +++ b/knockout.postbox/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/knockout.projections/tsconfig.json b/knockout.projections/tsconfig.json index 04bc74f803..9ef47ad89c 100644 --- a/knockout.projections/tsconfig.json +++ b/knockout.projections/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/knockout.punches/tsconfig.json b/knockout.punches/tsconfig.json index 0cb8d38335..a9cc8f0561 100644 --- a/knockout.punches/tsconfig.json +++ b/knockout.punches/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/knockout.rx/tsconfig.json b/knockout.rx/tsconfig.json index def7cfb610..dc83c5a58d 100644 --- a/knockout.rx/tsconfig.json +++ b/knockout.rx/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/knockout.validation/tsconfig.json b/knockout.validation/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/knockout.validation/tsconfig.json +++ b/knockout.validation/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/knockout.viewmodel/tsconfig.json b/knockout.viewmodel/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/knockout.viewmodel/tsconfig.json +++ b/knockout.viewmodel/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/knockout/tsconfig.json b/knockout/tsconfig.json index a57de6e338..58f39cffa2 100644 --- a/knockout/tsconfig.json +++ b/knockout/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/knockstrap/tsconfig.json b/knockstrap/tsconfig.json index 73ad8ac60e..9b4b7a2eee 100644 --- a/knockstrap/tsconfig.json +++ b/knockstrap/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ko.plus/tsconfig.json b/ko.plus/tsconfig.json index c2588daaaf..31d5e468eb 100644 --- a/ko.plus/tsconfig.json +++ b/ko.plus/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/koa-bodyparser/tsconfig.json b/koa-bodyparser/tsconfig.json index a0a13ab0b1..41f476f0c0 100644 --- a/koa-bodyparser/tsconfig.json +++ b/koa-bodyparser/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/koa-compose/tsconfig.json b/koa-compose/tsconfig.json index eee1a8f82d..a63b4bbe7f 100644 --- a/koa-compose/tsconfig.json +++ b/koa-compose/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/koa-favicon/tsconfig.json b/koa-favicon/tsconfig.json index c58101cb21..24fb9908b7 100644 --- a/koa-favicon/tsconfig.json +++ b/koa-favicon/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/koa-json/tsconfig.json b/koa-json/tsconfig.json index afc120fa14..31deb56fdc 100644 --- a/koa-json/tsconfig.json +++ b/koa-json/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/koa-mount/tsconfig.json b/koa-mount/tsconfig.json index 1510ed2c64..0893cdef88 100644 --- a/koa-mount/tsconfig.json +++ b/koa-mount/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/koa-router/tsconfig.json b/koa-router/tsconfig.json index bc89ad15e4..db6024d6c9 100644 --- a/koa-router/tsconfig.json +++ b/koa-router/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/koa-static/tsconfig.json b/koa-static/tsconfig.json index e70dfc8fce..69118a0bfe 100644 --- a/koa-static/tsconfig.json +++ b/koa-static/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/koa/tsconfig.json b/koa/tsconfig.json index d575d0d00f..1cfe07b688 100644 --- a/koa/tsconfig.json +++ b/koa/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/kolite/tsconfig.json b/kolite/tsconfig.json index cca3eab2f4..34efc4e8af 100644 --- a/kolite/tsconfig.json +++ b/kolite/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/konami.js/tsconfig.json b/konami.js/tsconfig.json index d6b0bb3ef4..4b4909c9e4 100644 --- a/konami.js/tsconfig.json +++ b/konami.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/kue/tsconfig.json b/kue/tsconfig.json index 7c6c995759..589ad2270c 100644 --- a/kue/tsconfig.json +++ b/kue/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/kuromoji/tsconfig.json b/kuromoji/tsconfig.json index bc2ad2b967..bb303b7aae 100644 --- a/kuromoji/tsconfig.json +++ b/kuromoji/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ladda/tsconfig.json b/ladda/tsconfig.json index f90804b06e..3ab7029e64 100644 --- a/ladda/tsconfig.json +++ b/ladda/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/later/tsconfig.json b/later/tsconfig.json index b15e20f2b9..42517b69bf 100644 --- a/later/tsconfig.json +++ b/later/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/latinize/tsconfig.json b/latinize/tsconfig.json index a16d3fe4e2..bc8523283f 100644 --- a/latinize/tsconfig.json +++ b/latinize/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/lazy.js/tsconfig.json b/lazy.js/tsconfig.json index e1a107bee3..6f5abb5944 100644 --- a/lazy.js/tsconfig.json +++ b/lazy.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/lazypipe/tsconfig.json b/lazypipe/tsconfig.json index a70f215eca..8881ca4669 100644 --- a/lazypipe/tsconfig.json +++ b/lazypipe/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/leaflet-curve/tsconfig.json b/leaflet-curve/tsconfig.json index e605fee0a4..00ee023363 100644 --- a/leaflet-curve/tsconfig.json +++ b/leaflet-curve/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/leaflet-draw/tsconfig.json b/leaflet-draw/tsconfig.json index b0f9887522..4319ebcf70 100644 --- a/leaflet-draw/tsconfig.json +++ b/leaflet-draw/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/leaflet-editable/tsconfig.json b/leaflet-editable/tsconfig.json index 0651742ae6..670feb3695 100644 --- a/leaflet-editable/tsconfig.json +++ b/leaflet-editable/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/leaflet-label/tsconfig.json b/leaflet-label/tsconfig.json index 222660a916..6b47875b54 100644 --- a/leaflet-label/tsconfig.json +++ b/leaflet-label/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/leaflet-markercluster/tsconfig.json b/leaflet-markercluster/tsconfig.json index 258746087d..9b7a1305be 100644 --- a/leaflet-markercluster/tsconfig.json +++ b/leaflet-markercluster/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/leaflet.awesome-markers/tsconfig.json b/leaflet.awesome-markers/tsconfig.json index d282c2f4d8..f628bf380b 100644 --- a/leaflet.awesome-markers/tsconfig.json +++ b/leaflet.awesome-markers/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/leaflet.fullscreen/tsconfig.json b/leaflet.fullscreen/tsconfig.json index 49607adf1a..1489852252 100644 --- a/leaflet.fullscreen/tsconfig.json +++ b/leaflet.fullscreen/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/leaflet/tsconfig.json b/leaflet/tsconfig.json index 6b17af9ce9..b61ef91dfd 100644 --- a/leaflet/tsconfig.json +++ b/leaflet/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/leapmotionTS/tsconfig.json b/leapmotionTS/tsconfig.json index d0c68520b7..d6599c4e70 100644 --- a/leapmotionTS/tsconfig.json +++ b/leapmotionTS/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/less-middleware/tsconfig.json b/less-middleware/tsconfig.json index 5d551803f3..0f42557ada 100644 --- a/less-middleware/tsconfig.json +++ b/less-middleware/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/less/tsconfig.json b/less/tsconfig.json index 8657d98cfe..1d197d23e9 100644 --- a/less/tsconfig.json +++ b/less/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/lestate/tsconfig.json b/lestate/tsconfig.json index 383aa266d4..af693b000a 100644 --- a/lestate/tsconfig.json +++ b/lestate/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/level-sublevel/tsconfig.json b/level-sublevel/tsconfig.json index b1e21daf34..2c7f972097 100644 --- a/level-sublevel/tsconfig.json +++ b/level-sublevel/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/levelup/tsconfig.json b/levelup/tsconfig.json index 103b3f8d9c..b08cf74317 100644 --- a/levelup/tsconfig.json +++ b/levelup/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/libxmljs/tsconfig.json b/libxmljs/tsconfig.json index 0b8b245d4d..5e712d132d 100644 --- a/libxmljs/tsconfig.json +++ b/libxmljs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/lime-js/tsconfig.json b/lime-js/tsconfig.json index c5fab43d52..226215272f 100644 --- a/lime-js/tsconfig.json +++ b/lime-js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/line-reader/tsconfig.json b/line-reader/tsconfig.json index 485f4aad98..ce10b283ee 100644 --- a/line-reader/tsconfig.json +++ b/line-reader/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/linq/tsconfig.json b/linq/tsconfig.json index 4ecaf336fb..bb9cabf598 100644 --- a/linq/tsconfig.json +++ b/linq/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/linqsharp/tsconfig.json b/linqsharp/tsconfig.json index 922152ea84..84a6339e79 100644 --- a/linqsharp/tsconfig.json +++ b/linqsharp/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/lls/tsconfig.json b/lls/tsconfig.json index 8e3c83d53e..1e4c02b61a 100644 --- a/lls/tsconfig.json +++ b/lls/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/lobibox/tsconfig.json b/lobibox/tsconfig.json index 1ce7f9b20e..4a0566e5a4 100644 --- a/lobibox/tsconfig.json +++ b/lobibox/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/localForage/tsconfig.json b/localForage/tsconfig.json index f4f4397bc1..dcafd8f8b1 100644 --- a/localForage/tsconfig.json +++ b/localForage/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/lockfile/tsconfig.json b/lockfile/tsconfig.json index 929786b71c..c1c1d464f3 100644 --- a/lockfile/tsconfig.json +++ b/lockfile/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/lodash-decorators/tsconfig.json b/lodash-decorators/tsconfig.json index 65a10322f4..7fb0469179 100644 --- a/lodash-decorators/tsconfig.json +++ b/lodash-decorators/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/lodash/tsconfig.json b/lodash/tsconfig.json index 2f8a2630ea..e8cdae797f 100644 --- a/lodash/tsconfig.json +++ b/lodash/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/log4javascript/tsconfig.json b/log4javascript/tsconfig.json index 4fbfb86c96..64217e6fed 100644 --- a/log4javascript/tsconfig.json +++ b/log4javascript/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/log4js/tsconfig.json b/log4js/tsconfig.json index 9a16e633c0..758e61e0df 100644 --- a/log4js/tsconfig.json +++ b/log4js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/logg/tsconfig.json b/logg/tsconfig.json index 1e5f96c9ce..4630106713 100644 --- a/logg/tsconfig.json +++ b/logg/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/loggly/tsconfig.json b/loggly/tsconfig.json index f8d7bbd7a3..4f4d1036a4 100644 --- a/loggly/tsconfig.json +++ b/loggly/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/loglevel/tsconfig.json b/loglevel/tsconfig.json index 1b33f787f5..a2d616cf0a 100644 --- a/loglevel/tsconfig.json +++ b/loglevel/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/logrotate-stream/tsconfig.json b/logrotate-stream/tsconfig.json index a43db18f45..1cf764e87b 100644 --- a/logrotate-stream/tsconfig.json +++ b/logrotate-stream/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/lokijs/tsconfig.json b/lokijs/tsconfig.json index 76aa317851..9224fc9e99 100644 --- a/lokijs/tsconfig.json +++ b/lokijs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/lolex/tsconfig.json b/lolex/tsconfig.json index c1f0428675..eb17465d9e 100644 --- a/lolex/tsconfig.json +++ b/lolex/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/long/tsconfig.json b/long/tsconfig.json index bfd21459f5..e73c2e916b 100644 --- a/long/tsconfig.json +++ b/long/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/lory.js/tsconfig.json b/lory.js/tsconfig.json index b4869b9058..7b8a3066fd 100644 --- a/lory.js/tsconfig.json +++ b/lory.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/lovefield/tsconfig.json b/lovefield/tsconfig.json index f9ebb77c2a..d8b529bfcc 100644 --- a/lovefield/tsconfig.json +++ b/lovefield/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/lower-case-first/tsconfig.json b/lower-case-first/tsconfig.json index 0c357d4ff8..248dd8604e 100644 --- a/lower-case-first/tsconfig.json +++ b/lower-case-first/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/lower-case/tsconfig.json b/lower-case/tsconfig.json index dc09f81ef8..a6fd8bba3f 100644 --- a/lower-case/tsconfig.json +++ b/lower-case/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/lru-cache/tsconfig.json b/lru-cache/tsconfig.json index 1fa6b1c917..b51197dcf4 100644 --- a/lru-cache/tsconfig.json +++ b/lru-cache/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/lscache/tsconfig.json b/lscache/tsconfig.json index 3e21e6ec72..e495295c21 100644 --- a/lscache/tsconfig.json +++ b/lscache/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/luaparse/tsconfig.json b/luaparse/tsconfig.json index fc7c192c63..a029426922 100644 --- a/luaparse/tsconfig.json +++ b/luaparse/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/lunr/tsconfig.json b/lunr/tsconfig.json index bc325be58d..20b97bb0ba 100644 --- a/lunr/tsconfig.json +++ b/lunr/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/lwip/tsconfig.json b/lwip/tsconfig.json index 3c8a5d22e2..db91304549 100644 --- a/lwip/tsconfig.json +++ b/lwip/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/lz-string/tsconfig.json b/lz-string/tsconfig.json index c37bbc1157..d9054e14f3 100644 --- a/lz-string/tsconfig.json +++ b/lz-string/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mCustomScrollbar/tsconfig.json b/mCustomScrollbar/tsconfig.json index 01c06c7f06..60df3f0a29 100644 --- a/mCustomScrollbar/tsconfig.json +++ b/mCustomScrollbar/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/magic-number/tsconfig.json b/magic-number/tsconfig.json index c81f25a037..a2a2d6f232 100644 --- a/magic-number/tsconfig.json +++ b/magic-number/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/magicsuggest/tsconfig.json b/magicsuggest/tsconfig.json index cebf1dbacf..eda1594559 100644 --- a/magicsuggest/tsconfig.json +++ b/magicsuggest/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mailcheck/tsconfig.json b/mailcheck/tsconfig.json index 9129a951a8..3c5e57c80f 100644 --- a/mailcheck/tsconfig.json +++ b/mailcheck/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/maildev/tsconfig.json b/maildev/tsconfig.json index 66ab15f7ad..84f68da0da 100644 --- a/maildev/tsconfig.json +++ b/maildev/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mailparser/tsconfig.json b/mailparser/tsconfig.json index e1de5d7eb3..00ad26381d 100644 --- a/mailparser/tsconfig.json +++ b/mailparser/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/main-bower-files/tsconfig.json b/main-bower-files/tsconfig.json index 5b5be3139d..1527f70821 100644 --- a/main-bower-files/tsconfig.json +++ b/main-bower-files/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/maker.js/tsconfig.json b/maker.js/tsconfig.json index 7817df4316..c11bd2db39 100644 --- a/maker.js/tsconfig.json +++ b/maker.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mandrill-api/tsconfig.json b/mandrill-api/tsconfig.json index d6a6440d54..e377fc8bb2 100644 --- a/mandrill-api/tsconfig.json +++ b/mandrill-api/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mapbox/tsconfig.json b/mapbox/tsconfig.json index 4a995a59d3..8eb43668dc 100644 --- a/mapbox/tsconfig.json +++ b/mapbox/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mapsjs/tsconfig.json b/mapsjs/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/mapsjs/tsconfig.json +++ b/mapsjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/maquette/tsconfig.json b/maquette/tsconfig.json index b50c32b994..a0e6972870 100644 --- a/maquette/tsconfig.json +++ b/maquette/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mariasql/tsconfig.json b/mariasql/tsconfig.json index 6fc5122ef0..f2075293c9 100644 --- a/mariasql/tsconfig.json +++ b/mariasql/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/marked/tsconfig.json b/marked/tsconfig.json index 31c3826a6e..39f2fb78eb 100644 --- a/marked/tsconfig.json +++ b/marked/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/markerclustererplus/tsconfig.json b/markerclustererplus/tsconfig.json index 099933bf8c..01aa3dd3cd 100644 --- a/markerclustererplus/tsconfig.json +++ b/markerclustererplus/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/markitup/tsconfig.json b/markitup/tsconfig.json index d7d0119b4d..e544e9d9c8 100644 --- a/markitup/tsconfig.json +++ b/markitup/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/maskedinput/tsconfig.json b/maskedinput/tsconfig.json index 4513949081..b750fb0ea6 100644 --- a/maskedinput/tsconfig.json +++ b/maskedinput/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/material-design-lite/tsconfig.json b/material-design-lite/tsconfig.json index ef4cbb1565..7a0bd41a14 100644 --- a/material-design-lite/tsconfig.json +++ b/material-design-lite/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/material-ui/tsconfig.json b/material-ui/tsconfig.json index 8495148082..ada9f34fbe 100644 --- a/material-ui/tsconfig.json +++ b/material-ui/tsconfig.json @@ -11,10 +11,11 @@ "baseUrl": "../", "jsx": "react", "experimentalDecorators": true, - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/materialize-css/tsconfig.json b/materialize-css/tsconfig.json index e506ebfd5e..83f8f57c85 100644 --- a/materialize-css/tsconfig.json +++ b/materialize-css/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mathjax/tsconfig.json b/mathjax/tsconfig.json index 47eb8a9aab..645a04b1d3 100644 --- a/mathjax/tsconfig.json +++ b/mathjax/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mathjs/tsconfig.json b/mathjs/tsconfig.json index 6d53fe2a2f..56685df51f 100644 --- a/mathjs/tsconfig.json +++ b/mathjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/matter-js/tsconfig.json b/matter-js/tsconfig.json index b935920cdc..7f87d2f48f 100644 --- a/matter-js/tsconfig.json +++ b/matter-js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/md5/tsconfig.json b/md5/tsconfig.json index 38a02d25c1..680901292d 100644 --- a/md5/tsconfig.json +++ b/md5/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mdns/tsconfig.json b/mdns/tsconfig.json index 659c66e15a..28927d4f26 100644 --- a/mdns/tsconfig.json +++ b/mdns/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/memory-cache/tsconfig.json b/memory-cache/tsconfig.json index 2c5105a6f2..c5530ab351 100644 --- a/memory-cache/tsconfig.json +++ b/memory-cache/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mendixmodelsdk/tsconfig.json b/mendixmodelsdk/tsconfig.json index ae2d0f6dff..d00b50299e 100644 --- a/mendixmodelsdk/tsconfig.json +++ b/mendixmodelsdk/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/merge-descriptors/tsconfig.json b/merge-descriptors/tsconfig.json index 138726bae9..28c4ffc485 100644 --- a/merge-descriptors/tsconfig.json +++ b/merge-descriptors/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/merge-stream/tsconfig.json b/merge-stream/tsconfig.json index 0655abf6f8..2a5df2fbf9 100644 --- a/merge-stream/tsconfig.json +++ b/merge-stream/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/merge2/tsconfig.json b/merge2/tsconfig.json index f3ba31c99c..4a43834f5c 100644 --- a/merge2/tsconfig.json +++ b/merge2/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/meshblu/tsconfig.json b/meshblu/tsconfig.json index 58682829d6..c3d3b8ab0d 100644 --- a/meshblu/tsconfig.json +++ b/meshblu/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mess/tsconfig.json b/mess/tsconfig.json index 5f7cf3d8e1..7e2c6ddd2e 100644 --- a/mess/tsconfig.json +++ b/mess/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/messenger/tsconfig.json b/messenger/tsconfig.json index 64b30f892f..29a5384d01 100644 --- a/messenger/tsconfig.json +++ b/messenger/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/meteor-jboulhous-dev/tsconfig.json b/meteor-jboulhous-dev/tsconfig.json index f0264a6ee2..a993762c75 100644 --- a/meteor-jboulhous-dev/tsconfig.json +++ b/meteor-jboulhous-dev/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/meteor-persistent-session/tsconfig.json b/meteor-persistent-session/tsconfig.json index d111c8ad66..ad1f2f48e6 100644 --- a/meteor-persistent-session/tsconfig.json +++ b/meteor-persistent-session/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/meteor-prime8consulting-oauth2/tsconfig.json b/meteor-prime8consulting-oauth2/tsconfig.json index e31f646f7d..d522cfae1d 100644 --- a/meteor-prime8consulting-oauth2/tsconfig.json +++ b/meteor-prime8consulting-oauth2/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/meteor-publish-composite/tsconfig.json b/meteor-publish-composite/tsconfig.json index b75799dea1..d566f23a2e 100644 --- a/meteor-publish-composite/tsconfig.json +++ b/meteor-publish-composite/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/meteor-roles/tsconfig.json b/meteor-roles/tsconfig.json index 36af300570..34a2e3c2e9 100644 --- a/meteor-roles/tsconfig.json +++ b/meteor-roles/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/meteor/tsconfig.json b/meteor/tsconfig.json index 0f0a411b85..3ded562383 100644 --- a/meteor/tsconfig.json +++ b/meteor/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/method-override/tsconfig.json b/method-override/tsconfig.json index 3a082344e5..229dd748b7 100644 --- a/method-override/tsconfig.json +++ b/method-override/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/metismenu/tsconfig.json b/metismenu/tsconfig.json index b82af10c0a..ae65d8c685 100644 --- a/metismenu/tsconfig.json +++ b/metismenu/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/microgears/tsconfig.json b/microgears/tsconfig.json index e7aa1164bf..77053b5bc6 100644 --- a/microgears/tsconfig.json +++ b/microgears/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/micromatch/tsconfig.json b/micromatch/tsconfig.json index 3a9c26712d..e320ba757c 100644 --- a/micromatch/tsconfig.json +++ b/micromatch/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/microsoft-ajax/tsconfig.json b/microsoft-ajax/tsconfig.json index 29272273e9..f86b724393 100644 --- a/microsoft-ajax/tsconfig.json +++ b/microsoft-ajax/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/microsoft-live-connect/tsconfig.json b/microsoft-live-connect/tsconfig.json index 0cbe29cc66..dd890e5f14 100644 --- a/microsoft-live-connect/tsconfig.json +++ b/microsoft-live-connect/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/microsoft-sdk-soap/tsconfig.json b/microsoft-sdk-soap/tsconfig.json index 8060f24906..c90eccd878 100644 --- a/microsoft-sdk-soap/tsconfig.json +++ b/microsoft-sdk-soap/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/milkcocoa/tsconfig.json b/milkcocoa/tsconfig.json index d45bb64aa3..f73019ba39 100644 --- a/milkcocoa/tsconfig.json +++ b/milkcocoa/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/milliseconds/tsconfig.json b/milliseconds/tsconfig.json index 0161173e6f..2e030739a7 100644 --- a/milliseconds/tsconfig.json +++ b/milliseconds/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mime/tsconfig.json b/mime/tsconfig.json index 6a02a085bc..f6a86c01e4 100644 --- a/mime/tsconfig.json +++ b/mime/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/minilog/tsconfig.json b/minilog/tsconfig.json index 555aca0878..a13d36c6d0 100644 --- a/minilog/tsconfig.json +++ b/minilog/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/minimatch/tsconfig.json b/minimatch/tsconfig.json index e4181b6047..ac77446662 100644 --- a/minimatch/tsconfig.json +++ b/minimatch/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/minimist/tsconfig.json b/minimist/tsconfig.json index f896097ad5..507963dd37 100644 --- a/minimist/tsconfig.json +++ b/minimist/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mithril/tsconfig.json b/mithril/tsconfig.json index 97924c85d3..50ec15fae1 100644 --- a/mithril/tsconfig.json +++ b/mithril/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mixpanel/tsconfig.json b/mixpanel/tsconfig.json index d6c227bbf8..cfae4d77da 100644 --- a/mixpanel/tsconfig.json +++ b/mixpanel/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mixto/tsconfig.json b/mixto/tsconfig.json index 8e6a6a1931..a86cab3745 100644 --- a/mixto/tsconfig.json +++ b/mixto/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mkdirp/tsconfig.json b/mkdirp/tsconfig.json index bbb53fe0d9..000470d333 100644 --- a/mkdirp/tsconfig.json +++ b/mkdirp/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mkpath/tsconfig.json b/mkpath/tsconfig.json index cd37889072..38b5cf9a59 100644 --- a/mkpath/tsconfig.json +++ b/mkpath/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mmmagic/tsconfig.json b/mmmagic/tsconfig.json index 3db9046e27..a217b9c715 100644 --- a/mmmagic/tsconfig.json +++ b/mmmagic/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mobile-detect/tsconfig.json b/mobile-detect/tsconfig.json index f933975ad1..755f07f4f9 100644 --- a/mobile-detect/tsconfig.json +++ b/mobile-detect/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mobservable-react/tsconfig.json b/mobservable-react/tsconfig.json index 4a88cfdaea..5f8a900fdb 100644 --- a/mobservable-react/tsconfig.json +++ b/mobservable-react/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mobservable/tsconfig.json b/mobservable/tsconfig.json index a9273db974..9223df2ac2 100644 --- a/mobservable/tsconfig.json +++ b/mobservable/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mocha-phantomjs/tsconfig.json b/mocha-phantomjs/tsconfig.json index 998c84d8a8..83f4ef6a76 100644 --- a/mocha-phantomjs/tsconfig.json +++ b/mocha-phantomjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mocha/tsconfig.json b/mocha/tsconfig.json index 55aff7d2fc..225af72de6 100644 --- a/mocha/tsconfig.json +++ b/mocha/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mock-fs/tsconfig.json b/mock-fs/tsconfig.json index 7031606161..1987986891 100644 --- a/mock-fs/tsconfig.json +++ b/mock-fs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mockery/tsconfig.json b/mockery/tsconfig.json index 11b0679c35..0e17a4882a 100644 --- a/mockery/tsconfig.json +++ b/mockery/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/modernizr/tsconfig.json b/modernizr/tsconfig.json index 5684ef24d5..f84a911d6d 100644 --- a/modernizr/tsconfig.json +++ b/modernizr/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/moment-range/tsconfig.json b/moment-range/tsconfig.json index c00b20d3db..b4fc87e725 100644 --- a/moment-range/tsconfig.json +++ b/moment-range/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/moment-timezone/tsconfig.json b/moment-timezone/tsconfig.json index cbeb1669ca..43c66bf64c 100644 --- a/moment-timezone/tsconfig.json +++ b/moment-timezone/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/moment/tsconfig.json b/moment/tsconfig.json index 6fc72e7656..6acd395f5e 100644 --- a/moment/tsconfig.json +++ b/moment/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mongodb/tsconfig.json b/mongodb/tsconfig.json index f55544b7fd..a443f4ff2d 100644 --- a/mongodb/tsconfig.json +++ b/mongodb/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mongoose-auto-increment/tsconfig.json b/mongoose-auto-increment/tsconfig.json index 66ff622e91..ced7a5e7e6 100644 --- a/mongoose-auto-increment/tsconfig.json +++ b/mongoose-auto-increment/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mongoose-deep-populate/tsconfig.json b/mongoose-deep-populate/tsconfig.json index 01a335ca9e..80ea28c5b3 100644 --- a/mongoose-deep-populate/tsconfig.json +++ b/mongoose-deep-populate/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mongoose-mock/tsconfig.json b/mongoose-mock/tsconfig.json index 66f239b38f..321d483f7e 100644 --- a/mongoose-mock/tsconfig.json +++ b/mongoose-mock/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mongoose/tsconfig.json b/mongoose/tsconfig.json index e6fd8b24a2..efdae51989 100644 --- a/mongoose/tsconfig.json +++ b/mongoose/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/morgan/tsconfig.json b/morgan/tsconfig.json index 6734e06f7d..75e3b4e2ee 100644 --- a/morgan/tsconfig.json +++ b/morgan/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mousetrap/tsconfig.json b/mousetrap/tsconfig.json index 3703a62cbc..03d5b7e676 100644 --- a/mousetrap/tsconfig.json +++ b/mousetrap/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/moviedb/tsconfig.json b/moviedb/tsconfig.json index 8c6565d923..040f21a5d3 100644 --- a/moviedb/tsconfig.json +++ b/moviedb/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mpromise/tsconfig.json b/mpromise/tsconfig.json index db16e0fb57..0fd56ec900 100644 --- a/mpromise/tsconfig.json +++ b/mpromise/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mqtt/tsconfig.json b/mqtt/tsconfig.json index 4774ea6980..562f40fd74 100644 --- a/mqtt/tsconfig.json +++ b/mqtt/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ms/tsconfig.json b/ms/tsconfig.json index c81861f164..31ba7f6927 100644 --- a/ms/tsconfig.json +++ b/ms/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/msgpack/tsconfig.json b/msgpack/tsconfig.json index e3e65a5952..fd0adc0c7d 100644 --- a/msgpack/tsconfig.json +++ b/msgpack/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/msnodesql/tsconfig.json b/msnodesql/tsconfig.json index 558114aa11..bf4e0b0bad 100644 --- a/msnodesql/tsconfig.json +++ b/msnodesql/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/msportalfx-test/tsconfig.json b/msportalfx-test/tsconfig.json index c32b2a885a..91dbeed1fc 100644 --- a/msportalfx-test/tsconfig.json +++ b/msportalfx-test/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mssql/tsconfig.json b/mssql/tsconfig.json index 6f0afa3635..20945b72a4 100644 --- a/mssql/tsconfig.json +++ b/mssql/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mu2/tsconfig.json b/mu2/tsconfig.json index 8f3a412610..20e66fc992 100644 --- a/mu2/tsconfig.json +++ b/mu2/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/multer/tsconfig.json b/multer/tsconfig.json index 59414d021a..f90319cefa 100644 --- a/multer/tsconfig.json +++ b/multer/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/multiparty/tsconfig.json b/multiparty/tsconfig.json index 277a103b8f..a28a1bf78e 100644 --- a/multiparty/tsconfig.json +++ b/multiparty/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/multiplexjs/tsconfig.json b/multiplexjs/tsconfig.json index 15814c0d3c..5fe322f0ac 100644 --- a/multiplexjs/tsconfig.json +++ b/multiplexjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mustache/tsconfig.json b/mustache/tsconfig.json index 4d559cf791..bcca383cb8 100644 --- a/mustache/tsconfig.json +++ b/mustache/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/mysql/tsconfig.json b/mysql/tsconfig.json index 5afe762065..ef332a3570 100644 --- a/mysql/tsconfig.json +++ b/mysql/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/mz/tsconfig.json b/mz/tsconfig.json index 11cc1cd8e4..f5c6c7a22b 100644 --- a/mz/tsconfig.json +++ b/mz/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/nanoajax/tsconfig.json b/nanoajax/tsconfig.json index ad06347124..ca3bcc0249 100644 --- a/nanoajax/tsconfig.json +++ b/nanoajax/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/natural-sort/tsconfig.json b/natural-sort/tsconfig.json index 26440af8e8..3268e921e6 100644 --- a/natural-sort/tsconfig.json +++ b/natural-sort/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/natural/tsconfig.json b/natural/tsconfig.json index ca40f8995b..326b02b44b 100644 --- a/natural/tsconfig.json +++ b/natural/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/navigation/tsconfig.json b/navigation/tsconfig.json index 7e9759e04b..3c32dcadef 100644 --- a/navigation/tsconfig.json +++ b/navigation/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/nconf/tsconfig.json b/nconf/tsconfig.json index e7edf43ed1..4c5c7ac4a5 100644 --- a/nconf/tsconfig.json +++ b/nconf/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ncp/tsconfig.json b/ncp/tsconfig.json index 7414514102..65c2cd75da 100644 --- a/ncp/tsconfig.json +++ b/ncp/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/nedb/tsconfig.json b/nedb/tsconfig.json index 34762c5629..96c6ce90fb 100644 --- a/nedb/tsconfig.json +++ b/nedb/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/needle/tsconfig.json b/needle/tsconfig.json index 3d07f9371c..d85204ce0d 100644 --- a/needle/tsconfig.json +++ b/needle/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/netmask/tsconfig.json b/netmask/tsconfig.json index 1d711041f2..3fd28faefe 100644 --- a/netmask/tsconfig.json +++ b/netmask/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/nexpect/tsconfig.json b/nexpect/tsconfig.json index 93910c52c9..1cc85e8e0f 100644 --- a/nexpect/tsconfig.json +++ b/nexpect/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ng-command/tsconfig.json b/ng-command/tsconfig.json index 432a089934..e97a594b7e 100644 --- a/ng-command/tsconfig.json +++ b/ng-command/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ng-dialog/tsconfig.json b/ng-dialog/tsconfig.json index 9b6b8bd3ad..0aa6b08693 100644 --- a/ng-dialog/tsconfig.json +++ b/ng-dialog/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ng-facebook/tsconfig.json b/ng-facebook/tsconfig.json index 3734968ab1..42f874ddeb 100644 --- a/ng-facebook/tsconfig.json +++ b/ng-facebook/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ng-file-upload/tsconfig.json b/ng-file-upload/tsconfig.json index d0cced2f59..42dd30b21e 100644 --- a/ng-file-upload/tsconfig.json +++ b/ng-file-upload/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ng-flow/tsconfig.json b/ng-flow/tsconfig.json index d58ffd18b8..ded0922533 100644 --- a/ng-flow/tsconfig.json +++ b/ng-flow/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ng-grid/tsconfig.json b/ng-grid/tsconfig.json index 5fc17ac653..4725a12ee1 100644 --- a/ng-grid/tsconfig.json +++ b/ng-grid/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ng-i18next/tsconfig.json b/ng-i18next/tsconfig.json index 306f1e57a5..b16b4c0509 100644 --- a/ng-i18next/tsconfig.json +++ b/ng-i18next/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ng-notify/tsconfig.json b/ng-notify/tsconfig.json index 340c46c228..6d607c6acd 100644 --- a/ng-notify/tsconfig.json +++ b/ng-notify/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ng-stomp/tsconfig.json b/ng-stomp/tsconfig.json index 2a13d9a86a..cb89a3f6e7 100644 --- a/ng-stomp/tsconfig.json +++ b/ng-stomp/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ng-table/tsconfig.json b/ng-table/tsconfig.json index bcaa551ae6..c310ef4ece 100644 --- a/ng-table/tsconfig.json +++ b/ng-table/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ngbootbox/tsconfig.json b/ngbootbox/tsconfig.json index 804f3555ad..2a22dc5892 100644 --- a/ngbootbox/tsconfig.json +++ b/ngbootbox/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ngkookies/tsconfig.json b/ngkookies/tsconfig.json index 831194f406..0ea3d81d1a 100644 --- a/ngkookies/tsconfig.json +++ b/ngkookies/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ngprogress-lite/tsconfig.json b/ngprogress-lite/tsconfig.json index 3fb8cdf018..b9bea68939 100644 --- a/ngprogress-lite/tsconfig.json +++ b/ngprogress-lite/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ngprogress/tsconfig.json b/ngprogress/tsconfig.json index d69928a51b..21afda99d2 100644 --- a/ngprogress/tsconfig.json +++ b/ngprogress/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ngstorage/tsconfig.json b/ngstorage/tsconfig.json index c88196d92c..103a6bc367 100644 --- a/ngstorage/tsconfig.json +++ b/ngstorage/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ngtoaster/tsconfig.json b/ngtoaster/tsconfig.json index 5d63c956b7..791d79440d 100644 --- a/ngtoaster/tsconfig.json +++ b/ngtoaster/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ngwysiwyg/tsconfig.json b/ngwysiwyg/tsconfig.json index ba0570b6a5..56eec1d6cf 100644 --- a/ngwysiwyg/tsconfig.json +++ b/ngwysiwyg/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/nightmare/tsconfig.json b/nightmare/tsconfig.json index 1f68ca0e65..86ed861951 100644 --- a/nightmare/tsconfig.json +++ b/nightmare/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/noVNC/tsconfig.json b/noVNC/tsconfig.json index 46d6409e44..46f82fda83 100644 --- a/noVNC/tsconfig.json +++ b/noVNC/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/noble/tsconfig.json b/noble/tsconfig.json index 7665cb6036..45af4ffb19 100644 --- a/noble/tsconfig.json +++ b/noble/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/nock/tsconfig.json b/nock/tsconfig.json index 7403edef1b..ad33616f63 100644 --- a/nock/tsconfig.json +++ b/nock/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/node-array-ext/tsconfig.json b/node-array-ext/tsconfig.json index 92f78bf401..36ad95abcb 100644 --- a/node-array-ext/tsconfig.json +++ b/node-array-ext/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/node-cache/tsconfig.json b/node-cache/tsconfig.json index f6c334da13..a04cff6c05 100644 --- a/node-cache/tsconfig.json +++ b/node-cache/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/node-calendar/tsconfig.json b/node-calendar/tsconfig.json index 019155190a..b2bb765830 100644 --- a/node-calendar/tsconfig.json +++ b/node-calendar/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/node-config-manager/tsconfig.json b/node-config-manager/tsconfig.json index 45a71ecfad..31a02e0585 100644 --- a/node-config-manager/tsconfig.json +++ b/node-config-manager/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/node-dir/tsconfig.json b/node-dir/tsconfig.json index 785e0fde82..2d4de02ba6 100644 --- a/node-dir/tsconfig.json +++ b/node-dir/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/node-fibers/tsconfig.json b/node-fibers/tsconfig.json index 3c1d271574..e82722dc5b 100644 --- a/node-fibers/tsconfig.json +++ b/node-fibers/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/node-form/tsconfig.json b/node-form/tsconfig.json index d2502e1f66..7031f518e1 100644 --- a/node-form/tsconfig.json +++ b/node-form/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/node-gcm/tsconfig.json b/node-gcm/tsconfig.json index aedfe86504..1d40b6d0ad 100644 --- a/node-gcm/tsconfig.json +++ b/node-gcm/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/node-getopt/tsconfig.json b/node-getopt/tsconfig.json index 94ca4211d6..804f6c9556 100644 --- a/node-getopt/tsconfig.json +++ b/node-getopt/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/node-int64/tsconfig.json b/node-int64/tsconfig.json index 1f7084b059..e3328e6db4 100644 --- a/node-int64/tsconfig.json +++ b/node-int64/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/node-jsfl-runner/tsconfig.json b/node-jsfl-runner/tsconfig.json index 6f0393bf9b..5bc91f7938 100644 --- a/node-jsfl-runner/tsconfig.json +++ b/node-jsfl-runner/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/node-mysql-wrapper/tsconfig.json b/node-mysql-wrapper/tsconfig.json index 3f253e049a..30d07e29db 100644 --- a/node-mysql-wrapper/tsconfig.json +++ b/node-mysql-wrapper/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/node-notifier/tsconfig.json b/node-notifier/tsconfig.json index add20460b3..761b534b07 100644 --- a/node-notifier/tsconfig.json +++ b/node-notifier/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/node-persist/tsconfig.json b/node-persist/tsconfig.json index 880f3d762e..a0da982b6f 100644 --- a/node-persist/tsconfig.json +++ b/node-persist/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/node-polyglot/tsconfig.json b/node-polyglot/tsconfig.json index 4aa9467b43..831f21b466 100644 --- a/node-polyglot/tsconfig.json +++ b/node-polyglot/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/node-sass-middleware/tsconfig.json b/node-sass-middleware/tsconfig.json index 1878ae3880..0387fb801f 100644 --- a/node-sass-middleware/tsconfig.json +++ b/node-sass-middleware/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/node-sass/tsconfig.json b/node-sass/tsconfig.json index 8f10d3a53a..346b270309 100644 --- a/node-sass/tsconfig.json +++ b/node-sass/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/node-schedule/tsconfig.json b/node-schedule/tsconfig.json index 1e85156ff0..f2068ecf66 100644 --- a/node-schedule/tsconfig.json +++ b/node-schedule/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/node-slack/tsconfig.json b/node-slack/tsconfig.json index 2f1db230a9..9cc7c685ec 100644 --- a/node-slack/tsconfig.json +++ b/node-slack/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/node-snap7/tsconfig.json b/node-snap7/tsconfig.json index f9cc0ee81f..02df035eb6 100644 --- a/node-snap7/tsconfig.json +++ b/node-snap7/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/node-uuid/tsconfig.json b/node-uuid/tsconfig.json index 2b4853aad9..5405118733 100644 --- a/node-uuid/tsconfig.json +++ b/node-uuid/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/node-validator/tsconfig.json b/node-validator/tsconfig.json index 4c7d3875d9..985db0f6e3 100644 --- a/node-validator/tsconfig.json +++ b/node-validator/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/node/tsconfig.json b/node/tsconfig.json index ad9b872235..0d9117bec6 100644 --- a/node/tsconfig.json +++ b/node/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/node_redis/tsconfig.json b/node_redis/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/node_redis/tsconfig.json +++ b/node_redis/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/nodemailer-direct-transport/tsconfig.json b/nodemailer-direct-transport/tsconfig.json index e6942b269c..f6d490efe5 100644 --- a/nodemailer-direct-transport/tsconfig.json +++ b/nodemailer-direct-transport/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/nodemailer-pickup-transport/tsconfig.json b/nodemailer-pickup-transport/tsconfig.json index 1b9d36eb83..e49f63fb1f 100644 --- a/nodemailer-pickup-transport/tsconfig.json +++ b/nodemailer-pickup-transport/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/nodemailer-smtp-pool/tsconfig.json b/nodemailer-smtp-pool/tsconfig.json index ee93dc7437..4110020e05 100644 --- a/nodemailer-smtp-pool/tsconfig.json +++ b/nodemailer-smtp-pool/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/nodemailer-smtp-transport/tsconfig.json b/nodemailer-smtp-transport/tsconfig.json index 18ce38bcdd..3d24bfef51 100644 --- a/nodemailer-smtp-transport/tsconfig.json +++ b/nodemailer-smtp-transport/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/nodemailer/tsconfig.json b/nodemailer/tsconfig.json index bc74ad8547..18abb5cabc 100644 --- a/nodemailer/tsconfig.json +++ b/nodemailer/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/nodeunit/tsconfig.json b/nodeunit/tsconfig.json index 608011e2e2..c9b631fc55 100644 --- a/nodeunit/tsconfig.json +++ b/nodeunit/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/noisejs/tsconfig.json b/noisejs/tsconfig.json index 51cafc491f..9d566823a2 100644 --- a/noisejs/tsconfig.json +++ b/noisejs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/nomnom/tsconfig.json b/nomnom/tsconfig.json index da5cd70e70..e0cc0b3892 100644 --- a/nomnom/tsconfig.json +++ b/nomnom/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/nopt/tsconfig.json b/nopt/tsconfig.json index 79122b234b..fb5ff02d0e 100644 --- a/nopt/tsconfig.json +++ b/nopt/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/normalizr/tsconfig.json b/normalizr/tsconfig.json index 30a4dad45f..88f6e543dc 100644 --- a/normalizr/tsconfig.json +++ b/normalizr/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/notie/tsconfig.json b/notie/tsconfig.json index 48f6065293..828fe0941c 100644 --- a/notie/tsconfig.json +++ b/notie/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/notify/tsconfig.json b/notify/tsconfig.json index 5fd807ae48..b19c43d866 100644 --- a/notify/tsconfig.json +++ b/notify/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/notifyjs/tsconfig.json b/notifyjs/tsconfig.json index a2e58e327f..be07f48bcd 100644 --- a/notifyjs/tsconfig.json +++ b/notifyjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/nouislider/tsconfig.json b/nouislider/tsconfig.json index 9241572954..9acf827487 100644 --- a/nouislider/tsconfig.json +++ b/nouislider/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/npm/tsconfig.json b/npm/tsconfig.json index 0d0c1c6bad..e05ae153a8 100644 --- a/npm/tsconfig.json +++ b/npm/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/nprogress/tsconfig.json b/nprogress/tsconfig.json index 1d5cd9b6f4..898d85eac2 100644 --- a/nprogress/tsconfig.json +++ b/nprogress/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/numbro/tsconfig.json b/numbro/tsconfig.json index cb7b17dc48..c4552b2c60 100644 --- a/numbro/tsconfig.json +++ b/numbro/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/numeral/tsconfig.json b/numeral/tsconfig.json index c5a062da42..a80e3fe688 100644 --- a/numeral/tsconfig.json +++ b/numeral/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/nunjucks/tsconfig.json b/nunjucks/tsconfig.json index d8a13a991b..8aa782a3db 100644 --- a/nunjucks/tsconfig.json +++ b/nunjucks/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/nvd3/tsconfig.json b/nvd3/tsconfig.json index ddbd828446..126718d584 100644 --- a/nvd3/tsconfig.json +++ b/nvd3/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/nw.gui/tsconfig.json b/nw.gui/tsconfig.json index 71bc372cb0..b1576cf637 100644 --- a/nw.gui/tsconfig.json +++ b/nw.gui/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/oauth.js/tsconfig.json b/oauth.js/tsconfig.json index c31af597fa..ca350d48e7 100644 --- a/oauth.js/tsconfig.json +++ b/oauth.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/oauth2-server/tsconfig.json b/oauth2-server/tsconfig.json index 7b42e1d03e..4208e1e214 100644 --- a/oauth2-server/tsconfig.json +++ b/oauth2-server/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/obelisk.js/tsconfig.json b/obelisk.js/tsconfig.json index f3519b00ac..043d332557 100644 --- a/obelisk.js/tsconfig.json +++ b/obelisk.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/object-assign/tsconfig.json b/object-assign/tsconfig.json index 79df1c491b..ce77c08169 100644 --- a/object-assign/tsconfig.json +++ b/object-assign/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/object-hash/tsconfig.json b/object-hash/tsconfig.json index e57716d60e..80952c17a2 100644 --- a/object-hash/tsconfig.json +++ b/object-hash/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/object-path/tsconfig.json b/object-path/tsconfig.json index 2f4f9374dc..e650bd1870 100644 --- a/object-path/tsconfig.json +++ b/object-path/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/oblo-util/tsconfig.json b/oblo-util/tsconfig.json index ae74dfc584..d560fad289 100644 --- a/oblo-util/tsconfig.json +++ b/oblo-util/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/oboe/tsconfig.json b/oboe/tsconfig.json index 21367f3158..f0abc546b8 100644 --- a/oboe/tsconfig.json +++ b/oboe/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/observe-js/tsconfig.json b/observe-js/tsconfig.json index ba2e8822de..acd5b030f0 100644 --- a/observe-js/tsconfig.json +++ b/observe-js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/oclazyload/tsconfig.json b/oclazyload/tsconfig.json index fe6dd86e93..81746c4cec 100644 --- a/oclazyload/tsconfig.json +++ b/oclazyload/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/office-js/tsconfig.json b/office-js/tsconfig.json index a79c21c63d..99ae6d211e 100644 --- a/office-js/tsconfig.json +++ b/office-js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/offline-js/tsconfig.json b/offline-js/tsconfig.json index e69540ad5a..811a6d782b 100644 --- a/offline-js/tsconfig.json +++ b/offline-js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/oidc-token-manager/tsconfig.json b/oidc-token-manager/tsconfig.json index 24138e18f5..77fddbc624 100644 --- a/oidc-token-manager/tsconfig.json +++ b/oidc-token-manager/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/on-finished/tsconfig.json b/on-finished/tsconfig.json index 42d8104d66..9484dd76b9 100644 --- a/on-finished/tsconfig.json +++ b/on-finished/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/on-headers/tsconfig.json b/on-headers/tsconfig.json index 274ebaf912..e3256c2c9a 100644 --- a/on-headers/tsconfig.json +++ b/on-headers/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/once/tsconfig.json b/once/tsconfig.json index 7646b496b6..d2cd93c588 100644 --- a/once/tsconfig.json +++ b/once/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/onoff/tsconfig.json b/onoff/tsconfig.json index c5ffc33b88..18e3eff442 100644 --- a/onoff/tsconfig.json +++ b/onoff/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/onsenui/tsconfig.json b/onsenui/tsconfig.json index 71bed5f92d..cfc58b4081 100644 --- a/onsenui/tsconfig.json +++ b/onsenui/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/open/tsconfig.json b/open/tsconfig.json index 4f2f2760b4..77ab9f0eb6 100644 --- a/open/tsconfig.json +++ b/open/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/openlayers/tsconfig.json b/openlayers/tsconfig.json index 3be3302cb5..0aa1463179 100644 --- a/openlayers/tsconfig.json +++ b/openlayers/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/openpgp/tsconfig.json b/openpgp/tsconfig.json index a3fd9c1be3..586c1e50e7 100644 --- a/openpgp/tsconfig.json +++ b/openpgp/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/opn/tsconfig.json b/opn/tsconfig.json index f7a3336a30..ee43a98ac5 100644 --- a/opn/tsconfig.json +++ b/opn/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/optimist/tsconfig.json b/optimist/tsconfig.json index abc7929717..12f44d0da8 100644 --- a/optimist/tsconfig.json +++ b/optimist/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ora/tsconfig.json b/ora/tsconfig.json index 0b65f85527..4deba1ff3a 100644 --- a/ora/tsconfig.json +++ b/ora/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/oracledb/tsconfig.json b/oracledb/tsconfig.json index f89d6b72c9..79f4f8fcd8 100644 --- a/oracledb/tsconfig.json +++ b/oracledb/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/orchestrator/tsconfig.json b/orchestrator/tsconfig.json index a3ee103adf..7b618916fc 100644 --- a/orchestrator/tsconfig.json +++ b/orchestrator/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/os-locale/tsconfig.json b/os-locale/tsconfig.json index 9829c57d26..4b5695c60f 100644 --- a/os-locale/tsconfig.json +++ b/os-locale/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/osmtogeojson/tsconfig.json b/osmtogeojson/tsconfig.json index ef036f907c..bcceea27d2 100644 --- a/osmtogeojson/tsconfig.json +++ b/osmtogeojson/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/owlcarousel/tsconfig.json b/owlcarousel/tsconfig.json index d0579eed51..aac7fae618 100644 --- a/owlcarousel/tsconfig.json +++ b/owlcarousel/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/p2/tsconfig.json b/p2/tsconfig.json index 8fc6ef68fe..3b4e4ec8d2 100644 --- a/p2/tsconfig.json +++ b/p2/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/packery/tsconfig.json b/packery/tsconfig.json index 12b2e0ea0a..be8e620620 100644 --- a/packery/tsconfig.json +++ b/packery/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/page/tsconfig.json b/page/tsconfig.json index 38143585cd..102f583cf6 100644 --- a/page/tsconfig.json +++ b/page/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/pako/tsconfig.json b/pako/tsconfig.json index 8ddaf01d9a..16c3eed54f 100644 --- a/pako/tsconfig.json +++ b/pako/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/papaparse/tsconfig.json b/papaparse/tsconfig.json index 7094793862..9df7fc50ae 100644 --- a/papaparse/tsconfig.json +++ b/papaparse/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/paralleljs/tsconfig.json b/paralleljs/tsconfig.json index 66bfb69325..12cd8d778e 100644 --- a/paralleljs/tsconfig.json +++ b/paralleljs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/param-case/tsconfig.json b/param-case/tsconfig.json index 5f0e87af6a..a9a76be6e2 100644 --- a/param-case/tsconfig.json +++ b/param-case/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/parse-glob/tsconfig.json b/parse-glob/tsconfig.json index 189c05485b..4d40a0b1a4 100644 --- a/parse-glob/tsconfig.json +++ b/parse-glob/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/parse-torrent/tsconfig.json b/parse-torrent/tsconfig.json index 2b58798f92..3bd080a786 100644 --- a/parse-torrent/tsconfig.json +++ b/parse-torrent/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/parse/tsconfig.json b/parse/tsconfig.json index e7a5d3b024..720d9f2e00 100644 --- a/parse/tsconfig.json +++ b/parse/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/parse5/tsconfig.json b/parse5/tsconfig.json index be4265c72e..bedd35cb5d 100644 --- a/parse5/tsconfig.json +++ b/parse5/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/parsimmon/tsconfig.json b/parsimmon/tsconfig.json index 3fe1eec6d7..7344fcd0cd 100644 --- a/parsimmon/tsconfig.json +++ b/parsimmon/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/pascal-case/tsconfig.json b/pascal-case/tsconfig.json index d11a47c149..559c0de3cb 100644 --- a/pascal-case/tsconfig.json +++ b/pascal-case/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/passport-facebook-token/tsconfig.json b/passport-facebook-token/tsconfig.json index 950fd825b0..3add61a732 100644 --- a/passport-facebook-token/tsconfig.json +++ b/passport-facebook-token/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/passport-facebook/tsconfig.json b/passport-facebook/tsconfig.json index 6c75e5d5fe..27067400d3 100644 --- a/passport-facebook/tsconfig.json +++ b/passport-facebook/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/passport-google-oauth/tsconfig.json b/passport-google-oauth/tsconfig.json index 9190318f69..b0d4a57873 100644 --- a/passport-google-oauth/tsconfig.json +++ b/passport-google-oauth/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/passport-http-bearer/tsconfig.json b/passport-http-bearer/tsconfig.json index d8f16292e5..808a44373b 100644 --- a/passport-http-bearer/tsconfig.json +++ b/passport-http-bearer/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/passport-jwt/tsconfig.json b/passport-jwt/tsconfig.json index 5eaf0aae55..8acf5367d8 100644 --- a/passport-jwt/tsconfig.json +++ b/passport-jwt/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/passport-local/tsconfig.json b/passport-local/tsconfig.json index abb5a45f80..3fea467293 100644 --- a/passport-local/tsconfig.json +++ b/passport-local/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/passport-strategy/tsconfig.json b/passport-strategy/tsconfig.json index a2865dfbc7..f7de522b20 100644 --- a/passport-strategy/tsconfig.json +++ b/passport-strategy/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/passport-twitter/tsconfig.json b/passport-twitter/tsconfig.json index edd5f35d39..5a80efd3cd 100644 --- a/passport-twitter/tsconfig.json +++ b/passport-twitter/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/passport/tsconfig.json b/passport/tsconfig.json index 743980c82d..9b5cecd0ff 100644 --- a/passport/tsconfig.json +++ b/passport/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/password-hash/tsconfig.json b/password-hash/tsconfig.json index 0687e54da0..f42b25de66 100644 --- a/password-hash/tsconfig.json +++ b/password-hash/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/path-case/tsconfig.json b/path-case/tsconfig.json index 84b1205229..9a47f738bb 100644 --- a/path-case/tsconfig.json +++ b/path-case/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/path-exists/tsconfig.json b/path-exists/tsconfig.json index 9976af707b..447946ce1e 100644 --- a/path-exists/tsconfig.json +++ b/path-exists/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/path-parse/tsconfig.json b/path-parse/tsconfig.json index e5ea991de8..6429b70d8e 100644 --- a/path-parse/tsconfig.json +++ b/path-parse/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/path-to-regexp/tsconfig.json b/path-to-regexp/tsconfig.json index dde1a006e4..9b831121bb 100644 --- a/path-to-regexp/tsconfig.json +++ b/path-to-regexp/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/pathjs/tsconfig.json b/pathjs/tsconfig.json index 0e0bd5f8cb..a97e3c2ce0 100644 --- a/pathjs/tsconfig.json +++ b/pathjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/pathwatcher/tsconfig.json b/pathwatcher/tsconfig.json index 8f6a357c41..9d8c85ad54 100644 --- a/pathwatcher/tsconfig.json +++ b/pathwatcher/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/pdf/tsconfig.json b/pdf/tsconfig.json index 629a4ff73b..446aab1bd1 100644 --- a/pdf/tsconfig.json +++ b/pdf/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/pdfkit/tsconfig.json b/pdfkit/tsconfig.json index 491f2d2151..858804454f 100644 --- a/pdfkit/tsconfig.json +++ b/pdfkit/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/pebblekitjs/tsconfig.json b/pebblekitjs/tsconfig.json index 46ef67598e..ae131c6de5 100644 --- a/pebblekitjs/tsconfig.json +++ b/pebblekitjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/peerjs/tsconfig.json b/peerjs/tsconfig.json index b35e768c55..73073099e8 100644 --- a/peerjs/tsconfig.json +++ b/peerjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/pegjs/tsconfig.json b/pegjs/tsconfig.json index 6d3af0f7c6..49b79c5738 100644 --- a/pegjs/tsconfig.json +++ b/pegjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/persona/tsconfig.json b/persona/tsconfig.json index 19ae92d0fb..72406afcc2 100644 --- a/persona/tsconfig.json +++ b/persona/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/pg-promise/tsconfig.json b/pg-promise/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/pg-promise/tsconfig.json +++ b/pg-promise/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/pg/tsconfig.json b/pg/tsconfig.json index cce641c176..44d6fc6419 100644 --- a/pg/tsconfig.json +++ b/pg/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/pgwmodal/tsconfig.json b/pgwmodal/tsconfig.json index 1a577df432..e2479e0b97 100644 --- a/pgwmodal/tsconfig.json +++ b/pgwmodal/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/phantom/tsconfig.json b/phantom/tsconfig.json index c4fb31b38e..6c144079e6 100644 --- a/phantom/tsconfig.json +++ b/phantom/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/phantomcss/tsconfig.json b/phantomcss/tsconfig.json index f1109a96fc..bc09daf06c 100644 --- a/phantomcss/tsconfig.json +++ b/phantomcss/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/phantomjs/tsconfig.json b/phantomjs/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/phantomjs/tsconfig.json +++ b/phantomjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/phonegap-facebook-plugin/tsconfig.json b/phonegap-facebook-plugin/tsconfig.json index 7d234d6284..2d26f2d759 100644 --- a/phonegap-facebook-plugin/tsconfig.json +++ b/phonegap-facebook-plugin/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/phonegap-nfc/tsconfig.json b/phonegap-nfc/tsconfig.json index 009d5ee35f..5f2b35b3a1 100644 --- a/phonegap-nfc/tsconfig.json +++ b/phonegap-nfc/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/phonegap-plugin-push/tsconfig.json b/phonegap-plugin-push/tsconfig.json index 15dfad94cc..acc3533fcf 100644 --- a/phonegap-plugin-push/tsconfig.json +++ b/phonegap-plugin-push/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/phonegap/tsconfig.json b/phonegap/tsconfig.json index 0e7564bdf7..63f475baea 100644 --- a/phonegap/tsconfig.json +++ b/phonegap/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/photonui/tsconfig.json b/photonui/tsconfig.json index f1b74874f5..faac04a269 100644 --- a/photonui/tsconfig.json +++ b/photonui/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/photoswipe/tsconfig.json b/photoswipe/tsconfig.json index 596c4a3ff7..1282f9bbc0 100644 --- a/photoswipe/tsconfig.json +++ b/photoswipe/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/physijs/tsconfig.json b/physijs/tsconfig.json index 5d108976a3..3d9afbe4f3 100644 --- a/physijs/tsconfig.json +++ b/physijs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/pi-spi/tsconfig.json b/pi-spi/tsconfig.json index 8d66b234b8..6a69910a49 100644 --- a/pi-spi/tsconfig.json +++ b/pi-spi/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/pickadate/tsconfig.json b/pickadate/tsconfig.json index cb6b433442..19f0d9161b 100644 --- a/pickadate/tsconfig.json +++ b/pickadate/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/pify/tsconfig.json b/pify/tsconfig.json index be66f8c2ef..fcf441d306 100644 --- a/pify/tsconfig.json +++ b/pify/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/pikaday/tsconfig.json b/pikaday/tsconfig.json index 98c38e113c..e9533320ba 100644 --- a/pikaday/tsconfig.json +++ b/pikaday/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/pinkyswear/tsconfig.json b/pinkyswear/tsconfig.json index b80a54b696..f25c4ba6d6 100644 --- a/pinkyswear/tsconfig.json +++ b/pinkyswear/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/pinterest-sdk/tsconfig.json b/pinterest-sdk/tsconfig.json index d09fa7f96f..223cc7da6b 100644 --- a/pinterest-sdk/tsconfig.json +++ b/pinterest-sdk/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/piwik-tracker/tsconfig.json b/piwik-tracker/tsconfig.json index a95c9a3942..10f90e0b72 100644 --- a/piwik-tracker/tsconfig.json +++ b/piwik-tracker/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/pixi-spine/tsconfig.json b/pixi-spine/tsconfig.json index cf522590d0..0fbbf185f3 100644 --- a/pixi-spine/tsconfig.json +++ b/pixi-spine/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/pixi.js/tsconfig.json b/pixi.js/tsconfig.json index 9895d42353..327b87e051 100644 --- a/pixi.js/tsconfig.json +++ b/pixi.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/platform/tsconfig.json b/platform/tsconfig.json index 0eaa75d00a..e45c172105 100644 --- a/platform/tsconfig.json +++ b/platform/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/playerframework/tsconfig.json b/playerframework/tsconfig.json index 0dd29ff5f7..2a1bbcaad5 100644 --- a/playerframework/tsconfig.json +++ b/playerframework/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/pleasejs/tsconfig.json b/pleasejs/tsconfig.json index e2f1c3026b..4f08ff6cce 100644 --- a/pleasejs/tsconfig.json +++ b/pleasejs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/plottable/tsconfig.json b/plottable/tsconfig.json index 4c26709589..51371d67cb 100644 --- a/plottable/tsconfig.json +++ b/plottable/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/pluralize/tsconfig.json b/pluralize/tsconfig.json index be6ffa9783..c14dd6b7ad 100644 --- a/pluralize/tsconfig.json +++ b/pluralize/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/png-async/tsconfig.json b/png-async/tsconfig.json index df2d515f36..cacfd7127f 100644 --- a/png-async/tsconfig.json +++ b/png-async/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/pngjs2/tsconfig.json b/pngjs2/tsconfig.json index 5067365867..4516cf823d 100644 --- a/pngjs2/tsconfig.json +++ b/pngjs2/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/podcast/tsconfig.json b/podcast/tsconfig.json index dec93ffcc5..500a7a29d5 100644 --- a/podcast/tsconfig.json +++ b/podcast/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/poly2tri/tsconfig.json b/poly2tri/tsconfig.json index 2d077f652a..0df1ebe5cf 100644 --- a/poly2tri/tsconfig.json +++ b/poly2tri/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/polyline/tsconfig.json b/polyline/tsconfig.json index cd2e6d7db5..e137fad4ca 100644 --- a/polyline/tsconfig.json +++ b/polyline/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/polymer-ts/tsconfig.json b/polymer-ts/tsconfig.json index 5c06d859fa..88c74a17a7 100644 --- a/polymer-ts/tsconfig.json +++ b/polymer-ts/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/polymer/tsconfig.json b/polymer/tsconfig.json index 4927fd4d6a..ced57bf3af 100644 --- a/polymer/tsconfig.json +++ b/polymer/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/popcorn/tsconfig.json b/popcorn/tsconfig.json index ddbd828446..126718d584 100644 --- a/popcorn/tsconfig.json +++ b/popcorn/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/postal/tsconfig.json b/postal/tsconfig.json index 3f8a4a4ba3..ea5cddebdd 100644 --- a/postal/tsconfig.json +++ b/postal/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/pouchDB/tsconfig.json b/pouchDB/tsconfig.json index 4ab63c8de6..c696ea34b9 100644 --- a/pouchDB/tsconfig.json +++ b/pouchDB/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/power-assert-formatter/tsconfig.json b/power-assert-formatter/tsconfig.json index 139095b459..5b99fd65b3 100644 --- a/power-assert-formatter/tsconfig.json +++ b/power-assert-formatter/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/power-assert/tsconfig.json b/power-assert/tsconfig.json index 9d500808f7..1ee018465a 100644 --- a/power-assert/tsconfig.json +++ b/power-assert/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/precise/tsconfig.json b/precise/tsconfig.json index 6b886f6cec..5a343007c8 100644 --- a/precise/tsconfig.json +++ b/precise/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/precond/tsconfig.json b/precond/tsconfig.json index daa49e14e5..7a7c9e5dbe 100644 --- a/precond/tsconfig.json +++ b/precond/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/preloadjs/tsconfig.json b/preloadjs/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/preloadjs/tsconfig.json +++ b/preloadjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/prelude-ls/tsconfig.json b/prelude-ls/tsconfig.json index 29ad692cdd..56557f22e0 100644 --- a/prelude-ls/tsconfig.json +++ b/prelude-ls/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/prettyjson/tsconfig.json b/prettyjson/tsconfig.json index d6236dc9a0..a23994a05b 100644 --- a/prettyjson/tsconfig.json +++ b/prettyjson/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/prismjs/tsconfig.json b/prismjs/tsconfig.json index dee6b4d22e..1ee1a18890 100644 --- a/prismjs/tsconfig.json +++ b/prismjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/progress/tsconfig.json b/progress/tsconfig.json index 49109fb57e..022fdf6725 100644 --- a/progress/tsconfig.json +++ b/progress/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/progressjs/tsconfig.json b/progressjs/tsconfig.json index 49109fb57e..022fdf6725 100644 --- a/progressjs/tsconfig.json +++ b/progressjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/project-oxford/tsconfig.json b/project-oxford/tsconfig.json index 6d8a934600..7062c3c0b5 100644 --- a/project-oxford/tsconfig.json +++ b/project-oxford/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/promise-pg/tsconfig.json b/promise-pg/tsconfig.json index d14727df76..647c336222 100644 --- a/promise-pg/tsconfig.json +++ b/promise-pg/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/promise-pool/tsconfig.json b/promise-pool/tsconfig.json index 85c91f2730..43fa83cb25 100644 --- a/promise-pool/tsconfig.json +++ b/promise-pool/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/promise/tsconfig.json b/promise/tsconfig.json index 19b5885d32..f720f9a8d1 100644 --- a/promise/tsconfig.json +++ b/promise/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/promises-a-plus/tsconfig.json b/promises-a-plus/tsconfig.json index 17a136bf16..fc14589745 100644 --- a/promises-a-plus/tsconfig.json +++ b/promises-a-plus/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/promisify-supertest/tsconfig.json b/promisify-supertest/tsconfig.json index 7c46cd0be6..014549a98a 100644 --- a/promisify-supertest/tsconfig.json +++ b/promisify-supertest/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/promptly/tsconfig.json b/promptly/tsconfig.json index 78954badd6..b725090786 100644 --- a/promptly/tsconfig.json +++ b/promptly/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/protobufjs/tsconfig.json b/protobufjs/tsconfig.json index 5acfaab189..48820259b3 100644 --- a/protobufjs/tsconfig.json +++ b/protobufjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/protractor-helpers/tsconfig.json b/protractor-helpers/tsconfig.json index 641d6173c9..e180a4d570 100644 --- a/protractor-helpers/tsconfig.json +++ b/protractor-helpers/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/protractor-http-mock/tsconfig.json b/protractor-http-mock/tsconfig.json index 8690bce900..8d6b5822e4 100644 --- a/protractor-http-mock/tsconfig.json +++ b/protractor-http-mock/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/protractor/tsconfig.json b/protractor/tsconfig.json index 5846cd54b2..c16efc5afc 100644 --- a/protractor/tsconfig.json +++ b/protractor/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/proxyquire/tsconfig.json b/proxyquire/tsconfig.json index 061adc770d..08d6e07d3e 100644 --- a/proxyquire/tsconfig.json +++ b/proxyquire/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/pty.js/tsconfig.json b/pty.js/tsconfig.json index df507ed4d7..25d206aa47 100644 --- a/pty.js/tsconfig.json +++ b/pty.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/pubsub-js/tsconfig.json b/pubsub-js/tsconfig.json index 56982c597d..87770de455 100644 --- a/pubsub-js/tsconfig.json +++ b/pubsub-js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/pure-render-decorator/tsconfig.json b/pure-render-decorator/tsconfig.json index e29dadb647..b126869fdb 100644 --- a/pure-render-decorator/tsconfig.json +++ b/pure-render-decorator/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/purl/tsconfig.json b/purl/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/purl/tsconfig.json +++ b/purl/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/pusher-js/tsconfig.json b/pusher-js/tsconfig.json index dea65b7840..88bd437325 100644 --- a/pusher-js/tsconfig.json +++ b/pusher-js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/q-io/tsconfig.json b/q-io/tsconfig.json index a759fd3103..7b9e716947 100644 --- a/q-io/tsconfig.json +++ b/q-io/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/q-retry/tsconfig.json b/q-retry/tsconfig.json index 497c464fdb..31e8e96eeb 100644 --- a/q-retry/tsconfig.json +++ b/q-retry/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/q/tsconfig.json b/q/tsconfig.json index 78faab9d2e..dcd670972a 100644 --- a/q/tsconfig.json +++ b/q/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/qajax/tsconfig.json b/qajax/tsconfig.json index 972a3c53ed..037990c922 100644 --- a/qajax/tsconfig.json +++ b/qajax/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/qrcode-generator/tsconfig.json b/qrcode-generator/tsconfig.json index 040e3bfab2..69816cfb6d 100644 --- a/qrcode-generator/tsconfig.json +++ b/qrcode-generator/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/qs/tsconfig.json b/qs/tsconfig.json index ccd1886215..c369139a13 100644 --- a/qs/tsconfig.json +++ b/qs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/qtip2/tsconfig.json b/qtip2/tsconfig.json index 3898f45445..e2e610fa97 100644 --- a/qtip2/tsconfig.json +++ b/qtip2/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/query-string/tsconfig.json b/query-string/tsconfig.json index b824589028..388333a139 100644 --- a/query-string/tsconfig.json +++ b/query-string/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/quill/tsconfig.json b/quill/tsconfig.json index 791821bef3..66c1c1b999 100644 --- a/quill/tsconfig.json +++ b/quill/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/quixote/tsconfig.json b/quixote/tsconfig.json index 47409d039c..0de388d312 100644 --- a/quixote/tsconfig.json +++ b/quixote/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/qunit/tsconfig.json b/qunit/tsconfig.json index 9e93b9e96d..4a3678001b 100644 --- a/qunit/tsconfig.json +++ b/qunit/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/qwest/tsconfig.json b/qwest/tsconfig.json index 4ab9a1a1eb..204879cbd8 100644 --- a/qwest/tsconfig.json +++ b/qwest/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/rabbit.js/tsconfig.json b/rabbit.js/tsconfig.json index b52c0ce98b..97871f7327 100644 --- a/rabbit.js/tsconfig.json +++ b/rabbit.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ractive/tsconfig.json b/ractive/tsconfig.json index 8b0f1c3210..cf3f517f36 100644 --- a/ractive/tsconfig.json +++ b/ractive/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/radium/tsconfig.json b/radium/tsconfig.json index 0b39a9c5f9..991fdd8d4e 100644 --- a/radium/tsconfig.json +++ b/radium/tsconfig.json @@ -7,11 +7,12 @@ "baseUrl": "../", "jsx": "react", "experimentalDecorators": true, - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/radius/tsconfig.json b/radius/tsconfig.json index c302c9ee01..8df01e102e 100644 --- a/radius/tsconfig.json +++ b/radius/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/rails-actioncable/tsconfig.json b/rails-actioncable/tsconfig.json index 125ec663fd..01da174ddf 100644 --- a/rails-actioncable/tsconfig.json +++ b/rails-actioncable/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/random-js/tsconfig.json b/random-js/tsconfig.json index ac21d5ec98..357505a668 100644 --- a/random-js/tsconfig.json +++ b/random-js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/random-string/tsconfig.json b/random-string/tsconfig.json index b8ff05be48..b781a709f5 100644 --- a/random-string/tsconfig.json +++ b/random-string/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/rangy/tsconfig.json b/rangy/tsconfig.json index aea144de0b..17eaa2f1a1 100644 --- a/rangy/tsconfig.json +++ b/rangy/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/raphael/tsconfig.json b/raphael/tsconfig.json index 4568c0fec0..87fd25144b 100644 --- a/raphael/tsconfig.json +++ b/raphael/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/rappid/tsconfig.json b/rappid/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/rappid/tsconfig.json +++ b/rappid/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/ratelimiter/tsconfig.json b/ratelimiter/tsconfig.json index dcca94174e..2a96df7187 100644 --- a/ratelimiter/tsconfig.json +++ b/ratelimiter/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/raty/tsconfig.json b/raty/tsconfig.json index 7b47a2f035..7f1647db45 100644 --- a/raty/tsconfig.json +++ b/raty/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/raven-js/tsconfig.json b/raven-js/tsconfig.json index 9617a775ba..fac0d73832 100644 --- a/raven-js/tsconfig.json +++ b/raven-js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/raygun4js/tsconfig.json b/raygun4js/tsconfig.json index 997e1eb7df..d727437071 100644 --- a/raygun4js/tsconfig.json +++ b/raygun4js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/rc-select/tsconfig.json b/rc-select/tsconfig.json index 41d382c948..9b04a08dc0 100644 --- a/rc-select/tsconfig.json +++ b/rc-select/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/rcloader/tsconfig.json b/rcloader/tsconfig.json index f96022982b..d40b317628 100644 --- a/rcloader/tsconfig.json +++ b/rcloader/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-addons-create-fragment/tsconfig.json b/react-addons-create-fragment/tsconfig.json index 9589500b56..a76d9cbdb5 100644 --- a/react-addons-create-fragment/tsconfig.json +++ b/react-addons-create-fragment/tsconfig.json @@ -8,10 +8,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/react-addons-css-transition-group/tsconfig.json b/react-addons-css-transition-group/tsconfig.json index 9589500b56..a76d9cbdb5 100644 --- a/react-addons-css-transition-group/tsconfig.json +++ b/react-addons-css-transition-group/tsconfig.json @@ -8,10 +8,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/react-addons-linked-state-mixin/tsconfig.json b/react-addons-linked-state-mixin/tsconfig.json index 9589500b56..a76d9cbdb5 100644 --- a/react-addons-linked-state-mixin/tsconfig.json +++ b/react-addons-linked-state-mixin/tsconfig.json @@ -8,10 +8,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/react-addons-perf/tsconfig.json b/react-addons-perf/tsconfig.json index 9589500b56..a76d9cbdb5 100644 --- a/react-addons-perf/tsconfig.json +++ b/react-addons-perf/tsconfig.json @@ -8,10 +8,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/react-addons-pure-render-mixin/tsconfig.json b/react-addons-pure-render-mixin/tsconfig.json index 9589500b56..a76d9cbdb5 100644 --- a/react-addons-pure-render-mixin/tsconfig.json +++ b/react-addons-pure-render-mixin/tsconfig.json @@ -8,10 +8,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/react-addons-shallow-compare/tsconfig.json b/react-addons-shallow-compare/tsconfig.json index 9589500b56..a76d9cbdb5 100644 --- a/react-addons-shallow-compare/tsconfig.json +++ b/react-addons-shallow-compare/tsconfig.json @@ -8,10 +8,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/react-addons-test-utils/tsconfig.json b/react-addons-test-utils/tsconfig.json index 9589500b56..a76d9cbdb5 100644 --- a/react-addons-test-utils/tsconfig.json +++ b/react-addons-test-utils/tsconfig.json @@ -8,10 +8,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/react-addons-transition-group/tsconfig.json b/react-addons-transition-group/tsconfig.json index 9589500b56..a76d9cbdb5 100644 --- a/react-addons-transition-group/tsconfig.json +++ b/react-addons-transition-group/tsconfig.json @@ -8,10 +8,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/react-addons-update/tsconfig.json b/react-addons-update/tsconfig.json index 9589500b56..a76d9cbdb5 100644 --- a/react-addons-update/tsconfig.json +++ b/react-addons-update/tsconfig.json @@ -8,10 +8,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/react-bootstrap-daterangepicker/tsconfig.json b/react-bootstrap-daterangepicker/tsconfig.json index 6ada799576..2ebe409573 100644 --- a/react-bootstrap-daterangepicker/tsconfig.json +++ b/react-bootstrap-daterangepicker/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-bootstrap-table/tsconfig.json b/react-bootstrap-table/tsconfig.json index 1e3f5873e5..cfe65ce83a 100644 --- a/react-bootstrap-table/tsconfig.json +++ b/react-bootstrap-table/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-bootstrap/tsconfig.json b/react-bootstrap/tsconfig.json index 2a03c79691..6619015f2d 100644 --- a/react-bootstrap/tsconfig.json +++ b/react-bootstrap/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-cropper/tsconfig.json b/react-cropper/tsconfig.json index 2ef8baea1d..28f614cc85 100644 --- a/react-cropper/tsconfig.json +++ b/react-cropper/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-datagrid/tsconfig.json b/react-datagrid/tsconfig.json index bfb5ab424d..ba881b62af 100644 --- a/react-datagrid/tsconfig.json +++ b/react-datagrid/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-day-picker/tsconfig.json b/react-day-picker/tsconfig.json index bd5bc7875c..c1b80ae555 100644 --- a/react-day-picker/tsconfig.json +++ b/react-day-picker/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-dnd/tsconfig.json b/react-dnd/tsconfig.json index e57529ef72..bae65a7abb 100644 --- a/react-dnd/tsconfig.json +++ b/react-dnd/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-dom/tsconfig.json b/react-dom/tsconfig.json index 72063d9116..58e00214c8 100644 --- a/react-dom/tsconfig.json +++ b/react-dom/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/react-dropzone/tsconfig.json b/react-dropzone/tsconfig.json index 8945ecca7b..0d7eb8c27c 100644 --- a/react-dropzone/tsconfig.json +++ b/react-dropzone/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-fa/tsconfig.json b/react-fa/tsconfig.json index 62c5ed1cfc..e0df99665e 100644 --- a/react-fa/tsconfig.json +++ b/react-fa/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-helmet/tsconfig.json b/react-helmet/tsconfig.json index cc1b5d8000..49e4c10978 100644 --- a/react-helmet/tsconfig.json +++ b/react-helmet/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-holder/tsconfig.json b/react-holder/tsconfig.json index 490c3f2bf6..61c7b836a4 100644 --- a/react-holder/tsconfig.json +++ b/react-holder/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-infinite/tsconfig.json b/react-infinite/tsconfig.json index bb411b6dab..712aff0f5e 100644 --- a/react-infinite/tsconfig.json +++ b/react-infinite/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-input-calendar/tsconfig.json b/react-input-calendar/tsconfig.json index a51930d8eb..3ee134795a 100644 --- a/react-input-calendar/tsconfig.json +++ b/react-input-calendar/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-intl/tsconfig.json b/react-intl/tsconfig.json index 9a2f939542..00ddf14775 100644 --- a/react-intl/tsconfig.json +++ b/react-intl/tsconfig.json @@ -10,10 +10,11 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/react-mdl/tsconfig.json b/react-mdl/tsconfig.json index f7a21e4a8c..fec439d8d7 100644 --- a/react-mdl/tsconfig.json +++ b/react-mdl/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-mixin/tsconfig.json b/react-mixin/tsconfig.json index 981ff16a6a..e0205358d2 100644 --- a/react-mixin/tsconfig.json +++ b/react-mixin/tsconfig.json @@ -7,11 +7,12 @@ "baseUrl": "../", "jsx": "react", "experimentalDecorators": true, - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-motion/tsconfig.json b/react-motion/tsconfig.json index ebbeb05c6d..9ac69b3350 100644 --- a/react-motion/tsconfig.json +++ b/react-motion/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-native/tsconfig.json b/react-native/tsconfig.json index 078d6e8862..ef1139ae60 100644 --- a/react-native/tsconfig.json +++ b/react-native/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-notification-system/tsconfig.json b/react-notification-system/tsconfig.json index b40eee96f1..3b0673079e 100644 --- a/react-notification-system/tsconfig.json +++ b/react-notification-system/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-props-decorators/tsconfig.json b/react-props-decorators/tsconfig.json index 26416f9cb6..c80dd99087 100644 --- a/react-props-decorators/tsconfig.json +++ b/react-props-decorators/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-redux/tsconfig.json b/react-redux/tsconfig.json index 4f9405d3a5..32f6ff7baf 100644 --- a/react-redux/tsconfig.json +++ b/react-redux/tsconfig.json @@ -11,10 +11,11 @@ "baseUrl": "../", "jsx": "react", "experimentalDecorators": true, - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/react-router-bootstrap/tsconfig.json b/react-router-bootstrap/tsconfig.json index 349dab6308..3fc5309a47 100644 --- a/react-router-bootstrap/tsconfig.json +++ b/react-router-bootstrap/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "preserve", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-router-redux/tsconfig.json b/react-router-redux/tsconfig.json index e3f11f7710..ff2fc18e2c 100644 --- a/react-router-redux/tsconfig.json +++ b/react-router-redux/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/react-router/tsconfig.json b/react-router/tsconfig.json index 00344ceae6..34d37e531a 100644 --- a/react-router/tsconfig.json +++ b/react-router/tsconfig.json @@ -10,10 +10,11 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/react-scroll/tsconfig.json b/react-scroll/tsconfig.json index 6e8d5f0a1c..89f34a2801 100644 --- a/react-scroll/tsconfig.json +++ b/react-scroll/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-select/tsconfig.json b/react-select/tsconfig.json index f7d74174da..d19da9063a 100644 --- a/react-select/tsconfig.json +++ b/react-select/tsconfig.json @@ -10,10 +10,11 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/react-spinkit/tsconfig.json b/react-spinkit/tsconfig.json index b596f22222..dfac1eaa96 100644 --- a/react-spinkit/tsconfig.json +++ b/react-spinkit/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-swf/tsconfig.json b/react-swf/tsconfig.json index cbd02f73be..533351b008 100644 --- a/react-swf/tsconfig.json +++ b/react-swf/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-swipeable-views/tsconfig.json b/react-swipeable-views/tsconfig.json index 3e68c13e4e..4b1fd17386 100644 --- a/react-swipeable-views/tsconfig.json +++ b/react-swipeable-views/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-tabs/tsconfig.json b/react-tabs/tsconfig.json index cb31ec7b24..f8236679d2 100644 --- a/react-tabs/tsconfig.json +++ b/react-tabs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-tagcloud/tsconfig.json b/react-tagcloud/tsconfig.json index 6c89bd9442..4ea7f2ff5d 100644 --- a/react-tagcloud/tsconfig.json +++ b/react-tagcloud/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-tap-event-plugin/tsconfig.json b/react-tap-event-plugin/tsconfig.json index 96dfcda573..3efd1b36e2 100644 --- a/react-tap-event-plugin/tsconfig.json +++ b/react-tap-event-plugin/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react-widgets/tsconfig.json b/react-widgets/tsconfig.json index 3b7b7f4493..8d0b77c401 100644 --- a/react-widgets/tsconfig.json +++ b/react-widgets/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/react/tsconfig.json b/react/tsconfig.json index 3a76f20fd6..31399914a4 100644 --- a/react/tsconfig.json +++ b/react/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/read/tsconfig.json b/read/tsconfig.json index e85a5b4d21..42e96e0f2b 100644 --- a/read/tsconfig.json +++ b/read/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/readdir-stream/tsconfig.json b/readdir-stream/tsconfig.json index 7abd75c7bc..f21fae9c7f 100644 --- a/readdir-stream/tsconfig.json +++ b/readdir-stream/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/rebass/tsconfig.json b/rebass/tsconfig.json index d5f0508f75..927959e2a8 100644 --- a/rebass/tsconfig.json +++ b/rebass/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/recaptcha/tsconfig.json b/recaptcha/tsconfig.json index 4a4c4735de..dc3b448ff4 100644 --- a/recaptcha/tsconfig.json +++ b/recaptcha/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/recursive-readdir/tsconfig.json b/recursive-readdir/tsconfig.json index 7db16dbcc3..8d5513965d 100644 --- a/recursive-readdir/tsconfig.json +++ b/recursive-readdir/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/redis/tsconfig.json b/redis/tsconfig.json index 6958b79b93..33e921974f 100644 --- a/redis/tsconfig.json +++ b/redis/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/redlock/tsconfig.json b/redlock/tsconfig.json index 18294741cc..e6204f2563 100644 --- a/redlock/tsconfig.json +++ b/redlock/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/redux-action-utils/tsconfig.json b/redux-action-utils/tsconfig.json index ef46268282..9c7114a0fb 100644 --- a/redux-action-utils/tsconfig.json +++ b/redux-action-utils/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/redux-actions/tsconfig.json b/redux-actions/tsconfig.json index 5887a99aad..75acaff183 100644 --- a/redux-actions/tsconfig.json +++ b/redux-actions/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/redux-debounced/tsconfig.json b/redux-debounced/tsconfig.json index 9b4ce47d8f..8389ae25ac 100644 --- a/redux-debounced/tsconfig.json +++ b/redux-debounced/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/redux-devtools-dock-monitor/tsconfig.json b/redux-devtools-dock-monitor/tsconfig.json index 3f4c0370ea..05debc0369 100644 --- a/redux-devtools-dock-monitor/tsconfig.json +++ b/redux-devtools-dock-monitor/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/redux-devtools-log-monitor/tsconfig.json b/redux-devtools-log-monitor/tsconfig.json index 53ae55e78c..fde76ea405 100644 --- a/redux-devtools-log-monitor/tsconfig.json +++ b/redux-devtools-log-monitor/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/redux-devtools/tsconfig.json b/redux-devtools/tsconfig.json index 195afb28d1..171ea1b3e1 100644 --- a/redux-devtools/tsconfig.json +++ b/redux-devtools/tsconfig.json @@ -10,10 +10,11 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/redux-form/tsconfig.json b/redux-form/tsconfig.json index 345c51b006..0ec14980c3 100644 --- a/redux-form/tsconfig.json +++ b/redux-form/tsconfig.json @@ -6,11 +6,12 @@ "strictNullChecks": false, "baseUrl": "../", "jsx": "react", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/redux-immutable-state-invariant/tsconfig.json b/redux-immutable-state-invariant/tsconfig.json index 1b8c3283de..40a28a4f38 100644 --- a/redux-immutable-state-invariant/tsconfig.json +++ b/redux-immutable-state-invariant/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/redux-immutable/tsconfig.json b/redux-immutable/tsconfig.json index d3f8b163bd..6fd580e651 100644 --- a/redux-immutable/tsconfig.json +++ b/redux-immutable/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/redux-logger/tsconfig.json b/redux-logger/tsconfig.json index c1df2beb73..4d306ef678 100644 --- a/redux-logger/tsconfig.json +++ b/redux-logger/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/redux-promise/tsconfig.json b/redux-promise/tsconfig.json index 388a9f6bd7..a9375143cf 100644 --- a/redux-promise/tsconfig.json +++ b/redux-promise/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/redux-router/tsconfig.json b/redux-router/tsconfig.json index e848c6f0e5..28455ca239 100644 --- a/redux-router/tsconfig.json +++ b/redux-router/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/redux-saga/tsconfig.json b/redux-saga/tsconfig.json index 132bf1ce61..6472d3581d 100644 --- a/redux-saga/tsconfig.json +++ b/redux-saga/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/redux-thunk/tsconfig.json b/redux-thunk/tsconfig.json index e156860601..f29efdaad3 100644 --- a/redux-thunk/tsconfig.json +++ b/redux-thunk/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/redux/tsconfig.json b/redux/tsconfig.json index 67cfba862c..9fb28057a8 100644 --- a/redux/tsconfig.json +++ b/redux/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ref-array/tsconfig.json b/ref-array/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/ref-array/tsconfig.json +++ b/ref-array/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/ref-struct/tsconfig.json b/ref-struct/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/ref-struct/tsconfig.json +++ b/ref-struct/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/ref-union/tsconfig.json b/ref-union/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/ref-union/tsconfig.json +++ b/ref-union/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/ref/tsconfig.json b/ref/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/ref/tsconfig.json +++ b/ref/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/reflux/tsconfig.json b/reflux/tsconfig.json index 3ad12aadf6..585c7c94af 100644 --- a/reflux/tsconfig.json +++ b/reflux/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/relateurl/tsconfig.json b/relateurl/tsconfig.json index b599cd6e79..be5b760feb 100644 --- a/relateurl/tsconfig.json +++ b/relateurl/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/replace-ext/tsconfig.json b/replace-ext/tsconfig.json index 3268e2bbd1..54eb6164c6 100644 --- a/replace-ext/tsconfig.json +++ b/replace-ext/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/request-ip/tsconfig.json b/request-ip/tsconfig.json index e8624965f4..c9150f9c3a 100644 --- a/request-ip/tsconfig.json +++ b/request-ip/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/request-promise/tsconfig.json b/request-promise/tsconfig.json index 5fdcf98fc0..69aa5f7db2 100644 --- a/request-promise/tsconfig.json +++ b/request-promise/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/request/tsconfig.json b/request/tsconfig.json index 94f89c048f..fb1d7b16ec 100644 --- a/request/tsconfig.json +++ b/request/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/requirejs-domready/tsconfig.json b/requirejs-domready/tsconfig.json index cbab589750..21a8b9d0ec 100644 --- a/requirejs-domready/tsconfig.json +++ b/requirejs-domready/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/requirejs/tsconfig.json b/requirejs/tsconfig.json index 5131db64c7..3c2e97acaa 100644 --- a/requirejs/tsconfig.json +++ b/requirejs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/reselect/tsconfig.json b/reselect/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/reselect/tsconfig.json +++ b/reselect/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/resemblejs/tsconfig.json b/resemblejs/tsconfig.json index 8a9320c96e..211114cd20 100644 --- a/resemblejs/tsconfig.json +++ b/resemblejs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/resolve-from/tsconfig.json b/resolve-from/tsconfig.json index 3512766fb1..5371772c23 100644 --- a/resolve-from/tsconfig.json +++ b/resolve-from/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/response-time/tsconfig.json b/response-time/tsconfig.json index d889678066..4eae398c93 100644 --- a/response-time/tsconfig.json +++ b/response-time/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/rest-io/tsconfig.json b/rest-io/tsconfig.json index ff726cf20c..958c391a9d 100644 --- a/rest-io/tsconfig.json +++ b/rest-io/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/rest/tsconfig.json b/rest/tsconfig.json index ffa0483e3a..ca9faf8bef 100644 --- a/rest/tsconfig.json +++ b/rest/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/restangular/tsconfig.json b/restangular/tsconfig.json index ffe44add78..b012b399b4 100644 --- a/restangular/tsconfig.json +++ b/restangular/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/restful.js/tsconfig.json b/restful.js/tsconfig.json index 6dda7ff22f..5d3025be2e 100644 --- a/restful.js/tsconfig.json +++ b/restful.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/restify/tsconfig.json b/restify/tsconfig.json index 4531d28dff..84302aa25f 100644 --- a/restify/tsconfig.json +++ b/restify/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/rethinkdb/tsconfig.json b/rethinkdb/tsconfig.json index 91668cf7ac..7aab615314 100644 --- a/rethinkdb/tsconfig.json +++ b/rethinkdb/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/reveal/tsconfig.json b/reveal/tsconfig.json index 9f5c139db5..164d005669 100644 --- a/reveal/tsconfig.json +++ b/reveal/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/rewire/tsconfig.json b/rewire/tsconfig.json index 5747a624bf..5e85639662 100644 --- a/rewire/tsconfig.json +++ b/rewire/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/rickshaw/tsconfig.json b/rickshaw/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/rickshaw/tsconfig.json +++ b/rickshaw/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/rimraf/tsconfig.json b/rimraf/tsconfig.json index ed827e777f..9a16d98453 100644 --- a/rimraf/tsconfig.json +++ b/rimraf/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/riot-api-nodejs/tsconfig.json b/riot-api-nodejs/tsconfig.json index 0e7941918b..8684a40f82 100644 --- a/riot-api-nodejs/tsconfig.json +++ b/riot-api-nodejs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/riot-games-api/tsconfig.json b/riot-games-api/tsconfig.json index f679b84045..3a9ba16be8 100644 --- a/riot-games-api/tsconfig.json +++ b/riot-games-api/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/riotcontrol/tsconfig.json b/riotcontrol/tsconfig.json index 1a52dd2d07..0d81fa3929 100644 --- a/riotcontrol/tsconfig.json +++ b/riotcontrol/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/riotjs/tsconfig.json b/riotjs/tsconfig.json index c856fd350b..990dddaf8b 100644 --- a/riotjs/tsconfig.json +++ b/riotjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/rivets/tsconfig.json b/rivets/tsconfig.json index e48eca97d0..f82f15b625 100644 --- a/rivets/tsconfig.json +++ b/rivets/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/rosie/tsconfig.json b/rosie/tsconfig.json index f2f8568ea8..9ee2a263d6 100644 --- a/rosie/tsconfig.json +++ b/rosie/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/roslib/tsconfig.json b/roslib/tsconfig.json index 9ea728c1b2..052e2c73eb 100644 --- a/roslib/tsconfig.json +++ b/roslib/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/route-recognizer/tsconfig.json b/route-recognizer/tsconfig.json index b5825b0b00..c311fbe17c 100644 --- a/route-recognizer/tsconfig.json +++ b/route-recognizer/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/router5/tsconfig.json b/router5/tsconfig.json index 81a8a7184f..f4a52b2e7f 100644 --- a/router5/tsconfig.json +++ b/router5/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/routie/tsconfig.json b/routie/tsconfig.json index 1978a5fc50..1052dc4192 100644 --- a/routie/tsconfig.json +++ b/routie/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/royalslider/tsconfig.json b/royalslider/tsconfig.json index 084ae7ebaf..39f8361d1c 100644 --- a/royalslider/tsconfig.json +++ b/royalslider/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/rsmq-worker/tsconfig.json b/rsmq-worker/tsconfig.json index 105643b3c8..76698b4c24 100644 --- a/rsmq-worker/tsconfig.json +++ b/rsmq-worker/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/rsmq/tsconfig.json b/rsmq/tsconfig.json index 58f07e5cc8..0bb0bb2217 100644 --- a/rsmq/tsconfig.json +++ b/rsmq/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/rss/tsconfig.json b/rss/tsconfig.json index e1ffef9694..53c0afbef9 100644 --- a/rss/tsconfig.json +++ b/rss/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/rsync/tsconfig.json b/rsync/tsconfig.json index cfe1d8c081..359301586e 100644 --- a/rsync/tsconfig.json +++ b/rsync/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/rtree/tsconfig.json b/rtree/tsconfig.json index fb62740527..734931c64a 100644 --- a/rtree/tsconfig.json +++ b/rtree/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/run-sequence/tsconfig.json b/run-sequence/tsconfig.json index 707f60b9c5..3514ca3059 100644 --- a/run-sequence/tsconfig.json +++ b/run-sequence/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/rx-angular/tsconfig.json b/rx-angular/tsconfig.json index bef2a3c7cc..32634fb4dd 100644 --- a/rx-angular/tsconfig.json +++ b/rx-angular/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/rx-dom/tsconfig.json b/rx-dom/tsconfig.json index d33d93fb08..6ee93959c8 100644 --- a/rx-dom/tsconfig.json +++ b/rx-dom/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/rx-jquery/tsconfig.json b/rx-jquery/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/rx-jquery/tsconfig.json +++ b/rx-jquery/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/rx/tsconfig.json b/rx/tsconfig.json index 881c2e12ed..50d9129c8f 100644 --- a/rx/tsconfig.json +++ b/rx/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/s3-uploader/tsconfig.json b/s3-uploader/tsconfig.json index 03287b7bd8..c79dff5a17 100644 --- a/s3-uploader/tsconfig.json +++ b/s3-uploader/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/s3rver/tsconfig.json b/s3rver/tsconfig.json index 683da8bb6f..a1ee8043a1 100644 --- a/s3rver/tsconfig.json +++ b/s3rver/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/safari-extension-content/tsconfig.json b/safari-extension-content/tsconfig.json index 5134af9a4f..dbe6dff02e 100644 --- a/safari-extension-content/tsconfig.json +++ b/safari-extension-content/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/safari-extension/tsconfig.json b/safari-extension/tsconfig.json index 5d979b3231..fcadb103ba 100644 --- a/safari-extension/tsconfig.json +++ b/safari-extension/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sammy/tsconfig.json b/sammy/tsconfig.json index 42a531bfd7..2a00238170 100644 --- a/sammy/tsconfig.json +++ b/sammy/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sandboxed-module/tsconfig.json b/sandboxed-module/tsconfig.json index dc0dbf2fa1..b47dbd2721 100644 --- a/sandboxed-module/tsconfig.json +++ b/sandboxed-module/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sanitize-filename/tsconfig.json b/sanitize-filename/tsconfig.json index 38369d843e..b79c404b00 100644 --- a/sanitize-filename/tsconfig.json +++ b/sanitize-filename/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sanitize-html/tsconfig.json b/sanitize-html/tsconfig.json index 4cfcb3a77f..2e13ec3325 100644 --- a/sanitize-html/tsconfig.json +++ b/sanitize-html/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sanitizer/tsconfig.json b/sanitizer/tsconfig.json index 5be55bbdd7..6815a92854 100644 --- a/sanitizer/tsconfig.json +++ b/sanitizer/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sat/tsconfig.json b/sat/tsconfig.json index 99bed223a0..580c84a92d 100644 --- a/sat/tsconfig.json +++ b/sat/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/satnav/tsconfig.json b/satnav/tsconfig.json index f4e5599465..7faf8ebf16 100644 --- a/satnav/tsconfig.json +++ b/satnav/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sax/tsconfig.json b/sax/tsconfig.json index 9116c6f1c3..b73551771b 100644 --- a/sax/tsconfig.json +++ b/sax/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/scalike/tsconfig.json b/scalike/tsconfig.json index 74e420b548..bdf9f45025 100644 --- a/scalike/tsconfig.json +++ b/scalike/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/screenfull/tsconfig.json b/screenfull/tsconfig.json index 93fc843755..3206d7adb1 100644 --- a/screenfull/tsconfig.json +++ b/screenfull/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/scroller/tsconfig.json b/scroller/tsconfig.json index 4062dd721d..19ba85d431 100644 --- a/scroller/tsconfig.json +++ b/scroller/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/scrolltofixed/tsconfig.json b/scrolltofixed/tsconfig.json index 08516a6eef..58736a43f4 100644 --- a/scrolltofixed/tsconfig.json +++ b/scrolltofixed/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/scrypt-async/tsconfig.json b/scrypt-async/tsconfig.json index 95c9c3fdf7..2cdae8f68b 100644 --- a/scrypt-async/tsconfig.json +++ b/scrypt-async/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/seedrandom/tsconfig.json b/seedrandom/tsconfig.json index 6f3d8df988..f3409f069b 100644 --- a/seedrandom/tsconfig.json +++ b/seedrandom/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/segment-analytics/tsconfig.json b/segment-analytics/tsconfig.json index 8489374bd9..e317325c72 100644 --- a/segment-analytics/tsconfig.json +++ b/segment-analytics/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/select2/tsconfig.json b/select2/tsconfig.json index 1c327be632..fb680e2182 100644 --- a/select2/tsconfig.json +++ b/select2/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/selectize/tsconfig.json b/selectize/tsconfig.json index aa63866288..f0cfc51687 100644 --- a/selectize/tsconfig.json +++ b/selectize/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/selenium-webdriver/tsconfig.json b/selenium-webdriver/tsconfig.json index 2d19cf46a5..8876ca19e6 100644 --- a/selenium-webdriver/tsconfig.json +++ b/selenium-webdriver/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/semaphore/tsconfig.json b/semaphore/tsconfig.json index e2c28a1355..233ec68044 100644 --- a/semaphore/tsconfig.json +++ b/semaphore/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/semver/tsconfig.json b/semver/tsconfig.json index 6d47c18434..531adb65bd 100644 --- a/semver/tsconfig.json +++ b/semver/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sencha_touch/tsconfig.json b/sencha_touch/tsconfig.json index be7e0e46eb..06d1e8e8ca 100644 --- a/sencha_touch/tsconfig.json +++ b/sencha_touch/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/sendgrid/tsconfig.json b/sendgrid/tsconfig.json index ed0fdc101e..20285b1c88 100644 --- a/sendgrid/tsconfig.json +++ b/sendgrid/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sentence-case/tsconfig.json b/sentence-case/tsconfig.json index 51b2d6dfdd..94457c9ee0 100644 --- a/sentence-case/tsconfig.json +++ b/sentence-case/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sequelize-fixtures/tsconfig.json b/sequelize-fixtures/tsconfig.json index 291ef86c6c..a0521ffb4e 100644 --- a/sequelize-fixtures/tsconfig.json +++ b/sequelize-fixtures/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sequelize/tsconfig.json b/sequelize/tsconfig.json index 1bb5e6a7ea..6656c53ead 100644 --- a/sequelize/tsconfig.json +++ b/sequelize/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/serve-favicon/tsconfig.json b/serve-favicon/tsconfig.json index 88fca1c00d..48d4ab22f5 100644 --- a/serve-favicon/tsconfig.json +++ b/serve-favicon/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/serve-index/tsconfig.json b/serve-index/tsconfig.json index fc129a3971..5c60965b7e 100644 --- a/serve-index/tsconfig.json +++ b/serve-index/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/serve-static/tsconfig.json b/serve-static/tsconfig.json index c9e9b03044..27ce900cdf 100644 --- a/serve-static/tsconfig.json +++ b/serve-static/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sharedworker/tsconfig.json b/sharedworker/tsconfig.json index 5a341ebcb3..e393a0036a 100644 --- a/sharedworker/tsconfig.json +++ b/sharedworker/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sharepoint/tsconfig.json b/sharepoint/tsconfig.json index bf35612269..ae34c0036a 100644 --- a/sharepoint/tsconfig.json +++ b/sharepoint/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/shelljs/tsconfig.json b/shelljs/tsconfig.json index c54d4738f4..5bd5284eb6 100644 --- a/shelljs/tsconfig.json +++ b/shelljs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/shortid/tsconfig.json b/shortid/tsconfig.json index 319afcd01f..791cff7d85 100644 --- a/shortid/tsconfig.json +++ b/shortid/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/should-promised/tsconfig.json b/should-promised/tsconfig.json index edb974fb43..39f84e56a1 100644 --- a/should-promised/tsconfig.json +++ b/should-promised/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/should/tsconfig.json b/should/tsconfig.json index 150af1a563..89fe0707bd 100644 --- a/should/tsconfig.json +++ b/should/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/showdown/tsconfig.json b/showdown/tsconfig.json index e5ef0be626..9f3ec89f9c 100644 --- a/showdown/tsconfig.json +++ b/showdown/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/shuffle-array/tsconfig.json b/shuffle-array/tsconfig.json index 018f4f28bb..5c90a1d5dc 100644 --- a/shuffle-array/tsconfig.json +++ b/shuffle-array/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/siesta/tsconfig.json b/siesta/tsconfig.json index 1f642d4bdc..a475502417 100644 --- a/siesta/tsconfig.json +++ b/siesta/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sigmajs/tsconfig.json b/sigmajs/tsconfig.json index f1946299db..bf03395854 100644 --- a/sigmajs/tsconfig.json +++ b/sigmajs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/signalr/tsconfig.json b/signalr/tsconfig.json index fd2cdfe98a..3d60c9c18d 100644 --- a/signalr/tsconfig.json +++ b/signalr/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/signals/tsconfig.json b/signals/tsconfig.json index 5a12bd315a..f4bbfc9aa8 100644 --- a/signals/tsconfig.json +++ b/signals/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/signature_pad/tsconfig.json b/signature_pad/tsconfig.json index c6793045ac..31c51f701a 100644 --- a/signature_pad/tsconfig.json +++ b/signature_pad/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/simple-cw-node/tsconfig.json b/simple-cw-node/tsconfig.json index a5e8a4eb51..0a336ddefd 100644 --- a/simple-cw-node/tsconfig.json +++ b/simple-cw-node/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/simple-mock/tsconfig.json b/simple-mock/tsconfig.json index 38548ff2b2..5cb5ffb76b 100644 --- a/simple-mock/tsconfig.json +++ b/simple-mock/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/simplebar/tsconfig.json b/simplebar/tsconfig.json index 70fef73a91..7540f8ffd3 100644 --- a/simplebar/tsconfig.json +++ b/simplebar/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/simplestorage.js/tsconfig.json b/simplestorage.js/tsconfig.json index f3008367ec..8a1a862b03 100644 --- a/simplestorage.js/tsconfig.json +++ b/simplestorage.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sinon-chai/tsconfig.json b/sinon-chai/tsconfig.json index dd9ca87f09..90e1a78fdc 100644 --- a/sinon-chai/tsconfig.json +++ b/sinon-chai/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sinon-chrome/tsconfig.json b/sinon-chrome/tsconfig.json index 179acbdec6..ba5fbe246a 100644 --- a/sinon-chrome/tsconfig.json +++ b/sinon-chrome/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sinon-stub-promise/tsconfig.json b/sinon-stub-promise/tsconfig.json index 0bed899933..954592803e 100644 --- a/sinon-stub-promise/tsconfig.json +++ b/sinon-stub-promise/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sinon/tsconfig.json b/sinon/tsconfig.json index d93d28b3d4..5553248721 100644 --- a/sinon/tsconfig.json +++ b/sinon/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sipml/tsconfig.json b/sipml/tsconfig.json index e47b6637f8..537e0090c8 100644 --- a/sipml/tsconfig.json +++ b/sipml/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sjcl/tsconfig.json b/sjcl/tsconfig.json index 9953f15bd8..0021ce2145 100644 --- a/sjcl/tsconfig.json +++ b/sjcl/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ski/tsconfig.json b/ski/tsconfig.json index 763d03ede8..16a000764c 100644 --- a/ski/tsconfig.json +++ b/ski/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/skyway/tsconfig.json b/skyway/tsconfig.json index 863cd93910..45cdc34b3b 100644 --- a/skyway/tsconfig.json +++ b/skyway/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/slate-irc/tsconfig.json b/slate-irc/tsconfig.json index a70e2989e3..4297b1a9e7 100644 --- a/slate-irc/tsconfig.json +++ b/slate-irc/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/slick-carousel/tsconfig.json b/slick-carousel/tsconfig.json index dc89e4b334..e8375cbb49 100644 --- a/slick-carousel/tsconfig.json +++ b/slick-carousel/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/slickgrid/tsconfig.json b/slickgrid/tsconfig.json index ea4090d86b..4344e6734d 100644 --- a/slickgrid/tsconfig.json +++ b/slickgrid/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/slideout/tsconfig.json b/slideout/tsconfig.json index 38823ba7df..fdb5f35ace 100644 --- a/slideout/tsconfig.json +++ b/slideout/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/smoothie/tsconfig.json b/smoothie/tsconfig.json index a3631dfe3e..3c5f5b6141 100644 --- a/smoothie/tsconfig.json +++ b/smoothie/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/smtpapi/tsconfig.json b/smtpapi/tsconfig.json index f980d4ef79..b9cb060357 100644 --- a/smtpapi/tsconfig.json +++ b/smtpapi/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/snake-case/tsconfig.json b/snake-case/tsconfig.json index 24ca3ef381..23e2621399 100644 --- a/snake-case/tsconfig.json +++ b/snake-case/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/snapsvg/tsconfig.json b/snapsvg/tsconfig.json index 32114818af..c1cf19d1bf 100644 --- a/snapsvg/tsconfig.json +++ b/snapsvg/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/soap/tsconfig.json b/soap/tsconfig.json index 21aae52d3a..33257f2d31 100644 --- a/soap/tsconfig.json +++ b/soap/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/socket.io-client/tsconfig.json b/socket.io-client/tsconfig.json index b2e92c64ca..044d80fbac 100644 --- a/socket.io-client/tsconfig.json +++ b/socket.io-client/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/socket.io-redis/tsconfig.json b/socket.io-redis/tsconfig.json index 88823e353d..e142305a36 100644 --- a/socket.io-redis/tsconfig.json +++ b/socket.io-redis/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/socket.io.users/tsconfig.json b/socket.io.users/tsconfig.json index 8fa7e0e534..fc8b837785 100644 --- a/socket.io.users/tsconfig.json +++ b/socket.io.users/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/socket.io/tsconfig.json b/socket.io/tsconfig.json index 4f432c8707..38d1cdecf2 100644 --- a/socket.io/tsconfig.json +++ b/socket.io/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/socketty/tsconfig.json b/socketty/tsconfig.json index 545f57feb3..7e41009740 100644 --- a/socketty/tsconfig.json +++ b/socketty/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sockjs-client/tsconfig.json b/sockjs-client/tsconfig.json index 2d525f5576..2c8b7ee69b 100644 --- a/sockjs-client/tsconfig.json +++ b/sockjs-client/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sockjs-node/tsconfig.json b/sockjs-node/tsconfig.json index 9a6509af32..ac7ce73ec6 100644 --- a/sockjs-node/tsconfig.json +++ b/sockjs-node/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sockjs/tsconfig.json b/sockjs/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/sockjs/tsconfig.json +++ b/sockjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/sortablejs/tsconfig.json b/sortablejs/tsconfig.json index f5ea3d920e..2ad40c15e0 100644 --- a/sortablejs/tsconfig.json +++ b/sortablejs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/soundjs/tsconfig.json b/soundjs/tsconfig.json index 623bfd4a63..37e538754e 100644 --- a/soundjs/tsconfig.json +++ b/soundjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/source-map-support/tsconfig.json b/source-map-support/tsconfig.json index ff8aab94e7..a1432c6ff6 100644 --- a/source-map-support/tsconfig.json +++ b/source-map-support/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/source-map/tsconfig.json b/source-map/tsconfig.json index 4389434c1c..fa4ea8367b 100644 --- a/source-map/tsconfig.json +++ b/source-map/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/space-pen/tsconfig.json b/space-pen/tsconfig.json index ba7e63fc91..a47d1499c2 100644 --- a/space-pen/tsconfig.json +++ b/space-pen/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/speakeasy/tsconfig.json b/speakeasy/tsconfig.json index 940193dd2c..d30d65bb03 100644 --- a/speakeasy/tsconfig.json +++ b/speakeasy/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/spectrum/tsconfig.json b/spectrum/tsconfig.json index 4236166f4f..c2539124a4 100644 --- a/spectrum/tsconfig.json +++ b/spectrum/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/spin/tsconfig.json b/spin/tsconfig.json index 35664342e6..c05545cf34 100644 --- a/spin/tsconfig.json +++ b/spin/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/split/tsconfig.json b/split/tsconfig.json index 7310412bae..a9e3db76ac 100644 --- a/split/tsconfig.json +++ b/split/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/spotify-api/tsconfig.json b/spotify-api/tsconfig.json index 58b7884cde..4542d18c99 100644 --- a/spotify-api/tsconfig.json +++ b/spotify-api/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/spotify-web-api-js/tsconfig.json b/spotify-web-api-js/tsconfig.json index eac683ac2c..07e0cb63d3 100644 --- a/spotify-web-api-js/tsconfig.json +++ b/spotify-web-api-js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sprintf-js/tsconfig.json b/sprintf-js/tsconfig.json index e314922e88..67dc628f9a 100644 --- a/sprintf-js/tsconfig.json +++ b/sprintf-js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sprintf/tsconfig.json b/sprintf/tsconfig.json index e314922e88..67dc628f9a 100644 --- a/sprintf/tsconfig.json +++ b/sprintf/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sql.js/tsconfig.json b/sql.js/tsconfig.json index d245941962..c3f7c0633d 100644 --- a/sql.js/tsconfig.json +++ b/sql.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sqlite3/tsconfig.json b/sqlite3/tsconfig.json index 6ac549f948..03cc57dd21 100644 --- a/sqlite3/tsconfig.json +++ b/sqlite3/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/squirejs/tsconfig.json b/squirejs/tsconfig.json index a63feed050..afed2f73f9 100644 --- a/squirejs/tsconfig.json +++ b/squirejs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/srp/tsconfig.json b/srp/tsconfig.json index 8697140937..aae226f81b 100644 --- a/srp/tsconfig.json +++ b/srp/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ss-utils/tsconfig.json b/ss-utils/tsconfig.json index 79c599e77f..d30c6e5d78 100644 --- a/ss-utils/tsconfig.json +++ b/ss-utils/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ssh2/tsconfig.json b/ssh2/tsconfig.json index 3ba0a7e9e9..a89361b4db 100644 --- a/ssh2/tsconfig.json +++ b/ssh2/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/stack-mapper/tsconfig.json b/stack-mapper/tsconfig.json index 35a1f6dfd0..1ab442e119 100644 --- a/stack-mapper/tsconfig.json +++ b/stack-mapper/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/stack-trace/tsconfig.json b/stack-trace/tsconfig.json index 81c3fdf3d4..c22a4a26b1 100644 --- a/stack-trace/tsconfig.json +++ b/stack-trace/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/stacktrace-js/tsconfig.json b/stacktrace-js/tsconfig.json index e46c146941..780ac090f3 100644 --- a/stacktrace-js/tsconfig.json +++ b/stacktrace-js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/stampit/tsconfig.json b/stampit/tsconfig.json index d744c87b04..1d608888d6 100644 --- a/stampit/tsconfig.json +++ b/stampit/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/stamplay-js-sdk/tsconfig.json b/stamplay-js-sdk/tsconfig.json index 2cadd2affc..9c2401553e 100644 --- a/stamplay-js-sdk/tsconfig.json +++ b/stamplay-js-sdk/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/state-machine/tsconfig.json b/state-machine/tsconfig.json index 3ac75bd3b1..bad4e21062 100644 --- a/state-machine/tsconfig.json +++ b/state-machine/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/static-eval/tsconfig.json b/static-eval/tsconfig.json index 73dcd61ae8..322f511071 100644 --- a/static-eval/tsconfig.json +++ b/static-eval/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/stats/tsconfig.json b/stats/tsconfig.json index a0bd781e1b..65aba4f5c6 100644 --- a/stats/tsconfig.json +++ b/stats/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/statsd-client/tsconfig.json b/statsd-client/tsconfig.json index 43dba18f34..1a2ae3c8f7 100644 --- a/statsd-client/tsconfig.json +++ b/statsd-client/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/status-bar/tsconfig.json b/status-bar/tsconfig.json index bfa44a8dcd..dbd2692d5e 100644 --- a/status-bar/tsconfig.json +++ b/status-bar/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/statuses/tsconfig.json b/statuses/tsconfig.json index f7ea307a56..02176cb8b2 100644 --- a/statuses/tsconfig.json +++ b/statuses/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/steam/tsconfig.json b/steam/tsconfig.json index 1ac162fce0..77728223a4 100644 --- a/steam/tsconfig.json +++ b/steam/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/storejs/tsconfig.json b/storejs/tsconfig.json index fd5a37cc2e..9021bf0f46 100644 --- a/storejs/tsconfig.json +++ b/storejs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/stream-meter/tsconfig.json b/stream-meter/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/stream-meter/tsconfig.json +++ b/stream-meter/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/stream-series/tsconfig.json b/stream-series/tsconfig.json index 1512ba1ba0..75ad276fec 100644 --- a/stream-series/tsconfig.json +++ b/stream-series/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/stream-to-array/tsconfig.json b/stream-to-array/tsconfig.json index b62e28110f..14de1b9bb7 100644 --- a/stream-to-array/tsconfig.json +++ b/stream-to-array/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/streamjs/tsconfig.json b/streamjs/tsconfig.json index a521363c93..085b154b0b 100644 --- a/streamjs/tsconfig.json +++ b/streamjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/string/tsconfig.json b/string/tsconfig.json index e4a4e4f7a5..8be76f7346 100644 --- a/string/tsconfig.json +++ b/string/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/string_score/tsconfig.json b/string_score/tsconfig.json index 6869b1ac36..3d2bef3cc3 100644 --- a/string_score/tsconfig.json +++ b/string_score/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/strip-json-comments/tsconfig.json b/strip-json-comments/tsconfig.json index f486615e42..5be7c63de6 100644 --- a/strip-json-comments/tsconfig.json +++ b/strip-json-comments/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/stripe-checkout/tsconfig.json b/stripe-checkout/tsconfig.json index 162b353cf5..653e2dab6f 100644 --- a/stripe-checkout/tsconfig.json +++ b/stripe-checkout/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/stripe/tsconfig.json b/stripe/tsconfig.json index 0e1c83a217..a52286676a 100644 --- a/stripe/tsconfig.json +++ b/stripe/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/strophe/tsconfig.json b/strophe/tsconfig.json index b1b8e33b74..9d0d8d4f78 100644 --- a/strophe/tsconfig.json +++ b/strophe/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/stylus/tsconfig.json b/stylus/tsconfig.json index f788352385..dcbd07a515 100644 --- a/stylus/tsconfig.json +++ b/stylus/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/succinct/tsconfig.json b/succinct/tsconfig.json index f49f5f6a6a..dcca8bd692 100644 --- a/succinct/tsconfig.json +++ b/succinct/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sugar/tsconfig.json b/sugar/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/sugar/tsconfig.json +++ b/sugar/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/superagent/tsconfig.json b/superagent/tsconfig.json index 6842f039a0..2c50c6d02d 100644 --- a/superagent/tsconfig.json +++ b/superagent/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/supertest-as-promised/tsconfig.json b/supertest-as-promised/tsconfig.json index ea03e5d59d..4af8c358e1 100644 --- a/supertest-as-promised/tsconfig.json +++ b/supertest-as-promised/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/supertest/tsconfig.json b/supertest/tsconfig.json index b00836045a..bd87dffe5c 100644 --- a/supertest/tsconfig.json +++ b/supertest/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/survey-knockout/tsconfig.json b/survey-knockout/tsconfig.json index 91c08648f6..165c1de16f 100644 --- a/survey-knockout/tsconfig.json +++ b/survey-knockout/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/svg-injector/tsconfig.json b/svg-injector/tsconfig.json index 4e16b82aac..b8b47dd60b 100644 --- a/svg-injector/tsconfig.json +++ b/svg-injector/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/svg-pan-zoom/tsconfig.json b/svg-pan-zoom/tsconfig.json index 1bdb6587ac..3a69547ace 100644 --- a/svg-pan-zoom/tsconfig.json +++ b/svg-pan-zoom/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/svg-sprite/tsconfig.json b/svg-sprite/tsconfig.json index 3c2f84318f..7692795c0a 100644 --- a/svg-sprite/tsconfig.json +++ b/svg-sprite/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/svg.js/tsconfig.json b/svg.js/tsconfig.json index 12872b0c74..f5aa84a893 100644 --- a/svg.js/tsconfig.json +++ b/svg.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/svg2png/tsconfig.json b/svg2png/tsconfig.json index e6cc9537bd..1dbc880e9c 100644 --- a/svg2png/tsconfig.json +++ b/svg2png/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/svgjs.draggable/tsconfig.json b/svgjs.draggable/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/svgjs.draggable/tsconfig.json +++ b/svgjs.draggable/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/swag/tsconfig.json b/swag/tsconfig.json index acc6d27adf..c0079afd9a 100644 --- a/swag/tsconfig.json +++ b/swag/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/swaggerize-express/tsconfig.json b/swaggerize-express/tsconfig.json index 615c0f7427..1696b68f2c 100644 --- a/swaggerize-express/tsconfig.json +++ b/swaggerize-express/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/swap-case/tsconfig.json b/swap-case/tsconfig.json index b92178dc9c..66e28bbbf0 100644 --- a/swap-case/tsconfig.json +++ b/swap-case/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/sweetalert/tsconfig.json b/sweetalert/tsconfig.json index 6969dea285..5f2293f95e 100644 --- a/sweetalert/tsconfig.json +++ b/sweetalert/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/swfobject/tsconfig.json b/swfobject/tsconfig.json index cf99df459b..8e43eba6d9 100644 --- a/swfobject/tsconfig.json +++ b/swfobject/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/swiftclick/tsconfig.json b/swiftclick/tsconfig.json index e3b7edd0f4..e5cc11d675 100644 --- a/swiftclick/tsconfig.json +++ b/swiftclick/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/swig-email-templates/tsconfig.json b/swig-email-templates/tsconfig.json index 32a4be0b78..6f4eff0d48 100644 --- a/swig-email-templates/tsconfig.json +++ b/swig-email-templates/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/swig/tsconfig.json b/swig/tsconfig.json index e23d2f10e3..1c7d22bf06 100644 --- a/swig/tsconfig.json +++ b/swig/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/swipe/tsconfig.json b/swipe/tsconfig.json index 9795ec3237..9e3cf3023a 100644 --- a/swipe/tsconfig.json +++ b/swipe/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/swiper/tsconfig.json b/swiper/tsconfig.json index 501fb5df33..7b3ba8a539 100644 --- a/swiper/tsconfig.json +++ b/swiper/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/swipeview/tsconfig.json b/swipeview/tsconfig.json index 1c480bd5df..2d6df12f7b 100644 --- a/swipeview/tsconfig.json +++ b/swipeview/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/switchery/tsconfig.json b/switchery/tsconfig.json index 523e841999..5345f7a4a2 100644 --- a/switchery/tsconfig.json +++ b/switchery/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/swiz/tsconfig.json b/swiz/tsconfig.json index e8d4bca72c..dc688b8006 100644 --- a/swiz/tsconfig.json +++ b/swiz/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/systemjs/tsconfig.json b/systemjs/tsconfig.json index 9d7a407f01..9ba1b17acb 100644 --- a/systemjs/tsconfig.json +++ b/systemjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/tabris/tsconfig.json b/tabris/tsconfig.json index cb9c7716ed..4f8a0655ce 100644 --- a/tabris/tsconfig.json +++ b/tabris/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/tabtab/tsconfig.json b/tabtab/tsconfig.json index 389aaffd6c..21ca580f7c 100644 --- a/tabtab/tsconfig.json +++ b/tabtab/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/tape/tsconfig.json b/tape/tsconfig.json index 79568310c0..4efd4fd631 100644 --- a/tape/tsconfig.json +++ b/tape/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/tar/tsconfig.json b/tar/tsconfig.json index 449849a5e9..8138c1fde2 100644 --- a/tar/tsconfig.json +++ b/tar/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/tcomb/tsconfig.json b/tcomb/tsconfig.json index 48fd422716..c756dee5f9 100644 --- a/tcomb/tsconfig.json +++ b/tcomb/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/tea-merge/tsconfig.json b/tea-merge/tsconfig.json index 152dbb011e..e945c9d358 100644 --- a/tea-merge/tsconfig.json +++ b/tea-merge/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/tedious-connection-pool/tsconfig.json b/tedious-connection-pool/tsconfig.json index a718aab48c..da40fb260a 100644 --- a/tedious-connection-pool/tsconfig.json +++ b/tedious-connection-pool/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/tedious/tsconfig.json b/tedious/tsconfig.json index 1798d06281..5b53deff59 100644 --- a/tedious/tsconfig.json +++ b/tedious/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/teechart/tsconfig.json b/teechart/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/teechart/tsconfig.json +++ b/teechart/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/temp-fs/tsconfig.json b/temp-fs/tsconfig.json index 8754bee125..4b6d5dbbcc 100644 --- a/temp-fs/tsconfig.json +++ b/temp-fs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/temp/tsconfig.json b/temp/tsconfig.json index 766b4027b8..4b377d6a8e 100644 --- a/temp/tsconfig.json +++ b/temp/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/tether-shepherd/tsconfig.json b/tether-shepherd/tsconfig.json index d9820a55d7..012cb4cd73 100644 --- a/tether-shepherd/tsconfig.json +++ b/tether-shepherd/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/tether/tsconfig.json b/tether/tsconfig.json index 11828815a4..6e63d261d6 100644 --- a/tether/tsconfig.json +++ b/tether/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/text-buffer/tsconfig.json b/text-buffer/tsconfig.json index a639fe8482..0e71e9302b 100644 --- a/text-buffer/tsconfig.json +++ b/text-buffer/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/text-encoding/tsconfig.json b/text-encoding/tsconfig.json index 399ebc8ce9..69583da152 100644 --- a/text-encoding/tsconfig.json +++ b/text-encoding/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/three/tsconfig.json b/three/tsconfig.json index 1612378175..8fdc8b0dbb 100644 --- a/three/tsconfig.json +++ b/three/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/thrift/tsconfig.json b/thrift/tsconfig.json index 56d1c88bc2..b669e10e55 100644 --- a/thrift/tsconfig.json +++ b/thrift/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/through/tsconfig.json b/through/tsconfig.json index 5326b52923..ca3ebcb3be 100644 --- a/through/tsconfig.json +++ b/through/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/through2/tsconfig.json b/through2/tsconfig.json index 617512af85..187a443cdd 100644 --- a/through2/tsconfig.json +++ b/through2/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/timelinejs/tsconfig.json b/timelinejs/tsconfig.json index 8b20f7e20d..9dff9eed6f 100644 --- a/timelinejs/tsconfig.json +++ b/timelinejs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/timezone-js/tsconfig.json b/timezone-js/tsconfig.json index 494e757dce..554a6d619e 100644 --- a/timezone-js/tsconfig.json +++ b/timezone-js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/timezonecomplete/tsconfig.json b/timezonecomplete/tsconfig.json index 33355460cd..9fdb5f0c22 100644 --- a/timezonecomplete/tsconfig.json +++ b/timezonecomplete/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/tinycolor/tsconfig.json b/tinycolor/tsconfig.json index 8af45d224f..2b9c0763ab 100644 --- a/tinycolor/tsconfig.json +++ b/tinycolor/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/titanium/tsconfig.json b/titanium/tsconfig.json index 0c0d06b8e0..dd508935aa 100644 --- a/titanium/tsconfig.json +++ b/titanium/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/title-case/tsconfig.json b/title-case/tsconfig.json index db0aec7463..523a2290ae 100644 --- a/title-case/tsconfig.json +++ b/title-case/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/tmp/tsconfig.json b/tmp/tsconfig.json index 34f8001135..ebd05fbdcb 100644 --- a/tmp/tsconfig.json +++ b/tmp/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/to-title-case-gouch/tsconfig.json b/to-title-case-gouch/tsconfig.json index d855b41d91..40d720e20a 100644 --- a/to-title-case-gouch/tsconfig.json +++ b/to-title-case-gouch/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/toastr/tsconfig.json b/toastr/tsconfig.json index 4b940d4045..53192c2f14 100644 --- a/toastr/tsconfig.json +++ b/toastr/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/tooltipster/tsconfig.json b/tooltipster/tsconfig.json index 42e6fe8a9d..7101b6dd37 100644 --- a/tooltipster/tsconfig.json +++ b/tooltipster/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/touch-events/tsconfig.json b/touch-events/tsconfig.json index c9938624a0..25db07589a 100644 --- a/touch-events/tsconfig.json +++ b/touch-events/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/traceback/tsconfig.json b/traceback/tsconfig.json index 5d0a94eebc..26906a7499 100644 --- a/traceback/tsconfig.json +++ b/traceback/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/tracking/tsconfig.json b/tracking/tsconfig.json index cb3d09c428..0914c9fd1d 100644 --- a/tracking/tsconfig.json +++ b/tracking/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/traverse/tsconfig.json b/traverse/tsconfig.json index d2fdc82c7f..2bbc981ff7 100644 --- a/traverse/tsconfig.json +++ b/traverse/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/traverson/tsconfig.json b/traverson/tsconfig.json index 21db2e4921..e0efbcbe45 100644 --- a/traverson/tsconfig.json +++ b/traverson/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/trunk8/tsconfig.json b/trunk8/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/trunk8/tsconfig.json +++ b/trunk8/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/tsmonad/tsconfig.json b/tsmonad/tsconfig.json index ee5efc1c63..cd1d382652 100644 --- a/tsmonad/tsconfig.json +++ b/tsmonad/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/tspromise/tsconfig.json b/tspromise/tsconfig.json index 4c2c94dab4..a04f5b8e86 100644 --- a/tspromise/tsconfig.json +++ b/tspromise/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/turf/tsconfig.json b/turf/tsconfig.json index dfa6d2663e..a99e34b137 100644 --- a/turf/tsconfig.json +++ b/turf/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/tv4/tsconfig.json b/tv4/tsconfig.json index 4fe2775f31..fff15ddc1c 100644 --- a/tv4/tsconfig.json +++ b/tv4/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/tween.js/tsconfig.json b/tween.js/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/tween.js/tsconfig.json +++ b/tween.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/tweenjs/tsconfig.json b/tweenjs/tsconfig.json index 492688c866..65b0534463 100644 --- a/tweenjs/tsconfig.json +++ b/tweenjs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/twig/tsconfig.json b/twig/tsconfig.json index 7f657489c2..8b59cc12ed 100644 --- a/twig/tsconfig.json +++ b/twig/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/twitter-text/tsconfig.json b/twitter-text/tsconfig.json index 84b4ed98da..ee36a1c917 100644 --- a/twitter-text/tsconfig.json +++ b/twitter-text/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/twitter/tsconfig.json b/twitter/tsconfig.json index 1a12bfbacf..901c62dfe7 100644 --- a/twitter/tsconfig.json +++ b/twitter/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/twix/tsconfig.json b/twix/tsconfig.json index 21b7cc28e6..870fe55460 100644 --- a/twix/tsconfig.json +++ b/twix/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/type-check/tsconfig.json b/type-check/tsconfig.json index 6d32c614f8..dd60edf07e 100644 --- a/type-check/tsconfig.json +++ b/type-check/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/type-detect/tsconfig.json b/type-detect/tsconfig.json index e89e8c0212..0a72d8a080 100644 --- a/type-detect/tsconfig.json +++ b/type-detect/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/type-name/tsconfig.json b/type-name/tsconfig.json index 687cca9d36..50396c4601 100644 --- a/type-name/tsconfig.json +++ b/type-name/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/typeahead/tsconfig.json b/typeahead/tsconfig.json index 1f45aba4f0..a849d787e1 100644 --- a/typeahead/tsconfig.json +++ b/typeahead/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/typescript-deferred/tsconfig.json b/typescript-deferred/tsconfig.json index 8c9c69ec78..794a346f50 100644 --- a/typescript-deferred/tsconfig.json +++ b/typescript-deferred/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/typescript-services/tsconfig.json b/typescript-services/tsconfig.json index f08629358c..87f7d96a9f 100644 --- a/typescript-services/tsconfig.json +++ b/typescript-services/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/typescript/tsconfig.json b/typescript/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/typescript/tsconfig.json +++ b/typescript/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/ua-parser-js/tsconfig.json b/ua-parser-js/tsconfig.json index b5d1aaa79b..7ec0d8567b 100644 --- a/ua-parser-js/tsconfig.json +++ b/ua-parser-js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/uglify-js/tsconfig.json b/uglify-js/tsconfig.json index 04c95c50a9..9766f9d5b1 100644 --- a/uglify-js/tsconfig.json +++ b/uglify-js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ui-grid/tsconfig.json b/ui-grid/tsconfig.json index 484b324c03..f2fcdfd60b 100644 --- a/ui-grid/tsconfig.json +++ b/ui-grid/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ui-router-extras/tsconfig.json b/ui-router-extras/tsconfig.json index 83ac375598..900566d162 100644 --- a/ui-router-extras/tsconfig.json +++ b/ui-router-extras/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ui-select/tsconfig.json b/ui-select/tsconfig.json index f64c9fc9e1..21b7f2e099 100644 --- a/ui-select/tsconfig.json +++ b/ui-select/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/umbraco/tsconfig.json b/umbraco/tsconfig.json index 74c6ce53c4..f68ee91c0f 100644 --- a/umbraco/tsconfig.json +++ b/umbraco/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/umzug/tsconfig.json b/umzug/tsconfig.json index 1a89518774..5247c4cfe6 100644 --- a/umzug/tsconfig.json +++ b/umzug/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/underscore-ko/tsconfig.json b/underscore-ko/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/underscore-ko/tsconfig.json +++ b/underscore-ko/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/underscore.string/tsconfig.json b/underscore.string/tsconfig.json index 4db9fa6349..95776521f3 100644 --- a/underscore.string/tsconfig.json +++ b/underscore.string/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/underscore/tsconfig.json b/underscore/tsconfig.json index edd55cb0bf..9d6986acd4 100644 --- a/underscore/tsconfig.json +++ b/underscore/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/undertaker/tsconfig.json b/undertaker/tsconfig.json index 4513fcf4fe..31889f20a3 100644 --- a/undertaker/tsconfig.json +++ b/undertaker/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/uniq/tsconfig.json b/uniq/tsconfig.json index 1cbcd995a9..4917e027ed 100644 --- a/uniq/tsconfig.json +++ b/uniq/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/unique-random/tsconfig.json b/unique-random/tsconfig.json index 99f6a699c9..e28a73cf93 100644 --- a/unique-random/tsconfig.json +++ b/unique-random/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/unity-webapi/tsconfig.json b/unity-webapi/tsconfig.json index 0533a62e17..e2bbe55d08 100644 --- a/unity-webapi/tsconfig.json +++ b/unity-webapi/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/universal-analytics/tsconfig.json b/universal-analytics/tsconfig.json index c6d4021dd6..257394776d 100644 --- a/universal-analytics/tsconfig.json +++ b/universal-analytics/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/unorm/tsconfig.json b/unorm/tsconfig.json index 7a94eea6b9..731f566d78 100644 --- a/unorm/tsconfig.json +++ b/unorm/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/update-notifier/tsconfig.json b/update-notifier/tsconfig.json index 121bbd6d39..1a9a62684d 100644 --- a/update-notifier/tsconfig.json +++ b/update-notifier/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/upper-case-first/tsconfig.json b/upper-case-first/tsconfig.json index f42ac2282d..b9f4aa453a 100644 --- a/upper-case-first/tsconfig.json +++ b/upper-case-first/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/upper-case/tsconfig.json b/upper-case/tsconfig.json index 8eae4f9bf7..28e4d7b58a 100644 --- a/upper-case/tsconfig.json +++ b/upper-case/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/urbanairship-cordova/tsconfig.json b/urbanairship-cordova/tsconfig.json index f870c112c5..c4d62f69b1 100644 --- a/urbanairship-cordova/tsconfig.json +++ b/urbanairship-cordova/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/uri-templates/tsconfig.json b/uri-templates/tsconfig.json index c6e1be39e1..807909275b 100644 --- a/uri-templates/tsconfig.json +++ b/uri-templates/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/urijs/tsconfig.json b/urijs/tsconfig.json index 0ed2a66c3f..91dd60d936 100644 --- a/urijs/tsconfig.json +++ b/urijs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/url-template/tsconfig.json b/url-template/tsconfig.json index 5facce3265..03129446c5 100644 --- a/url-template/tsconfig.json +++ b/url-template/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/urlrouter/tsconfig.json b/urlrouter/tsconfig.json index b1f41284a3..3420fda251 100644 --- a/urlrouter/tsconfig.json +++ b/urlrouter/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/urlsafe-base64/tsconfig.json b/urlsafe-base64/tsconfig.json index c5c6f95078..903d7441ff 100644 --- a/urlsafe-base64/tsconfig.json +++ b/urlsafe-base64/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/usage/tsconfig.json b/usage/tsconfig.json index 86a3c945dd..a977292236 100644 --- a/usage/tsconfig.json +++ b/usage/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/username/tsconfig.json b/username/tsconfig.json index 96a1ae510b..3067fa9594 100644 --- a/username/tsconfig.json +++ b/username/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/utils-merge/tsconfig.json b/utils-merge/tsconfig.json index 4bcf299513..a9c135583b 100644 --- a/utils-merge/tsconfig.json +++ b/utils-merge/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/uuid-1345/tsconfig.json b/uuid-1345/tsconfig.json index 5f5589fed5..f47e3f3c96 100644 --- a/uuid-1345/tsconfig.json +++ b/uuid-1345/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/uuid/tsconfig.json b/uuid/tsconfig.json index a2a5b5b63e..07fa3344c9 100644 --- a/uuid/tsconfig.json +++ b/uuid/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/valerie/tsconfig.json b/valerie/tsconfig.json index de2ffe08f3..4bef97d470 100644 --- a/valerie/tsconfig.json +++ b/valerie/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/validator/tsconfig.json b/validator/tsconfig.json index 87e74607f8..de81e29d29 100644 --- a/validator/tsconfig.json +++ b/validator/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/vec3/tsconfig.json b/vec3/tsconfig.json index 5c5e51d719..a5399026cc 100644 --- a/vec3/tsconfig.json +++ b/vec3/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/vega/tsconfig.json b/vega/tsconfig.json index 5db965e98d..ef43106924 100644 --- a/vega/tsconfig.json +++ b/vega/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/velocity-animate/tsconfig.json b/velocity-animate/tsconfig.json index 24bf612955..1500db5096 100644 --- a/velocity-animate/tsconfig.json +++ b/velocity-animate/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/verror/tsconfig.json b/verror/tsconfig.json index ccbb493388..ecf06b6c16 100644 --- a/verror/tsconfig.json +++ b/verror/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/vex-js/tsconfig.json b/vex-js/tsconfig.json index 0d3f8529a8..1de93b2aaf 100644 --- a/vex-js/tsconfig.json +++ b/vex-js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/vexflow/tsconfig.json b/vexflow/tsconfig.json index 0dc2a4d0af..2b98c6a4ed 100644 --- a/vexflow/tsconfig.json +++ b/vexflow/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/victor/tsconfig.json b/victor/tsconfig.json index 3e689c268c..9c9f0aaee3 100644 --- a/victor/tsconfig.json +++ b/victor/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/videojs/tsconfig.json b/videojs/tsconfig.json index c293215316..89b00940d0 100644 --- a/videojs/tsconfig.json +++ b/videojs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/viewporter/tsconfig.json b/viewporter/tsconfig.json index 6bc3a14d85..52c9e50f29 100644 --- a/viewporter/tsconfig.json +++ b/viewporter/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": false, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/vimeo/tsconfig.json b/vimeo/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/vimeo/tsconfig.json +++ b/vimeo/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/vinyl-buffer/tsconfig.json b/vinyl-buffer/tsconfig.json index ea108cbbe6..20be3e9adc 100644 --- a/vinyl-buffer/tsconfig.json +++ b/vinyl-buffer/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/vinyl-fs/tsconfig.json b/vinyl-fs/tsconfig.json index a11aaadbfd..47b3a2bfee 100644 --- a/vinyl-fs/tsconfig.json +++ b/vinyl-fs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/vinyl-paths/tsconfig.json b/vinyl-paths/tsconfig.json index 8a697d1ba2..ab04542027 100644 --- a/vinyl-paths/tsconfig.json +++ b/vinyl-paths/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/vinyl-source-stream/tsconfig.json b/vinyl-source-stream/tsconfig.json index 73cb3925fa..887278d2b2 100644 --- a/vinyl-source-stream/tsconfig.json +++ b/vinyl-source-stream/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/vinyl/tsconfig.json b/vinyl/tsconfig.json index c00a7a3167..a4a0b34380 100644 --- a/vinyl/tsconfig.json +++ b/vinyl/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/virtual-dom/tsconfig.json b/virtual-dom/tsconfig.json index 532bc66d72..8e400be178 100644 --- a/virtual-dom/tsconfig.json +++ b/virtual-dom/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/vortex-web-client/tsconfig.json b/vortex-web-client/tsconfig.json index 505b46ea21..ac33705213 100644 --- a/vortex-web-client/tsconfig.json +++ b/vortex-web-client/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/voximplant-websdk/tsconfig.json b/voximplant-websdk/tsconfig.json index aba62ec200..8e8910c6f8 100644 --- a/voximplant-websdk/tsconfig.json +++ b/voximplant-websdk/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/vso-node-api/tsconfig.json b/vso-node-api/tsconfig.json index 9f471813b2..d6e0075d62 100644 --- a/vso-node-api/tsconfig.json +++ b/vso-node-api/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/vue-resource/tsconfig.json b/vue-resource/tsconfig.json index ef853ecb1a..5564f256be 100644 --- a/vue-resource/tsconfig.json +++ b/vue-resource/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/vue-router/tsconfig.json b/vue-router/tsconfig.json index ca4cac5de8..be4965ba97 100644 --- a/vue-router/tsconfig.json +++ b/vue-router/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/vue/tsconfig.json b/vue/tsconfig.json index c283788286..152a23449d 100644 --- a/vue/tsconfig.json +++ b/vue/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/w2ui/tsconfig.json b/w2ui/tsconfig.json index 01e6893bbf..585d74fed5 100644 --- a/w2ui/tsconfig.json +++ b/w2ui/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/wake_on_lan/tsconfig.json b/wake_on_lan/tsconfig.json index e44398a3ac..89136d9d2f 100644 --- a/wake_on_lan/tsconfig.json +++ b/wake_on_lan/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/wampy/tsconfig.json b/wampy/tsconfig.json index 0a5b597010..cb63f38026 100644 --- a/wampy/tsconfig.json +++ b/wampy/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/watch/tsconfig.json b/watch/tsconfig.json index e3b74bd9c0..7477ad0c13 100644 --- a/watch/tsconfig.json +++ b/watch/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/webaudioapi/tsconfig.json b/webaudioapi/tsconfig.json index 4c2c0b0c3d..65ae956cdd 100644 --- a/webaudioapi/tsconfig.json +++ b/webaudioapi/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/webcl/tsconfig.json b/webcl/tsconfig.json index d32dc86d8c..eda8d0eadc 100644 --- a/webcl/tsconfig.json +++ b/webcl/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/webcola/tsconfig.json b/webcola/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/webcola/tsconfig.json +++ b/webcola/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/webcomponents.js/tsconfig.json b/webcomponents.js/tsconfig.json index 82ad22d8fe..87ec436f62 100644 --- a/webcomponents.js/tsconfig.json +++ b/webcomponents.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/webcrypto/tsconfig.json b/webcrypto/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/webcrypto/tsconfig.json +++ b/webcrypto/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/webdriverio/tsconfig.json b/webdriverio/tsconfig.json index 526ea54aa4..c0035206bc 100644 --- a/webdriverio/tsconfig.json +++ b/webdriverio/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/webfontloader/tsconfig.json b/webfontloader/tsconfig.json index 32bc743df2..1179d5a4ff 100644 --- a/webfontloader/tsconfig.json +++ b/webfontloader/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/webgl-ext/tsconfig.json b/webgl-ext/tsconfig.json index d4f96c9f24..15671ebdab 100644 --- a/webgl-ext/tsconfig.json +++ b/webgl-ext/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/webix/tsconfig.json b/webix/tsconfig.json index 0731fedde6..859099c7e8 100644 --- a/webix/tsconfig.json +++ b/webix/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/webmidi/tsconfig.json b/webmidi/tsconfig.json index 920f423e99..f56194f32f 100644 --- a/webmidi/tsconfig.json +++ b/webmidi/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/webpack/tsconfig.json b/webpack/tsconfig.json index 9e54af586b..67896791c3 100644 --- a/webpack/tsconfig.json +++ b/webpack/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/webrtc/tsconfig.json b/webrtc/tsconfig.json index f57bed44fc..dc3e9e1905 100644 --- a/webrtc/tsconfig.json +++ b/webrtc/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/websocket/tsconfig.json b/websocket/tsconfig.json index 170eb427d0..6c8b54817a 100644 --- a/websocket/tsconfig.json +++ b/websocket/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/webspeechapi/tsconfig.json b/webspeechapi/tsconfig.json index 32645445b0..e30a591dc5 100644 --- a/webspeechapi/tsconfig.json +++ b/webspeechapi/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/websql/tsconfig.json b/websql/tsconfig.json index ca3185dbdb..d8a8c79c56 100644 --- a/websql/tsconfig.json +++ b/websql/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/webtorrent/tsconfig.json b/webtorrent/tsconfig.json index 5f89d2de32..5c55af5f45 100644 --- a/webtorrent/tsconfig.json +++ b/webtorrent/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/webvr-api/tsconfig.json b/webvr-api/tsconfig.json index 195bff3f74..1d5b0dab8a 100644 --- a/webvr-api/tsconfig.json +++ b/webvr-api/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/whatwg-fetch/tsconfig.json b/whatwg-fetch/tsconfig.json index c1fa989573..2333d8dfc0 100644 --- a/whatwg-fetch/tsconfig.json +++ b/whatwg-fetch/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/when/tsconfig.json b/when/tsconfig.json index 113b950cb1..dcdabf1575 100644 --- a/when/tsconfig.json +++ b/when/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/which/tsconfig.json b/which/tsconfig.json index 90e237629f..91592c80c3 100644 --- a/which/tsconfig.json +++ b/which/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/wiiu/tsconfig.json b/wiiu/tsconfig.json index 0200b8720e..8f6293c6d0 100644 --- a/wiiu/tsconfig.json +++ b/wiiu/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/windows-1251/tsconfig.json b/windows-1251/tsconfig.json index a91919eb10..f2bfc69351 100644 --- a/windows-1251/tsconfig.json +++ b/windows-1251/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/windows-service/tsconfig.json b/windows-service/tsconfig.json index 53ec5a498b..892b45a3ab 100644 --- a/windows-service/tsconfig.json +++ b/windows-service/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/winjs/tsconfig.json b/winjs/tsconfig.json index 9589500b56..a76d9cbdb5 100644 --- a/winjs/tsconfig.json +++ b/winjs/tsconfig.json @@ -8,10 +8,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/winreg/tsconfig.json b/winreg/tsconfig.json index 4852624eff..4f01230361 100644 --- a/winreg/tsconfig.json +++ b/winreg/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/winrt-uwp/tsconfig.json b/winrt-uwp/tsconfig.json index 7b266c448e..e8f51c4af5 100644 --- a/winrt-uwp/tsconfig.json +++ b/winrt-uwp/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/winrt/tsconfig.json b/winrt/tsconfig.json index 7b266c448e..e8f51c4af5 100644 --- a/winrt/tsconfig.json +++ b/winrt/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/winston/tsconfig.json b/winston/tsconfig.json index 9578aad9ed..7ceb71133d 100644 --- a/winston/tsconfig.json +++ b/winston/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/wiredep/tsconfig.json b/wiredep/tsconfig.json index 0ce394eec0..45ac06f77d 100644 --- a/wiredep/tsconfig.json +++ b/wiredep/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/wnumb/tsconfig.json b/wnumb/tsconfig.json index b21914defe..178c5f1a25 100644 --- a/wnumb/tsconfig.json +++ b/wnumb/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/wolfy87-eventemitter/tsconfig.json b/wolfy87-eventemitter/tsconfig.json index 7c060c668e..d4616b60ee 100644 --- a/wolfy87-eventemitter/tsconfig.json +++ b/wolfy87-eventemitter/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/wordcloud/tsconfig.json b/wordcloud/tsconfig.json index 873745ba1f..6fa3fc4b92 100644 --- a/wordcloud/tsconfig.json +++ b/wordcloud/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/wrap-ansi/tsconfig.json b/wrap-ansi/tsconfig.json index e55c786ca7..d1a990dcb6 100644 --- a/wrap-ansi/tsconfig.json +++ b/wrap-ansi/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/wreck/tsconfig.json b/wreck/tsconfig.json index aaa44d1331..06a0311352 100644 --- a/wreck/tsconfig.json +++ b/wreck/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/wrench/tsconfig.json b/wrench/tsconfig.json index e794daaa07..3bac9c3a0f 100644 --- a/wrench/tsconfig.json +++ b/wrench/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ws/tsconfig.json b/ws/tsconfig.json index b35dc64c6f..c8c97cf6ab 100644 --- a/ws/tsconfig.json +++ b/ws/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/wu/tsconfig.json b/wu/tsconfig.json index 59b462d0d9..f2135e792b 100644 --- a/wu/tsconfig.json +++ b/wu/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/x-editable/tsconfig.json b/x-editable/tsconfig.json index 06b7096414..ba76b19e9d 100644 --- a/x-editable/tsconfig.json +++ b/x-editable/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/x2js/tsconfig.json b/x2js/tsconfig.json index 185b358107..9953e97c74 100644 --- a/x2js/tsconfig.json +++ b/x2js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/xdate/tsconfig.json b/xdate/tsconfig.json index ac76778a6b..5a6eb02c0c 100644 --- a/xdate/tsconfig.json +++ b/xdate/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/xdomain/tsconfig.json b/xdomain/tsconfig.json index 34d7dbc390..8a374adad8 100644 --- a/xdomain/tsconfig.json +++ b/xdomain/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/xlsx/tsconfig.json b/xlsx/tsconfig.json index 66fb879916..3204b37f8f 100644 --- a/xlsx/tsconfig.json +++ b/xlsx/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/xml-parser/tsconfig.json b/xml-parser/tsconfig.json index 71c53a8dcf..05293d45d0 100644 --- a/xml-parser/tsconfig.json +++ b/xml-parser/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/xml2js/tsconfig.json b/xml2js/tsconfig.json index ce2d85e114..61e4e5e52f 100644 --- a/xml2js/tsconfig.json +++ b/xml2js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/xmlbuilder/tsconfig.json b/xmlbuilder/tsconfig.json index 7636425de2..317498f199 100644 --- a/xmlbuilder/tsconfig.json +++ b/xmlbuilder/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/xmldom/tsconfig.json b/xmldom/tsconfig.json index 4c0cd8d183..38c4099a1d 100644 --- a/xmldom/tsconfig.json +++ b/xmldom/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/xmltojson/tsconfig.json b/xmltojson/tsconfig.json index b0b72ab37f..e7bd6b5355 100644 --- a/xmltojson/tsconfig.json +++ b/xmltojson/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/xregexp/tsconfig.json b/xregexp/tsconfig.json index 4e02eb7549..04e28c21c5 100644 --- a/xregexp/tsconfig.json +++ b/xregexp/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/xrm/tsconfig.json b/xrm/tsconfig.json index 1679c592ff..609e7a8e61 100644 --- a/xrm/tsconfig.json +++ b/xrm/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": true, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/xsockets/tsconfig.json b/xsockets/tsconfig.json index 7ad5ddbbab..863be28776 100644 --- a/xsockets/tsconfig.json +++ b/xsockets/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/xss-filters/tsconfig.json b/xss-filters/tsconfig.json index 19f9b6430c..27b6a76428 100644 --- a/xss-filters/tsconfig.json +++ b/xss-filters/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/yamljs/tsconfig.json b/yamljs/tsconfig.json index 0f7d07cb01..8e23e169bd 100644 --- a/yamljs/tsconfig.json +++ b/yamljs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/yandex-money-sdk/tsconfig.json b/yandex-money-sdk/tsconfig.json index 1f3408a809..8af5ad607b 100644 --- a/yandex-money-sdk/tsconfig.json +++ b/yandex-money-sdk/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/yargs/tsconfig.json b/yargs/tsconfig.json index 074598deb8..51acdb3c3e 100644 --- a/yargs/tsconfig.json +++ b/yargs/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/ydn-db/tsconfig.json b/ydn-db/tsconfig.json index 6c4f79232b..0802c4fbb2 100644 --- a/ydn-db/tsconfig.json +++ b/ydn-db/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/yeoman-generator/tsconfig.json b/yeoman-generator/tsconfig.json index 54e79dd422..71b206500b 100644 --- a/yeoman-generator/tsconfig.json +++ b/yeoman-generator/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/yfiles/tsconfig.json b/yfiles/tsconfig.json index 28372ba37f..4d99e8e7e0 100644 --- a/yfiles/tsconfig.json +++ b/yfiles/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/yosay/tsconfig.json b/yosay/tsconfig.json index 3926b82bd7..210d6f72f7 100644 --- a/yosay/tsconfig.json +++ b/yosay/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/youtube/tsconfig.json b/youtube/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/youtube/tsconfig.json +++ b/youtube/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/yui/tsconfig.json b/yui/tsconfig.json index ac29e10d9d..79b9eb6b27 100644 --- a/yui/tsconfig.json +++ b/yui/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts" diff --git a/z-schema/tsconfig.json b/z-schema/tsconfig.json index 01b10da2de..12bd4ee2f8 100644 --- a/z-schema/tsconfig.json +++ b/z-schema/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/zepto/tsconfig.json b/zepto/tsconfig.json index b5f8e52a36..d98f608d95 100644 --- a/zepto/tsconfig.json +++ b/zepto/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/zeroclipboard/tsconfig.json b/zeroclipboard/tsconfig.json index 9701d553a3..c104cc646a 100644 --- a/zeroclipboard/tsconfig.json +++ b/zeroclipboard/tsconfig.json @@ -9,10 +9,11 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true } } \ No newline at end of file diff --git a/zip.js/tsconfig.json b/zip.js/tsconfig.json index a38d61cc71..d469c02b59 100644 --- a/zip.js/tsconfig.json +++ b/zip.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/zmq/tsconfig.json b/zmq/tsconfig.json index 9e4d92548f..6116c582e2 100644 --- a/zmq/tsconfig.json +++ b/zmq/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/zone.js/tsconfig.json b/zone.js/tsconfig.json index d7016462ab..03336ad1bb 100644 --- a/zone.js/tsconfig.json +++ b/zone.js/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/zynga-scroller/tsconfig.json b/zynga-scroller/tsconfig.json index 366d151460..8f153acbd2 100644 --- a/zynga-scroller/tsconfig.json +++ b/zynga-scroller/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts",