diff --git a/3d-bin-packing/tsconfig.json b/3d-bin-packing/tsconfig.json index 3d26767e8a..21d0f342af 100644 --- a/3d-bin-packing/tsconfig.json +++ b/3d-bin-packing/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/README.md b/README.md index eff14514d0..e088b2fcc7 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ A `package.json` may be included for the sake of specifying dependencies. Here's We do not allow other fields, such as `"description"`, to be defined manually. Also, if you need to reference an older version of typings, you must do that by adding `"dependencies": { "@types/foo": "x.y.z" }` to the package.json. -#### I notice some `tsconfig.json` are missing `"noImplicitAny": true` or `"strictNullChecks": true`. +#### I notice some `tsconfig.json` are missing `"noImplicitAny": true`, `"noImplicitThis": true`, or `"strictNullChecks": true`. Then they are wrong. You can help by submitting a pull request to fix them. diff --git a/_debugger/tsconfig.json b/_debugger/tsconfig.json index 0eb19db3db..4b628b9166 100644 --- a/_debugger/tsconfig.json +++ b/_debugger/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/abs/tsconfig.json b/abs/tsconfig.json index 1beb445ff9..1bcb5cf414 100644 --- a/abs/tsconfig.json +++ b/abs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/absolute/tsconfig.json b/absolute/tsconfig.json index aec5c724be..78082718ae 100644 --- a/absolute/tsconfig.json +++ b/absolute/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/acc-wizard/tsconfig.json b/acc-wizard/tsconfig.json index 2a655c4852..a0334835e4 100644 --- a/acc-wizard/tsconfig.json +++ b/acc-wizard/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/accepts/tsconfig.json b/accepts/tsconfig.json index 8adaf7363b..28a7f4c4af 100644 --- a/accepts/tsconfig.json +++ b/accepts/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "accepts-tests.ts" ] -} +} \ No newline at end of file diff --git a/accounting/tsconfig.json b/accounting/tsconfig.json index 21e53e537e..ca14419628 100644 --- a/accounting/tsconfig.json +++ b/accounting/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ace/tsconfig.json b/ace/tsconfig.json index 22087c4674..bde471bd60 100644 --- a/ace/tsconfig.json +++ b/ace/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/acl/tsconfig.json b/acl/tsconfig.json index aa96150bff..96724a58aa 100644 --- a/acl/tsconfig.json +++ b/acl/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/acorn/tsconfig.json b/acorn/tsconfig.json index 08bd3702ce..d85e0fedb0 100644 --- a/acorn/tsconfig.json +++ b/acorn/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/actioncable/tsconfig.json b/actioncable/tsconfig.json index 6767b44330..fa0376b143 100644 --- a/actioncable/tsconfig.json +++ b/actioncable/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/activex-data-objects/tsconfig.json b/activex-data-objects/tsconfig.json index 5fb09cb648..c272f71ecb 100644 --- a/activex-data-objects/tsconfig.json +++ b/activex-data-objects/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/activex-scripting-runtime/tsconfig.json b/activex-scripting-runtime/tsconfig.json index 8845470e70..bae3467f9d 100644 --- a/activex-scripting-runtime/tsconfig.json +++ b/activex-scripting-runtime/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/activex-windows-image-acquisition/tsconfig.json b/activex-windows-image-acquisition/tsconfig.json index d06b9b3b35..d280e07763 100644 --- a/activex-windows-image-acquisition/tsconfig.json +++ b/activex-windows-image-acquisition/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/adal/tsconfig.json b/adal/tsconfig.json index 6979994fca..6afc0c793f 100644 --- a/adal/tsconfig.json +++ b/adal/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/add2home/tsconfig.json b/add2home/tsconfig.json index 8074984e3c..e9738e2267 100644 --- a/add2home/tsconfig.json +++ b/add2home/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/adm-zip/tsconfig.json b/adm-zip/tsconfig.json index 4120ceef53..1814ca1311 100644 --- a/adm-zip/tsconfig.json +++ b/adm-zip/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ag-grid/tsconfig.json b/ag-grid/tsconfig.json index aa4fc8156f..d74a60fe23 100644 --- a/ag-grid/tsconfig.json +++ b/ag-grid/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/agenda/tsconfig.json b/agenda/tsconfig.json index 4f48508fda..0e8e491f1e 100644 --- a/agenda/tsconfig.json +++ b/agenda/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ajv/tsconfig.json b/ajv/tsconfig.json index 01bf5ed1da..fd4da48b59 100644 --- a/ajv/tsconfig.json +++ b/ajv/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/alertify/tsconfig.json b/alertify/tsconfig.json index adfc78de2c..e0a41bca1a 100644 --- a/alertify/tsconfig.json +++ b/alertify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/alexa-sdk/tsconfig.json b/alexa-sdk/tsconfig.json index 834836e163..209269af60 100644 --- a/alexa-sdk/tsconfig.json +++ b/alexa-sdk/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/algoliasearch/tsconfig.json b/algoliasearch/tsconfig.json index 323a28e879..d9b7f174ed 100644 --- a/algoliasearch/tsconfig.json +++ b/algoliasearch/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/alt/tsconfig.json b/alt/tsconfig.json index eaac3c3364..43d717e299 100644 --- a/alt/tsconfig.json +++ b/alt/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/amazon-product-api/tsconfig.json b/amazon-product-api/tsconfig.json index 82dae0cfe8..625f8cbcb6 100644 --- a/amazon-product-api/tsconfig.json +++ b/amazon-product-api/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/amcharts/tsconfig.json b/amcharts/tsconfig.json index 126718d584..bf97b93a4d 100644 --- a/amcharts/tsconfig.json +++ b/amcharts/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/amplify-deferred/tsconfig.json b/amplify-deferred/tsconfig.json index ed8c892c6b..682819cad8 100644 --- a/amplify-deferred/tsconfig.json +++ b/amplify-deferred/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/amplify/tsconfig.json b/amplify/tsconfig.json index d0c999bfb0..1adb36d073 100644 --- a/amplify/tsconfig.json +++ b/amplify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/amplitude-js/tsconfig.json b/amplitude-js/tsconfig.json index 90d8060f52..b75d7280bf 100644 --- a/amplitude-js/tsconfig.json +++ b/amplitude-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/amqp-rpc/tsconfig.json b/amqp-rpc/tsconfig.json index fd72436368..2433bce5bb 100644 --- a/amqp-rpc/tsconfig.json +++ b/amqp-rpc/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/amqplib/tsconfig.json b/amqplib/tsconfig.json index 10f2f8c294..e7bc5a878a 100644 --- a/amqplib/tsconfig.json +++ b/amqplib/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/analytics-node/tsconfig.json b/analytics-node/tsconfig.json index 34783d00fc..eb770f82be 100644 --- a/analytics-node/tsconfig.json +++ b/analytics-node/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-agility/tsconfig.json b/angular-agility/tsconfig.json index 1d233e8b95..d8b827bfd7 100644 --- a/angular-agility/tsconfig.json +++ b/angular-agility/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-animate/tsconfig.json b/angular-animate/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/angular-animate/tsconfig.json +++ b/angular-animate/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-bootstrap-calendar/tsconfig.json b/angular-bootstrap-calendar/tsconfig.json index 8098af1045..71d4fd7de1 100644 --- a/angular-bootstrap-calendar/tsconfig.json +++ b/angular-bootstrap-calendar/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-bootstrap-lightbox/tsconfig.json b/angular-bootstrap-lightbox/tsconfig.json index d75448c863..462ef95c8c 100644 --- a/angular-bootstrap-lightbox/tsconfig.json +++ b/angular-bootstrap-lightbox/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-breadcrumb/tsconfig.json b/angular-breadcrumb/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/angular-breadcrumb/tsconfig.json +++ b/angular-breadcrumb/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-clipboard/tsconfig.json b/angular-clipboard/tsconfig.json index 1f69b1e8fa..c59541d1d6 100644 --- a/angular-clipboard/tsconfig.json +++ b/angular-clipboard/tsconfig.json @@ -1,19 +1,20 @@ { - "files": [ - "index.d.ts", - "angular-clipboard-tests.ts" - ], - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" + "files": [ + "index.d.ts", + "angular-clipboard-tests.ts" ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - } -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + } +} \ No newline at end of file diff --git a/angular-cookie/tsconfig.json b/angular-cookie/tsconfig.json index fc5ba438ad..1d6e7037bc 100644 --- a/angular-cookie/tsconfig.json +++ b/angular-cookie/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-cookies/tsconfig.json b/angular-cookies/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/angular-cookies/tsconfig.json +++ b/angular-cookies/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-deferred-bootstrap/tsconfig.json b/angular-deferred-bootstrap/tsconfig.json index cd3ad35519..c67dc2ba32 100644 --- a/angular-deferred-bootstrap/tsconfig.json +++ b/angular-deferred-bootstrap/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-dialog-service/tsconfig.json b/angular-dialog-service/tsconfig.json index 991cda6562..a924915069 100644 --- a/angular-dialog-service/tsconfig.json +++ b/angular-dialog-service/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-dynamic-locale/tsconfig.json b/angular-dynamic-locale/tsconfig.json index a13430d7e5..0ac5e902ed 100644 --- a/angular-dynamic-locale/tsconfig.json +++ b/angular-dynamic-locale/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-environment/tsconfig.json b/angular-environment/tsconfig.json index 2ced791168..3520642e63 100644 --- a/angular-environment/tsconfig.json +++ b/angular-environment/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-es/tsconfig.json b/angular-es/tsconfig.json index 84628a938d..4e6a8eedd5 100644 --- a/angular-es/tsconfig.json +++ b/angular-es/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "experimentalDecorators": true, "baseUrl": "../", diff --git a/angular-feature-flags/tsconfig.json b/angular-feature-flags/tsconfig.json index 23971439cc..a36abdb3a1 100644 --- a/angular-feature-flags/tsconfig.json +++ b/angular-feature-flags/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-file-saver/tsconfig.json b/angular-file-saver/tsconfig.json index f77f15a782..0ee3560e7c 100644 --- a/angular-file-saver/tsconfig.json +++ b/angular-file-saver/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-formly/tsconfig.json b/angular-formly/tsconfig.json index 780163f9c9..5bbd17c0c2 100644 --- a/angular-formly/tsconfig.json +++ b/angular-formly/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-fullscreen/tsconfig.json b/angular-fullscreen/tsconfig.json index 00b552f9c6..d6f6d3475a 100644 --- a/angular-fullscreen/tsconfig.json +++ b/angular-fullscreen/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-gettext/tsconfig.json b/angular-gettext/tsconfig.json index e174048c1f..5148d47eb9 100644 --- a/angular-gettext/tsconfig.json +++ b/angular-gettext/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-google-analytics/tsconfig.json b/angular-google-analytics/tsconfig.json index 063747ad37..b3d6c86c3d 100644 --- a/angular-google-analytics/tsconfig.json +++ b/angular-google-analytics/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-growl-v2/tsconfig.json b/angular-growl-v2/tsconfig.json index b24e69e35a..4b9632329e 100644 --- a/angular-growl-v2/tsconfig.json +++ b/angular-growl-v2/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-hotkeys/tsconfig.json b/angular-hotkeys/tsconfig.json index bdad07860e..9b83f109d4 100644 --- a/angular-hotkeys/tsconfig.json +++ b/angular-hotkeys/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-http-auth/tsconfig.json b/angular-http-auth/tsconfig.json index 5db24b6270..de4c1c54c8 100644 --- a/angular-http-auth/tsconfig.json +++ b/angular-http-auth/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-httpi/tsconfig.json b/angular-httpi/tsconfig.json index 985d8b3285..5ce96cc629 100644 --- a/angular-httpi/tsconfig.json +++ b/angular-httpi/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-idle/tsconfig.json b/angular-idle/tsconfig.json index 22c30cfb25..5c86a83fd2 100644 --- a/angular-idle/tsconfig.json +++ b/angular-idle/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-jwt/tsconfig.json b/angular-jwt/tsconfig.json index 34109198fc..49abf9fb0d 100644 --- a/angular-jwt/tsconfig.json +++ b/angular-jwt/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-load/tsconfig.json b/angular-load/tsconfig.json index 10a9aa370b..aee2be4824 100644 --- a/angular-load/tsconfig.json +++ b/angular-load/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-loading-bar/tsconfig.json b/angular-loading-bar/tsconfig.json index 1a9882dad4..32c9a75063 100644 --- a/angular-loading-bar/tsconfig.json +++ b/angular-loading-bar/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-local-storage/tsconfig.json b/angular-local-storage/tsconfig.json index 768463c1e6..65d3698e22 100644 --- a/angular-local-storage/tsconfig.json +++ b/angular-local-storage/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-localforage/tsconfig.json b/angular-localforage/tsconfig.json index 3ac6b18efe..e962f64de3 100644 --- a/angular-localforage/tsconfig.json +++ b/angular-localforage/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-locker/tsconfig.json b/angular-locker/tsconfig.json index c2706703a8..ec481f65cf 100644 --- a/angular-locker/tsconfig.json +++ b/angular-locker/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-material/tsconfig.json b/angular-material/tsconfig.json index b4a0ec13bd..5c81b4a02d 100644 --- a/angular-material/tsconfig.json +++ b/angular-material/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-media-queries/tsconfig.json b/angular-media-queries/tsconfig.json index a148f1997a..df6257738e 100644 --- a/angular-media-queries/tsconfig.json +++ b/angular-media-queries/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-meteor/tsconfig.json b/angular-meteor/tsconfig.json index 20c8a44fb9..8febc3cb25 100644 --- a/angular-meteor/tsconfig.json +++ b/angular-meteor/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-mocks/tsconfig.json b/angular-mocks/tsconfig.json index 68a8f53b3c..26d99af5fe 100644 --- a/angular-mocks/tsconfig.json +++ b/angular-mocks/tsconfig.json @@ -8,6 +8,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-modal/tsconfig.json b/angular-modal/tsconfig.json index 4368649c99..a62e576664 100644 --- a/angular-modal/tsconfig.json +++ b/angular-modal/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-notifications/tsconfig.json b/angular-notifications/tsconfig.json index ea7849e630..e9fa035ac7 100644 --- a/angular-notifications/tsconfig.json +++ b/angular-notifications/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-notify/tsconfig.json b/angular-notify/tsconfig.json index cfa6076328..db064d4b3a 100644 --- a/angular-notify/tsconfig.json +++ b/angular-notify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-odata-resources/tsconfig.json b/angular-odata-resources/tsconfig.json index 4bfecb2bfc..70a06903c3 100644 --- a/angular-odata-resources/tsconfig.json +++ b/angular-odata-resources/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-permission/tsconfig.json b/angular-permission/tsconfig.json index 60f90b2edf..c577c24510 100644 --- a/angular-permission/tsconfig.json +++ b/angular-permission/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-promise-tracker/tsconfig.json b/angular-promise-tracker/tsconfig.json index 266a8adf90..7b782149cb 100644 --- a/angular-promise-tracker/tsconfig.json +++ b/angular-promise-tracker/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "angular-promise-tracker-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "angular-promise-tracker-tests.ts" + ] +} \ No newline at end of file diff --git a/angular-q-spread/tsconfig.json b/angular-q-spread/tsconfig.json index 3a3080cf81..9de57dc2df 100644 --- a/angular-q-spread/tsconfig.json +++ b/angular-q-spread/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-resource/tsconfig.json b/angular-resource/tsconfig.json index 6bff757b93..67f7158abc 100644 --- a/angular-resource/tsconfig.json +++ b/angular-resource/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-route/tsconfig.json b/angular-route/tsconfig.json index 3301b843a3..139769720d 100644 --- a/angular-route/tsconfig.json +++ b/angular-route/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-sanitize/tsconfig.json b/angular-sanitize/tsconfig.json index 96bc483afb..7bb42c2dec 100644 --- a/angular-sanitize/tsconfig.json +++ b/angular-sanitize/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-scenario/tsconfig.json b/angular-scenario/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/angular-scenario/tsconfig.json +++ b/angular-scenario/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-scroll/tsconfig.json b/angular-scroll/tsconfig.json index c61543efb9..08f50748ac 100644 --- a/angular-scroll/tsconfig.json +++ b/angular-scroll/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-signalr-hub/tsconfig.json b/angular-signalr-hub/tsconfig.json index 1cd2128978..4a970152c4 100644 --- a/angular-signalr-hub/tsconfig.json +++ b/angular-signalr-hub/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-spinner/tsconfig.json b/angular-spinner/tsconfig.json index 3936b5ffe3..7d3a338a97 100644 --- a/angular-spinner/tsconfig.json +++ b/angular-spinner/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-storage/tsconfig.json b/angular-storage/tsconfig.json index b66da3bae3..003520747b 100644 --- a/angular-storage/tsconfig.json +++ b/angular-storage/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-strap/tsconfig.json b/angular-strap/tsconfig.json index c64c49d0fb..c906ac720d 100644 --- a/angular-strap/tsconfig.json +++ b/angular-strap/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-toastr/tsconfig.json b/angular-toastr/tsconfig.json index a75ade93ae..558e803640 100644 --- a/angular-toastr/tsconfig.json +++ b/angular-toastr/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-toasty/tsconfig.json b/angular-toasty/tsconfig.json index 8635b9121c..d3b2bb7dbf 100644 --- a/angular-toasty/tsconfig.json +++ b/angular-toasty/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-touchspin/tsconfig.json b/angular-touchspin/tsconfig.json index 841a1463f6..bd902868ad 100644 --- a/angular-touchspin/tsconfig.json +++ b/angular-touchspin/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-translate/tsconfig.json b/angular-translate/tsconfig.json index 347386347d..5284544f93 100644 --- a/angular-translate/tsconfig.json +++ b/angular-translate/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-ui-bootstrap/tsconfig.json b/angular-ui-bootstrap/tsconfig.json index cf2cdd2e3f..57cf6125c4 100644 --- a/angular-ui-bootstrap/tsconfig.json +++ b/angular-ui-bootstrap/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-ui-notification/tsconfig.json b/angular-ui-notification/tsconfig.json index 8e69a83745..c254264d1d 100644 --- a/angular-ui-notification/tsconfig.json +++ b/angular-ui-notification/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-ui-router-default/tsconfig.json b/angular-ui-router-default/tsconfig.json index b4a462b3c9..fb5738335b 100644 --- a/angular-ui-router-default/tsconfig.json +++ b/angular-ui-router-default/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/angular-ui-router-uib-modal/tsconfig.json b/angular-ui-router-uib-modal/tsconfig.json index 08dbd4d4cf..043cfffa2a 100644 --- a/angular-ui-router-uib-modal/tsconfig.json +++ b/angular-ui-router-uib-modal/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/angular-ui-router/tsconfig.json b/angular-ui-router/tsconfig.json index 6336d7c83d..58a6004990 100644 --- a/angular-ui-router/tsconfig.json +++ b/angular-ui-router/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-ui-scroll/tsconfig.json b/angular-ui-scroll/tsconfig.json index d5c7039513..97eb534066 100644 --- a/angular-ui-scroll/tsconfig.json +++ b/angular-ui-scroll/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-ui-sortable/tsconfig.json b/angular-ui-sortable/tsconfig.json index d3dcce467c..9d643f200e 100644 --- a/angular-ui-sortable/tsconfig.json +++ b/angular-ui-sortable/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-ui-tree/tsconfig.json b/angular-ui-tree/tsconfig.json index 3c61cfb95e..832beeb0e3 100644 --- a/angular-ui-tree/tsconfig.json +++ b/angular-ui-tree/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-websocket/tsconfig.json b/angular-websocket/tsconfig.json index e278ba9a25..8d31059011 100644 --- a/angular-websocket/tsconfig.json +++ b/angular-websocket/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-wizard/tsconfig.json b/angular-wizard/tsconfig.json index 977340f904..bf9967dc89 100644 --- a/angular-wizard/tsconfig.json +++ b/angular-wizard/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular-xeditable/tsconfig.json b/angular-xeditable/tsconfig.json index f85f2b4cef..1bfc6b2264 100644 --- a/angular-xeditable/tsconfig.json +++ b/angular-xeditable/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular.throttle/tsconfig.json b/angular.throttle/tsconfig.json index e3eb5a4401..00a72b924c 100644 --- a/angular.throttle/tsconfig.json +++ b/angular.throttle/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angular/tsconfig.json b/angular/tsconfig.json index e0d792766a..ef071ac6ee 100644 --- a/angular/tsconfig.json +++ b/angular/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angularfire/tsconfig.json b/angularfire/tsconfig.json index 39968b20d3..fbdb58fc98 100644 --- a/angularfire/tsconfig.json +++ b/angularfire/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angularlocalstorage/tsconfig.json b/angularlocalstorage/tsconfig.json index 082a8e904e..ecdf8c2a96 100644 --- a/angularlocalstorage/tsconfig.json +++ b/angularlocalstorage/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/angulartics/tsconfig.json b/angulartics/tsconfig.json index 6f4321f8c6..d1dfb9a0ec 100644 --- a/angulartics/tsconfig.json +++ b/angulartics/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/animation-frame/tsconfig.json b/animation-frame/tsconfig.json index b99fdd852e..8148191020 100644 --- a/animation-frame/tsconfig.json +++ b/animation-frame/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ansi-styles/tsconfig.json b/ansi-styles/tsconfig.json index 01ff60a3f9..f1da9621d7 100644 --- a/ansi-styles/tsconfig.json +++ b/ansi-styles/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ansicolors/tsconfig.json b/ansicolors/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/ansicolors/tsconfig.json +++ b/ansicolors/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/antd/tsconfig.json b/antd/tsconfig.json index c09515ca39..086ee4c0fc 100644 --- a/antd/tsconfig.json +++ b/antd/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/any-db-transaction/tsconfig.json b/any-db-transaction/tsconfig.json index 5eeade92f6..6357e1d1e4 100644 --- a/any-db-transaction/tsconfig.json +++ b/any-db-transaction/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/any-db/tsconfig.json b/any-db/tsconfig.json index 6486cffd13..d48ad90f34 100644 --- a/any-db/tsconfig.json +++ b/any-db/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/anybar/tsconfig.json b/anybar/tsconfig.json index f23e5a828f..b0527674b4 100644 --- a/anybar/tsconfig.json +++ b/anybar/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "anybar-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "anybar-tests.ts" + ] +} \ No newline at end of file diff --git a/anydb-sql-migrations/tsconfig.json b/anydb-sql-migrations/tsconfig.json index 232492fb95..7d76324af5 100644 --- a/anydb-sql-migrations/tsconfig.json +++ b/anydb-sql-migrations/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/anydb-sql/tsconfig.json b/anydb-sql/tsconfig.json index c949b3cd68..2cfda805ff 100644 --- a/anydb-sql/tsconfig.json +++ b/anydb-sql/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/aphrodite/tsconfig.json b/aphrodite/tsconfig.json index d32f7a3aac..d669701604 100644 --- a/aphrodite/tsconfig.json +++ b/aphrodite/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/api-error-handler/tsconfig.json b/api-error-handler/tsconfig.json index 1547be610b..7c4620ce17 100644 --- a/api-error-handler/tsconfig.json +++ b/api-error-handler/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/apigee-access/tsconfig.json b/apigee-access/tsconfig.json index 4e7f02b30c..84ec4d7ad5 100644 --- a/apigee-access/tsconfig.json +++ b/apigee-access/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/apn/tsconfig.json b/apn/tsconfig.json index b009071037..66579aa104 100644 --- a/apn/tsconfig.json +++ b/apn/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/app-root-path/tsconfig.json b/app-root-path/tsconfig.json index 9025308aca..3cc9bcb5bd 100644 --- a/app-root-path/tsconfig.json +++ b/app-root-path/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/appframework/tsconfig.json b/appframework/tsconfig.json index a5289db2ff..cf01c82b57 100644 --- a/appframework/tsconfig.json +++ b/appframework/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/appletvjs/tsconfig.json b/appletvjs/tsconfig.json index 9ccc0f2c83..973cac356e 100644 --- a/appletvjs/tsconfig.json +++ b/appletvjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/applicationinsights-js/tsconfig.json b/applicationinsights-js/tsconfig.json index ac2bb5fbe3..b43cbe673b 100644 --- a/applicationinsights-js/tsconfig.json +++ b/applicationinsights-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/applicationinsights/tsconfig.json b/applicationinsights/tsconfig.json index 74ed4f6c6c..5ce4abcfd4 100644 --- a/applicationinsights/tsconfig.json +++ b/applicationinsights/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/arbiter/tsconfig.json b/arbiter/tsconfig.json index e99a9268d5..f46496beda 100644 --- a/arbiter/tsconfig.json +++ b/arbiter/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/arcgis-js-api/tsconfig.json b/arcgis-js-api/tsconfig.json index 8cdccd24f9..eb9ef3d985 100644 --- a/arcgis-js-api/tsconfig.json +++ b/arcgis-js-api/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/archiver/tsconfig.json b/archiver/tsconfig.json index 0f7cfc01f5..6b43119343 100644 --- a/archiver/tsconfig.json +++ b/archiver/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/archy/tsconfig.json b/archy/tsconfig.json index f8ec33fc36..88c25302ad 100644 --- a/archy/tsconfig.json +++ b/archy/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/argon2/tsconfig.json b/argon2/tsconfig.json index 5af6cc5d73..d58eaf4f82 100644 --- a/argon2/tsconfig.json +++ b/argon2/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "argon2-tests.ts" ] -} +} \ No newline at end of file diff --git a/argparse/tsconfig.json b/argparse/tsconfig.json index b31549abba..b01153dbc1 100644 --- a/argparse/tsconfig.json +++ b/argparse/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/argv/tsconfig.json b/argv/tsconfig.json index bd2065e5a2..fbf3f7b46d 100644 --- a/argv/tsconfig.json +++ b/argv/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/array-find-index/tsconfig.json b/array-find-index/tsconfig.json index f69a237654..5d7bda4d89 100644 --- a/array-find-index/tsconfig.json +++ b/array-find-index/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/array-foreach/tsconfig.json b/array-foreach/tsconfig.json index 23766723b4..5fe9f2ab1a 100644 --- a/array-foreach/tsconfig.json +++ b/array-foreach/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/array-uniq/tsconfig.json b/array-uniq/tsconfig.json index 65624dedce..3d8c032420 100644 --- a/array-uniq/tsconfig.json +++ b/array-uniq/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "index-tests.ts" ] -} +} \ No newline at end of file diff --git a/asana/tsconfig.json b/asana/tsconfig.json index 25f84b87a7..5c8e54f344 100644 --- a/asana/tsconfig.json +++ b/asana/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/asciify/tsconfig.json b/asciify/tsconfig.json index 550de2aa56..63f36aff6b 100644 --- a/asciify/tsconfig.json +++ b/asciify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/asn1js/tsconfig.json b/asn1js/tsconfig.json index 8934574c23..ff49d0edcd 100644 --- a/asn1js/tsconfig.json +++ b/asn1js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "asn1js-tests.ts" ] -} +} \ No newline at end of file diff --git a/aspnet-identity-pw/tsconfig.json b/aspnet-identity-pw/tsconfig.json index 578e871e06..3d17794b1f 100644 --- a/aspnet-identity-pw/tsconfig.json +++ b/aspnet-identity-pw/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/assert/tsconfig.json b/assert/tsconfig.json index 4fc523d55b..b25f0dbcf3 100644 --- a/assert/tsconfig.json +++ b/assert/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/assertion-error/tsconfig.json b/assertion-error/tsconfig.json index 0b2b90d2ca..f51ddb9b83 100644 --- a/assertion-error/tsconfig.json +++ b/assertion-error/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/assertsharp/tsconfig.json b/assertsharp/tsconfig.json index d39cdd07b9..17d30d98c2 100644 --- a/assertsharp/tsconfig.json +++ b/assertsharp/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/async-lock/tsconfig.json b/async-lock/tsconfig.json index 173787ed8d..08f3f0fccc 100644 --- a/async-lock/tsconfig.json +++ b/async-lock/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/async-polling/tsconfig.json b/async-polling/tsconfig.json index 0611af7c76..4c00e760aa 100644 --- a/async-polling/tsconfig.json +++ b/async-polling/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/async-writer/tsconfig.json b/async-writer/tsconfig.json index b817d40f63..304d5c6f99 100644 --- a/async-writer/tsconfig.json +++ b/async-writer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/async/tsconfig.json b/async/tsconfig.json index 5c890605cd..d62fccf232 100644 --- a/async/tsconfig.json +++ b/async/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/asyncblock/tsconfig.json b/asyncblock/tsconfig.json index 1611b9a7b4..a9866b2780 100644 --- a/asyncblock/tsconfig.json +++ b/asyncblock/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/atmosphere/tsconfig.json b/atmosphere/tsconfig.json index 53982dbeb5..7eb03df28f 100644 --- a/atmosphere/tsconfig.json +++ b/atmosphere/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/atom-keymap/tsconfig.json b/atom-keymap/tsconfig.json index 305e6eb32d..6914b3702e 100644 --- a/atom-keymap/tsconfig.json +++ b/atom-keymap/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/atom/tsconfig.json b/atom/tsconfig.json index 0fe8268125..a2678c3d56 100644 --- a/atom/tsconfig.json +++ b/atom/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/atpl/tsconfig.json b/atpl/tsconfig.json index 95f969d727..9a19ba3ae4 100644 --- a/atpl/tsconfig.json +++ b/atpl/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/auth0-angular/tsconfig.json b/auth0-angular/tsconfig.json index 1d97bc9052..5f7c2c98ba 100644 --- a/auth0-angular/tsconfig.json +++ b/auth0-angular/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/auth0-js/tsconfig.json b/auth0-js/tsconfig.json index 7a0a649c3b..fc79180f7e 100644 --- a/auth0-js/tsconfig.json +++ b/auth0-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/auth0-lock/tsconfig.json b/auth0-lock/tsconfig.json index e4ae552448..641164d8a0 100644 --- a/auth0-lock/tsconfig.json +++ b/auth0-lock/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/auth0.widget/tsconfig.json b/auth0.widget/tsconfig.json index 23e1735109..004e2ca566 100644 --- a/auth0.widget/tsconfig.json +++ b/auth0.widget/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/auth0/tsconfig.json b/auth0/tsconfig.json index 648402f946..42e522478d 100644 --- a/auth0/tsconfig.json +++ b/auth0/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/auto-launch/tsconfig.json b/auto-launch/tsconfig.json index 9f51f0f33a..2b9b9e5661 100644 --- a/auto-launch/tsconfig.json +++ b/auto-launch/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/autobahn/tsconfig.json b/autobahn/tsconfig.json index ba1f37e9db..7ef3d2e4eb 100644 --- a/autobahn/tsconfig.json +++ b/autobahn/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/autobind-decorator/tsconfig.json b/autobind-decorator/tsconfig.json index 7a407e8cfd..906d414b5d 100644 --- a/autobind-decorator/tsconfig.json +++ b/autobind-decorator/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, diff --git a/autolinker/tsconfig.json b/autolinker/tsconfig.json index 35143b478d..6fb1656854 100644 --- a/autolinker/tsconfig.json +++ b/autolinker/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/autoprefixer-core/tsconfig.json b/autoprefixer-core/tsconfig.json index 1063eeedb2..f89b9406ed 100644 --- a/autoprefixer-core/tsconfig.json +++ b/autoprefixer-core/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/autosize/tsconfig.json b/autosize/tsconfig.json index 09535bc88d..ec273c33df 100644 --- a/autosize/tsconfig.json +++ b/autosize/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/avoscloud-sdk/tsconfig.json b/avoscloud-sdk/tsconfig.json index 8db7d19601..dbd926926e 100644 --- a/avoscloud-sdk/tsconfig.json +++ b/avoscloud-sdk/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/awesomplete/tsconfig.json b/awesomplete/tsconfig.json index d76ee637ec..c169798465 100644 --- a/awesomplete/tsconfig.json +++ b/awesomplete/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/aws-iot-device-sdk/tsconfig.json b/aws-iot-device-sdk/tsconfig.json index fff2d523e8..a4c761b2a2 100644 --- a/aws-iot-device-sdk/tsconfig.json +++ b/aws-iot-device-sdk/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "aws-iot-device-sdk-tests.ts" ] -} +} \ No newline at end of file diff --git a/aws-lambda/tsconfig.json b/aws-lambda/tsconfig.json index 66d22dcfd7..fe6cbd47c5 100644 --- a/aws-lambda/tsconfig.json +++ b/aws-lambda/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/aws-sdk/tsconfig.json b/aws-sdk/tsconfig.json index 2ac0e7b03a..9e94f9b05c 100644 --- a/aws-sdk/tsconfig.json +++ b/aws-sdk/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/aws-serverless-express/tsconfig.json b/aws-serverless-express/tsconfig.json index 7b42b1f538..240c150976 100644 --- a/aws-serverless-express/tsconfig.json +++ b/aws-serverless-express/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/aws4/tsconfig.json b/aws4/tsconfig.json index fb9528a526..8887a05d57 100644 --- a/aws4/tsconfig.json +++ b/aws4/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "aws4-tests.ts" ] -} +} \ No newline at end of file diff --git a/axe-core/tsconfig.json b/axe-core/tsconfig.json index 89989f0669..61566d440c 100644 --- a/axe-core/tsconfig.json +++ b/axe-core/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/axios/tsconfig.json b/axios/tsconfig.json index 72c4e742e8..9616b86245 100644 --- a/axios/tsconfig.json +++ b/axios/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/azure-mobile-apps/tsconfig.json b/azure-mobile-apps/tsconfig.json index fe79a01872..b01ae7cd85 100644 --- a/azure-mobile-apps/tsconfig.json +++ b/azure-mobile-apps/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/azure-mobile-services-client/tsconfig.json b/azure-mobile-services-client/tsconfig.json index d6164ec459..7ad1094d69 100644 --- a/azure-mobile-services-client/tsconfig.json +++ b/azure-mobile-services-client/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/azure-sb/tsconfig.json b/azure-sb/tsconfig.json index 5c167b1965..d8e1535f8d 100644 --- a/azure-sb/tsconfig.json +++ b/azure-sb/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/azure/tsconfig.json b/azure/tsconfig.json index 650eddd468..d583eb4b26 100644 --- a/azure/tsconfig.json +++ b/azure/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/babel-code-frame/tsconfig.json b/babel-code-frame/tsconfig.json index 76b559d0d8..a9f0f8522e 100644 --- a/babel-code-frame/tsconfig.json +++ b/babel-code-frame/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "babel-code-frame-tests.ts" ] -} +} \ No newline at end of file diff --git a/babel-core/tsconfig.json b/babel-core/tsconfig.json index ef8b754c2e..ade9d0e1df 100644 --- a/babel-core/tsconfig.json +++ b/babel-core/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/babel-generator/tsconfig.json b/babel-generator/tsconfig.json index 451aedaed2..ec0fb91c66 100644 --- a/babel-generator/tsconfig.json +++ b/babel-generator/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/babel-template/tsconfig.json b/babel-template/tsconfig.json index de71b61379..b860dd6fdd 100644 --- a/babel-template/tsconfig.json +++ b/babel-template/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/babel-traverse/tsconfig.json b/babel-traverse/tsconfig.json index 174451748f..051af6be38 100644 --- a/babel-traverse/tsconfig.json +++ b/babel-traverse/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/babel-types/tsconfig.json b/babel-types/tsconfig.json index 9b0ab0a68b..1ee708a599 100644 --- a/babel-types/tsconfig.json +++ b/babel-types/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/babelify/tsconfig.json b/babelify/tsconfig.json index bbeccefdbd..dcebf50de4 100644 --- a/babelify/tsconfig.json +++ b/babelify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/babylon/tsconfig.json b/babylon/tsconfig.json index c90afaae01..b7a13bc9fc 100644 --- a/babylon/tsconfig.json +++ b/babylon/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/babylonjs/tsconfig.json b/babylonjs/tsconfig.json index c90afaae01..b7a13bc9fc 100644 --- a/babylonjs/tsconfig.json +++ b/babylonjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/babyparse/tsconfig.json b/babyparse/tsconfig.json index c16df889b1..a4d6d35f99 100644 --- a/babyparse/tsconfig.json +++ b/babyparse/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/backbone-associations/tsconfig.json b/backbone-associations/tsconfig.json index 47f983c2c3..b325572261 100644 --- a/backbone-associations/tsconfig.json +++ b/backbone-associations/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/backbone-fetch-cache/tsconfig.json b/backbone-fetch-cache/tsconfig.json index 563a475286..2dcd4a6bc2 100644 --- a/backbone-fetch-cache/tsconfig.json +++ b/backbone-fetch-cache/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/backbone-relational/tsconfig.json b/backbone-relational/tsconfig.json index afc2caeb37..e2c3f7a731 100644 --- a/backbone-relational/tsconfig.json +++ b/backbone-relational/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/backbone.layoutmanager/tsconfig.json b/backbone.layoutmanager/tsconfig.json index 642dc13608..63f89b66b9 100644 --- a/backbone.layoutmanager/tsconfig.json +++ b/backbone.layoutmanager/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/backbone.localstorage/tsconfig.json b/backbone.localstorage/tsconfig.json index e1ab0bd7c5..e7fbffcb9b 100644 --- a/backbone.localstorage/tsconfig.json +++ b/backbone.localstorage/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/backbone.marionette/tsconfig.json b/backbone.marionette/tsconfig.json index c3e3e6557d..6fc8f27360 100644 --- a/backbone.marionette/tsconfig.json +++ b/backbone.marionette/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/backbone.paginator/tsconfig.json b/backbone.paginator/tsconfig.json index b879455a67..81e1895330 100644 --- a/backbone.paginator/tsconfig.json +++ b/backbone.paginator/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/backbone.radio/tsconfig.json b/backbone.radio/tsconfig.json index ed4e1835a4..6d33b07dbb 100644 --- a/backbone.radio/tsconfig.json +++ b/backbone.radio/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/backbone/tsconfig.json b/backbone/tsconfig.json index 6b5ef70c48..b4a63b9ef0 100644 --- a/backbone/tsconfig.json +++ b/backbone/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/backgrid/tsconfig.json b/backgrid/tsconfig.json index f43b4df809..0c44162460 100644 --- a/backgrid/tsconfig.json +++ b/backgrid/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/backlog-js/tsconfig.json b/backlog-js/tsconfig.json index cd1d4da21f..bc48446105 100644 --- a/backlog-js/tsconfig.json +++ b/backlog-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/baconjs/tsconfig.json b/baconjs/tsconfig.json index eedf015d52..45bbf8cad5 100644 --- a/baconjs/tsconfig.json +++ b/baconjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/barcode/tsconfig.json b/barcode/tsconfig.json index 0f59bbcad5..e93f535c98 100644 --- a/barcode/tsconfig.json +++ b/barcode/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bardjs/tsconfig.json b/bardjs/tsconfig.json index 75bb47fda6..001cc0e583 100644 --- a/bardjs/tsconfig.json +++ b/bardjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/base-x/tsconfig.json b/base-x/tsconfig.json index 6ba08f785e..e08a602ff1 100644 --- a/base-x/tsconfig.json +++ b/base-x/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/base16/tsconfig.json b/base16/tsconfig.json index 3f076573c6..2de5ed1f03 100644 --- a/base16/tsconfig.json +++ b/base16/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/base64-js/tsconfig.json b/base64-js/tsconfig.json index 0d0c14d324..ed61523cb7 100644 --- a/base64-js/tsconfig.json +++ b/base64-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/base64url/tsconfig.json b/base64url/tsconfig.json index 9dc406f7ee..e5f6b4b0a6 100644 --- a/base64url/tsconfig.json +++ b/base64url/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bases/tsconfig.json b/bases/tsconfig.json index a8df7c46d9..b7d1d27d65 100644 --- a/bases/tsconfig.json +++ b/bases/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/basic-auth/tsconfig.json b/basic-auth/tsconfig.json index be30144a09..cbf7c76632 100644 --- a/basic-auth/tsconfig.json +++ b/basic-auth/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/batch-stream/tsconfig.json b/batch-stream/tsconfig.json index 2bfe010bef..e11bc04a59 100644 --- a/batch-stream/tsconfig.json +++ b/batch-stream/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bazinga-translator/tsconfig.json b/bazinga-translator/tsconfig.json index 23a0f9abdb..327e6b6ec2 100644 --- a/bazinga-translator/tsconfig.json +++ b/bazinga-translator/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bcrypt-nodejs/tsconfig.json b/bcrypt-nodejs/tsconfig.json index 5db2f8ea76..ffe1da2e5f 100644 --- a/bcrypt-nodejs/tsconfig.json +++ b/bcrypt-nodejs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bcrypt/tsconfig.json b/bcrypt/tsconfig.json index 9d1c5fceba..0a545402e6 100644 --- a/bcrypt/tsconfig.json +++ b/bcrypt/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bcryptjs/tsconfig.json b/bcryptjs/tsconfig.json index afa3f32756..9db5b79791 100644 --- a/bcryptjs/tsconfig.json +++ b/bcryptjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/benchmark/tsconfig.json b/benchmark/tsconfig.json index 1d509459d8..cea823638e 100644 --- a/benchmark/tsconfig.json +++ b/benchmark/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/better-curry/tsconfig.json b/better-curry/tsconfig.json index 31370cf1de..c078d7e98d 100644 --- a/better-curry/tsconfig.json +++ b/better-curry/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bezier-easing/tsconfig.json b/bezier-easing/tsconfig.json index 21758ddc9b..9cbb3fb9f2 100644 --- a/bezier-easing/tsconfig.json +++ b/bezier-easing/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bezier-js/tsconfig.json b/bezier-js/tsconfig.json index e86d3238a7..1b6d173a81 100644 --- a/bezier-js/tsconfig.json +++ b/bezier-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bgiframe/tsconfig.json b/bgiframe/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/bgiframe/tsconfig.json +++ b/bgiframe/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/big-integer/tsconfig.json b/big-integer/tsconfig.json index de7bcb9e4a..14bd5ba3fc 100644 --- a/big-integer/tsconfig.json +++ b/big-integer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/big.js/tsconfig.json b/big.js/tsconfig.json index 19da6b94ed..5c6806c797 100644 --- a/big.js/tsconfig.json +++ b/big.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bigint/tsconfig.json b/bigint/tsconfig.json index e65612eeb1..962d064254 100644 --- a/bigint/tsconfig.json +++ b/bigint/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bignum/tsconfig.json b/bignum/tsconfig.json index 6faac38c8f..61dcc7492e 100644 --- a/bignum/tsconfig.json +++ b/bignum/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bigscreen/tsconfig.json b/bigscreen/tsconfig.json index ce4fdc543d..1e447a9cf7 100644 --- a/bigscreen/tsconfig.json +++ b/bigscreen/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bind-ponyfill/tsconfig.json b/bind-ponyfill/tsconfig.json index 44c1eca54a..1253196869 100644 --- a/bind-ponyfill/tsconfig.json +++ b/bind-ponyfill/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "bind-ponyfill-tests.ts" ] -} +} \ No newline at end of file diff --git a/bingmaps/tsconfig.json b/bingmaps/tsconfig.json index 3572f00992..c546d497fc 100644 --- a/bingmaps/tsconfig.json +++ b/bingmaps/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bintrees/tsconfig.json b/bintrees/tsconfig.json index afbad4af37..d97622d9f8 100644 --- a/bintrees/tsconfig.json +++ b/bintrees/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "bintrees-tests.ts" ] -} +} \ No newline at end of file diff --git a/bip21/tsconfig.json b/bip21/tsconfig.json index c1ed6e8d86..050c9a1cdf 100644 --- a/bip21/tsconfig.json +++ b/bip21/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bit-array/tsconfig.json b/bit-array/tsconfig.json index 723db8fc00..943e7295cc 100644 --- a/bit-array/tsconfig.json +++ b/bit-array/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bitwise-xor/tsconfig.json b/bitwise-xor/tsconfig.json index c6044c1880..8a5de02f2b 100644 --- a/bitwise-xor/tsconfig.json +++ b/bitwise-xor/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bl/tsconfig.json b/bl/tsconfig.json index c7f3719dc8..d25057ecc4 100644 --- a/bl/tsconfig.json +++ b/bl/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/blazy/tsconfig.json b/blazy/tsconfig.json index 51d772f56d..6357e236df 100644 --- a/blazy/tsconfig.json +++ b/blazy/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/blessed/tsconfig.json b/blessed/tsconfig.json index 4bd9b84009..999cea2c7b 100644 --- a/blessed/tsconfig.json +++ b/blessed/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/blissfuljs/tsconfig.json b/blissfuljs/tsconfig.json index f1de3afe28..c0cb6bbbe1 100644 --- a/blissfuljs/tsconfig.json +++ b/blissfuljs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/blob-stream/tsconfig.json b/blob-stream/tsconfig.json index 144a9bdaf3..70fbfb30cd 100644 --- a/blob-stream/tsconfig.json +++ b/blob-stream/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/blocks/tsconfig.json b/blocks/tsconfig.json index 9ff49001dc..77fab8218d 100644 --- a/blocks/tsconfig.json +++ b/blocks/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/blue-tape/tsconfig.json b/blue-tape/tsconfig.json index 122eb01fed..9fa54bd259 100644 --- a/blue-tape/tsconfig.json +++ b/blue-tape/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bluebird-retry/tsconfig.json b/bluebird-retry/tsconfig.json index 8c95b9f8d9..4eaa47aaf6 100644 --- a/bluebird-retry/tsconfig.json +++ b/bluebird-retry/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bluebird/tsconfig.json b/bluebird/tsconfig.json index 72e3f2fcc4..8e871c9e34 100644 --- a/bluebird/tsconfig.json +++ b/bluebird/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es5", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/blueimp-md5/tsconfig.json b/blueimp-md5/tsconfig.json index a2cb1cf007..5cae250d0d 100644 --- a/blueimp-md5/tsconfig.json +++ b/blueimp-md5/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/body-parser/tsconfig.json b/body-parser/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/body-parser/tsconfig.json +++ b/body-parser/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bonjour/tsconfig.json b/bonjour/tsconfig.json index 07715bfe01..08edb275c4 100644 --- a/bonjour/tsconfig.json +++ b/bonjour/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/bookshelf/tsconfig.json b/bookshelf/tsconfig.json index 6c039f8a8c..da566d66b8 100644 --- a/bookshelf/tsconfig.json +++ b/bookshelf/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/boolify-string/tsconfig.json b/boolify-string/tsconfig.json index 6d944e29d8..82d9ff7875 100644 --- a/boolify-string/tsconfig.json +++ b/boolify-string/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/boom/tsconfig.json b/boom/tsconfig.json index c517abebcb..2ff569cd92 100644 --- a/boom/tsconfig.json +++ b/boom/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bootbox/tsconfig.json b/bootbox/tsconfig.json index a48da8b93d..b088f79e39 100644 --- a/bootbox/tsconfig.json +++ b/bootbox/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bootpag/tsconfig.json b/bootpag/tsconfig.json index 0a64673ec3..6760ddda5c 100644 --- a/bootpag/tsconfig.json +++ b/bootpag/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bootstrap-datepicker/tsconfig.json b/bootstrap-datepicker/tsconfig.json index 76815ada13..95e18e8189 100644 --- a/bootstrap-datepicker/tsconfig.json +++ b/bootstrap-datepicker/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "bootstrap-datepicker-tests.ts" ] -} +} \ No newline at end of file diff --git a/bootstrap-fileinput/tsconfig.json b/bootstrap-fileinput/tsconfig.json index 126718d584..bf97b93a4d 100644 --- a/bootstrap-fileinput/tsconfig.json +++ b/bootstrap-fileinput/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bootstrap-maxlength/tsconfig.json b/bootstrap-maxlength/tsconfig.json index aa05acba0c..a4daca7b77 100644 --- a/bootstrap-maxlength/tsconfig.json +++ b/bootstrap-maxlength/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bootstrap-notify/tsconfig.json b/bootstrap-notify/tsconfig.json index 242a7aa566..c13c33a92b 100644 --- a/bootstrap-notify/tsconfig.json +++ b/bootstrap-notify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bootstrap-select/tsconfig.json b/bootstrap-select/tsconfig.json index 366216ab7f..b947cab95c 100644 --- a/bootstrap-select/tsconfig.json +++ b/bootstrap-select/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/bootstrap-slider/tsconfig.json b/bootstrap-slider/tsconfig.json index e6f6a59569..03e9cbfbab 100644 --- a/bootstrap-slider/tsconfig.json +++ b/bootstrap-slider/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bootstrap-switch/tsconfig.json b/bootstrap-switch/tsconfig.json index a68da8f473..618011fead 100644 --- a/bootstrap-switch/tsconfig.json +++ b/bootstrap-switch/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bootstrap-table/tsconfig.json b/bootstrap-table/tsconfig.json index ad183f608a..05ecd1dc75 100644 --- a/bootstrap-table/tsconfig.json +++ b/bootstrap-table/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/bootstrap-touchspin/tsconfig.json b/bootstrap-touchspin/tsconfig.json index 6fb5318338..d72a9c0f92 100644 --- a/bootstrap-touchspin/tsconfig.json +++ b/bootstrap-touchspin/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bootstrap.paginator/tsconfig.json b/bootstrap.paginator/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/bootstrap.paginator/tsconfig.json +++ b/bootstrap.paginator/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bootstrap.timepicker/tsconfig.json b/bootstrap.timepicker/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/bootstrap.timepicker/tsconfig.json +++ b/bootstrap.timepicker/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bootstrap.v3.datetimepicker/tsconfig.json b/bootstrap.v3.datetimepicker/tsconfig.json index 9687ed171c..2eef3f5e3f 100644 --- a/bootstrap.v3.datetimepicker/tsconfig.json +++ b/bootstrap.v3.datetimepicker/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bootstrap/tsconfig.json b/bootstrap/tsconfig.json index cef6cee74d..6e2189e5bf 100644 --- a/bootstrap/tsconfig.json +++ b/bootstrap/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bounce.js/tsconfig.json b/bounce.js/tsconfig.json index 21e0c7c332..d06c697a6b 100644 --- a/bounce.js/tsconfig.json +++ b/bounce.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bowser/tsconfig.json b/bowser/tsconfig.json index 5261c0e68b..51ffd1dd85 100644 --- a/bowser/tsconfig.json +++ b/bowser/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/box2d/tsconfig.json b/box2d/tsconfig.json index 8333376bb5..426500dcfd 100644 --- a/box2d/tsconfig.json +++ b/box2d/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/braintree-web/tsconfig.json b/braintree-web/tsconfig.json index caa9c36450..2c052fabc8 100644 --- a/braintree-web/tsconfig.json +++ b/braintree-web/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/breeze/tsconfig.json b/breeze/tsconfig.json index 61c40b0c21..a3916d6c5c 100644 --- a/breeze/tsconfig.json +++ b/breeze/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/brorand/tsconfig.json b/brorand/tsconfig.json index 3364b18700..c8152cfdb2 100644 --- a/brorand/tsconfig.json +++ b/brorand/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/browser-harness/tsconfig.json b/browser-harness/tsconfig.json index 8d91341dc2..5bd3144ee4 100644 --- a/browser-harness/tsconfig.json +++ b/browser-harness/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/browser-pack/tsconfig.json b/browser-pack/tsconfig.json index aa0bdc75fd..5c463f38f6 100644 --- a/browser-pack/tsconfig.json +++ b/browser-pack/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/browser-resolve/tsconfig.json b/browser-resolve/tsconfig.json index d708711572..35613062f3 100644 --- a/browser-resolve/tsconfig.json +++ b/browser-resolve/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/browser-sync/tsconfig.json b/browser-sync/tsconfig.json index 00f6a385be..40e4d9c28c 100644 --- a/browser-sync/tsconfig.json +++ b/browser-sync/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/browserify/tsconfig.json b/browserify/tsconfig.json index 76abfe7cdf..789228dcf3 100644 --- a/browserify/tsconfig.json +++ b/browserify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bs58/tsconfig.json b/bs58/tsconfig.json index 1b125313a3..d4b6ed9e9f 100644 --- a/bs58/tsconfig.json +++ b/bs58/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bson/tsconfig.json b/bson/tsconfig.json index 2867dd77b7..06b0fe8c52 100644 --- a/bson/tsconfig.json +++ b/bson/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bucks/tsconfig.json b/bucks/tsconfig.json index 7fe2ceb2ad..9231c0db3b 100644 --- a/bucks/tsconfig.json +++ b/bucks/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/buffer-compare/tsconfig.json b/buffer-compare/tsconfig.json index 2f0ab706cb..7adb2631f5 100644 --- a/buffer-compare/tsconfig.json +++ b/buffer-compare/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/buffer-equal/tsconfig.json b/buffer-equal/tsconfig.json index 023af87516..015854b604 100644 --- a/buffer-equal/tsconfig.json +++ b/buffer-equal/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/buffers/tsconfig.json b/buffers/tsconfig.json index 7e5fabe5ab..a8d7cbbf92 100644 --- a/buffers/tsconfig.json +++ b/buffers/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bufferstream/tsconfig.json b/bufferstream/tsconfig.json index 44b1becec2..2d0055c5f2 100644 --- a/bufferstream/tsconfig.json +++ b/bufferstream/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bugsnag/tsconfig.json b/bugsnag/tsconfig.json index 17df589138..34e7a6fa4f 100644 --- a/bugsnag/tsconfig.json +++ b/bugsnag/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bull/tsconfig.json b/bull/tsconfig.json index 4650ae9557..8ee650885d 100644 --- a/bull/tsconfig.json +++ b/bull/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bunnymq/tsconfig.json b/bunnymq/tsconfig.json index fac4aa837c..b061b72bac 100644 --- a/bunnymq/tsconfig.json +++ b/bunnymq/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bunyan-config/tsconfig.json b/bunyan-config/tsconfig.json index a86c564880..994b268230 100644 --- a/bunyan-config/tsconfig.json +++ b/bunyan-config/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bunyan-logentries/tsconfig.json b/bunyan-logentries/tsconfig.json index d99107bfb5..f50f595e76 100644 --- a/bunyan-logentries/tsconfig.json +++ b/bunyan-logentries/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bunyan-prettystream/tsconfig.json b/bunyan-prettystream/tsconfig.json index dcbdd86fcd..57900123eb 100644 --- a/bunyan-prettystream/tsconfig.json +++ b/bunyan-prettystream/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bunyan/tsconfig.json b/bunyan/tsconfig.json index 24893f27fb..2349bbd240 100644 --- a/bunyan/tsconfig.json +++ b/bunyan/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/busboy/tsconfig.json b/busboy/tsconfig.json index 50d1d83321..aee3c8ccae 100644 --- a/busboy/tsconfig.json +++ b/busboy/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/business-rules-engine/tsconfig.json b/business-rules-engine/tsconfig.json index d78f12fad1..bc9aaa2d87 100644 --- a/business-rules-engine/tsconfig.json +++ b/business-rules-engine/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bwip-js/tsconfig.json b/bwip-js/tsconfig.json index 33e3e21f35..66f010939e 100644 --- a/bwip-js/tsconfig.json +++ b/bwip-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/byline/tsconfig.json b/byline/tsconfig.json index 86e1cca418..bad6eafe23 100644 --- a/byline/tsconfig.json +++ b/byline/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bytebuffer/tsconfig.json b/bytebuffer/tsconfig.json index 0f1705cac0..caa21be4bb 100644 --- a/bytebuffer/tsconfig.json +++ b/bytebuffer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/bytes/tsconfig.json b/bytes/tsconfig.json index 907ef89767..027930acd8 100644 --- a/bytes/tsconfig.json +++ b/bytes/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/c3/tsconfig.json b/c3/tsconfig.json index dd50256240..f439630232 100644 --- a/c3/tsconfig.json +++ b/c3/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "noEmit": true, "forceConsistentCasingInFileNames": true @@ -11,4 +12,4 @@ "index.d.ts", "c3-tests.ts" ] -} +} \ No newline at end of file diff --git a/cache-manager/tsconfig.json b/cache-manager/tsconfig.json index c96d6c485c..b32e787047 100644 --- a/cache-manager/tsconfig.json +++ b/cache-manager/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cachefactory/tsconfig.json b/cachefactory/tsconfig.json index 41bb03d433..86d3b5a1e3 100644 --- a/cachefactory/tsconfig.json +++ b/cachefactory/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cal-heatmap/tsconfig.json b/cal-heatmap/tsconfig.json index 6b19258ef7..fb5a562148 100644 --- a/cal-heatmap/tsconfig.json +++ b/cal-heatmap/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -17,4 +18,4 @@ "index.d.ts", "cal-heatmap-tests.ts" ] -} +} \ No newline at end of file diff --git a/callsite/tsconfig.json b/callsite/tsconfig.json index 4be2800535..9fe360ce2b 100644 --- a/callsite/tsconfig.json +++ b/callsite/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/calq/tsconfig.json b/calq/tsconfig.json index 8907ad6544..7629a025e1 100644 --- a/calq/tsconfig.json +++ b/calq/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/camelcase/tsconfig.json b/camelcase/tsconfig.json index c92cab2221..5fc9824568 100644 --- a/camelcase/tsconfig.json +++ b/camelcase/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/camljs/tsconfig.json b/camljs/tsconfig.json index f6a6f272de..d583ec258e 100644 --- a/camljs/tsconfig.json +++ b/camljs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/camo/tsconfig.json b/camo/tsconfig.json index 27a2fc316d..d53c982b25 100644 --- a/camo/tsconfig.json +++ b/camo/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/canvas-gauges/tsconfig.json b/canvas-gauges/tsconfig.json index 3719e86106..6f6aa11e1d 100644 --- a/canvas-gauges/tsconfig.json +++ b/canvas-gauges/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/canvasjs/tsconfig.json b/canvasjs/tsconfig.json index 40aa730bfc..e609a4a9c4 100644 --- a/canvasjs/tsconfig.json +++ b/canvasjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cash/tsconfig.json b/cash/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/cash/tsconfig.json +++ b/cash/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/casperjs/tsconfig.json b/casperjs/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/casperjs/tsconfig.json +++ b/casperjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cassandra-driver/tsconfig.json b/cassandra-driver/tsconfig.json index 10b7ab8253..2cc6b7e782 100644 --- a/cassandra-driver/tsconfig.json +++ b/cassandra-driver/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cbor/tsconfig.json b/cbor/tsconfig.json index 79e9a54ef0..e3ece1c983 100644 --- a/cbor/tsconfig.json +++ b/cbor/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "cbor-tests.ts" ] -} +} \ No newline at end of file diff --git a/chai-as-promised/tsconfig.json b/chai-as-promised/tsconfig.json index ab6e25f533..be115c3f06 100644 --- a/chai-as-promised/tsconfig.json +++ b/chai-as-promised/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/chai-datetime/tsconfig.json b/chai-datetime/tsconfig.json index 5dc6f30b84..43277c3b0d 100644 --- a/chai-datetime/tsconfig.json +++ b/chai-datetime/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/chai-dom/tsconfig.json b/chai-dom/tsconfig.json index 1e6e575470..84cd4a668d 100644 --- a/chai-dom/tsconfig.json +++ b/chai-dom/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/chai-enzyme/tsconfig.json b/chai-enzyme/tsconfig.json index 6c0238d9d2..e04b4818ad 100644 --- a/chai-enzyme/tsconfig.json +++ b/chai-enzyme/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/chai-fuzzy/tsconfig.json b/chai-fuzzy/tsconfig.json index b66762c48a..f173a4421c 100644 --- a/chai-fuzzy/tsconfig.json +++ b/chai-fuzzy/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/chai-http/tsconfig.json b/chai-http/tsconfig.json index 7d97f81bce..53cde6fe52 100644 --- a/chai-http/tsconfig.json +++ b/chai-http/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/chai-jquery/tsconfig.json b/chai-jquery/tsconfig.json index f2c908f2d9..f101ab5f0e 100644 --- a/chai-jquery/tsconfig.json +++ b/chai-jquery/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/chai-oequal/tsconfig.json b/chai-oequal/tsconfig.json index cfeb14eeee..a1f6103868 100644 --- a/chai-oequal/tsconfig.json +++ b/chai-oequal/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "chai-oequal-tests.ts" ] -} +} \ No newline at end of file diff --git a/chai-spies/tsconfig.json b/chai-spies/tsconfig.json index 91c115a7a5..88143d7886 100644 --- a/chai-spies/tsconfig.json +++ b/chai-spies/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/chai-string/tsconfig.json b/chai-string/tsconfig.json index 8582c91588..9eaaa0490d 100644 --- a/chai-string/tsconfig.json +++ b/chai-string/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/chai-subset/tsconfig.json b/chai-subset/tsconfig.json index 38503c0b4f..1a7f852ff5 100644 --- a/chai-subset/tsconfig.json +++ b/chai-subset/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/chai-things/tsconfig.json b/chai-things/tsconfig.json index 6a1bf346d2..a59ed9561c 100644 --- a/chai-things/tsconfig.json +++ b/chai-things/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/chai-xml/tsconfig.json b/chai-xml/tsconfig.json index 58ad357c09..abd4d0df2b 100644 --- a/chai-xml/tsconfig.json +++ b/chai-xml/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "chai-xml-tests.ts" ] -} +} \ No newline at end of file diff --git a/chai/tsconfig.json b/chai/tsconfig.json index b253cec563..399af1570c 100644 --- a/chai/tsconfig.json +++ b/chai/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/chalk/tsconfig.json b/chalk/tsconfig.json index 6a207e3d73..170f4bea66 100644 --- a/chalk/tsconfig.json +++ b/chalk/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/chance/tsconfig.json b/chance/tsconfig.json index 6c16bfd3d2..ae3cd15626 100644 --- a/chance/tsconfig.json +++ b/chance/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/change-emitter/tsconfig.json b/change-emitter/tsconfig.json index 83453a3874..729895e968 100644 --- a/change-emitter/tsconfig.json +++ b/change-emitter/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/chart.js/tsconfig.json b/chart.js/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/chart.js/tsconfig.json +++ b/chart.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/chartist/tsconfig.json b/chartist/tsconfig.json index f83ec6193e..b5d5a88498 100644 --- a/chartist/tsconfig.json +++ b/chartist/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/chartjs/tsconfig.json b/chartjs/tsconfig.json index 41b5e33af8..5d31ea6aa4 100644 --- a/chartjs/tsconfig.json +++ b/chartjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cheap-ruler/tsconfig.json b/cheap-ruler/tsconfig.json index 5ad05276b4..e84a59808f 100644 --- a/cheap-ruler/tsconfig.json +++ b/cheap-ruler/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/checksum/tsconfig.json b/checksum/tsconfig.json index 654e47bfce..1f6ac88a01 100644 --- a/checksum/tsconfig.json +++ b/checksum/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cheerio/tsconfig.json b/cheerio/tsconfig.json index de4915dac3..9650ec4b5c 100644 --- a/cheerio/tsconfig.json +++ b/cheerio/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/chocolatechipjs/tsconfig.json b/chocolatechipjs/tsconfig.json index 2ab103b1e2..f2b634193f 100644 --- a/chocolatechipjs/tsconfig.json +++ b/chocolatechipjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/chokidar/tsconfig.json b/chokidar/tsconfig.json index e41cc15819..c456984842 100644 --- a/chokidar/tsconfig.json +++ b/chokidar/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/chosen/tsconfig.json b/chosen/tsconfig.json index cdd20f987e..0e03fa7164 100644 --- a/chosen/tsconfig.json +++ b/chosen/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/chroma-js/tsconfig.json b/chroma-js/tsconfig.json index 08c8a1fcbe..5dc7522d18 100644 --- a/chroma-js/tsconfig.json +++ b/chroma-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/chrome/tsconfig.json b/chrome/tsconfig.json index f203aa322a..385e3c3ccf 100644 --- a/chrome/tsconfig.json +++ b/chrome/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/chui/tsconfig.json b/chui/tsconfig.json index 5b444a12d5..513422c456 100644 --- a/chui/tsconfig.json +++ b/chui/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/chunked-dc/tsconfig.json b/chunked-dc/tsconfig.json index d2791d64e6..20ce90a8c3 100644 --- a/chunked-dc/tsconfig.json +++ b/chunked-dc/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/circular-json/tsconfig.json b/circular-json/tsconfig.json index a7b37a3fe5..b809a6907a 100644 --- a/circular-json/tsconfig.json +++ b/circular-json/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ckeditor/tsconfig.json b/ckeditor/tsconfig.json index 13406465bf..575936ac28 100644 --- a/ckeditor/tsconfig.json +++ b/ckeditor/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/classnames/tsconfig.json b/classnames/tsconfig.json index 3da0da12c0..e1958c6b84 100644 --- a/classnames/tsconfig.json +++ b/classnames/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cldrjs/tsconfig.json b/cldrjs/tsconfig.json index a0464ae7a3..1eb80c431b 100644 --- a/cldrjs/tsconfig.json +++ b/cldrjs/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/clean-css/tsconfig.json b/clean-css/tsconfig.json index a4e5cccfbc..8a96d9125b 100644 --- a/clean-css/tsconfig.json +++ b/clean-css/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cli-color/tsconfig.json b/cli-color/tsconfig.json index 4309611b76..d084404c17 100644 --- a/cli-color/tsconfig.json +++ b/cli-color/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cli/tsconfig.json b/cli/tsconfig.json index a2e4a6854a..18028897c9 100644 --- a/cli/tsconfig.json +++ b/cli/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cliff/tsconfig.json b/cliff/tsconfig.json index 3543a3aa8d..d0dbd8162c 100644 --- a/cliff/tsconfig.json +++ b/cliff/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/clipboard-js/tsconfig.json b/clipboard-js/tsconfig.json index ffd1667f40..d183b6762a 100644 --- a/clipboard-js/tsconfig.json +++ b/clipboard-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/clipboard/tsconfig.json b/clipboard/tsconfig.json index 825aea90c9..8aac4fe040 100644 --- a/clipboard/tsconfig.json +++ b/clipboard/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/clone/tsconfig.json b/clone/tsconfig.json index 6fc005a1a4..353f9f87cc 100644 --- a/clone/tsconfig.json +++ b/clone/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/closure-compiler/tsconfig.json b/closure-compiler/tsconfig.json index 02996782a1..6bc431b0da 100644 --- a/closure-compiler/tsconfig.json +++ b/closure-compiler/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/co-body/tsconfig.json b/co-body/tsconfig.json index be5ee22788..b0a4ebc5cf 100644 --- a/co-body/tsconfig.json +++ b/co-body/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/co-views/tsconfig.json b/co-views/tsconfig.json index e5cd75aeff..359d264aed 100644 --- a/co-views/tsconfig.json +++ b/co-views/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/code/tsconfig.json b/code/tsconfig.json index d0299c6345..6846645005 100644 --- a/code/tsconfig.json +++ b/code/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/codemirror/tsconfig.json b/codemirror/tsconfig.json index 3e19f69385..a2002ceec6 100644 --- a/codemirror/tsconfig.json +++ b/codemirror/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/codependency/tsconfig.json b/codependency/tsconfig.json index 34636ce3d3..226c3226a8 100644 --- a/codependency/tsconfig.json +++ b/codependency/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/coffeeify/tsconfig.json b/coffeeify/tsconfig.json index 980d12eccc..83d510ff81 100644 --- a/coffeeify/tsconfig.json +++ b/coffeeify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/color/tsconfig.json b/color/tsconfig.json index 860f35d441..ea7d415a15 100644 --- a/color/tsconfig.json +++ b/color/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/colorbrewer/tsconfig.json b/colorbrewer/tsconfig.json index e47c32539d..d8afd009e6 100644 --- a/colorbrewer/tsconfig.json +++ b/colorbrewer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/colors/tsconfig.json b/colors/tsconfig.json index 907b57cf82..5630227201 100644 --- a/colors/tsconfig.json +++ b/colors/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/com.darktalker.cordova.screenshot/tsconfig.json b/com.darktalker.cordova.screenshot/tsconfig.json index 0b1d4ae264..a53a1e22ca 100644 --- a/com.darktalker.cordova.screenshot/tsconfig.json +++ b/com.darktalker.cordova.screenshot/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "com.darktalker.cordova.screenshot-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "com.darktalker.cordova.screenshot-tests.ts" + ] +} \ No newline at end of file diff --git a/combokeys/tsconfig.json b/combokeys/tsconfig.json index 724b9bf98a..a28720760d 100644 --- a/combokeys/tsconfig.json +++ b/combokeys/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cometd/tsconfig.json b/cometd/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/cometd/tsconfig.json +++ b/cometd/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/commander/tsconfig.json b/commander/tsconfig.json index 62ee13de7a..8e9c0176c6 100644 --- a/commander/tsconfig.json +++ b/commander/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/commangular/tsconfig.json b/commangular/tsconfig.json index 1cc876f08d..fa86db21ae 100644 --- a/commangular/tsconfig.json +++ b/commangular/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/common-tags/tsconfig.json b/common-tags/tsconfig.json index 34cf9e3e14..459ad8d20c 100644 --- a/common-tags/tsconfig.json +++ b/common-tags/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/commonmark/tsconfig.json b/commonmark/tsconfig.json index 2dec80d56a..0b9f1c06f0 100644 --- a/commonmark/tsconfig.json +++ b/commonmark/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/compare-version/tsconfig.json b/compare-version/tsconfig.json index b8835e1bf8..5b01fa2c88 100644 --- a/compare-version/tsconfig.json +++ b/compare-version/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/complex/tsconfig.json b/complex/tsconfig.json index 1342a9f58b..b958f7df69 100644 --- a/complex/tsconfig.json +++ b/complex/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/component-emitter/tsconfig.json b/component-emitter/tsconfig.json index 7b2b1fbb8a..f06aef9ef2 100644 --- a/component-emitter/tsconfig.json +++ b/component-emitter/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/compose-function/tsconfig.json b/compose-function/tsconfig.json index a3be8fa68b..2540821315 100644 --- a/compose-function/tsconfig.json +++ b/compose-function/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/compression/tsconfig.json b/compression/tsconfig.json index c5d4ea4a06..ad43e60acf 100644 --- a/compression/tsconfig.json +++ b/compression/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/concaveman/tsconfig.json b/concaveman/tsconfig.json index e888616615..7c9242a551 100644 --- a/concaveman/tsconfig.json +++ b/concaveman/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/confidence/tsconfig.json b/confidence/tsconfig.json index 2366ee68a5..5ed4a5fe05 100644 --- a/confidence/tsconfig.json +++ b/confidence/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/config/tsconfig.json b/config/tsconfig.json index a44ff0d3e7..ce63061849 100644 --- a/config/tsconfig.json +++ b/config/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/configstore/tsconfig.json b/configstore/tsconfig.json index d107475403..a67444aa3d 100644 --- a/configstore/tsconfig.json +++ b/configstore/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/confit/tsconfig.json b/confit/tsconfig.json index 5de137412e..d035477089 100644 --- a/confit/tsconfig.json +++ b/confit/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/connect-flash/tsconfig.json b/connect-flash/tsconfig.json index 34bc1f8ca0..7fe8912d21 100644 --- a/connect-flash/tsconfig.json +++ b/connect-flash/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/connect-livereload/tsconfig.json b/connect-livereload/tsconfig.json index 4f8d452cbc..41a8b4caeb 100644 --- a/connect-livereload/tsconfig.json +++ b/connect-livereload/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/connect-modrewrite/tsconfig.json b/connect-modrewrite/tsconfig.json index cdbb5b57a6..74d78a7d05 100644 --- a/connect-modrewrite/tsconfig.json +++ b/connect-modrewrite/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/connect-mongo/tsconfig.json b/connect-mongo/tsconfig.json index 3048900aff..b9173e6bde 100644 --- a/connect-mongo/tsconfig.json +++ b/connect-mongo/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/connect-redis/tsconfig.json b/connect-redis/tsconfig.json index dadee4e1f8..6217f24b07 100644 --- a/connect-redis/tsconfig.json +++ b/connect-redis/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "connect-redis-tests.ts" ] -} +} \ No newline at end of file diff --git a/connect-slashes/tsconfig.json b/connect-slashes/tsconfig.json index 79fe5a883b..4388cfb9bf 100644 --- a/connect-slashes/tsconfig.json +++ b/connect-slashes/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/connect-timeout/tsconfig.json b/connect-timeout/tsconfig.json index 01feb5bd3a..ccff02eeb3 100644 --- a/connect-timeout/tsconfig.json +++ b/connect-timeout/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/connect/tsconfig.json b/connect/tsconfig.json index 733e539a82..590831c9d8 100644 --- a/connect/tsconfig.json +++ b/connect/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/console-stamp/tsconfig.json b/console-stamp/tsconfig.json index c66dbd5607..1dfa069297 100644 --- a/console-stamp/tsconfig.json +++ b/console-stamp/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/consolidate/tsconfig.json b/consolidate/tsconfig.json index 10f98b21f8..e7ba412b66 100644 --- a/consolidate/tsconfig.json +++ b/consolidate/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/consul/tsconfig.json b/consul/tsconfig.json index 3312219b73..838c80f127 100644 --- a/consul/tsconfig.json +++ b/consul/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/content-disposition/tsconfig.json b/content-disposition/tsconfig.json index 179228e4d6..b73c153fb2 100644 --- a/content-disposition/tsconfig.json +++ b/content-disposition/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "content-disposition-tests.ts" ] -} +} \ No newline at end of file diff --git a/content-type/tsconfig.json b/content-type/tsconfig.json index ae9c720e39..539d27124d 100644 --- a/content-type/tsconfig.json +++ b/content-type/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/contentful-resolve-response/tsconfig.json b/contentful-resolve-response/tsconfig.json index 35c1382a6c..28d65f4d1d 100644 --- a/contentful-resolve-response/tsconfig.json +++ b/contentful-resolve-response/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/contextjs/tsconfig.json b/contextjs/tsconfig.json index e02db0974f..bfd596b5e7 100644 --- a/contextjs/tsconfig.json +++ b/contextjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/continuation-local-storage/tsconfig.json b/continuation-local-storage/tsconfig.json index b3c3e10409..3c347ff1d4 100644 --- a/continuation-local-storage/tsconfig.json +++ b/continuation-local-storage/tsconfig.json @@ -4,6 +4,7 @@ "moduleResolution": "node", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -17,4 +18,4 @@ "index.d.ts", "continuation-local-storage-tests.ts" ] -} +} \ No newline at end of file diff --git a/convert-source-map/tsconfig.json b/convert-source-map/tsconfig.json index dc151d28ad..7b48bb5851 100644 --- a/convert-source-map/tsconfig.json +++ b/convert-source-map/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/convict/tsconfig.json b/convict/tsconfig.json index d1dc4ba073..62461c8840 100644 --- a/convict/tsconfig.json +++ b/convict/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cookie-parser/tsconfig.json b/cookie-parser/tsconfig.json index 0dc9bb4124..f31c6d69e3 100644 --- a/cookie-parser/tsconfig.json +++ b/cookie-parser/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cookie-session/tsconfig.json b/cookie-session/tsconfig.json index ad0b573a21..6649ef38bc 100644 --- a/cookie-session/tsconfig.json +++ b/cookie-session/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cookie/tsconfig.json b/cookie/tsconfig.json index 1273280701..d446f9b766 100644 --- a/cookie/tsconfig.json +++ b/cookie/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cookiejs/tsconfig.json b/cookiejs/tsconfig.json index 76d537c57c..00349ecb29 100644 --- a/cookiejs/tsconfig.json +++ b/cookiejs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cookies/tsconfig.json b/cookies/tsconfig.json index bab7dc1f79..ee39b1bfec 100644 --- a/cookies/tsconfig.json +++ b/cookies/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/copy-paste/tsconfig.json b/copy-paste/tsconfig.json index 242d037af7..d0b1a06fce 100644 --- a/copy-paste/tsconfig.json +++ b/copy-paste/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/copy-webpack-plugin/tsconfig.json b/copy-webpack-plugin/tsconfig.json index 1d8d63e8ac..aec2166153 100644 --- a/copy-webpack-plugin/tsconfig.json +++ b/copy-webpack-plugin/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "copy-webpack-plugin-tests.ts" ] -} +} \ No newline at end of file diff --git a/cordova-ionic/tsconfig.json b/cordova-ionic/tsconfig.json index cf1e1c9d4a..08f11aa218 100644 --- a/cordova-ionic/tsconfig.json +++ b/cordova-ionic/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cordova-plugin-app-version/tsconfig.json b/cordova-plugin-app-version/tsconfig.json index 53ddf5fc2d..197a02f884 100644 --- a/cordova-plugin-app-version/tsconfig.json +++ b/cordova-plugin-app-version/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cordova-plugin-background-mode/tsconfig.json b/cordova-plugin-background-mode/tsconfig.json index 1f1a47e291..52a1b601d8 100644 --- a/cordova-plugin-background-mode/tsconfig.json +++ b/cordova-plugin-background-mode/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cordova-plugin-battery-status/tsconfig.json b/cordova-plugin-battery-status/tsconfig.json index 0ba34b4eaf..8b8d0dd9a0 100644 --- a/cordova-plugin-battery-status/tsconfig.json +++ b/cordova-plugin-battery-status/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/cordova-plugin-ble-central/tsconfig.json b/cordova-plugin-ble-central/tsconfig.json index cfff519c0b..f5e39c3e42 100644 --- a/cordova-plugin-ble-central/tsconfig.json +++ b/cordova-plugin-ble-central/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/cordova-plugin-camera/tsconfig.json b/cordova-plugin-camera/tsconfig.json index 4bcb17e701..de59057b16 100644 --- a/cordova-plugin-camera/tsconfig.json +++ b/cordova-plugin-camera/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/cordova-plugin-contacts/tsconfig.json b/cordova-plugin-contacts/tsconfig.json index e7622317a1..7a2cdd8a71 100644 --- a/cordova-plugin-contacts/tsconfig.json +++ b/cordova-plugin-contacts/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/cordova-plugin-device-motion/tsconfig.json b/cordova-plugin-device-motion/tsconfig.json index 8fdea1bb00..7103a190fb 100644 --- a/cordova-plugin-device-motion/tsconfig.json +++ b/cordova-plugin-device-motion/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/cordova-plugin-device-orientation/tsconfig.json b/cordova-plugin-device-orientation/tsconfig.json index cbbd8fcb7c..2cb3f53eba 100644 --- a/cordova-plugin-device-orientation/tsconfig.json +++ b/cordova-plugin-device-orientation/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/cordova-plugin-device/tsconfig.json b/cordova-plugin-device/tsconfig.json index a7004ed713..770035677b 100644 --- a/cordova-plugin-device/tsconfig.json +++ b/cordova-plugin-device/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/cordova-plugin-dialogs/tsconfig.json b/cordova-plugin-dialogs/tsconfig.json index 66e676d30c..5b58970648 100644 --- a/cordova-plugin-dialogs/tsconfig.json +++ b/cordova-plugin-dialogs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/cordova-plugin-email-composer/tsconfig.json b/cordova-plugin-email-composer/tsconfig.json index effbcc48d8..dbf1e20d04 100644 --- a/cordova-plugin-email-composer/tsconfig.json +++ b/cordova-plugin-email-composer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cordova-plugin-file-transfer/tsconfig.json b/cordova-plugin-file-transfer/tsconfig.json index a4d326b967..fa23de9d32 100644 --- a/cordova-plugin-file-transfer/tsconfig.json +++ b/cordova-plugin-file-transfer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cordova-plugin-file/tsconfig.json b/cordova-plugin-file/tsconfig.json index 52446e1912..2d6757de6f 100644 --- a/cordova-plugin-file/tsconfig.json +++ b/cordova-plugin-file/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "cordova-plugin-file-tests.ts" ] -} +} \ No newline at end of file diff --git a/cordova-plugin-globalization/tsconfig.json b/cordova-plugin-globalization/tsconfig.json index 1f61009199..b8578ee58a 100644 --- a/cordova-plugin-globalization/tsconfig.json +++ b/cordova-plugin-globalization/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/cordova-plugin-ibeacon/tsconfig.json b/cordova-plugin-ibeacon/tsconfig.json index e5c465fd8a..70ae7003fc 100644 --- a/cordova-plugin-ibeacon/tsconfig.json +++ b/cordova-plugin-ibeacon/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cordova-plugin-inappbrowser/tsconfig.json b/cordova-plugin-inappbrowser/tsconfig.json index d26ba0222f..a07866f8cc 100644 --- a/cordova-plugin-inappbrowser/tsconfig.json +++ b/cordova-plugin-inappbrowser/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/cordova-plugin-insomnia/tsconfig.json b/cordova-plugin-insomnia/tsconfig.json index 65a5b704cb..c718b88f82 100644 --- a/cordova-plugin-insomnia/tsconfig.json +++ b/cordova-plugin-insomnia/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cordova-plugin-keyboard/tsconfig.json b/cordova-plugin-keyboard/tsconfig.json index d2f26294bc..055b29f90d 100644 --- a/cordova-plugin-keyboard/tsconfig.json +++ b/cordova-plugin-keyboard/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/cordova-plugin-mapsforge/tsconfig.json b/cordova-plugin-mapsforge/tsconfig.json index c564be8d68..c6c33ecb36 100644 --- a/cordova-plugin-mapsforge/tsconfig.json +++ b/cordova-plugin-mapsforge/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cordova-plugin-media-capture/tsconfig.json b/cordova-plugin-media-capture/tsconfig.json index f3ded32580..08a872e71c 100644 --- a/cordova-plugin-media-capture/tsconfig.json +++ b/cordova-plugin-media-capture/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "cordova-plugin-media-capture-tests.ts" ] -} +} \ No newline at end of file diff --git a/cordova-plugin-media/tsconfig.json b/cordova-plugin-media/tsconfig.json index d9fc3553b5..aab9a54f98 100644 --- a/cordova-plugin-media/tsconfig.json +++ b/cordova-plugin-media/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/cordova-plugin-ms-adal/tsconfig.json b/cordova-plugin-ms-adal/tsconfig.json index 069dda6589..cfe65b091f 100644 --- a/cordova-plugin-ms-adal/tsconfig.json +++ b/cordova-plugin-ms-adal/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cordova-plugin-network-information/tsconfig.json b/cordova-plugin-network-information/tsconfig.json index 045c48e109..a17dfe6bb3 100644 --- a/cordova-plugin-network-information/tsconfig.json +++ b/cordova-plugin-network-information/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/cordova-plugin-ouralabs/tsconfig.json b/cordova-plugin-ouralabs/tsconfig.json index b91fa38b58..95f5b51784 100644 --- a/cordova-plugin-ouralabs/tsconfig.json +++ b/cordova-plugin-ouralabs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cordova-plugin-qrscanner/tsconfig.json b/cordova-plugin-qrscanner/tsconfig.json index 6f43f4ae6e..80c1eef44e 100644 --- a/cordova-plugin-qrscanner/tsconfig.json +++ b/cordova-plugin-qrscanner/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cordova-plugin-spinner/tsconfig.json b/cordova-plugin-spinner/tsconfig.json index 8378379bc7..cd075a5398 100644 --- a/cordova-plugin-spinner/tsconfig.json +++ b/cordova-plugin-spinner/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cordova-plugin-splashscreen/tsconfig.json b/cordova-plugin-splashscreen/tsconfig.json index 43e60dcd63..1c161dd254 100644 --- a/cordova-plugin-splashscreen/tsconfig.json +++ b/cordova-plugin-splashscreen/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/cordova-plugin-statusbar/tsconfig.json b/cordova-plugin-statusbar/tsconfig.json index 99f1b831a0..7b7eec9d27 100644 --- a/cordova-plugin-statusbar/tsconfig.json +++ b/cordova-plugin-statusbar/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/cordova-plugin-vibration/tsconfig.json b/cordova-plugin-vibration/tsconfig.json index 65aa81393a..14685dd5e7 100644 --- a/cordova-plugin-vibration/tsconfig.json +++ b/cordova-plugin-vibration/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/cordova-plugin-websql/tsconfig.json b/cordova-plugin-websql/tsconfig.json index 7bace33807..cd6e3687e1 100644 --- a/cordova-plugin-websql/tsconfig.json +++ b/cordova-plugin-websql/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/cordova-plugin-x-socialsharing/tsconfig.json b/cordova-plugin-x-socialsharing/tsconfig.json index 1c5e6b9eaa..55beb0246e 100644 --- a/cordova-plugin-x-socialsharing/tsconfig.json +++ b/cordova-plugin-x-socialsharing/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cordova.plugins.diagnostic/tsconfig.json b/cordova.plugins.diagnostic/tsconfig.json index 43c76ef639..382c85a216 100644 --- a/cordova.plugins.diagnostic/tsconfig.json +++ b/cordova.plugins.diagnostic/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cordova/tsconfig.json b/cordova/tsconfig.json index afe8d4ba45..fefe6b3f5e 100644 --- a/cordova/tsconfig.json +++ b/cordova/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cordovarduino/tsconfig.json b/cordovarduino/tsconfig.json index cebcbb3a26..528ac2324b 100644 --- a/cordovarduino/tsconfig.json +++ b/cordovarduino/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/core-decorators/tsconfig.json b/core-decorators/tsconfig.json index f77ed02af3..dea6ef9a2e 100644 --- a/core-decorators/tsconfig.json +++ b/core-decorators/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, diff --git a/core-js/tsconfig.json b/core-js/tsconfig.json index 49da14645c..51105b11d0 100644 --- a/core-js/tsconfig.json +++ b/core-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es5", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cors/tsconfig.json b/cors/tsconfig.json index a839cd6e4b..ac0afad95c 100644 --- a/cors/tsconfig.json +++ b/cors/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/couchbase/tsconfig.json b/couchbase/tsconfig.json index 395e25b26d..6dc373810d 100644 --- a/couchbase/tsconfig.json +++ b/couchbase/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/countdown/tsconfig.json b/countdown/tsconfig.json index d2d63f03e4..38f2bcd0ef 100644 --- a/countdown/tsconfig.json +++ b/countdown/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cradle/tsconfig.json b/cradle/tsconfig.json index 6bae8acf65..1922ab89f1 100644 --- a/cradle/tsconfig.json +++ b/cradle/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/create-error/tsconfig.json b/create-error/tsconfig.json index 26a4fc8aea..9dfbe8f269 100644 --- a/create-error/tsconfig.json +++ b/create-error/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/createjs-lib/tsconfig.json b/createjs-lib/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/createjs-lib/tsconfig.json +++ b/createjs-lib/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/createjs/tsconfig.json b/createjs/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/createjs/tsconfig.json +++ b/createjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/credential/tsconfig.json b/credential/tsconfig.json index 1c1c96f1d2..eab2b08998 100644 --- a/credential/tsconfig.json +++ b/credential/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/credit-card-type/tsconfig.json b/credit-card-type/tsconfig.json index 7b38d340d4..44fe61b454 100644 --- a/credit-card-type/tsconfig.json +++ b/credit-card-type/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/cron/tsconfig.json b/cron/tsconfig.json index 2bd99b7b17..661924d57c 100644 --- a/cron/tsconfig.json +++ b/cron/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cropperjs/tsconfig.json b/cropperjs/tsconfig.json index b93706f24b..ffc9bb4832 100644 --- a/cropperjs/tsconfig.json +++ b/cropperjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/croppie/tsconfig.json b/croppie/tsconfig.json index 88643135a2..7d8a49376a 100644 --- a/croppie/tsconfig.json +++ b/croppie/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "croppie-tests.ts" ] -} +} \ No newline at end of file diff --git a/cross-storage/tsconfig.json b/cross-storage/tsconfig.json index 39931ed517..b0f12d2d0c 100644 --- a/cross-storage/tsconfig.json +++ b/cross-storage/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/crossfilter/tsconfig.json b/crossfilter/tsconfig.json index a900103926..0bf6022be6 100644 --- a/crossfilter/tsconfig.json +++ b/crossfilter/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/crossroads/tsconfig.json b/crossroads/tsconfig.json index 45d103844b..2c871a9749 100644 --- a/crossroads/tsconfig.json +++ b/crossroads/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/crypto-js/tsconfig.json b/crypto-js/tsconfig.json index cfd1f83e09..a258e681fc 100644 --- a/crypto-js/tsconfig.json +++ b/crypto-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cryptojs/tsconfig.json b/cryptojs/tsconfig.json index 0bca72a982..10bbd0e5f3 100644 --- a/cryptojs/tsconfig.json +++ b/cryptojs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cson/tsconfig.json b/cson/tsconfig.json index e530a33c3a..c8bba3d4b2 100644 --- a/cson/tsconfig.json +++ b/cson/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/css-modules-require-hook/tsconfig.json b/css-modules-require-hook/tsconfig.json index d97a33fa46..42812bcc66 100644 --- a/css-modules-require-hook/tsconfig.json +++ b/css-modules-require-hook/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/css/tsconfig.json b/css/tsconfig.json index e1a3d498de..54cbf6833c 100644 --- a/css/tsconfig.json +++ b/css/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cssbeautify/tsconfig.json b/cssbeautify/tsconfig.json index a7b504a16b..6d7988ae44 100644 --- a/cssbeautify/tsconfig.json +++ b/cssbeautify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "cssbeautify-tests.ts" ] -} +} \ No newline at end of file diff --git a/csurf/tsconfig.json b/csurf/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/csurf/tsconfig.json +++ b/csurf/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/csv-parse/tsconfig.json b/csv-parse/tsconfig.json index b3e05f504a..2f7c1d736b 100644 --- a/csv-parse/tsconfig.json +++ b/csv-parse/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/csv-stringify/tsconfig.json b/csv-stringify/tsconfig.json index 725039e540..3d5cea5c60 100644 --- a/csv-stringify/tsconfig.json +++ b/csv-stringify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cucumber/tsconfig.json b/cucumber/tsconfig.json index fca28f2311..992cca7723 100644 --- a/cucumber/tsconfig.json +++ b/cucumber/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cuid/tsconfig.json b/cuid/tsconfig.json index 6834ca0c7c..a53e95b748 100644 --- a/cuid/tsconfig.json +++ b/cuid/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/custom-error-generator/tsconfig.json b/custom-error-generator/tsconfig.json index 3c24b09b02..a7d6a412db 100644 --- a/custom-error-generator/tsconfig.json +++ b/custom-error-generator/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/cybozulabs-md5/tsconfig.json b/cybozulabs-md5/tsconfig.json index eeac3d87b3..68a7e48345 100644 --- a/cybozulabs-md5/tsconfig.json +++ b/cybozulabs-md5/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/d3-array/tsconfig.json b/d3-array/tsconfig.json index 21388bf158..d9e272054d 100644 --- a/d3-array/tsconfig.json +++ b/d3-array/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-array-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-array-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-axis/tsconfig.json b/d3-axis/tsconfig.json index 225b56ee11..40e3b568f4 100644 --- a/d3-axis/tsconfig.json +++ b/d3-axis/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-axis-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-axis-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-box/tsconfig.json b/d3-box/tsconfig.json index ac2a5178dc..7d303bdd61 100644 --- a/d3-box/tsconfig.json +++ b/d3-box/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "noEmit": true, "forceConsistentCasingInFileNames": true @@ -11,4 +12,4 @@ "index.d.ts", "d3-box-tests.ts" ] -} +} \ No newline at end of file diff --git a/d3-brush/tsconfig.json b/d3-brush/tsconfig.json index d34042167c..6d8656f23b 100644 --- a/d3-brush/tsconfig.json +++ b/d3-brush/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-brush-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-brush-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-chord/tsconfig.json b/d3-chord/tsconfig.json index 64e301c389..629c95be8b 100644 --- a/d3-chord/tsconfig.json +++ b/d3-chord/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-chord-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-chord-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-collection/tsconfig.json b/d3-collection/tsconfig.json index bb31308ddc..abd7919662 100644 --- a/d3-collection/tsconfig.json +++ b/d3-collection/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-collection-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-collection-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-color/tsconfig.json b/d3-color/tsconfig.json index 6dd477889f..e2e62e5ac3 100644 --- a/d3-color/tsconfig.json +++ b/d3-color/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-color-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-color-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-dispatch/tsconfig.json b/d3-dispatch/tsconfig.json index 5da2fe1372..5329b9b870 100644 --- a/d3-dispatch/tsconfig.json +++ b/d3-dispatch/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-dispatch-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-dispatch-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-drag/tsconfig.json b/d3-drag/tsconfig.json index 0f18574138..8c842c965b 100644 --- a/d3-drag/tsconfig.json +++ b/d3-drag/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-drag-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-drag-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-dsv/tsconfig.json b/d3-dsv/tsconfig.json index d03fd12e03..eb275db8e8 100644 --- a/d3-dsv/tsconfig.json +++ b/d3-dsv/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/d3-ease/tsconfig.json b/d3-ease/tsconfig.json index 169c7c92dc..dc6c989229 100644 --- a/d3-ease/tsconfig.json +++ b/d3-ease/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-ease-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-ease-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-force/tsconfig.json b/d3-force/tsconfig.json index d11219db49..8bb643a3e1 100644 --- a/d3-force/tsconfig.json +++ b/d3-force/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-force-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-force-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-format/tsconfig.json b/d3-format/tsconfig.json index c3a8fe9353..44cf02f1d0 100644 --- a/d3-format/tsconfig.json +++ b/d3-format/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/d3-geo/tsconfig.json b/d3-geo/tsconfig.json index 2ec957f5d4..707a8bda7e 100644 --- a/d3-geo/tsconfig.json +++ b/d3-geo/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "d3-geo-tests.ts" ] -} +} \ No newline at end of file diff --git a/d3-hierarchy/tsconfig.json b/d3-hierarchy/tsconfig.json index 6c95cf0415..7dc8a4a49a 100644 --- a/d3-hierarchy/tsconfig.json +++ b/d3-hierarchy/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-hierarchy-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-hierarchy-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-hsv/tsconfig.json b/d3-hsv/tsconfig.json index f6493750fd..60524d6e6f 100644 --- a/d3-hsv/tsconfig.json +++ b/d3-hsv/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-hsv-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-hsv-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-interpolate/tsconfig.json b/d3-interpolate/tsconfig.json index 4271a3052b..80e9a2874a 100644 --- a/d3-interpolate/tsconfig.json +++ b/d3-interpolate/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-interpolate-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-interpolate-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-path/tsconfig.json b/d3-path/tsconfig.json index b12b6f36b5..644bb571d9 100644 --- a/d3-path/tsconfig.json +++ b/d3-path/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-path-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-path-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-polygon/tsconfig.json b/d3-polygon/tsconfig.json index b1c8548022..75b9b7877b 100644 --- a/d3-polygon/tsconfig.json +++ b/d3-polygon/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-polygon-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-polygon-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-quadtree/tsconfig.json b/d3-quadtree/tsconfig.json index cad852ded8..7306e1d3a4 100644 --- a/d3-quadtree/tsconfig.json +++ b/d3-quadtree/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-quadtree-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-quadtree-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-queue/tsconfig.json b/d3-queue/tsconfig.json index fe68a110c5..37b616b4e4 100644 --- a/d3-queue/tsconfig.json +++ b/d3-queue/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-queue-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-queue-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-random/tsconfig.json b/d3-random/tsconfig.json index 2e112e521d..f401f66dc4 100644 --- a/d3-random/tsconfig.json +++ b/d3-random/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-random-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-random-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-request/tsconfig.json b/d3-request/tsconfig.json index d320e3e9de..bbb77ee4e9 100644 --- a/d3-request/tsconfig.json +++ b/d3-request/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-request-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-request-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-scale-chromatic/tsconfig.json b/d3-scale-chromatic/tsconfig.json index bcbb6fd86c..d65c895814 100644 --- a/d3-scale-chromatic/tsconfig.json +++ b/d3-scale-chromatic/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-scale-chromatic-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-scale-chromatic-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-scale/tsconfig.json b/d3-scale/tsconfig.json index d6bc49fbf8..597609a643 100644 --- a/d3-scale/tsconfig.json +++ b/d3-scale/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-scale-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-scale-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-selection-multi/tsconfig.json b/d3-selection-multi/tsconfig.json index fb31347e35..5d4a3a1114 100644 --- a/d3-selection-multi/tsconfig.json +++ b/d3-selection-multi/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-selection-multi-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-selection-multi-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-selection/tsconfig.json b/d3-selection/tsconfig.json index 935042ff02..a217cfd905 100644 --- a/d3-selection/tsconfig.json +++ b/d3-selection/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-selection-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-selection-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-shape/tsconfig.json b/d3-shape/tsconfig.json index e89fd16603..311aea0647 100644 --- a/d3-shape/tsconfig.json +++ b/d3-shape/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-shape-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-shape-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-time-format/tsconfig.json b/d3-time-format/tsconfig.json index a51247265c..0047045e92 100644 --- a/d3-time-format/tsconfig.json +++ b/d3-time-format/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-time-format-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-time-format-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-time/tsconfig.json b/d3-time/tsconfig.json index 6d97db807d..127622abc9 100644 --- a/d3-time/tsconfig.json +++ b/d3-time/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-time-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-time-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-timer/tsconfig.json b/d3-timer/tsconfig.json index c9381563f4..5dabc7477e 100644 --- a/d3-timer/tsconfig.json +++ b/d3-timer/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-timer-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-timer-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-tip/tsconfig.json b/d3-tip/tsconfig.json index a490e65f55..8e1fb64ba1 100644 --- a/d3-tip/tsconfig.json +++ b/d3-tip/tsconfig.json @@ -1,14 +1,15 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": false, - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-tip-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-tip-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-transition/tsconfig.json b/d3-transition/tsconfig.json index a8ce62fa5e..84e0d271d7 100644 --- a/d3-transition/tsconfig.json +++ b/d3-transition/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-transition-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-transition-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-voronoi/tsconfig.json b/d3-voronoi/tsconfig.json index 100510809d..1be6d656e5 100644 --- a/d3-voronoi/tsconfig.json +++ b/d3-voronoi/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-voronoi-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-voronoi-tests.ts" + ] +} \ No newline at end of file diff --git a/d3-zoom/tsconfig.json b/d3-zoom/tsconfig.json index fa26f82be8..cb308465f0 100644 --- a/d3-zoom/tsconfig.json +++ b/d3-zoom/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3-zoom-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3-zoom-tests.ts" + ] +} \ No newline at end of file diff --git a/d3.cloud.layout/tsconfig.json b/d3.cloud.layout/tsconfig.json index 45d7cc6006..8ea8609e35 100644 --- a/d3.cloud.layout/tsconfig.json +++ b/d3.cloud.layout/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "noEmit": true, "forceConsistentCasingInFileNames": true @@ -11,4 +12,4 @@ "index.d.ts", "d3.cloud.layout-tests.ts" ] -} +} \ No newline at end of file diff --git a/d3.slider/tsconfig.json b/d3.slider/tsconfig.json index c56fab950f..5101924cfe 100644 --- a/d3.slider/tsconfig.json +++ b/d3.slider/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/d3/tsconfig.json b/d3/tsconfig.json index 6aa6325d68..f206050216 100644 --- a/d3/tsconfig.json +++ b/d3/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -17,4 +18,4 @@ "index.d.ts", "d3-tests.ts" ] -} +} \ No newline at end of file diff --git a/d3kit/tsconfig.json b/d3kit/tsconfig.json index ba1073cccf..2c945e5729 100644 --- a/d3kit/tsconfig.json +++ b/d3kit/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "d3kit-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "d3kit-tests.ts" + ] +} \ No newline at end of file diff --git a/d3pie/tsconfig.json b/d3pie/tsconfig.json index 6a44a0dc5c..2743ccf885 100644 --- a/d3pie/tsconfig.json +++ b/d3pie/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/dagre-d3/tsconfig.json b/dagre-d3/tsconfig.json index 435af492e8..3a465b3c81 100644 --- a/dagre-d3/tsconfig.json +++ b/dagre-d3/tsconfig.json @@ -1,20 +1,21 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "node_modules/@types", - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "dagre-d3-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "node_modules/@types", + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "dagre-d3-tests.ts" + ] +} \ No newline at end of file diff --git a/dagre/tsconfig.json b/dagre/tsconfig.json index 28b25cff31..4badf51de2 100644 --- a/dagre/tsconfig.json +++ b/dagre/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/dat-gui/tsconfig.json b/dat-gui/tsconfig.json index e279267ce1..c37d5ed72c 100644 --- a/dat-gui/tsconfig.json +++ b/dat-gui/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/data-driven/tsconfig.json b/data-driven/tsconfig.json index f7dbe72695..c6a0e336a8 100644 --- a/data-driven/tsconfig.json +++ b/data-driven/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/datatables-buttons/tsconfig.json b/datatables-buttons/tsconfig.json index 6f5401331c..2fe9947e8c 100644 --- a/datatables-buttons/tsconfig.json +++ b/datatables-buttons/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/date-fns/tsconfig.json b/date-fns/tsconfig.json index 780e521b4a..625f0906c6 100644 --- a/date-fns/tsconfig.json +++ b/date-fns/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/date.format.js/tsconfig.json b/date.format.js/tsconfig.json index 850bf6e381..ab30747450 100644 --- a/date.format.js/tsconfig.json +++ b/date.format.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/dateformat/tsconfig.json b/dateformat/tsconfig.json index 3486a6401d..faf27b5301 100644 --- a/dateformat/tsconfig.json +++ b/dateformat/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/datejs/tsconfig.json b/datejs/tsconfig.json index ef42211300..fb85d4ab6d 100644 --- a/datejs/tsconfig.json +++ b/datejs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/daterangepicker/tsconfig.json b/daterangepicker/tsconfig.json index 77e00d0845..3c70a56bd2 100644 --- a/daterangepicker/tsconfig.json +++ b/daterangepicker/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/db-migrate-base/tsconfig.json b/db-migrate-base/tsconfig.json index 9ddd2792ec..8d6e5dcde0 100644 --- a/db-migrate-base/tsconfig.json +++ b/db-migrate-base/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/db-migrate-pg/tsconfig.json b/db-migrate-pg/tsconfig.json index e31e52d255..953356144d 100644 --- a/db-migrate-pg/tsconfig.json +++ b/db-migrate-pg/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/db.js/tsconfig.json b/db.js/tsconfig.json index a6e592f497..3ef17b0d2f 100644 --- a/db.js/tsconfig.json +++ b/db.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/dc/tsconfig.json b/dc/tsconfig.json index 21ec9c0d67..6b2f1b0e6e 100644 --- a/dc/tsconfig.json +++ b/dc/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -17,4 +18,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/debounce/tsconfig.json b/debounce/tsconfig.json index 0ba4adb034..b3ea25af57 100644 --- a/debounce/tsconfig.json +++ b/debounce/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/debug/tsconfig.json b/debug/tsconfig.json index d4c87e3328..6334c6c989 100644 --- a/debug/tsconfig.json +++ b/debug/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/decamelize/tsconfig.json b/decamelize/tsconfig.json index a54faea1e0..7f8a1d2364 100644 --- a/decamelize/tsconfig.json +++ b/decamelize/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/decimal.js/tsconfig.json b/decimal.js/tsconfig.json index 063a9e639e..d757c3e5c5 100644 --- a/decimal.js/tsconfig.json +++ b/decimal.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/decorum/tsconfig.json b/decorum/tsconfig.json index 5750ab6649..345760126c 100644 --- a/decorum/tsconfig.json +++ b/decorum/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, diff --git a/deep-assign/tsconfig.json b/deep-assign/tsconfig.json index 5f80a3df8f..be1b87d8f9 100644 --- a/deep-assign/tsconfig.json +++ b/deep-assign/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "deep-assign-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "deep-assign-tests.ts" + ] +} \ No newline at end of file diff --git a/deep-diff/tsconfig.json b/deep-diff/tsconfig.json index b559cff207..807d552d7b 100644 --- a/deep-diff/tsconfig.json +++ b/deep-diff/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/deep-equal/tsconfig.json b/deep-equal/tsconfig.json index ba63b597fc..3b035b8b93 100644 --- a/deep-equal/tsconfig.json +++ b/deep-equal/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/deep-extend/tsconfig.json b/deep-extend/tsconfig.json index 461af90b1b..592919c89e 100644 --- a/deep-extend/tsconfig.json +++ b/deep-extend/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "deep-extend-tests.ts" ] -} +} \ No newline at end of file diff --git a/deep-freeze/tsconfig.json b/deep-freeze/tsconfig.json index 0d4a6b6cf7..0c7eb56e3f 100644 --- a/deep-freeze/tsconfig.json +++ b/deep-freeze/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/defaults/tsconfig.json b/defaults/tsconfig.json index d62145db41..0534365257 100644 --- a/defaults/tsconfig.json +++ b/defaults/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/deku/tsconfig.json b/deku/tsconfig.json index 3a18954e88..8c30d9ed1d 100644 --- a/deku/tsconfig.json +++ b/deku/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "deku-tests.ts" ] -} +} \ No newline at end of file diff --git a/del/tsconfig.json b/del/tsconfig.json index 9ded793146..c9851e781c 100644 --- a/del/tsconfig.json +++ b/del/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/denodeify/tsconfig.json b/denodeify/tsconfig.json index 0c036913c7..74cdb1bc30 100644 --- a/denodeify/tsconfig.json +++ b/denodeify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/deoxxa-content-type/tsconfig.json b/deoxxa-content-type/tsconfig.json index 93994f72e7..793886eb62 100644 --- a/deoxxa-content-type/tsconfig.json +++ b/deoxxa-content-type/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/depd/tsconfig.json b/depd/tsconfig.json index dcfb968663..f51907b8c9 100644 --- a/depd/tsconfig.json +++ b/depd/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/deployjava/tsconfig.json b/deployjava/tsconfig.json index 5becb6ceed..5cf5fed9e5 100644 --- a/deployjava/tsconfig.json +++ b/deployjava/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/detect-browser/tsconfig.json b/detect-browser/tsconfig.json index c4acdf52df..adaefa98d2 100644 --- a/detect-browser/tsconfig.json +++ b/detect-browser/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/detect-indent/tsconfig.json b/detect-indent/tsconfig.json index cb743fe007..94a792cb9d 100644 --- a/detect-indent/tsconfig.json +++ b/detect-indent/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/devexpress-web/tsconfig.json b/devexpress-web/tsconfig.json index 758e84ab1c..58b04034e5 100644 --- a/devexpress-web/tsconfig.json +++ b/devexpress-web/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/devextreme/tsconfig.json b/devextreme/tsconfig.json index 80c2a0807f..df219b86db 100644 --- a/devextreme/tsconfig.json +++ b/devextreme/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/devtools-detect/tsconfig.json b/devtools-detect/tsconfig.json index b720f7cee1..fc6a2e2501 100644 --- a/devtools-detect/tsconfig.json +++ b/devtools-detect/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/df-visible/tsconfig.json b/df-visible/tsconfig.json index 93d23458ce..326a233349 100644 --- a/df-visible/tsconfig.json +++ b/df-visible/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/dhtmlxgantt/tsconfig.json b/dhtmlxgantt/tsconfig.json index 5b5bcffb23..14f1ed6db7 100644 --- a/dhtmlxgantt/tsconfig.json +++ b/dhtmlxgantt/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/dhtmlxscheduler/tsconfig.json b/dhtmlxscheduler/tsconfig.json index 25fc4e28ad..e144f49017 100644 --- a/dhtmlxscheduler/tsconfig.json +++ b/dhtmlxscheduler/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/di-lite/tsconfig.json b/di-lite/tsconfig.json index 1d3e393981..8cee3262d0 100644 --- a/di-lite/tsconfig.json +++ b/di-lite/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/diff-match-patch/tsconfig.json b/diff-match-patch/tsconfig.json index 98aef683f0..b53e7b52bb 100644 --- a/diff-match-patch/tsconfig.json +++ b/diff-match-patch/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/diff/tsconfig.json b/diff/tsconfig.json index 9de849abbd..2fca3c638a 100644 --- a/diff/tsconfig.json +++ b/diff/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/diff2html/tsconfig.json b/diff2html/tsconfig.json index 7d1b72b613..c428b47abf 100644 --- a/diff2html/tsconfig.json +++ b/diff2html/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/discontinuous-range/tsconfig.json b/discontinuous-range/tsconfig.json index 54bf0d8d03..dd387dbe67 100644 --- a/discontinuous-range/tsconfig.json +++ b/discontinuous-range/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "discontinuous-range-tests.ts" ] -} +} \ No newline at end of file diff --git a/disposable-email-domains/tsconfig.json b/disposable-email-domains/tsconfig.json index f4dd783c0c..a0105efe77 100644 --- a/disposable-email-domains/tsconfig.json +++ b/disposable-email-domains/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/doccookies/tsconfig.json b/doccookies/tsconfig.json index db4b2d2974..c6572494b3 100644 --- a/doccookies/tsconfig.json +++ b/doccookies/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/dock-spawn/tsconfig.json b/dock-spawn/tsconfig.json index 82fd06bbc3..08c19e709e 100644 --- a/dock-spawn/tsconfig.json +++ b/dock-spawn/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/docopt/tsconfig.json b/docopt/tsconfig.json index ad2e5b4281..a1863be81b 100644 --- a/docopt/tsconfig.json +++ b/docopt/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/doctrine/tsconfig.json b/doctrine/tsconfig.json index f27ad952eb..a92eaa2e4b 100644 --- a/doctrine/tsconfig.json +++ b/doctrine/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "doctrine-tests.ts" ] -} +} \ No newline at end of file diff --git a/documentdb-server/tsconfig.json b/documentdb-server/tsconfig.json index 99abfa3c7e..3d19fcc5d5 100644 --- a/documentdb-server/tsconfig.json +++ b/documentdb-server/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/documentdb/tsconfig.json b/documentdb/tsconfig.json index 70a4a8683f..a27fd7803a 100644 --- a/documentdb/tsconfig.json +++ b/documentdb/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/dojo/tsconfig.json b/dojo/tsconfig.json index efcd51a49f..3ed256f27a 100644 --- a/dojo/tsconfig.json +++ b/dojo/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "dijit.d.ts" ] -} +} \ No newline at end of file diff --git a/dom4/tsconfig.json b/dom4/tsconfig.json index 08698c5dc1..4517784373 100644 --- a/dom4/tsconfig.json +++ b/dom4/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/domo/tsconfig.json b/domo/tsconfig.json index da3e9da055..5a55c0ca8e 100644 --- a/domo/tsconfig.json +++ b/domo/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/dompurify/tsconfig.json b/dompurify/tsconfig.json index 8517d83958..93f7bde000 100644 --- a/dompurify/tsconfig.json +++ b/dompurify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/domready/tsconfig.json b/domready/tsconfig.json index 21a8b9d0ec..4a6ca208f5 100644 --- a/domready/tsconfig.json +++ b/domready/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/domurl/tsconfig.json b/domurl/tsconfig.json index 9961b777c6..43d14370e2 100644 --- a/domurl/tsconfig.json +++ b/domurl/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/donna/tsconfig.json b/donna/tsconfig.json index 68e0beb4a7..2e45cf57af 100644 --- a/donna/tsconfig.json +++ b/donna/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/dot-object/tsconfig.json b/dot-object/tsconfig.json index 988380a473..2f3f99dd6a 100644 --- a/dot-object/tsconfig.json +++ b/dot-object/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/dot-prop/tsconfig.json b/dot-prop/tsconfig.json index 1960e1e635..453d3fd81f 100644 --- a/dot-prop/tsconfig.json +++ b/dot-prop/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/dot/tsconfig.json b/dot/tsconfig.json index b97c4bd580..b2e99e29d3 100644 --- a/dot/tsconfig.json +++ b/dot/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/dotdotdot/tsconfig.json b/dotdotdot/tsconfig.json index 295fdea2f1..e471e49cd2 100644 --- a/dotdotdot/tsconfig.json +++ b/dotdotdot/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/dotenv/tsconfig.json b/dotenv/tsconfig.json index fcecbfabaf..2fc29c83a9 100644 --- a/dotenv/tsconfig.json +++ b/dotenv/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "dotenv-tests.ts" ] -} +} \ No newline at end of file diff --git a/doublearray/tsconfig.json b/doublearray/tsconfig.json index bbc690d879..d300061db5 100644 --- a/doublearray/tsconfig.json +++ b/doublearray/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/doubleclick-gpt/tsconfig.json b/doubleclick-gpt/tsconfig.json index 20513bc9de..bee3262730 100644 --- a/doubleclick-gpt/tsconfig.json +++ b/doubleclick-gpt/tsconfig.json @@ -4,6 +4,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -17,4 +18,4 @@ "index.d.ts", "doubleclick-gpt-tests.ts" ] -} +} \ No newline at end of file diff --git a/draft-js/tsconfig.json b/draft-js/tsconfig.json index f1ededb374..a984daf1a3 100644 --- a/draft-js/tsconfig.json +++ b/draft-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/dragula/tsconfig.json b/dragula/tsconfig.json index 6380ea6514..bcc3d80e81 100644 --- a/dragula/tsconfig.json +++ b/dragula/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/dropboxjs/tsconfig.json b/dropboxjs/tsconfig.json index 11aba2993c..5399b6d59f 100644 --- a/dropboxjs/tsconfig.json +++ b/dropboxjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/dropzone/tsconfig.json b/dropzone/tsconfig.json index 62b4740294..c190c8f602 100644 --- a/dropzone/tsconfig.json +++ b/dropzone/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/dsv/tsconfig.json b/dsv/tsconfig.json index 097e118a5a..9d9965eba1 100644 --- a/dsv/tsconfig.json +++ b/dsv/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/dts-bundle/tsconfig.json b/dts-bundle/tsconfig.json index d744edd883..1a97ecec63 100644 --- a/dts-bundle/tsconfig.json +++ b/dts-bundle/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/durandal/tsconfig.json b/durandal/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/durandal/tsconfig.json +++ b/durandal/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/dustjs-linkedin/tsconfig.json b/dustjs-linkedin/tsconfig.json index 154963a5eb..9d59de2c9b 100644 --- a/dustjs-linkedin/tsconfig.json +++ b/dustjs-linkedin/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/dva/tsconfig.json b/dva/tsconfig.json index b9093241bb..fab9f2794b 100644 --- a/dva/tsconfig.json +++ b/dva/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/dw-bxslider-4/tsconfig.json b/dw-bxslider-4/tsconfig.json index 541f62defd..51c1ad52dd 100644 --- a/dw-bxslider-4/tsconfig.json +++ b/dw-bxslider-4/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/dygraphs/tsconfig.json b/dygraphs/tsconfig.json index ab2f60cc6c..a5e9f16f32 100644 --- a/dygraphs/tsconfig.json +++ b/dygraphs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/dymo-label-framework/tsconfig.json b/dymo-label-framework/tsconfig.json index a10aab26f0..53b51da7d8 100644 --- a/dymo-label-framework/tsconfig.json +++ b/dymo-label-framework/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/dynatable/tsconfig.json b/dynatable/tsconfig.json index 40bc601aab..1a16c19697 100644 --- a/dynatable/tsconfig.json +++ b/dynatable/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/each/tsconfig.json b/each/tsconfig.json index 88c2188c0e..54e305417c 100644 --- a/each/tsconfig.json +++ b/each/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/easeljs/tsconfig.json b/easeljs/tsconfig.json index 075d3bdd77..8706859837 100644 --- a/easeljs/tsconfig.json +++ b/easeljs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/easy-api-request/tsconfig.json b/easy-api-request/tsconfig.json index b8bd55a3c0..4001829009 100644 --- a/easy-api-request/tsconfig.json +++ b/easy-api-request/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/easy-jsend/tsconfig.json b/easy-jsend/tsconfig.json index 09dce68799..2ab6004773 100644 --- a/easy-jsend/tsconfig.json +++ b/easy-jsend/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/easy-session/tsconfig.json b/easy-session/tsconfig.json index d572e8cfc2..6242b8506f 100644 --- a/easy-session/tsconfig.json +++ b/easy-session/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/easy-table/tsconfig.json b/easy-table/tsconfig.json index 20141fb072..3587b33cdb 100644 --- a/easy-table/tsconfig.json +++ b/easy-table/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/easy-x-headers/tsconfig.json b/easy-x-headers/tsconfig.json index 992b70fbda..23c293a602 100644 --- a/easy-x-headers/tsconfig.json +++ b/easy-x-headers/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/easy-xapi-supertest/tsconfig.json b/easy-xapi-supertest/tsconfig.json index 941b58c685..3bb4e7ff3c 100644 --- a/easy-xapi-supertest/tsconfig.json +++ b/easy-xapi-supertest/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/easy-xapi-utils/tsconfig.json b/easy-xapi-utils/tsconfig.json index 0bc928551d..f70d71f3e3 100644 --- a/easy-xapi-utils/tsconfig.json +++ b/easy-xapi-utils/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/easy-xapi/tsconfig.json b/easy-xapi/tsconfig.json index 0c8f8ed331..222ea50b29 100644 --- a/easy-xapi/tsconfig.json +++ b/easy-xapi/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/easystarjs/tsconfig.json b/easystarjs/tsconfig.json index 2c29d193dc..6068b24c59 100644 --- a/easystarjs/tsconfig.json +++ b/easystarjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/echarts/tsconfig.json b/echarts/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/echarts/tsconfig.json +++ b/echarts/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ecmarkup/tsconfig.json b/ecmarkup/tsconfig.json index 976194101b..d3bef17b3a 100644 --- a/ecmarkup/tsconfig.json +++ b/ecmarkup/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/egg.js/tsconfig.json b/egg.js/tsconfig.json index 49a9264db3..c6b83b95fd 100644 --- a/egg.js/tsconfig.json +++ b/egg.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ej.web.all/tsconfig.json b/ej.web.all/tsconfig.json index 1322d35b68..e3f12bcda5 100644 --- a/ej.web.all/tsconfig.json +++ b/ej.web.all/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ejs-locals/tsconfig.json b/ejs-locals/tsconfig.json index 5ca396497a..546031bb2f 100644 --- a/ejs-locals/tsconfig.json +++ b/ejs-locals/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ejs/tsconfig.json b/ejs/tsconfig.json index ae818d75b3..7ef3389d19 100644 --- a/ejs/tsconfig.json +++ b/ejs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ejson/tsconfig.json b/ejson/tsconfig.json index 45ff41e26b..52ab4c1534 100644 --- a/ejson/tsconfig.json +++ b/ejson/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/elastic.js/tsconfig.json b/elastic.js/tsconfig.json index f6456edfc5..a735abad21 100644 --- a/elastic.js/tsconfig.json +++ b/elastic.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/elasticsearch/tsconfig.json b/elasticsearch/tsconfig.json index d6f1afd5c4..287c983130 100644 --- a/elasticsearch/tsconfig.json +++ b/elasticsearch/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/electron-builder/tsconfig.json b/electron-builder/tsconfig.json index f29d1b2984..9519423b02 100644 --- a/electron-builder/tsconfig.json +++ b/electron-builder/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/electron-debug/tsconfig.json b/electron-debug/tsconfig.json index c43a839ee3..5252723379 100644 --- a/electron-debug/tsconfig.json +++ b/electron-debug/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "electron-debug-tests.ts" ] -} +} \ No newline at end of file diff --git a/electron-devtools-installer/tsconfig.json b/electron-devtools-installer/tsconfig.json index cc35ce2733..75bf78de62 100644 --- a/electron-devtools-installer/tsconfig.json +++ b/electron-devtools-installer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/electron-json-storage/tsconfig.json b/electron-json-storage/tsconfig.json index 8185e6b0d2..149ae11d8d 100644 --- a/electron-json-storage/tsconfig.json +++ b/electron-json-storage/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/electron-notifications/tsconfig.json b/electron-notifications/tsconfig.json index 546ef78b0b..adba6ee9c5 100644 --- a/electron-notifications/tsconfig.json +++ b/electron-notifications/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/electron-notify/tsconfig.json b/electron-notify/tsconfig.json index 3c0b906028..1e63f414e9 100644 --- a/electron-notify/tsconfig.json +++ b/electron-notify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/electron-packager/tsconfig.json b/electron-packager/tsconfig.json index 91124af365..6e968aa378 100644 --- a/electron-packager/tsconfig.json +++ b/electron-packager/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/electron-window-state/tsconfig.json b/electron-window-state/tsconfig.json index 50201aae1f..fe8785b215 100644 --- a/electron-window-state/tsconfig.json +++ b/electron-window-state/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/electron/tsconfig.json b/electron/tsconfig.json index b7b5ba576e..89c5379095 100644 --- a/electron/tsconfig.json +++ b/electron/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/element-resize-event/tsconfig.json b/element-resize-event/tsconfig.json index 4ca1490e0e..2bc70f4e30 100644 --- a/element-resize-event/tsconfig.json +++ b/element-resize-event/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/elm/tsconfig.json b/elm/tsconfig.json index c268f493a4..0a92355f9b 100644 --- a/elm/tsconfig.json +++ b/elm/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/email-addresses/tsconfig.json b/email-addresses/tsconfig.json index 582fac495f..15c6adf404 100644 --- a/email-addresses/tsconfig.json +++ b/email-addresses/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/email-templates/tsconfig.json b/email-templates/tsconfig.json index df0d79adb5..3f68460991 100644 --- a/email-templates/tsconfig.json +++ b/email-templates/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/email-validator/tsconfig.json b/email-validator/tsconfig.json index bc59d7ab3a..bab531c452 100644 --- a/email-validator/tsconfig.json +++ b/email-validator/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ember/tsconfig.json b/ember/tsconfig.json index 5f0384fae4..d3d58eb3e6 100644 --- a/ember/tsconfig.json +++ b/ember/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "ember-tests.ts" ] -} +} \ No newline at end of file diff --git a/emissary/tsconfig.json b/emissary/tsconfig.json index 67b7c8a925..61a5a39ea2 100644 --- a/emissary/tsconfig.json +++ b/emissary/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/emojione/tsconfig.json b/emojione/tsconfig.json index 67f76849f1..c0912932ac 100644 --- a/emojione/tsconfig.json +++ b/emojione/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "emojione-tests.ts" ] -} +} \ No newline at end of file diff --git a/empower/tsconfig.json b/empower/tsconfig.json index 9114c02e8c..fcf333f09b 100644 --- a/empower/tsconfig.json +++ b/empower/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/emscripten/tsconfig.json b/emscripten/tsconfig.json index 5184d82f18..64a903bfeb 100644 --- a/emscripten/tsconfig.json +++ b/emscripten/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/encoding-japanese/tsconfig.json b/encoding-japanese/tsconfig.json index 282c3c0d53..600268d208 100644 --- a/encoding-japanese/tsconfig.json +++ b/encoding-japanese/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/enhanced-resolve/tsconfig.json b/enhanced-resolve/tsconfig.json index 96a70f3bf2..11f69c0a9f 100644 --- a/enhanced-resolve/tsconfig.json +++ b/enhanced-resolve/tsconfig.json @@ -1,20 +1,21 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "include": [ - "index.d.ts", - "enhanced-resolve-tests.ts", - "lib/*.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "include": [ + "index.d.ts", + "enhanced-resolve-tests.ts", + "lib/*.ts" + ] +} \ No newline at end of file diff --git a/ent/tsconfig.json b/ent/tsconfig.json index 469af5853a..0944ccffd7 100644 --- a/ent/tsconfig.json +++ b/ent/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/envify/tsconfig.json b/envify/tsconfig.json index 6a01eb04a9..9d42c2c3b8 100644 --- a/envify/tsconfig.json +++ b/envify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/enzyme/tsconfig.json b/enzyme/tsconfig.json index eaac932c3d..36e7c95f0e 100644 --- a/enzyme/tsconfig.json +++ b/enzyme/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/eonasdan-bootstrap-datetimepicker/tsconfig.json b/eonasdan-bootstrap-datetimepicker/tsconfig.json index 6820fa9d96..4f52c9b6ca 100644 --- a/eonasdan-bootstrap-datetimepicker/tsconfig.json +++ b/eonasdan-bootstrap-datetimepicker/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/epiceditor/tsconfig.json b/epiceditor/tsconfig.json index 2a5571d66b..bd8de147cf 100644 --- a/epiceditor/tsconfig.json +++ b/epiceditor/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/epub/tsconfig.json b/epub/tsconfig.json index d1f91f6e53..b94ee8f415 100644 --- a/epub/tsconfig.json +++ b/epub/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/eq.js/tsconfig.json b/eq.js/tsconfig.json index 60aa90fe0c..5d9487eb7c 100644 --- a/eq.js/tsconfig.json +++ b/eq.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/error-stack-parser/tsconfig.json b/error-stack-parser/tsconfig.json index 9a7572784c..6c63c0e6fb 100644 --- a/error-stack-parser/tsconfig.json +++ b/error-stack-parser/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/errorhandler/tsconfig.json b/errorhandler/tsconfig.json index 5e9e29ac08..c22376c116 100644 --- a/errorhandler/tsconfig.json +++ b/errorhandler/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/es6-collections/tsconfig.json b/es6-collections/tsconfig.json index 784e334513..d793e9ed90 100644 --- a/es6-collections/tsconfig.json +++ b/es6-collections/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es5", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/es6-error/tsconfig.json b/es6-error/tsconfig.json index a36756343e..4a23838b2d 100644 --- a/es6-error/tsconfig.json +++ b/es6-error/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/es6-promise/tsconfig.json b/es6-promise/tsconfig.json index a78fa03c7b..72707cbc0e 100644 --- a/es6-promise/tsconfig.json +++ b/es6-promise/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es5", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/es6-shim/tsconfig.json b/es6-shim/tsconfig.json index 8e617f32a4..d295d24675 100644 --- a/es6-shim/tsconfig.json +++ b/es6-shim/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es5", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/escape-html/tsconfig.json b/escape-html/tsconfig.json index 52ef5bb749..d52ca70250 100644 --- a/escape-html/tsconfig.json +++ b/escape-html/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/escape-latex/tsconfig.json b/escape-latex/tsconfig.json index 446dc8a221..138ebb37fd 100644 --- a/escape-latex/tsconfig.json +++ b/escape-latex/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/escape-string-regexp/tsconfig.json b/escape-string-regexp/tsconfig.json index b37b33887a..6b780ce2d5 100644 --- a/escape-string-regexp/tsconfig.json +++ b/escape-string-regexp/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/escodegen/tsconfig.json b/escodegen/tsconfig.json index 29d35effcc..aaed59a511 100644 --- a/escodegen/tsconfig.json +++ b/escodegen/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/esprima-walk/tsconfig.json b/esprima-walk/tsconfig.json index 53ed459f2d..a4610b542b 100644 --- a/esprima-walk/tsconfig.json +++ b/esprima-walk/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/esprima/tsconfig.json b/esprima/tsconfig.json index 8f12c7ac38..90209d69d5 100644 --- a/esprima/tsconfig.json +++ b/esprima/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/estraverse/tsconfig.json b/estraverse/tsconfig.json index 805a458f73..75f8ac7884 100644 --- a/estraverse/tsconfig.json +++ b/estraverse/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/estree/tsconfig.json b/estree/tsconfig.json index a49a438bd5..94cc3546b6 100644 --- a/estree/tsconfig.json +++ b/estree/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "estree-tests.ts" ] -} +} \ No newline at end of file diff --git a/evaporate/tsconfig.json b/evaporate/tsconfig.json index fd68653b78..2a877b9fd5 100644 --- a/evaporate/tsconfig.json +++ b/evaporate/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/event-kit/tsconfig.json b/event-kit/tsconfig.json index 981caf60ad..143f34bc08 100644 --- a/event-kit/tsconfig.json +++ b/event-kit/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/event-loop-lag/tsconfig.json b/event-loop-lag/tsconfig.json index c516a156ae..4a4a41de47 100644 --- a/event-loop-lag/tsconfig.json +++ b/event-loop-lag/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/event-stream/tsconfig.json b/event-stream/tsconfig.json index 46c3759724..8f749d93b5 100644 --- a/event-stream/tsconfig.json +++ b/event-stream/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/event-to-promise/tsconfig.json b/event-to-promise/tsconfig.json index d5fd4f1e8e..64f14351b5 100644 --- a/event-to-promise/tsconfig.json +++ b/event-to-promise/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "event-to-promise-tests.ts" ] -} +} \ No newline at end of file diff --git a/eventemitter2/tsconfig.json b/eventemitter2/tsconfig.json index 546295a979..81724e58e7 100644 --- a/eventemitter2/tsconfig.json +++ b/eventemitter2/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/eventemitter3/tsconfig.json b/eventemitter3/tsconfig.json index 318c6be4c5..5714fe51bd 100644 --- a/eventemitter3/tsconfig.json +++ b/eventemitter3/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/evernote/tsconfig.json b/evernote/tsconfig.json index e583e75556..3724b2ac71 100644 --- a/evernote/tsconfig.json +++ b/evernote/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/exit/tsconfig.json b/exit/tsconfig.json index 54d3780938..1546c4e44c 100644 --- a/exit/tsconfig.json +++ b/exit/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/exorcist/tsconfig.json b/exorcist/tsconfig.json index c57b04865a..20b19e5baa 100644 --- a/exorcist/tsconfig.json +++ b/exorcist/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/expect.js/tsconfig.json b/expect.js/tsconfig.json index a6f3c8297f..5a50085673 100644 --- a/expect.js/tsconfig.json +++ b/expect.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/expect/tsconfig.json b/expect/tsconfig.json index 4104b4dd8f..d0951714c3 100644 --- a/expect/tsconfig.json +++ b/expect/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/expectations/tsconfig.json b/expectations/tsconfig.json index be2bd60783..2bba50037a 100644 --- a/expectations/tsconfig.json +++ b/expectations/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/express-brute-memcached/tsconfig.json b/express-brute-memcached/tsconfig.json index 35d65101c2..d8b35dcfa4 100644 --- a/express-brute-memcached/tsconfig.json +++ b/express-brute-memcached/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/express-brute-mongo/tsconfig.json b/express-brute-mongo/tsconfig.json index 38fc174e95..a420e9ac53 100644 --- a/express-brute-mongo/tsconfig.json +++ b/express-brute-mongo/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/express-brute/tsconfig.json b/express-brute/tsconfig.json index 1f567e59c6..3b9c199b3a 100644 --- a/express-brute/tsconfig.json +++ b/express-brute/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/express-debug/tsconfig.json b/express-debug/tsconfig.json index bdf56f354d..826a832751 100644 --- a/express-debug/tsconfig.json +++ b/express-debug/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/express-domain-middleware/tsconfig.json b/express-domain-middleware/tsconfig.json index 48ef657c86..c3a9ab1a66 100644 --- a/express-domain-middleware/tsconfig.json +++ b/express-domain-middleware/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/express-formidable/tsconfig.json b/express-formidable/tsconfig.json index bac18433b1..6fc2b97031 100644 --- a/express-formidable/tsconfig.json +++ b/express-formidable/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "express-formidable-tests.ts" ] -} +} \ No newline at end of file diff --git a/express-graphql/tsconfig.json b/express-graphql/tsconfig.json index da54b5b932..2cbe212ca0 100644 --- a/express-graphql/tsconfig.json +++ b/express-graphql/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/express-handlebars/tsconfig.json b/express-handlebars/tsconfig.json index eb75d51daf..42c08f6a57 100644 --- a/express-handlebars/tsconfig.json +++ b/express-handlebars/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/express-jwt/tsconfig.json b/express-jwt/tsconfig.json index 8a0394afe8..041a2dbedf 100644 --- a/express-jwt/tsconfig.json +++ b/express-jwt/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/express-less/tsconfig.json b/express-less/tsconfig.json index 58cba4c862..40a9e40fa3 100644 --- a/express-less/tsconfig.json +++ b/express-less/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/express-minify/tsconfig.json b/express-minify/tsconfig.json index 22ea0211a9..f7dfdebee8 100644 --- a/express-minify/tsconfig.json +++ b/express-minify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/express-mung/tsconfig.json b/express-mung/tsconfig.json index 94a428f3e6..4e798d527c 100644 --- a/express-mung/tsconfig.json +++ b/express-mung/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/express-myconnection/tsconfig.json b/express-myconnection/tsconfig.json index e8c9a41f1e..262ba970d4 100644 --- a/express-myconnection/tsconfig.json +++ b/express-myconnection/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/express-openapi/tsconfig.json b/express-openapi/tsconfig.json index 299f0341a8..95627f6d01 100644 --- a/express-openapi/tsconfig.json +++ b/express-openapi/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/express-partials/tsconfig.json b/express-partials/tsconfig.json index 66d16771da..59f2db277d 100644 --- a/express-partials/tsconfig.json +++ b/express-partials/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/express-route-fs/tsconfig.json b/express-route-fs/tsconfig.json index a502dd4df4..7af2cf8650 100644 --- a/express-route-fs/tsconfig.json +++ b/express-route-fs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/express-serve-static-core/tsconfig.json b/express-serve-static-core/tsconfig.json index 1f00a50111..72a8a8dd93 100644 --- a/express-serve-static-core/tsconfig.json +++ b/express-serve-static-core/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/express-session/tsconfig.json b/express-session/tsconfig.json index 919160244b..3ad3026c09 100644 --- a/express-session/tsconfig.json +++ b/express-session/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/express-unless/tsconfig.json b/express-unless/tsconfig.json index 9c8ae96ecf..c212effc16 100644 --- a/express-unless/tsconfig.json +++ b/express-unless/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/express-useragent/tsconfig.json b/express-useragent/tsconfig.json index 8d9a5ca3f9..e55d2ea819 100644 --- a/express-useragent/tsconfig.json +++ b/express-useragent/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/express-validator/tsconfig.json b/express-validator/tsconfig.json index 405198935f..da1f6bbf71 100644 --- a/express-validator/tsconfig.json +++ b/express-validator/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/express/tsconfig.json b/express/tsconfig.json index 1a8c1d2c36..e1c7f66b8a 100644 --- a/express/tsconfig.json +++ b/express/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/extend/tsconfig.json b/extend/tsconfig.json index fc7ae25185..ef9142e834 100644 --- a/extend/tsconfig.json +++ b/extend/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/extended-listbox/tsconfig.json b/extended-listbox/tsconfig.json index b4f9268cb9..ff03fe4555 100644 --- a/extended-listbox/tsconfig.json +++ b/extended-listbox/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/extjs/tsconfig.json b/extjs/tsconfig.json index 44cf118c81..5c9476a7d1 100644 --- a/extjs/tsconfig.json +++ b/extjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/extract-text-webpack-plugin/tsconfig.json b/extract-text-webpack-plugin/tsconfig.json index 77520c362d..1b4a6c1b1b 100644 --- a/extract-text-webpack-plugin/tsconfig.json +++ b/extract-text-webpack-plugin/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/eyes/tsconfig.json b/eyes/tsconfig.json index 416e3d130a..f5b822508b 100644 --- a/eyes/tsconfig.json +++ b/eyes/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/f1/tsconfig.json b/f1/tsconfig.json index 58542c2d70..4cefcd6495 100644 --- a/f1/tsconfig.json +++ b/f1/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "f1-tests.ts" ] -} +} \ No newline at end of file diff --git a/fabric/tsconfig.json b/fabric/tsconfig.json index 6ffce6218f..fe93e260b9 100644 --- a/fabric/tsconfig.json +++ b/fabric/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/facebook-js-sdk/tsconfig.json b/facebook-js-sdk/tsconfig.json index 84cccbb237..4fed5f6bc7 100644 --- a/facebook-js-sdk/tsconfig.json +++ b/facebook-js-sdk/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/facebook-pixel/tsconfig.json b/facebook-pixel/tsconfig.json index 54c0392cc2..14d6b995f9 100644 --- a/facebook-pixel/tsconfig.json +++ b/facebook-pixel/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/faker/tsconfig.json b/faker/tsconfig.json index 83964e50b2..1b623c5290 100644 --- a/faker/tsconfig.json +++ b/faker/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/falcor-express/tsconfig.json b/falcor-express/tsconfig.json index 2e24c800fe..c6c66a09f0 100644 --- a/falcor-express/tsconfig.json +++ b/falcor-express/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/falcor-http-datasource/tsconfig.json b/falcor-http-datasource/tsconfig.json index 4f56be1094..d523fb551e 100644 --- a/falcor-http-datasource/tsconfig.json +++ b/falcor-http-datasource/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/falcor-json-graph/tsconfig.json b/falcor-json-graph/tsconfig.json index 0c2cf43ad5..14f3efe18d 100644 --- a/falcor-json-graph/tsconfig.json +++ b/falcor-json-graph/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/falcor-router/tsconfig.json b/falcor-router/tsconfig.json index c00ba9ae86..b9407dadfd 100644 --- a/falcor-router/tsconfig.json +++ b/falcor-router/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/falcor/tsconfig.json b/falcor/tsconfig.json index 40bca880f3..2e31c3c971 100644 --- a/falcor/tsconfig.json +++ b/falcor/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/famous/tsconfig.json b/famous/tsconfig.json index 24b7e2c86c..f07754f5e5 100644 --- a/famous/tsconfig.json +++ b/famous/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fancybox/tsconfig.json b/fancybox/tsconfig.json index 80829fcef6..788886ea04 100644 --- a/fancybox/tsconfig.json +++ b/fancybox/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/farbtastic/tsconfig.json b/farbtastic/tsconfig.json index 9ac643d4b2..1b83bfff38 100644 --- a/farbtastic/tsconfig.json +++ b/farbtastic/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fast-json-patch/tsconfig.json b/fast-json-patch/tsconfig.json index f0651d6e40..8d4e7e0bd4 100644 --- a/fast-json-patch/tsconfig.json +++ b/fast-json-patch/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fast-levenshtein/tsconfig.json b/fast-levenshtein/tsconfig.json index f6643f3bf8..03f965ea2e 100644 --- a/fast-levenshtein/tsconfig.json +++ b/fast-levenshtein/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/fast-simplex-noise/tsconfig.json b/fast-simplex-noise/tsconfig.json index fd793168ab..cef3ce6c6f 100644 --- a/fast-simplex-noise/tsconfig.json +++ b/fast-simplex-noise/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fast-stats/tsconfig.json b/fast-stats/tsconfig.json index 3e65a0b115..b6f3121d84 100644 --- a/fast-stats/tsconfig.json +++ b/fast-stats/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fastclick/tsconfig.json b/fastclick/tsconfig.json index 787f551e58..faf920a449 100644 --- a/fastclick/tsconfig.json +++ b/fastclick/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/favico.js/tsconfig.json b/favico.js/tsconfig.json index b589934d41..2ea17650d1 100644 --- a/favico.js/tsconfig.json +++ b/favico.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fb/tsconfig.json b/fb/tsconfig.json index 6816fc86bb..f99ae7bb46 100644 --- a/fb/tsconfig.json +++ b/fb/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fbemitter/tsconfig.json b/fbemitter/tsconfig.json index a2cde60f5a..e29b52781a 100644 --- a/fbemitter/tsconfig.json +++ b/fbemitter/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/featherlight/tsconfig.json b/featherlight/tsconfig.json index 5826ab22c4..d49d7a1bb4 100644 --- a/featherlight/tsconfig.json +++ b/featherlight/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fetch-mock/tsconfig.json b/fetch-mock/tsconfig.json index 011ddc149b..208d05e2d8 100644 --- a/fetch-mock/tsconfig.json +++ b/fetch-mock/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "fetch-mock-tests.ts" ] -} +} \ No newline at end of file diff --git a/ffi/tsconfig.json b/ffi/tsconfig.json index 266b5c193d..5824401d8d 100644 --- a/ffi/tsconfig.json +++ b/ffi/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fhir/tsconfig.json b/fhir/tsconfig.json index c8a101c727..8b57b20bc7 100644 --- a/fhir/tsconfig.json +++ b/fhir/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fibers/tsconfig.json b/fibers/tsconfig.json index c76bade803..222ecea383 100644 --- a/fibers/tsconfig.json +++ b/fibers/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/field/tsconfig.json b/field/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/field/tsconfig.json +++ b/field/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/file-saver/tsconfig.json b/file-saver/tsconfig.json index 10dcc20685..0ff18d9918 100644 --- a/file-saver/tsconfig.json +++ b/file-saver/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/file-type/tsconfig.json b/file-type/tsconfig.json index 52468981c7..a04df3cada 100644 --- a/file-type/tsconfig.json +++ b/file-type/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/file-url/tsconfig.json b/file-url/tsconfig.json index bd70961ab2..66a6554ad9 100644 --- a/file-url/tsconfig.json +++ b/file-url/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/filesize/tsconfig.json b/filesize/tsconfig.json index 8f21077125..a61f301d7e 100644 --- a/filesize/tsconfig.json +++ b/filesize/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/filesystem/tsconfig.json b/filesystem/tsconfig.json index bcbc493c7d..5add2dc74a 100644 --- a/filesystem/tsconfig.json +++ b/filesystem/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/filewriter/tsconfig.json b/filewriter/tsconfig.json index e2cebb3a2c..27d1d8d844 100644 --- a/filewriter/tsconfig.json +++ b/filewriter/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fill-pdf/tsconfig.json b/fill-pdf/tsconfig.json index 6190a7ae98..5cb4dd9a57 100644 --- a/fill-pdf/tsconfig.json +++ b/fill-pdf/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/finalhandler/tsconfig.json b/finalhandler/tsconfig.json index 0abfc4e180..78020869fe 100644 --- a/finalhandler/tsconfig.json +++ b/finalhandler/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/finch/tsconfig.json b/finch/tsconfig.json index e0ed199ffb..990f0265d9 100644 --- a/finch/tsconfig.json +++ b/finch/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/findup-sync/tsconfig.json b/findup-sync/tsconfig.json index b3c0dcf18d..4628d9646f 100644 --- a/findup-sync/tsconfig.json +++ b/findup-sync/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fingerprintjs/tsconfig.json b/fingerprintjs/tsconfig.json index b90f8ba99b..c1a7922d8f 100644 --- a/fingerprintjs/tsconfig.json +++ b/fingerprintjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/firebase-client/tsconfig.json b/firebase-client/tsconfig.json index 5f986ab77e..96073d0f7c 100644 --- a/firebase-client/tsconfig.json +++ b/firebase-client/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/firebase-token-generator/tsconfig.json b/firebase-token-generator/tsconfig.json index 3f06b4db21..fba33ed898 100644 --- a/firebase-token-generator/tsconfig.json +++ b/firebase-token-generator/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/firebase/tsconfig.json b/firebase/tsconfig.json index 5005d92b44..4f16288a22 100644 --- a/firebase/tsconfig.json +++ b/firebase/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/firefox/tsconfig.json b/firefox/tsconfig.json index 717d3959ef..529f297f77 100644 --- a/firefox/tsconfig.json +++ b/firefox/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/first-mate/tsconfig.json b/first-mate/tsconfig.json index 252077e92f..d699e09ee4 100644 --- a/first-mate/tsconfig.json +++ b/first-mate/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fixed-data-table/tsconfig.json b/fixed-data-table/tsconfig.json index 811e641a1f..3962b759bd 100644 --- a/fixed-data-table/tsconfig.json +++ b/fixed-data-table/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/flake-idgen/tsconfig.json b/flake-idgen/tsconfig.json index da016194a6..f3c63b048c 100644 --- a/flake-idgen/tsconfig.json +++ b/flake-idgen/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/flat/tsconfig.json b/flat/tsconfig.json index e71af432e9..cb1cb66858 100644 --- a/flat/tsconfig.json +++ b/flat/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/flexslider/tsconfig.json b/flexslider/tsconfig.json index 5dabe5216c..c34db7d4d9 100644 --- a/flexslider/tsconfig.json +++ b/flexslider/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/flickity/tsconfig.json b/flickity/tsconfig.json index d85bd08802..56c8d7db2d 100644 --- a/flickity/tsconfig.json +++ b/flickity/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/flight/tsconfig.json b/flight/tsconfig.json index ae118d43f5..62a00ba844 100644 --- a/flight/tsconfig.json +++ b/flight/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/flightplan/tsconfig.json b/flightplan/tsconfig.json index cf29b63cdd..51a9aec6a9 100644 --- a/flightplan/tsconfig.json +++ b/flightplan/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/flipsnap/tsconfig.json b/flipsnap/tsconfig.json index 1b4a3242b8..bdddbbb098 100644 --- a/flipsnap/tsconfig.json +++ b/flipsnap/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/flot/tsconfig.json b/flot/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/flot/tsconfig.json +++ b/flot/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/flowjs/tsconfig.json b/flowjs/tsconfig.json index 33ba1d015a..eaccd331ab 100644 --- a/flowjs/tsconfig.json +++ b/flowjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fluent-ffmpeg/tsconfig.json b/fluent-ffmpeg/tsconfig.json index e5256168e5..8708980874 100644 --- a/fluent-ffmpeg/tsconfig.json +++ b/fluent-ffmpeg/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/flux-standard-action/tsconfig.json b/flux-standard-action/tsconfig.json index 5a6b659c15..c565bfcd85 100644 --- a/flux-standard-action/tsconfig.json +++ b/flux-standard-action/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/flux/tsconfig.json b/flux/tsconfig.json index 07ef395eab..f5dd865c2f 100644 --- a/flux/tsconfig.json +++ b/flux/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fluxxor/tsconfig.json b/fluxxor/tsconfig.json index 2905f00cfa..df0b373267 100644 --- a/fluxxor/tsconfig.json +++ b/fluxxor/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fontfaceobserver/tsconfig.json b/fontfaceobserver/tsconfig.json index d6b4d33f8a..2d114b86cf 100644 --- a/fontfaceobserver/tsconfig.json +++ b/fontfaceobserver/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fontoxml/tsconfig.json b/fontoxml/tsconfig.json index 0da5dec88f..408ea0539f 100644 --- a/fontoxml/tsconfig.json +++ b/fontoxml/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/forge-di/tsconfig.json b/forge-di/tsconfig.json index a02668aeaf..dc34b4d365 100644 --- a/forge-di/tsconfig.json +++ b/forge-di/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/form-data/tsconfig.json b/form-data/tsconfig.json index 39e5216635..8b65885995 100644 --- a/form-data/tsconfig.json +++ b/form-data/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/form-serializer/tsconfig.json b/form-serializer/tsconfig.json index 640f0ead68..f980ae551c 100644 --- a/form-serializer/tsconfig.json +++ b/form-serializer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/format-unicorn/tsconfig.json b/format-unicorn/tsconfig.json index 2b9c44d3e7..265f92ffe4 100644 --- a/format-unicorn/tsconfig.json +++ b/format-unicorn/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/formidable/tsconfig.json b/formidable/tsconfig.json index 2622e7f64f..3552db0714 100644 --- a/formidable/tsconfig.json +++ b/formidable/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fossil-delta/tsconfig.json b/fossil-delta/tsconfig.json index 434d0761b7..0e1c6bcfd8 100644 --- a/fossil-delta/tsconfig.json +++ b/fossil-delta/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/foundation-sites/tsconfig.json b/foundation-sites/tsconfig.json index debb56f66e..e648a90133 100644 --- a/foundation-sites/tsconfig.json +++ b/foundation-sites/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/foundation/tsconfig.json b/foundation/tsconfig.json index 7286110268..9fe7c2aff4 100644 --- a/foundation/tsconfig.json +++ b/foundation/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fpsmeter/tsconfig.json b/fpsmeter/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/fpsmeter/tsconfig.json +++ b/fpsmeter/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/freedom/tsconfig.json b/freedom/tsconfig.json index 76c6f24840..dcd0c4fba3 100644 --- a/freedom/tsconfig.json +++ b/freedom/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/freeport/tsconfig.json b/freeport/tsconfig.json index 859a812706..36066e65e6 100644 --- a/freeport/tsconfig.json +++ b/freeport/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/from/tsconfig.json b/from/tsconfig.json index b9a8839c41..5d7082a7b7 100644 --- a/from/tsconfig.json +++ b/from/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fromjs/tsconfig.json b/fromjs/tsconfig.json index 2f222ab744..78f1ca510c 100644 --- a/fromjs/tsconfig.json +++ b/fromjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fromnow/tsconfig.json b/fromnow/tsconfig.json index c0a2aa0e09..f72b744eca 100644 --- a/fromnow/tsconfig.json +++ b/fromnow/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fs-ext/tsconfig.json b/fs-ext/tsconfig.json index 7a29b5af1e..2c664cc7a4 100644 --- a/fs-ext/tsconfig.json +++ b/fs-ext/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fs-extra-promise-es6/tsconfig.json b/fs-extra-promise-es6/tsconfig.json index a0bda21ebe..a21cc4aac2 100644 --- a/fs-extra-promise-es6/tsconfig.json +++ b/fs-extra-promise-es6/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fs-extra-promise/tsconfig.json b/fs-extra-promise/tsconfig.json index ecbbde6903..7a4832b918 100644 --- a/fs-extra-promise/tsconfig.json +++ b/fs-extra-promise/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fs-extra/tsconfig.json b/fs-extra/tsconfig.json index d039b216f6..e7c5d7aa25 100644 --- a/fs-extra/tsconfig.json +++ b/fs-extra/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fs-finder/tsconfig.json b/fs-finder/tsconfig.json index af5cb7ae6e..c2bb43bac1 100644 --- a/fs-finder/tsconfig.json +++ b/fs-finder/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fs-mock/tsconfig.json b/fs-mock/tsconfig.json index 57fda9bafb..2074406fdc 100644 --- a/fs-mock/tsconfig.json +++ b/fs-mock/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fs-promise/tsconfig.json b/fs-promise/tsconfig.json index dcf9975c0d..0b76206679 100644 --- a/fs-promise/tsconfig.json +++ b/fs-promise/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "fs-promise-tests.ts" ] -} +} \ No newline at end of file diff --git a/ftdomdelegate/tsconfig.json b/ftdomdelegate/tsconfig.json index f15a4c3bcd..7753ff59f3 100644 --- a/ftdomdelegate/tsconfig.json +++ b/ftdomdelegate/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ftp/tsconfig.json b/ftp/tsconfig.json index d2eaae10ac..3dae56f613 100644 --- a/ftp/tsconfig.json +++ b/ftp/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ftpd/tsconfig.json b/ftpd/tsconfig.json index 4a700a848e..273ec70eec 100644 --- a/ftpd/tsconfig.json +++ b/ftpd/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fullcalendar/tsconfig.json b/fullcalendar/tsconfig.json index 8add172748..b8ea18f909 100644 --- a/fullcalendar/tsconfig.json +++ b/fullcalendar/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fullname/tsconfig.json b/fullname/tsconfig.json index b612be3299..775f24a542 100644 --- a/fullname/tsconfig.json +++ b/fullname/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fullpage.js/tsconfig.json b/fullpage.js/tsconfig.json index 736b4b1050..f0a258d175 100644 --- a/fullpage.js/tsconfig.json +++ b/fullpage.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fuse/tsconfig.json b/fuse/tsconfig.json index cfeec8f126..b3f6b4c7d5 100644 --- a/fuse/tsconfig.json +++ b/fuse/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fusioncharts/tsconfig.json b/fusioncharts/tsconfig.json index 8abb296bab..e7ffb46dd1 100644 --- a/fusioncharts/tsconfig.json +++ b/fusioncharts/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/fuzzaldrin-plus/tsconfig.json b/fuzzaldrin-plus/tsconfig.json index ce458c2f00..d1862e59bc 100644 --- a/fuzzaldrin-plus/tsconfig.json +++ b/fuzzaldrin-plus/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "fuzzaldrin-plus-tests.ts" ] -} +} \ No newline at end of file diff --git a/fxn/tsconfig.json b/fxn/tsconfig.json index 0f2be78cfb..a1a40d7393 100644 --- a/fxn/tsconfig.json +++ b/fxn/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/gae.channel.api/tsconfig.json b/gae.channel.api/tsconfig.json index c756f0465a..00bc44f6a7 100644 --- a/gae.channel.api/tsconfig.json +++ b/gae.channel.api/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gamepad/tsconfig.json b/gamepad/tsconfig.json index 1ad5261300..51357155f8 100644 --- a/gamepad/tsconfig.json +++ b/gamepad/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gamequery/tsconfig.json b/gamequery/tsconfig.json index f6640de737..da24a150cd 100644 --- a/gamequery/tsconfig.json +++ b/gamequery/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gandi-livedns/tsconfig.json b/gandi-livedns/tsconfig.json index 1f48c58aed..c7921932ad 100644 --- a/gandi-livedns/tsconfig.json +++ b/gandi-livedns/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gapi.analytics/tsconfig.json b/gapi.analytics/tsconfig.json index 73c4caf42d..8fd78b3902 100644 --- a/gapi.analytics/tsconfig.json +++ b/gapi.analytics/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/gapi.auth2/tsconfig.json b/gapi.auth2/tsconfig.json index daad8ef260..c29ced0df3 100644 --- a/gapi.auth2/tsconfig.json +++ b/gapi.auth2/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gapi.pagespeedonline/tsconfig.json b/gapi.pagespeedonline/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/gapi.pagespeedonline/tsconfig.json +++ b/gapi.pagespeedonline/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gapi.translate/tsconfig.json b/gapi.translate/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/gapi.translate/tsconfig.json +++ b/gapi.translate/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gapi.urlshortener/tsconfig.json b/gapi.urlshortener/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/gapi.urlshortener/tsconfig.json +++ b/gapi.urlshortener/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gapi.youtube/tsconfig.json b/gapi.youtube/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/gapi.youtube/tsconfig.json +++ b/gapi.youtube/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gapi.youtubeanalytics/tsconfig.json b/gapi.youtubeanalytics/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/gapi.youtubeanalytics/tsconfig.json +++ b/gapi.youtubeanalytics/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gapi/tsconfig.json b/gapi/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/gapi/tsconfig.json +++ b/gapi/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/generic-functions/tsconfig.json b/generic-functions/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/generic-functions/tsconfig.json +++ b/generic-functions/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gently/tsconfig.json b/gently/tsconfig.json index 99e767e058..91afbecd77 100644 --- a/gently/tsconfig.json +++ b/gently/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/geoip-lite/tsconfig.json b/geoip-lite/tsconfig.json index bf312493a4..7029421649 100644 --- a/geoip-lite/tsconfig.json +++ b/geoip-lite/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/geojson/tsconfig.json b/geojson/tsconfig.json index d0edb7805b..b2ff67d2ae 100644 --- a/geojson/tsconfig.json +++ b/geojson/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/geojson2osm/tsconfig.json b/geojson2osm/tsconfig.json index 310959268e..5ba7c9065b 100644 --- a/geojson2osm/tsconfig.json +++ b/geojson2osm/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/geometry-dom/tsconfig.json b/geometry-dom/tsconfig.json index 125fc6f5e7..669f02023b 100644 --- a/geometry-dom/tsconfig.json +++ b/geometry-dom/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/get-port/tsconfig.json b/get-port/tsconfig.json index 82925a477d..db99c113ee 100644 --- a/get-port/tsconfig.json +++ b/get-port/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/get-stdin/tsconfig.json b/get-stdin/tsconfig.json index 65624dedce..3d8c032420 100644 --- a/get-stdin/tsconfig.json +++ b/get-stdin/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "index-tests.ts" ] -} +} \ No newline at end of file diff --git a/gijgo/tsconfig.json b/gijgo/tsconfig.json index 0c8ef828b4..b6c04e62bb 100644 --- a/gijgo/tsconfig.json +++ b/gijgo/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/giraffe/tsconfig.json b/giraffe/tsconfig.json index 851623eb34..1c0e13a97a 100644 --- a/giraffe/tsconfig.json +++ b/giraffe/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/git-config/tsconfig.json b/git-config/tsconfig.json index 391edd9502..0cf2078ca0 100644 --- a/git-config/tsconfig.json +++ b/git-config/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/git/tsconfig.json b/git/tsconfig.json index 6b1fbc274c..0bc0ff5fe6 100644 --- a/git/tsconfig.json +++ b/git/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gl-matrix/tsconfig.json b/gl-matrix/tsconfig.json index 4a5a2ae6bb..14294473ba 100644 --- a/gl-matrix/tsconfig.json +++ b/gl-matrix/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "gl-matrix-tests.ts" ] -} +} \ No newline at end of file diff --git a/gldatepicker/tsconfig.json b/gldatepicker/tsconfig.json index b1cc6c62a4..b7b8bddab7 100644 --- a/gldatepicker/tsconfig.json +++ b/gldatepicker/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/glidejs/tsconfig.json b/glidejs/tsconfig.json index 847d2a2725..ac71b653aa 100644 --- a/glidejs/tsconfig.json +++ b/glidejs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/glob-expand/tsconfig.json b/glob-expand/tsconfig.json index 0f01a3ab8d..ed919c095c 100644 --- a/glob-expand/tsconfig.json +++ b/glob-expand/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/glob-stream/tsconfig.json b/glob-stream/tsconfig.json index 8a903bbba4..e134b568e5 100644 --- a/glob-stream/tsconfig.json +++ b/glob-stream/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/glob/tsconfig.json b/glob/tsconfig.json index d53ce03d64..e0764339c5 100644 --- a/glob/tsconfig.json +++ b/glob/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/globalize-compiler/tsconfig.json b/globalize-compiler/tsconfig.json index 87dae3c759..99ba9c2530 100644 --- a/globalize-compiler/tsconfig.json +++ b/globalize-compiler/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/globalize/tsconfig.json b/globalize/tsconfig.json index 4c6f99a33a..5131824903 100644 --- a/globalize/tsconfig.json +++ b/globalize/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gm/tsconfig.json b/gm/tsconfig.json index 0bb26d4194..915b2fd085 100644 --- a/gm/tsconfig.json +++ b/gm/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/go/tsconfig.json b/go/tsconfig.json index 641a33abd6..ced78ef938 100644 --- a/go/tsconfig.json +++ b/go/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/google-apps-script/tsconfig.json b/google-apps-script/tsconfig.json index 61af6d942a..d42e7d2acd 100644 --- a/google-apps-script/tsconfig.json +++ b/google-apps-script/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/google-closure-compiler/tsconfig.json b/google-closure-compiler/tsconfig.json index 87e5ecf5d8..9feb5f9bf8 100644 --- a/google-closure-compiler/tsconfig.json +++ b/google-closure-compiler/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/google-drive-realtime-api/tsconfig.json b/google-drive-realtime-api/tsconfig.json index 4eebf9f009..aab9688031 100644 --- a/google-drive-realtime-api/tsconfig.json +++ b/google-drive-realtime-api/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/google-earth/tsconfig.json b/google-earth/tsconfig.json index da2ea498a4..7f1420e7fe 100644 --- a/google-earth/tsconfig.json +++ b/google-earth/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/google-libphonenumber/tsconfig.json b/google-libphonenumber/tsconfig.json index 7ece19fabf..e7af478d29 100644 --- a/google-libphonenumber/tsconfig.json +++ b/google-libphonenumber/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/google-maps/tsconfig.json b/google-maps/tsconfig.json index 0d60e3639f..c523da6157 100644 --- a/google-maps/tsconfig.json +++ b/google-maps/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/google.analytics/tsconfig.json b/google.analytics/tsconfig.json index 30735a7575..ddce77f25e 100644 --- a/google.analytics/tsconfig.json +++ b/google.analytics/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/google.feeds/tsconfig.json b/google.feeds/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/google.feeds/tsconfig.json +++ b/google.feeds/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/google.geolocation/tsconfig.json b/google.geolocation/tsconfig.json index fe1912fbb8..32019f7828 100644 --- a/google.geolocation/tsconfig.json +++ b/google.geolocation/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/google.picker/tsconfig.json b/google.picker/tsconfig.json index 4265c00a83..71e3335369 100644 --- a/google.picker/tsconfig.json +++ b/google.picker/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/google.visualization/tsconfig.json b/google.visualization/tsconfig.json index ddb7dc8c15..6ee61bc43c 100644 --- a/google.visualization/tsconfig.json +++ b/google.visualization/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/googlemaps.infobubble/tsconfig.json b/googlemaps.infobubble/tsconfig.json index cfc01eb4b5..165f392587 100644 --- a/googlemaps.infobubble/tsconfig.json +++ b/googlemaps.infobubble/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/googlemaps/tsconfig.json b/googlemaps/tsconfig.json index deafdc4eec..dc12fbf795 100644 --- a/googlemaps/tsconfig.json +++ b/googlemaps/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/graceful-fs/tsconfig.json b/graceful-fs/tsconfig.json index 44eb974395..9c0a280533 100644 --- a/graceful-fs/tsconfig.json +++ b/graceful-fs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/graham_scan/tsconfig.json b/graham_scan/tsconfig.json index 867db5e611..c18044cd81 100644 --- a/graham_scan/tsconfig.json +++ b/graham_scan/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/graphene-pk11/tsconfig.json b/graphene-pk11/tsconfig.json index c1d4c8a1c8..df3b4ad0e0 100644 --- a/graphene-pk11/tsconfig.json +++ b/graphene-pk11/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/graphlib/tsconfig.json b/graphlib/tsconfig.json index eea9c47ddd..6bb2bd68e4 100644 --- a/graphlib/tsconfig.json +++ b/graphlib/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/graphql-relay/tsconfig.json b/graphql-relay/tsconfig.json index 1dcd8abe66..4a26498184 100644 --- a/graphql-relay/tsconfig.json +++ b/graphql-relay/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/graphql/tsconfig.json b/graphql/tsconfig.json index 667f0430fb..074faa4e94 100644 --- a/graphql/tsconfig.json +++ b/graphql/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/graphviz/tsconfig.json b/graphviz/tsconfig.json index 2cea24a109..bf378d1302 100644 --- a/graphviz/tsconfig.json +++ b/graphviz/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gravatar/tsconfig.json b/gravatar/tsconfig.json index 156eb0500c..68ca420384 100644 --- a/gravatar/tsconfig.json +++ b/gravatar/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/greasemonkey/tsconfig.json b/greasemonkey/tsconfig.json index 267da618da..a03172bb20 100644 --- a/greasemonkey/tsconfig.json +++ b/greasemonkey/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/grecaptcha/tsconfig.json b/grecaptcha/tsconfig.json index 0dd4b139f3..e33355d32f 100644 --- a/grecaptcha/tsconfig.json +++ b/grecaptcha/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/greensock/tsconfig.json b/greensock/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/greensock/tsconfig.json +++ b/greensock/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gregorian-calendar/tsconfig.json b/gregorian-calendar/tsconfig.json index 8d63d8f904..6ab367237a 100644 --- a/gregorian-calendar/tsconfig.json +++ b/gregorian-calendar/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gridfs-stream/tsconfig.json b/gridfs-stream/tsconfig.json index 6c210bc6e0..4a8882064d 100644 --- a/gridfs-stream/tsconfig.json +++ b/gridfs-stream/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gridstack/tsconfig.json b/gridstack/tsconfig.json index cec147d460..544a5ee000 100644 --- a/gridstack/tsconfig.json +++ b/gridstack/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/grunt/tsconfig.json b/grunt/tsconfig.json index 0eed2e922a..f4b2b816d9 100644 --- a/grunt/tsconfig.json +++ b/grunt/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gsap/tsconfig.json b/gsap/tsconfig.json index 9502ab3d1f..795f528b6c 100644 --- a/gsap/tsconfig.json +++ b/gsap/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-angular-templatecache/tsconfig.json b/gulp-angular-templatecache/tsconfig.json index 4a33a52943..3bd2dc70e3 100644 --- a/gulp-angular-templatecache/tsconfig.json +++ b/gulp-angular-templatecache/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-autoprefixer/tsconfig.json b/gulp-autoprefixer/tsconfig.json index 53de420b6a..19328f4d2b 100644 --- a/gulp-autoprefixer/tsconfig.json +++ b/gulp-autoprefixer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-babel/tsconfig.json b/gulp-babel/tsconfig.json index d4396af5ff..88b9b5a7de 100644 --- a/gulp-babel/tsconfig.json +++ b/gulp-babel/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-cache/tsconfig.json b/gulp-cache/tsconfig.json index fb841a90ec..656815d5f2 100644 --- a/gulp-cache/tsconfig.json +++ b/gulp-cache/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-cached/tsconfig.json b/gulp-cached/tsconfig.json index 043fc2d2f3..ec498013ca 100644 --- a/gulp-cached/tsconfig.json +++ b/gulp-cached/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-changed/tsconfig.json b/gulp-changed/tsconfig.json index 20234a8147..4db34c9923 100644 --- a/gulp-changed/tsconfig.json +++ b/gulp-changed/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-cheerio/tsconfig.json b/gulp-cheerio/tsconfig.json index 7591c39b5c..f923b98c6e 100644 --- a/gulp-cheerio/tsconfig.json +++ b/gulp-cheerio/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-coffeeify/tsconfig.json b/gulp-coffeeify/tsconfig.json index aff348fdec..422ff78a08 100644 --- a/gulp-coffeeify/tsconfig.json +++ b/gulp-coffeeify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-coffeelint/tsconfig.json b/gulp-coffeelint/tsconfig.json index 9dd9c63f37..58ed9c6480 100644 --- a/gulp-coffeelint/tsconfig.json +++ b/gulp-coffeelint/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-concat/tsconfig.json b/gulp-concat/tsconfig.json index b1522db4ff..807f41c7a5 100644 --- a/gulp-concat/tsconfig.json +++ b/gulp-concat/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-copy/tsconfig.json b/gulp-copy/tsconfig.json index 052c9b42f7..83cebe7c02 100644 --- a/gulp-copy/tsconfig.json +++ b/gulp-copy/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-csso/tsconfig.json b/gulp-csso/tsconfig.json index 17fc023f71..6575a1460c 100644 --- a/gulp-csso/tsconfig.json +++ b/gulp-csso/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-debug/tsconfig.json b/gulp-debug/tsconfig.json index 04f89dcf0f..bd3e8691d1 100644 --- a/gulp-debug/tsconfig.json +++ b/gulp-debug/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-dtsm/tsconfig.json b/gulp-dtsm/tsconfig.json index 3507b77bdb..b3438db319 100644 --- a/gulp-dtsm/tsconfig.json +++ b/gulp-dtsm/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-espower/tsconfig.json b/gulp-espower/tsconfig.json index 37735f2227..94a1fe9f27 100644 --- a/gulp-espower/tsconfig.json +++ b/gulp-espower/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-file-include/tsconfig.json b/gulp-file-include/tsconfig.json index 82b98c8f9f..844431741f 100644 --- a/gulp-file-include/tsconfig.json +++ b/gulp-file-include/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-filter/tsconfig.json b/gulp-filter/tsconfig.json index 3abefabdb5..2de729f2c4 100644 --- a/gulp-filter/tsconfig.json +++ b/gulp-filter/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-flatten/tsconfig.json b/gulp-flatten/tsconfig.json index 15381b116a..9f40ce7a75 100644 --- a/gulp-flatten/tsconfig.json +++ b/gulp-flatten/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-gh-pages/tsconfig.json b/gulp-gh-pages/tsconfig.json index bfbc694416..4156fc1099 100644 --- a/gulp-gh-pages/tsconfig.json +++ b/gulp-gh-pages/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-gzip/tsconfig.json b/gulp-gzip/tsconfig.json index 0fa71c9235..2070cbdec3 100644 --- a/gulp-gzip/tsconfig.json +++ b/gulp-gzip/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-help-doc/tsconfig.json b/gulp-help-doc/tsconfig.json index ba2c2857a0..54c262774d 100644 --- a/gulp-help-doc/tsconfig.json +++ b/gulp-help-doc/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-help/tsconfig.json b/gulp-help/tsconfig.json index c15330918b..55e26fb16a 100644 --- a/gulp-help/tsconfig.json +++ b/gulp-help/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-html-replace/tsconfig.json b/gulp-html-replace/tsconfig.json index fbc45f7a5a..581b46d07e 100644 --- a/gulp-html-replace/tsconfig.json +++ b/gulp-html-replace/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-htmlmin/tsconfig.json b/gulp-htmlmin/tsconfig.json index bc9384bca9..b3f888d796 100644 --- a/gulp-htmlmin/tsconfig.json +++ b/gulp-htmlmin/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-if/tsconfig.json b/gulp-if/tsconfig.json index 4a336dd5f6..2f14114d8a 100644 --- a/gulp-if/tsconfig.json +++ b/gulp-if/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-inject/tsconfig.json b/gulp-inject/tsconfig.json index eaf856e6ce..0d86a4f0a5 100644 --- a/gulp-inject/tsconfig.json +++ b/gulp-inject/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-insert/tsconfig.json b/gulp-insert/tsconfig.json index 6de90874d4..1da5bd793c 100644 --- a/gulp-insert/tsconfig.json +++ b/gulp-insert/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-install/tsconfig.json b/gulp-install/tsconfig.json index 49a8fd91b8..3db84a16bf 100644 --- a/gulp-install/tsconfig.json +++ b/gulp-install/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-istanbul/tsconfig.json b/gulp-istanbul/tsconfig.json index 89d6cab5bf..30fd3e534f 100644 --- a/gulp-istanbul/tsconfig.json +++ b/gulp-istanbul/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-jade/tsconfig.json b/gulp-jade/tsconfig.json index 1446e20bc5..d5a0b1365f 100644 --- a/gulp-jade/tsconfig.json +++ b/gulp-jade/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-jasmine-browser/tsconfig.json b/gulp-jasmine-browser/tsconfig.json index 33f4dcd49b..e22613b810 100644 --- a/gulp-jasmine-browser/tsconfig.json +++ b/gulp-jasmine-browser/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-json-editor/tsconfig.json b/gulp-json-editor/tsconfig.json index 5c0fa0048d..7a7f0404e7 100644 --- a/gulp-json-editor/tsconfig.json +++ b/gulp-json-editor/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-jspm/tsconfig.json b/gulp-jspm/tsconfig.json index 31f3b73587..18c7835f71 100644 --- a/gulp-jspm/tsconfig.json +++ b/gulp-jspm/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-less/tsconfig.json b/gulp-less/tsconfig.json index a4c9d230c2..deea3371a2 100644 --- a/gulp-less/tsconfig.json +++ b/gulp-less/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-load-plugins/tsconfig.json b/gulp-load-plugins/tsconfig.json index 265e7e5ec6..5b8c64c574 100644 --- a/gulp-load-plugins/tsconfig.json +++ b/gulp-load-plugins/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-minify-css/tsconfig.json b/gulp-minify-css/tsconfig.json index e648f13655..2c831a76d7 100644 --- a/gulp-minify-css/tsconfig.json +++ b/gulp-minify-css/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-minify-html/tsconfig.json b/gulp-minify-html/tsconfig.json index aa59c127bc..6ea7ebe878 100644 --- a/gulp-minify-html/tsconfig.json +++ b/gulp-minify-html/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-mocha/tsconfig.json b/gulp-mocha/tsconfig.json index a810657b32..1414992d0c 100644 --- a/gulp-mocha/tsconfig.json +++ b/gulp-mocha/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-newer/tsconfig.json b/gulp-newer/tsconfig.json index 0e0499f244..03c3f2ad10 100644 --- a/gulp-newer/tsconfig.json +++ b/gulp-newer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-ng-annotate/tsconfig.json b/gulp-ng-annotate/tsconfig.json index 8ce1f5ad51..b41c36618e 100644 --- a/gulp-ng-annotate/tsconfig.json +++ b/gulp-ng-annotate/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-nodemon/tsconfig.json b/gulp-nodemon/tsconfig.json index a662bdd35c..46fa7d1365 100644 --- a/gulp-nodemon/tsconfig.json +++ b/gulp-nodemon/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-plumber/tsconfig.json b/gulp-plumber/tsconfig.json index 5eb352c980..3250508b93 100644 --- a/gulp-plumber/tsconfig.json +++ b/gulp-plumber/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-protractor/tsconfig.json b/gulp-protractor/tsconfig.json index b62ae13916..49bbdf6eaa 100644 --- a/gulp-protractor/tsconfig.json +++ b/gulp-protractor/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-remember/tsconfig.json b/gulp-remember/tsconfig.json index 09d7d1292f..a9fe348e31 100644 --- a/gulp-remember/tsconfig.json +++ b/gulp-remember/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-rename/tsconfig.json b/gulp-rename/tsconfig.json index 6f22283034..5e9f0b1824 100644 --- a/gulp-rename/tsconfig.json +++ b/gulp-rename/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-replace/tsconfig.json b/gulp-replace/tsconfig.json index a93504c448..f7b7003ca6 100644 --- a/gulp-replace/tsconfig.json +++ b/gulp-replace/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-rev-replace/tsconfig.json b/gulp-rev-replace/tsconfig.json index df0172e99a..a67ef46a67 100644 --- a/gulp-rev-replace/tsconfig.json +++ b/gulp-rev-replace/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-rev/tsconfig.json b/gulp-rev/tsconfig.json index beb6f33a52..0d23af4b22 100644 --- a/gulp-rev/tsconfig.json +++ b/gulp-rev/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-ruby-sass/tsconfig.json b/gulp-ruby-sass/tsconfig.json index be3c6876f9..e9ba142444 100644 --- a/gulp-ruby-sass/tsconfig.json +++ b/gulp-ruby-sass/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-sass/tsconfig.json b/gulp-sass/tsconfig.json index ef97123b2b..aa8b901e99 100644 --- a/gulp-sass/tsconfig.json +++ b/gulp-sass/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-shell/tsconfig.json b/gulp-shell/tsconfig.json index ee4d501a1a..9a4fb07a2a 100644 --- a/gulp-shell/tsconfig.json +++ b/gulp-shell/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-size/tsconfig.json b/gulp-size/tsconfig.json index d555d62c32..f4406a0a19 100644 --- a/gulp-size/tsconfig.json +++ b/gulp-size/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-sort/tsconfig.json b/gulp-sort/tsconfig.json index 7f0a4525a2..8c76049155 100644 --- a/gulp-sort/tsconfig.json +++ b/gulp-sort/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-sourcemaps/tsconfig.json b/gulp-sourcemaps/tsconfig.json index d76db38589..305f32083b 100644 --- a/gulp-sourcemaps/tsconfig.json +++ b/gulp-sourcemaps/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-strip-debug/tsconfig.json b/gulp-strip-debug/tsconfig.json index 031b2f6c36..c378a11723 100644 --- a/gulp-strip-debug/tsconfig.json +++ b/gulp-strip-debug/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-svg-sprite/tsconfig.json b/gulp-svg-sprite/tsconfig.json index 6b746b93dc..c3459a8e82 100644 --- a/gulp-svg-sprite/tsconfig.json +++ b/gulp-svg-sprite/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-task-listing/tsconfig.json b/gulp-task-listing/tsconfig.json index 65f886f630..298275b50b 100644 --- a/gulp-task-listing/tsconfig.json +++ b/gulp-task-listing/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-tsd/tsconfig.json b/gulp-tsd/tsconfig.json index f9de72e7b6..34560794d8 100644 --- a/gulp-tsd/tsconfig.json +++ b/gulp-tsd/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-tslint/tsconfig.json b/gulp-tslint/tsconfig.json index dd93c4d173..8d1f4b5b34 100644 --- a/gulp-tslint/tsconfig.json +++ b/gulp-tslint/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-typedoc/tsconfig.json b/gulp-typedoc/tsconfig.json index b9ffdab0c8..5b58681283 100644 --- a/gulp-typedoc/tsconfig.json +++ b/gulp-typedoc/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-typescript/tsconfig.json b/gulp-typescript/tsconfig.json index 89dc634ee2..e3d1ed6b4c 100644 --- a/gulp-typescript/tsconfig.json +++ b/gulp-typescript/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-uglify/tsconfig.json b/gulp-uglify/tsconfig.json index a13a214978..9930a55243 100644 --- a/gulp-uglify/tsconfig.json +++ b/gulp-uglify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-useref/tsconfig.json b/gulp-useref/tsconfig.json index 6928e48ffc..35d29c5da5 100644 --- a/gulp-useref/tsconfig.json +++ b/gulp-useref/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-util/tsconfig.json b/gulp-util/tsconfig.json index 6581d34926..26962b537c 100644 --- a/gulp-util/tsconfig.json +++ b/gulp-util/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp-watch/tsconfig.json b/gulp-watch/tsconfig.json index 4301104958..50be0269a7 100644 --- a/gulp-watch/tsconfig.json +++ b/gulp-watch/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/gulp/tsconfig.json b/gulp/tsconfig.json index d86d7977f1..ef4f0576a4 100644 --- a/gulp/tsconfig.json +++ b/gulp/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/halfred/tsconfig.json b/halfred/tsconfig.json index 3474d1e45b..f522ec22c5 100644 --- a/halfred/tsconfig.json +++ b/halfred/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/halogen/tsconfig.json b/halogen/tsconfig.json index 9765d85cfc..1b880dc4e8 100644 --- a/halogen/tsconfig.json +++ b/halogen/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/hammerjs/tsconfig.json b/hammerjs/tsconfig.json index 8c67b1a1ad..cfe6673028 100644 --- a/hammerjs/tsconfig.json +++ b/hammerjs/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/handlebars/tsconfig.json b/handlebars/tsconfig.json index cee9eda56d..c76c499f6e 100644 --- a/handlebars/tsconfig.json +++ b/handlebars/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/handsontable/tsconfig.json b/handsontable/tsconfig.json index 19de5cb771..578ca40774 100644 --- a/handsontable/tsconfig.json +++ b/handsontable/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/hapi-decorators/tsconfig.json b/hapi-decorators/tsconfig.json index 3c7877c976..72f5fdb496 100644 --- a/hapi-decorators/tsconfig.json +++ b/hapi-decorators/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "experimentalDecorators": true, "baseUrl": "../", @@ -17,4 +18,4 @@ "index.d.ts", "hapi-decorators-tests.ts" ] -} +} \ No newline at end of file diff --git a/hapi/tsconfig.json b/hapi/tsconfig.json index eda77f1630..e70c705d7b 100644 --- a/hapi/tsconfig.json +++ b/hapi/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/harmony-proxy/tsconfig.json b/harmony-proxy/tsconfig.json index bbad87b671..3d3405c46d 100644 --- a/harmony-proxy/tsconfig.json +++ b/harmony-proxy/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/hasher/tsconfig.json b/hasher/tsconfig.json index a82d69cff9..2f3a508608 100644 --- a/hasher/tsconfig.json +++ b/hasher/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/hashids/tsconfig.json b/hashids/tsconfig.json index f94626a7eb..3d21df8610 100644 --- a/hashids/tsconfig.json +++ b/hashids/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/hashmap/tsconfig.json b/hashmap/tsconfig.json index aae8efe897..7ecd39e67a 100644 --- a/hashmap/tsconfig.json +++ b/hashmap/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/hashset/tsconfig.json b/hashset/tsconfig.json index f3182aa7df..35120dbce4 100644 --- a/hashset/tsconfig.json +++ b/hashset/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/hashtable/tsconfig.json b/hashtable/tsconfig.json index 1ed164e172..fbc68818fc 100644 --- a/hashtable/tsconfig.json +++ b/hashtable/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/he/tsconfig.json b/he/tsconfig.json index 8ca79f913b..e04e52f581 100644 --- a/he/tsconfig.json +++ b/he/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/headroom/tsconfig.json b/headroom/tsconfig.json index 3dd7aec967..40f24b3df6 100644 --- a/headroom/tsconfig.json +++ b/headroom/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/heap/tsconfig.json b/heap/tsconfig.json index 3fb0cb6302..19f2156148 100644 --- a/heap/tsconfig.json +++ b/heap/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/heatmap.js/tsconfig.json b/heatmap.js/tsconfig.json index d1b8fbae24..b90279cd8c 100644 --- a/heatmap.js/tsconfig.json +++ b/heatmap.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "types": [], diff --git a/hellojs/tsconfig.json b/hellojs/tsconfig.json index 2274eb4fed..204f61ce53 100644 --- a/hellojs/tsconfig.json +++ b/hellojs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/hellosign-embedded/tsconfig.json b/hellosign-embedded/tsconfig.json index 4b57500456..d2d18780ae 100644 --- a/hellosign-embedded/tsconfig.json +++ b/hellosign-embedded/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/helmet/tsconfig.json b/helmet/tsconfig.json index 9bdf041525..0099f29659 100644 --- a/helmet/tsconfig.json +++ b/helmet/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/heremaps/tsconfig.json b/heremaps/tsconfig.json index d3679723ea..b7e553319c 100644 --- a/heremaps/tsconfig.json +++ b/heremaps/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/highcharts-ng/tsconfig.json b/highcharts-ng/tsconfig.json index c0a83321c0..a738083bf0 100644 --- a/highcharts-ng/tsconfig.json +++ b/highcharts-ng/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/highcharts/tsconfig.json b/highcharts/tsconfig.json index 8082640c3b..4744c83cb0 100644 --- a/highcharts/tsconfig.json +++ b/highcharts/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/highland/tsconfig.json b/highland/tsconfig.json index 67e25f81e8..75f9a8053a 100644 --- a/highland/tsconfig.json +++ b/highland/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/highlight.js/tsconfig.json b/highlight.js/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/highlight.js/tsconfig.json +++ b/highlight.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/history.js/tsconfig.json b/history.js/tsconfig.json index 3e41931775..3ef4710368 100644 --- a/history.js/tsconfig.json +++ b/history.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/history/tsconfig.json b/history/tsconfig.json index 91e7f3f3d6..87a547edfd 100644 --- a/history/tsconfig.json +++ b/history/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/hoek/tsconfig.json b/hoek/tsconfig.json index ea03427572..f5600ad032 100644 --- a/hoek/tsconfig.json +++ b/hoek/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/hooker/tsconfig.json b/hooker/tsconfig.json index e79b17a305..b43ede4e1c 100644 --- a/hooker/tsconfig.json +++ b/hooker/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/hopscotch/tsconfig.json b/hopscotch/tsconfig.json index b6ef58f29d..b75b071bad 100644 --- a/hopscotch/tsconfig.json +++ b/hopscotch/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/howler/tsconfig.json b/howler/tsconfig.json index 0a6fbf7922..8f996926d6 100644 --- a/howler/tsconfig.json +++ b/howler/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/html-entities/tsconfig.json b/html-entities/tsconfig.json index cdbfdfef70..a07bf0dcea 100644 --- a/html-entities/tsconfig.json +++ b/html-entities/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/html-minifier/tsconfig.json b/html-minifier/tsconfig.json index 3d13d78e06..199844668b 100644 --- a/html-minifier/tsconfig.json +++ b/html-minifier/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/html-pdf/tsconfig.json b/html-pdf/tsconfig.json index 7eafce4004..77e614684d 100644 --- a/html-pdf/tsconfig.json +++ b/html-pdf/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/html-to-text/tsconfig.json b/html-to-text/tsconfig.json index d9f4bbaef7..fb4f7284d8 100644 --- a/html-to-text/tsconfig.json +++ b/html-to-text/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/html-webpack-plugin/tsconfig.json b/html-webpack-plugin/tsconfig.json index b19027e8f0..61a4420bb2 100644 --- a/html-webpack-plugin/tsconfig.json +++ b/html-webpack-plugin/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/html2canvas/tsconfig.json b/html2canvas/tsconfig.json index fada6e0974..3309d5c3b0 100644 --- a/html2canvas/tsconfig.json +++ b/html2canvas/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/htmlparser2/tsconfig.json b/htmlparser2/tsconfig.json index e2cfd7742a..978249142a 100644 --- a/htmlparser2/tsconfig.json +++ b/htmlparser2/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/htmltojsx/tsconfig.json b/htmltojsx/tsconfig.json index 553da90cb9..aa259071b6 100644 --- a/htmltojsx/tsconfig.json +++ b/htmltojsx/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/http-errors/tsconfig.json b/http-errors/tsconfig.json index 232aa71388..2d86ab7052 100644 --- a/http-errors/tsconfig.json +++ b/http-errors/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/http-status-codes/tsconfig.json b/http-status-codes/tsconfig.json index fc3297eea7..319dd80136 100644 --- a/http-status-codes/tsconfig.json +++ b/http-status-codes/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/http-status/tsconfig.json b/http-status/tsconfig.json index d830e514af..0bec21c81c 100644 --- a/http-status/tsconfig.json +++ b/http-status/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/http-string-parser/tsconfig.json b/http-string-parser/tsconfig.json index 2fe6f4746f..da499b66b8 100644 --- a/http-string-parser/tsconfig.json +++ b/http-string-parser/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/httperr/tsconfig.json b/httperr/tsconfig.json index 0eaa73a9ce..82c34818d0 100644 --- a/httperr/tsconfig.json +++ b/httperr/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/hubspot-pace/tsconfig.json b/hubspot-pace/tsconfig.json index c39a116bcc..67b152117c 100644 --- a/hubspot-pace/tsconfig.json +++ b/hubspot-pace/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/humane/tsconfig.json b/humane/tsconfig.json index a5b236773a..511f9212b7 100644 --- a/humane/tsconfig.json +++ b/humane/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/humanparser/tsconfig.json b/humanparser/tsconfig.json index 17b129eba5..f918e433af 100644 --- a/humanparser/tsconfig.json +++ b/humanparser/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "humanparser-tests.ts" ] -} +} \ No newline at end of file diff --git a/humps/tsconfig.json b/humps/tsconfig.json index 2aa841836c..4deb7c907a 100644 --- a/humps/tsconfig.json +++ b/humps/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/hyperscript/tsconfig.json b/hyperscript/tsconfig.json index 029f10f754..dfbdc84518 100644 --- a/hyperscript/tsconfig.json +++ b/hyperscript/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/hypertext-application-language/tsconfig.json b/hypertext-application-language/tsconfig.json index 67ff40e86d..2cab4b84f5 100644 --- a/hypertext-application-language/tsconfig.json +++ b/hypertext-application-language/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/hystrixjs/tsconfig.json b/hystrixjs/tsconfig.json index d92c44bd26..7148196ac2 100644 --- a/hystrixjs/tsconfig.json +++ b/hystrixjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/i18n/tsconfig.json b/i18n/tsconfig.json index 2d8a96c315..57a6b8ffb0 100644 --- a/i18n/tsconfig.json +++ b/i18n/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/i18next-browser-languagedetector/tsconfig.json b/i18next-browser-languagedetector/tsconfig.json index 4dd293bd4f..5e5217cc4e 100644 --- a/i18next-browser-languagedetector/tsconfig.json +++ b/i18next-browser-languagedetector/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/i18next-express-middleware/tsconfig.json b/i18next-express-middleware/tsconfig.json index 28c74af200..9a6bb79121 100644 --- a/i18next-express-middleware/tsconfig.json +++ b/i18next-express-middleware/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/i18next-node-fs-backend/tsconfig.json b/i18next-node-fs-backend/tsconfig.json index e3aec17f03..c7558b6c94 100644 --- a/i18next-node-fs-backend/tsconfig.json +++ b/i18next-node-fs-backend/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/i18next-sprintf-postprocessor/tsconfig.json b/i18next-sprintf-postprocessor/tsconfig.json index f7495711f8..cf5474ff0d 100644 --- a/i18next-sprintf-postprocessor/tsconfig.json +++ b/i18next-sprintf-postprocessor/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/i18next-xhr-backend/tsconfig.json b/i18next-xhr-backend/tsconfig.json index 1aedac3285..3846f699cf 100644 --- a/i18next-xhr-backend/tsconfig.json +++ b/i18next-xhr-backend/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/i18next/tsconfig.json b/i18next/tsconfig.json index 402a80f614..2784392036 100644 --- a/i18next/tsconfig.json +++ b/i18next/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/i2c-bus/tsconfig.json b/i2c-bus/tsconfig.json index 174a0be030..3a4d8c2502 100644 --- a/i2c-bus/tsconfig.json +++ b/i2c-bus/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -17,4 +18,4 @@ "index.d.ts", "i2c-bus-tests.ts" ] -} +} \ No newline at end of file diff --git a/iban/tsconfig.json b/iban/tsconfig.json index c30857751e..72f929945e 100644 --- a/iban/tsconfig.json +++ b/iban/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ibm-mobilefirst/tsconfig.json b/ibm-mobilefirst/tsconfig.json index 1b28764788..d8fd8fdfa1 100644 --- a/ibm-mobilefirst/tsconfig.json +++ b/ibm-mobilefirst/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/icepick/tsconfig.json b/icepick/tsconfig.json index 7693f53526..deb295d7da 100644 --- a/icepick/tsconfig.json +++ b/icepick/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/icheck/tsconfig.json b/icheck/tsconfig.json index 1b21bd37f9..f094cd0321 100644 --- a/icheck/tsconfig.json +++ b/icheck/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/iconv-lite/tsconfig.json b/iconv-lite/tsconfig.json index 5c0b70bff2..9c7f9b6e95 100644 --- a/iconv-lite/tsconfig.json +++ b/iconv-lite/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "iconv-lite-tests.ts" ] -} +} \ No newline at end of file diff --git a/iconv/tsconfig.json b/iconv/tsconfig.json index 11151134ed..c3143c8575 100644 --- a/iconv/tsconfig.json +++ b/iconv/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ids/tsconfig.json b/ids/tsconfig.json index 85fbd7f361..6af13979ec 100644 --- a/ids/tsconfig.json +++ b/ids/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/image-size/tsconfig.json b/image-size/tsconfig.json index d07f3fff5b..61c2696d45 100644 --- a/image-size/tsconfig.json +++ b/image-size/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/imagemagick-native/tsconfig.json b/imagemagick-native/tsconfig.json index 5f0d725db6..506a10b58c 100644 --- a/imagemagick-native/tsconfig.json +++ b/imagemagick-native/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/imagemagick/tsconfig.json b/imagemagick/tsconfig.json index 85a2b32a8f..06aed95001 100644 --- a/imagemagick/tsconfig.json +++ b/imagemagick/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/imagemapster/tsconfig.json b/imagemapster/tsconfig.json index e0bcab265e..d0aad3fe33 100644 --- a/imagemapster/tsconfig.json +++ b/imagemapster/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/imagesloaded/tsconfig.json b/imagesloaded/tsconfig.json index fe5fb5afc6..6c9e4a682c 100644 --- a/imagesloaded/tsconfig.json +++ b/imagesloaded/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/imap-simple/tsconfig.json b/imap-simple/tsconfig.json index c7dd5ee90b..ce50347343 100644 --- a/imap-simple/tsconfig.json +++ b/imap-simple/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/imap/tsconfig.json b/imap/tsconfig.json index 4bd0dee115..46c0268b3f 100644 --- a/imap/tsconfig.json +++ b/imap/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/imgur-rest-api/tsconfig.json b/imgur-rest-api/tsconfig.json index 6f5fa142fd..8edfea9b9d 100644 --- a/imgur-rest-api/tsconfig.json +++ b/imgur-rest-api/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/immutability-helper/tsconfig.json b/immutability-helper/tsconfig.json index a0e54d632f..3901b1e0cc 100644 --- a/immutability-helper/tsconfig.json +++ b/immutability-helper/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/immutable/tsconfig.json b/immutable/tsconfig.json index c13d74d116..54fe69567b 100644 --- a/immutable/tsconfig.json +++ b/immutable/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "immutable-tests.ts" ] -} +} \ No newline at end of file diff --git a/impress/tsconfig.json b/impress/tsconfig.json index e3383e52f0..6d1a71de6d 100644 --- a/impress/tsconfig.json +++ b/impress/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/in-range/tsconfig.json b/in-range/tsconfig.json index 30803f8bec..959b41a5bd 100644 --- a/in-range/tsconfig.json +++ b/in-range/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "in-range-tests.ts" ] -} +} \ No newline at end of file diff --git a/incremental-dom/tsconfig.json b/incremental-dom/tsconfig.json index 56ffdff383..dc0ebb2f84 100644 --- a/incremental-dom/tsconfig.json +++ b/incremental-dom/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "incremental-dom-tests.ts" ] -} +} \ No newline at end of file diff --git a/inert/tsconfig.json b/inert/tsconfig.json index 9c678b93ff..f19b878114 100644 --- a/inert/tsconfig.json +++ b/inert/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -14,7 +15,7 @@ }, "files": [ "index.d.ts", - "inert-tests.ts", - "inert-tests-es6.ts" + "inert-tests.ts", + "inert-tests-es6.ts" ] } \ No newline at end of file diff --git a/inflected/tsconfig.json b/inflected/tsconfig.json index 3e21f9612a..3f7ec070da 100644 --- a/inflected/tsconfig.json +++ b/inflected/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/inflection/tsconfig.json b/inflection/tsconfig.json index c19b06338f..39b0f370e9 100644 --- a/inflection/tsconfig.json +++ b/inflection/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/inherits/tsconfig.json b/inherits/tsconfig.json index 1bd649cb63..484b443dd2 100644 --- a/inherits/tsconfig.json +++ b/inherits/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ini/tsconfig.json b/ini/tsconfig.json index 7c3c1a9086..53644b4d94 100644 --- a/ini/tsconfig.json +++ b/ini/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/iniparser/tsconfig.json b/iniparser/tsconfig.json index d114e1c19d..dc0c79cbb9 100644 --- a/iniparser/tsconfig.json +++ b/iniparser/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/inline-css/tsconfig.json b/inline-css/tsconfig.json index dbfa91d3ae..fa2a455dcf 100644 --- a/inline-css/tsconfig.json +++ b/inline-css/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/inquirer/tsconfig.json b/inquirer/tsconfig.json index cf4e93d175..a06f09ccd2 100644 --- a/inquirer/tsconfig.json +++ b/inquirer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/insight/tsconfig.json b/insight/tsconfig.json index 15d366d7dd..d9cc368185 100644 --- a/insight/tsconfig.json +++ b/insight/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/interact.js/tsconfig.json b/interact.js/tsconfig.json index c1bb6409a4..9426c9e0cc 100644 --- a/interact.js/tsconfig.json +++ b/interact.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/intercomjs/tsconfig.json b/intercomjs/tsconfig.json index f876aef25b..6dfa66b6a1 100644 --- a/intercomjs/tsconfig.json +++ b/intercomjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/intl-tel-input/tsconfig.json b/intl-tel-input/tsconfig.json index 2186d90c1d..f56e16cbb0 100644 --- a/intl-tel-input/tsconfig.json +++ b/intl-tel-input/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/intro.js/tsconfig.json b/intro.js/tsconfig.json index 5abd4b08ef..d9130ae39e 100644 --- a/intro.js/tsconfig.json +++ b/intro.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/invariant/tsconfig.json b/invariant/tsconfig.json index a9664e2819..3eeb5b5ade 100644 --- a/invariant/tsconfig.json +++ b/invariant/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/inversify-binding-decorators/tsconfig.json b/inversify-binding-decorators/tsconfig.json index 0cfbf3bb2f..8689b4b17d 100644 --- a/inversify-binding-decorators/tsconfig.json +++ b/inversify-binding-decorators/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, diff --git a/inversify-devtools/tsconfig.json b/inversify-devtools/tsconfig.json index 9620cb1f86..ab530b69c7 100644 --- a/inversify-devtools/tsconfig.json +++ b/inversify-devtools/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, diff --git a/inversify-express-utils/tsconfig.json b/inversify-express-utils/tsconfig.json index 1a136bbfe3..855d4c64aa 100644 --- a/inversify-express-utils/tsconfig.json +++ b/inversify-express-utils/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, diff --git a/inversify-inject-decorators/tsconfig.json b/inversify-inject-decorators/tsconfig.json index 7b922e01fa..ab63ae0579 100644 --- a/inversify-inject-decorators/tsconfig.json +++ b/inversify-inject-decorators/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, diff --git a/inversify-logger-middleware/tsconfig.json b/inversify-logger-middleware/tsconfig.json index 363943998d..1b0d1ec8ff 100644 --- a/inversify-logger-middleware/tsconfig.json +++ b/inversify-logger-middleware/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, diff --git a/inversify-restify-utils/tsconfig.json b/inversify-restify-utils/tsconfig.json index c610f4fb27..7a2fcda912 100644 --- a/inversify-restify-utils/tsconfig.json +++ b/inversify-restify-utils/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, diff --git a/inversify/tsconfig.json b/inversify/tsconfig.json index c1aa2f34b1..e655f522d8 100644 --- a/inversify/tsconfig.json +++ b/inversify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, diff --git a/ion.rangeslider/tsconfig.json b/ion.rangeslider/tsconfig.json index 9c848a6627..5912868fde 100644 --- a/ion.rangeslider/tsconfig.json +++ b/ion.rangeslider/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ionic/tsconfig.json b/ionic/tsconfig.json index 9ad8ed08d6..a575d24b88 100644 --- a/ionic/tsconfig.json +++ b/ionic/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ioredis/tsconfig.json b/ioredis/tsconfig.json index 02799a7152..b4e17b1761 100644 --- a/ioredis/tsconfig.json +++ b/ioredis/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ip/tsconfig.json b/ip/tsconfig.json index c2fb8b1cd9..4abc998147 100644 --- a/ip/tsconfig.json +++ b/ip/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/irc/tsconfig.json b/irc/tsconfig.json index 4db8cf6484..b9b4673383 100644 --- a/irc/tsconfig.json +++ b/irc/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/is-binary-path/tsconfig.json b/is-binary-path/tsconfig.json index 4914ee401d..417e158ce0 100644 --- a/is-binary-path/tsconfig.json +++ b/is-binary-path/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "is-binary-path-tests.ts" ] -} +} \ No newline at end of file diff --git a/is-my-json-valid/tsconfig.json b/is-my-json-valid/tsconfig.json index 5459424bb3..c0eb5466c8 100644 --- a/is-my-json-valid/tsconfig.json +++ b/is-my-json-valid/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/is-path-cwd/tsconfig.json b/is-path-cwd/tsconfig.json index 87e27d8478..527ece0753 100644 --- a/is-path-cwd/tsconfig.json +++ b/is-path-cwd/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "is-path-cwd-tests.ts" ] -} +} \ No newline at end of file diff --git a/is-plain-object/tsconfig.json b/is-plain-object/tsconfig.json index 5263b5a06a..bc2867db1c 100644 --- a/is-plain-object/tsconfig.json +++ b/is-plain-object/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/is-promise/tsconfig.json b/is-promise/tsconfig.json index ba2cdc609f..f93430fecb 100644 --- a/is-promise/tsconfig.json +++ b/is-promise/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/is-url/tsconfig.json b/is-url/tsconfig.json index 4391ab3040..10bb2a6397 100644 --- a/is-url/tsconfig.json +++ b/is-url/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/is/tsconfig.json b/is/tsconfig.json index 2704d828cb..2e97760d50 100644 --- a/is/tsconfig.json +++ b/is/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/iscroll/tsconfig.json b/iscroll/tsconfig.json index f477f5bfc0..ac5b1f94c2 100644 --- a/iscroll/tsconfig.json +++ b/iscroll/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/iso8601-localizer/tsconfig.json b/iso8601-localizer/tsconfig.json index 9bc8e15e07..1a3d3b6135 100644 --- a/iso8601-localizer/tsconfig.json +++ b/iso8601-localizer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/isomorphic-fetch/tsconfig.json b/isomorphic-fetch/tsconfig.json index 4844b8a800..a521c357c1 100644 --- a/isomorphic-fetch/tsconfig.json +++ b/isomorphic-fetch/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/istanbul-middleware/tsconfig.json b/istanbul-middleware/tsconfig.json index 95df263847..6e55ba542b 100644 --- a/istanbul-middleware/tsconfig.json +++ b/istanbul-middleware/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/istanbul/tsconfig.json b/istanbul/tsconfig.json index 05443238a5..47b30b151f 100644 --- a/istanbul/tsconfig.json +++ b/istanbul/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ix.js/tsconfig.json b/ix.js/tsconfig.json index 92c67b5112..f0ce358bee 100644 --- a/ix.js/tsconfig.json +++ b/ix.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jade/tsconfig.json b/jade/tsconfig.json index 6950c4c8b1..9ae1ca0b1c 100644 --- a/jade/tsconfig.json +++ b/jade/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jake/tsconfig.json b/jake/tsconfig.json index c2ade89f63..1f87791515 100644 --- a/jake/tsconfig.json +++ b/jake/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jasmine-ajax/tsconfig.json b/jasmine-ajax/tsconfig.json index 3a320cc492..ee74778622 100644 --- a/jasmine-ajax/tsconfig.json +++ b/jasmine-ajax/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jasmine-data_driven_tests/tsconfig.json b/jasmine-data_driven_tests/tsconfig.json index 1cb0cd4c87..eedc107d0b 100644 --- a/jasmine-data_driven_tests/tsconfig.json +++ b/jasmine-data_driven_tests/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jasmine-es6-promise-matchers/tsconfig.json b/jasmine-es6-promise-matchers/tsconfig.json index d4576433aa..3c9178fbbf 100644 --- a/jasmine-es6-promise-matchers/tsconfig.json +++ b/jasmine-es6-promise-matchers/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jasmine-expect/tsconfig.json b/jasmine-expect/tsconfig.json index d554ee8043..9421a7d16b 100644 --- a/jasmine-expect/tsconfig.json +++ b/jasmine-expect/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jasmine-fixture/tsconfig.json b/jasmine-fixture/tsconfig.json index 7f10282f27..d0e127846f 100644 --- a/jasmine-fixture/tsconfig.json +++ b/jasmine-fixture/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jasmine-jquery/tsconfig.json b/jasmine-jquery/tsconfig.json index d6e089af3f..6722afd469 100644 --- a/jasmine-jquery/tsconfig.json +++ b/jasmine-jquery/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jasmine-matchers/tsconfig.json b/jasmine-matchers/tsconfig.json index 1dc515d7f0..cbd3cffe1a 100644 --- a/jasmine-matchers/tsconfig.json +++ b/jasmine-matchers/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jasmine-node/tsconfig.json b/jasmine-node/tsconfig.json index 9ab267afdc..ab8f2a17c5 100644 --- a/jasmine-node/tsconfig.json +++ b/jasmine-node/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jasmine-promise-matchers/tsconfig.json b/jasmine-promise-matchers/tsconfig.json index 8c1b14f0fd..b4c51c1553 100644 --- a/jasmine-promise-matchers/tsconfig.json +++ b/jasmine-promise-matchers/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jasmine/tsconfig.json b/jasmine/tsconfig.json index e312108530..e7f9394641 100644 --- a/jasmine/tsconfig.json +++ b/jasmine/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/java-applet/tsconfig.json b/java-applet/tsconfig.json index 95ecfe5704..ca587c4589 100644 --- a/java-applet/tsconfig.json +++ b/java-applet/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/java/tsconfig.json b/java/tsconfig.json index e86aa7715f..8950d2bf27 100644 --- a/java/tsconfig.json +++ b/java/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/javascript-astar/tsconfig.json b/javascript-astar/tsconfig.json index 6d738fe121..adc00dc0cf 100644 --- a/javascript-astar/tsconfig.json +++ b/javascript-astar/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/javascript-bignum/tsconfig.json b/javascript-bignum/tsconfig.json index ad0d48a866..ce37762e26 100644 --- a/javascript-bignum/tsconfig.json +++ b/javascript-bignum/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/javascript-obfuscator/tsconfig.json b/javascript-obfuscator/tsconfig.json index 40b101b1f6..331ae49482 100644 --- a/javascript-obfuscator/tsconfig.json +++ b/javascript-obfuscator/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jbinary/tsconfig.json b/jbinary/tsconfig.json index b4f8625871..d73ffa8413 100644 --- a/jbinary/tsconfig.json +++ b/jbinary/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jcanvas/tsconfig.json b/jcanvas/tsconfig.json index e2564f5a45..2ed60b2a58 100644 --- a/jcanvas/tsconfig.json +++ b/jcanvas/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "jcanvas-tests.ts" ] -} +} \ No newline at end of file diff --git a/jdataview/tsconfig.json b/jdataview/tsconfig.json index bee1d727bd..2143c3949f 100644 --- a/jdataview/tsconfig.json +++ b/jdataview/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jdenticon/tsconfig.json b/jdenticon/tsconfig.json index 50e496b1a1..4078d1a078 100644 --- a/jdenticon/tsconfig.json +++ b/jdenticon/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "jdenticon-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "jdenticon-tests.ts" + ] +} \ No newline at end of file diff --git a/jee-jsf/tsconfig.json b/jee-jsf/tsconfig.json index 7442610520..0774f560ab 100644 --- a/jee-jsf/tsconfig.json +++ b/jee-jsf/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jest/tsconfig.json b/jest/tsconfig.json index da1e33c024..0987fd539f 100644 --- a/jest/tsconfig.json +++ b/jest/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/jfp/tsconfig.json b/jfp/tsconfig.json index e541ed8585..84f74ceffb 100644 --- a/jfp/tsconfig.json +++ b/jfp/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jjv/tsconfig.json b/jjv/tsconfig.json index 17b1440993..1247e95975 100644 --- a/jjv/tsconfig.json +++ b/jjv/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jjve/tsconfig.json b/jjve/tsconfig.json index 0c0648fa43..3310ea1d01 100644 --- a/jjve/tsconfig.json +++ b/jjve/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jodata/tsconfig.json b/jodata/tsconfig.json index ffcb8a4e8c..3638d1b6f6 100644 --- a/jodata/tsconfig.json +++ b/jodata/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/johnny-five/tsconfig.json b/johnny-five/tsconfig.json index 93aaad00c9..f027f26c48 100644 --- a/johnny-five/tsconfig.json +++ b/johnny-five/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/joi/tsconfig.json b/joi/tsconfig.json index 21ea7b73a3..e07fa18fed 100644 --- a/joi/tsconfig.json +++ b/joi/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jointjs/tsconfig.json b/jointjs/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/jointjs/tsconfig.json +++ b/jointjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jpm/tsconfig.json b/jpm/tsconfig.json index 26237a309c..e45b537475 100644 --- a/jpm/tsconfig.json +++ b/jpm/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jqgrid/tsconfig.json b/jqgrid/tsconfig.json index 55e0538961..afa00f2638 100644 --- a/jqgrid/tsconfig.json +++ b/jqgrid/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jqrangeslider/tsconfig.json b/jqrangeslider/tsconfig.json index 5beb9b939b..127eec164b 100644 --- a/jqrangeslider/tsconfig.json +++ b/jqrangeslider/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery-ajax-chain/tsconfig.json b/jquery-ajax-chain/tsconfig.json index 6d7f446631..e9809c97c3 100644 --- a/jquery-ajax-chain/tsconfig.json +++ b/jquery-ajax-chain/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery-alertable/tsconfig.json b/jquery-alertable/tsconfig.json index 12949283d4..a6533a8611 100644 --- a/jquery-alertable/tsconfig.json +++ b/jquery-alertable/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery-backstretch/tsconfig.json b/jquery-backstretch/tsconfig.json index 98e21be14f..a904d1d577 100644 --- a/jquery-backstretch/tsconfig.json +++ b/jquery-backstretch/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery-cropbox/tsconfig.json b/jquery-cropbox/tsconfig.json index 2e01719ad3..96f599725c 100644 --- a/jquery-cropbox/tsconfig.json +++ b/jquery-cropbox/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery-deparam/tsconfig.json b/jquery-deparam/tsconfig.json index 275b5e9a17..10da5fb7e7 100644 --- a/jquery-deparam/tsconfig.json +++ b/jquery-deparam/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/jquery-easy-loading/tsconfig.json b/jquery-easy-loading/tsconfig.json index 46a2da0f9c..faaddb6777 100644 --- a/jquery-easy-loading/tsconfig.json +++ b/jquery-easy-loading/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery-fullscreen/tsconfig.json b/jquery-fullscreen/tsconfig.json index 664589ec00..f5815d6823 100644 --- a/jquery-fullscreen/tsconfig.json +++ b/jquery-fullscreen/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery-galleria/tsconfig.json b/jquery-galleria/tsconfig.json index 473e6acab5..eaf69020b3 100644 --- a/jquery-galleria/tsconfig.json +++ b/jquery-galleria/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery-handsontable/tsconfig.json b/jquery-handsontable/tsconfig.json index e3ac6aaa20..ce2c776521 100644 --- a/jquery-handsontable/tsconfig.json +++ b/jquery-handsontable/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery-jsonrpcclient/tsconfig.json b/jquery-jsonrpcclient/tsconfig.json index 85ad588278..aa31f649d4 100644 --- a/jquery-jsonrpcclient/tsconfig.json +++ b/jquery-jsonrpcclient/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery-knob/tsconfig.json b/jquery-knob/tsconfig.json index ee3c80cc1b..5596ca6390 100644 --- a/jquery-knob/tsconfig.json +++ b/jquery-knob/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery-mockjax/tsconfig.json b/jquery-mockjax/tsconfig.json index 852db24c35..2a2131ba87 100644 --- a/jquery-mockjax/tsconfig.json +++ b/jquery-mockjax/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery-mousewheel/tsconfig.json b/jquery-mousewheel/tsconfig.json index 6c4ffbe27a..ce8c919278 100644 --- a/jquery-mousewheel/tsconfig.json +++ b/jquery-mousewheel/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery-param/tsconfig.json b/jquery-param/tsconfig.json index cd5ade28aa..874a59f15b 100644 --- a/jquery-param/tsconfig.json +++ b/jquery-param/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/jquery-sortable/tsconfig.json b/jquery-sortable/tsconfig.json index e11b961de0..ef01bd3418 100644 --- a/jquery-sortable/tsconfig.json +++ b/jquery-sortable/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery-steps/tsconfig.json b/jquery-steps/tsconfig.json index e9310a58f1..276d5e2034 100644 --- a/jquery-steps/tsconfig.json +++ b/jquery-steps/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery-timeentry/tsconfig.json b/jquery-timeentry/tsconfig.json index f697dcbc23..1f8e8239ca 100644 --- a/jquery-timeentry/tsconfig.json +++ b/jquery-timeentry/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery-truncate-html/tsconfig.json b/jquery-truncate-html/tsconfig.json index d265c19db1..cb4ec8418d 100644 --- a/jquery-truncate-html/tsconfig.json +++ b/jquery-truncate-html/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery-urlparam/tsconfig.json b/jquery-urlparam/tsconfig.json index 9727c226eb..8d54bef2bb 100644 --- a/jquery-urlparam/tsconfig.json +++ b/jquery-urlparam/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery-validation-unobtrusive/tsconfig.json b/jquery-validation-unobtrusive/tsconfig.json index de156d7df5..6c0123cec8 100644 --- a/jquery-validation-unobtrusive/tsconfig.json +++ b/jquery-validation-unobtrusive/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.address/tsconfig.json b/jquery.address/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/jquery.address/tsconfig.json +++ b/jquery.address/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.ajaxfile/tsconfig.json b/jquery.ajaxfile/tsconfig.json index 271497e028..04879c4deb 100644 --- a/jquery.ajaxfile/tsconfig.json +++ b/jquery.ajaxfile/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.are-you-sure/tsconfig.json b/jquery.are-you-sure/tsconfig.json index 896fdc90a1..e5c17dc351 100644 --- a/jquery.are-you-sure/tsconfig.json +++ b/jquery.are-you-sure/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.autosize/tsconfig.json b/jquery.autosize/tsconfig.json index ed8b9c4fd6..d07fa8f535 100644 --- a/jquery.autosize/tsconfig.json +++ b/jquery.autosize/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.base64/tsconfig.json b/jquery.base64/tsconfig.json index 3830a79e93..8c01f3e53c 100644 --- a/jquery.base64/tsconfig.json +++ b/jquery.base64/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.bbq/tsconfig.json b/jquery.bbq/tsconfig.json index c21c0bbfb4..a3d8adba49 100644 --- a/jquery.bbq/tsconfig.json +++ b/jquery.bbq/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.blockui/tsconfig.json b/jquery.blockui/tsconfig.json index 3ba3a271e4..0d9c7d0a03 100644 --- a/jquery.blockui/tsconfig.json +++ b/jquery.blockui/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.bootstrap.wizard/tsconfig.json b/jquery.bootstrap.wizard/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/jquery.bootstrap.wizard/tsconfig.json +++ b/jquery.bootstrap.wizard/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.cleditor/tsconfig.json b/jquery.cleditor/tsconfig.json index d86d2e1329..c1b9f27e8e 100644 --- a/jquery.cleditor/tsconfig.json +++ b/jquery.cleditor/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.clientsidelogging/tsconfig.json b/jquery.clientsidelogging/tsconfig.json index d7fd1afc2b..483ce592e1 100644 --- a/jquery.clientsidelogging/tsconfig.json +++ b/jquery.clientsidelogging/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.color/tsconfig.json b/jquery.color/tsconfig.json index e9167b294c..77a9f845b0 100644 --- a/jquery.color/tsconfig.json +++ b/jquery.color/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.colorbox/tsconfig.json b/jquery.colorbox/tsconfig.json index 68e7a38e93..cc62dbd5cc 100644 --- a/jquery.colorbox/tsconfig.json +++ b/jquery.colorbox/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.colorpicker/tsconfig.json b/jquery.colorpicker/tsconfig.json index b744fa7eb8..013f368783 100644 --- a/jquery.colorpicker/tsconfig.json +++ b/jquery.colorpicker/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.contextmenu/tsconfig.json b/jquery.contextmenu/tsconfig.json index bc7364f4f7..25cae340ac 100644 --- a/jquery.contextmenu/tsconfig.json +++ b/jquery.contextmenu/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.cookie/tsconfig.json b/jquery.cookie/tsconfig.json index c952d7a4f0..7515dcb539 100644 --- a/jquery.cookie/tsconfig.json +++ b/jquery.cookie/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.customselect/tsconfig.json b/jquery.customselect/tsconfig.json index c5f81dd3ef..470079177d 100644 --- a/jquery.customselect/tsconfig.json +++ b/jquery.customselect/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.cycle/tsconfig.json b/jquery.cycle/tsconfig.json index 5f97223993..9a3a9b93d2 100644 --- a/jquery.cycle/tsconfig.json +++ b/jquery.cycle/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.cycle2/tsconfig.json b/jquery.cycle2/tsconfig.json index 598e7a0691..abd6f3b0e4 100644 --- a/jquery.cycle2/tsconfig.json +++ b/jquery.cycle2/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.datatables/tsconfig.json b/jquery.datatables/tsconfig.json index eeaf42b334..465bdda464 100644 --- a/jquery.datatables/tsconfig.json +++ b/jquery.datatables/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.dropotron/tsconfig.json b/jquery.dropotron/tsconfig.json index 1520af911a..45264ed705 100644 --- a/jquery.dropotron/tsconfig.json +++ b/jquery.dropotron/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.dynatree/tsconfig.json b/jquery.dynatree/tsconfig.json index 207d3fcd50..dba6191850 100644 --- a/jquery.dynatree/tsconfig.json +++ b/jquery.dynatree/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.elang/tsconfig.json b/jquery.elang/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/jquery.elang/tsconfig.json +++ b/jquery.elang/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.fancytree/tsconfig.json b/jquery.fancytree/tsconfig.json index 4eb6fe1d69..946827dd7a 100644 --- a/jquery.fancytree/tsconfig.json +++ b/jquery.fancytree/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.fileupload/tsconfig.json b/jquery.fileupload/tsconfig.json index 1bef5f55d3..5294cd54c7 100644 --- a/jquery.fileupload/tsconfig.json +++ b/jquery.fileupload/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.finger/tsconfig.json b/jquery.finger/tsconfig.json index 4adb4184a3..c8579e72c0 100644 --- a/jquery.finger/tsconfig.json +++ b/jquery.finger/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.flagstrap/tsconfig.json b/jquery.flagstrap/tsconfig.json index 137cbac866..0339a961e4 100644 --- a/jquery.flagstrap/tsconfig.json +++ b/jquery.flagstrap/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.form/tsconfig.json b/jquery.form/tsconfig.json index 7170aaa8b2..8a2e0a3b94 100644 --- a/jquery.form/tsconfig.json +++ b/jquery.form/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.fullscreen/tsconfig.json b/jquery.fullscreen/tsconfig.json index d74a97d843..6369a8e728 100644 --- a/jquery.fullscreen/tsconfig.json +++ b/jquery.fullscreen/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.gridster/tsconfig.json b/jquery.gridster/tsconfig.json index 85bf8828a0..775fbfbbd8 100644 --- a/jquery.gridster/tsconfig.json +++ b/jquery.gridster/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.highlight-bartaz/tsconfig.json b/jquery.highlight-bartaz/tsconfig.json index 398de29e61..ebe7acecff 100644 --- a/jquery.highlight-bartaz/tsconfig.json +++ b/jquery.highlight-bartaz/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.jnotify/tsconfig.json b/jquery.jnotify/tsconfig.json index 43c58bbac0..8834185f5e 100644 --- a/jquery.jnotify/tsconfig.json +++ b/jquery.jnotify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.joyride/tsconfig.json b/jquery.joyride/tsconfig.json index ae699b7575..effdc2a77b 100644 --- a/jquery.joyride/tsconfig.json +++ b/jquery.joyride/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.jsignature/tsconfig.json b/jquery.jsignature/tsconfig.json index a1780bd2fb..5f0c68914d 100644 --- a/jquery.jsignature/tsconfig.json +++ b/jquery.jsignature/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.leanmodal/tsconfig.json b/jquery.leanmodal/tsconfig.json index 9c974d0183..ce5f2553ec 100644 --- a/jquery.leanmodal/tsconfig.json +++ b/jquery.leanmodal/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.livestampjs/tsconfig.json b/jquery.livestampjs/tsconfig.json index 46e1e98bd5..2e808698e8 100644 --- a/jquery.livestampjs/tsconfig.json +++ b/jquery.livestampjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.menuaim/tsconfig.json b/jquery.menuaim/tsconfig.json index d3ce785ade..cc98144100 100644 --- a/jquery.menuaim/tsconfig.json +++ b/jquery.menuaim/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.mmenu/tsconfig.json b/jquery.mmenu/tsconfig.json index b99a44c0e4..33da17a3d3 100644 --- a/jquery.mmenu/tsconfig.json +++ b/jquery.mmenu/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.notifybar/tsconfig.json b/jquery.notifybar/tsconfig.json index 89a207d41e..c338f7bf5e 100644 --- a/jquery.notifybar/tsconfig.json +++ b/jquery.notifybar/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.noty/tsconfig.json b/jquery.noty/tsconfig.json index 126718d584..bf97b93a4d 100644 --- a/jquery.noty/tsconfig.json +++ b/jquery.noty/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.payment/tsconfig.json b/jquery.payment/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/jquery.payment/tsconfig.json +++ b/jquery.payment/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.pjax.falsandtru/tsconfig.json b/jquery.pjax.falsandtru/tsconfig.json index da22c1fd63..eafe636c08 100644 --- a/jquery.pjax.falsandtru/tsconfig.json +++ b/jquery.pjax.falsandtru/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.pjax/tsconfig.json b/jquery.pjax/tsconfig.json index da22c1fd63..eafe636c08 100644 --- a/jquery.pjax/tsconfig.json +++ b/jquery.pjax/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.placeholder/tsconfig.json b/jquery.placeholder/tsconfig.json index b036bdab43..98b5ff2795 100644 --- a/jquery.placeholder/tsconfig.json +++ b/jquery.placeholder/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.pnotify/tsconfig.json b/jquery.pnotify/tsconfig.json index 4af4bdb67d..6169458adc 100644 --- a/jquery.pnotify/tsconfig.json +++ b/jquery.pnotify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.postmessage/tsconfig.json b/jquery.postmessage/tsconfig.json index 73f27525fb..3e70423c66 100644 --- a/jquery.postmessage/tsconfig.json +++ b/jquery.postmessage/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.prettyphoto/tsconfig.json b/jquery.prettyphoto/tsconfig.json index 4637eaf42a..a15dbc310d 100644 --- a/jquery.prettyphoto/tsconfig.json +++ b/jquery.prettyphoto/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.qrcode/tsconfig.json b/jquery.qrcode/tsconfig.json index 874b5d4976..e9934bfde6 100644 --- a/jquery.qrcode/tsconfig.json +++ b/jquery.qrcode/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.rateit/tsconfig.json b/jquery.rateit/tsconfig.json index 0f7906596e..50c9d67d7e 100644 --- a/jquery.rateit/tsconfig.json +++ b/jquery.rateit/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.rowgrid/tsconfig.json b/jquery.rowgrid/tsconfig.json index 63bc3acb1a..55ebd698c1 100644 --- a/jquery.rowgrid/tsconfig.json +++ b/jquery.rowgrid/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.scrollto/tsconfig.json b/jquery.scrollto/tsconfig.json index 5d229ebad3..183ea5843e 100644 --- a/jquery.scrollto/tsconfig.json +++ b/jquery.scrollto/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.simplemodal/tsconfig.json b/jquery.simplemodal/tsconfig.json index 4840f6ec9f..35abee3b7e 100644 --- a/jquery.simplemodal/tsconfig.json +++ b/jquery.simplemodal/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.simplepagination/tsconfig.json b/jquery.simplepagination/tsconfig.json index 4e9563a2df..890a63616d 100644 --- a/jquery.simplepagination/tsconfig.json +++ b/jquery.simplepagination/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.simulate/tsconfig.json b/jquery.simulate/tsconfig.json index f56a6cf445..6c7f6ee1c4 100644 --- a/jquery.simulate/tsconfig.json +++ b/jquery.simulate/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.slimscroll/tsconfig.json b/jquery.slimscroll/tsconfig.json index 524b9a8740..30c61554bc 100644 --- a/jquery.slimscroll/tsconfig.json +++ b/jquery.slimscroll/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.soap/tsconfig.json b/jquery.soap/tsconfig.json index 9fe3fb62e8..709d4d6740 100644 --- a/jquery.soap/tsconfig.json +++ b/jquery.soap/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.sortelements/tsconfig.json b/jquery.sortelements/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/jquery.sortelements/tsconfig.json +++ b/jquery.sortelements/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.superlink/tsconfig.json b/jquery.superlink/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/jquery.superlink/tsconfig.json +++ b/jquery.superlink/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.tagsmanager/tsconfig.json b/jquery.tagsmanager/tsconfig.json index 397ac85b8f..6ddb3a1e63 100644 --- a/jquery.tagsmanager/tsconfig.json +++ b/jquery.tagsmanager/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.tile/tsconfig.json b/jquery.tile/tsconfig.json index c781af0dd8..242830aabb 100644 --- a/jquery.tile/tsconfig.json +++ b/jquery.tile/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.timeago/tsconfig.json b/jquery.timeago/tsconfig.json index c4316bf1c6..fc618e9d77 100644 --- a/jquery.timeago/tsconfig.json +++ b/jquery.timeago/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.timepicker/tsconfig.json b/jquery.timepicker/tsconfig.json index 49c576cfad..2ddb71fe81 100644 --- a/jquery.timepicker/tsconfig.json +++ b/jquery.timepicker/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.timer/tsconfig.json b/jquery.timer/tsconfig.json index 933eb89d28..f86488d779 100644 --- a/jquery.timer/tsconfig.json +++ b/jquery.timer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.tinycarousel/tsconfig.json b/jquery.tinycarousel/tsconfig.json index 4b78124b46..99307d7b82 100644 --- a/jquery.tinycarousel/tsconfig.json +++ b/jquery.tinycarousel/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.tinyscrollbar/tsconfig.json b/jquery.tinyscrollbar/tsconfig.json index b3b31ccf58..a1ecc1f49e 100644 --- a/jquery.tinyscrollbar/tsconfig.json +++ b/jquery.tinyscrollbar/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.tipsy/tsconfig.json b/jquery.tipsy/tsconfig.json index 2188d7cc6c..528d81eb76 100644 --- a/jquery.tipsy/tsconfig.json +++ b/jquery.tipsy/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.tooltipster/tsconfig.json b/jquery.tooltipster/tsconfig.json index 9f5ad807e1..3c58e7c6a0 100644 --- a/jquery.tooltipster/tsconfig.json +++ b/jquery.tooltipster/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.total-storage/tsconfig.json b/jquery.total-storage/tsconfig.json index 8ce626672f..47c96c36ac 100644 --- a/jquery.total-storage/tsconfig.json +++ b/jquery.total-storage/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.transit/tsconfig.json b/jquery.transit/tsconfig.json index a2623cd43b..2678792dd9 100644 --- a/jquery.transit/tsconfig.json +++ b/jquery.transit/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.ui.datetimepicker/tsconfig.json b/jquery.ui.datetimepicker/tsconfig.json index f821da5b28..613e675e35 100644 --- a/jquery.ui.datetimepicker/tsconfig.json +++ b/jquery.ui.datetimepicker/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.ui.layout/tsconfig.json b/jquery.ui.layout/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/jquery.ui.layout/tsconfig.json +++ b/jquery.ui.layout/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.uniform/tsconfig.json b/jquery.uniform/tsconfig.json index 1c0326d24b..053756a842 100644 --- a/jquery.uniform/tsconfig.json +++ b/jquery.uniform/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.validation/tsconfig.json b/jquery.validation/tsconfig.json index 50dbf24e68..a7d80a04dc 100644 --- a/jquery.validation/tsconfig.json +++ b/jquery.validation/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.watermark/tsconfig.json b/jquery.watermark/tsconfig.json index f8002f4f35..9a0ebb3533 100644 --- a/jquery.watermark/tsconfig.json +++ b/jquery.watermark/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery.window/tsconfig.json b/jquery.window/tsconfig.json index 15123326ce..3c5352acbb 100644 --- a/jquery.window/tsconfig.json +++ b/jquery.window/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquery/tsconfig.json b/jquery/tsconfig.json index 2d15c8db0f..b9e1d74929 100644 --- a/jquery/tsconfig.json +++ b/jquery/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jquerymobile/tsconfig.json b/jquerymobile/tsconfig.json index 85184d7eb2..846f8eedc8 100644 --- a/jquerymobile/tsconfig.json +++ b/jquerymobile/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jqueryui/tsconfig.json b/jqueryui/tsconfig.json index ef4c71ae09..4dad6ec77a 100644 --- a/jqueryui/tsconfig.json +++ b/jqueryui/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/js-base64/tsconfig.json b/js-base64/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/js-base64/tsconfig.json +++ b/js-base64/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/js-beautify/tsconfig.json b/js-beautify/tsconfig.json index 64c50d5d6b..2e08bbd021 100644 --- a/js-beautify/tsconfig.json +++ b/js-beautify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/js-clipper/tsconfig.json b/js-clipper/tsconfig.json index 73f93f7a2e..7b85bf4a2b 100644 --- a/js-clipper/tsconfig.json +++ b/js-clipper/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/js-combinatorics/tsconfig.json b/js-combinatorics/tsconfig.json index 84f309a0d9..4db8a8c27c 100644 --- a/js-combinatorics/tsconfig.json +++ b/js-combinatorics/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/js-cookie/tsconfig.json b/js-cookie/tsconfig.json index 419f105ddd..ad6a773d0e 100644 --- a/js-cookie/tsconfig.json +++ b/js-cookie/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/js-data-angular/tsconfig.json b/js-data-angular/tsconfig.json index 7daef21bbe..5017c6dc80 100644 --- a/js-data-angular/tsconfig.json +++ b/js-data-angular/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/js-data-http/tsconfig.json b/js-data-http/tsconfig.json index 5737ef7206..f734e9aa1f 100644 --- a/js-data-http/tsconfig.json +++ b/js-data-http/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/js-data/tsconfig.json b/js-data/tsconfig.json index 00ce883893..704a0874a3 100644 --- a/js-data/tsconfig.json +++ b/js-data/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/js-fixtures/tsconfig.json b/js-fixtures/tsconfig.json index 823efe6424..3f93c8ccdc 100644 --- a/js-fixtures/tsconfig.json +++ b/js-fixtures/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/js-git/tsconfig.json b/js-git/tsconfig.json index ae2b157b34..13b6ca215a 100644 --- a/js-git/tsconfig.json +++ b/js-git/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/js-md5/tsconfig.json b/js-md5/tsconfig.json index 680901292d..cbccd9ae2e 100644 --- a/js-md5/tsconfig.json +++ b/js-md5/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/js-priority-queue/tsconfig.json b/js-priority-queue/tsconfig.json index d1f8d54404..d2a1050e4d 100644 --- a/js-priority-queue/tsconfig.json +++ b/js-priority-queue/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/js-quantities/tsconfig.json b/js-quantities/tsconfig.json index efde674e39..8c2a810060 100644 --- a/js-quantities/tsconfig.json +++ b/js-quantities/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/js-schema/tsconfig.json b/js-schema/tsconfig.json index e1e2946b3d..b851d86f2d 100644 --- a/js-schema/tsconfig.json +++ b/js-schema/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/js-url/tsconfig.json b/js-url/tsconfig.json index 2664b362b0..a0e23599ef 100644 --- a/js-url/tsconfig.json +++ b/js-url/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/js-yaml/tsconfig.json b/js-yaml/tsconfig.json index e2f84761b8..5006b41c80 100644 --- a/js-yaml/tsconfig.json +++ b/js-yaml/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jsbn/tsconfig.json b/jsbn/tsconfig.json index 81615bc590..efbe0adcc7 100644 --- a/jsbn/tsconfig.json +++ b/jsbn/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jscrollpane/tsconfig.json b/jscrollpane/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/jscrollpane/tsconfig.json +++ b/jscrollpane/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jsdeferred/tsconfig.json b/jsdeferred/tsconfig.json index eae9609e49..c264eabafa 100644 --- a/jsdeferred/tsconfig.json +++ b/jsdeferred/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jsdom/tsconfig.json b/jsdom/tsconfig.json index f22029aaf3..87c4f4063f 100644 --- a/jsdom/tsconfig.json +++ b/jsdom/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jsen/tsconfig.json b/jsen/tsconfig.json index e5516fc0d0..4396b0d5dd 100644 --- a/jsen/tsconfig.json +++ b/jsen/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jsend/tsconfig.json b/jsend/tsconfig.json index 090446504e..77a976107a 100644 --- a/jsend/tsconfig.json +++ b/jsend/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jsesc/tsconfig.json b/jsesc/tsconfig.json index 6aa10ca9e8..53ec6fda59 100644 --- a/jsesc/tsconfig.json +++ b/jsesc/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jsfl/tsconfig.json b/jsfl/tsconfig.json index 126718d584..bf97b93a4d 100644 --- a/jsfl/tsconfig.json +++ b/jsfl/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jshamcrest/tsconfig.json b/jshamcrest/tsconfig.json index 3e7acf74b7..b005dc08cf 100644 --- a/jshamcrest/tsconfig.json +++ b/jshamcrest/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jsmockito/tsconfig.json b/jsmockito/tsconfig.json index 74b2ca343d..10ee15d676 100644 --- a/jsmockito/tsconfig.json +++ b/jsmockito/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jsnlog/tsconfig.json b/jsnlog/tsconfig.json index 5736bbe994..b43efb474f 100644 --- a/jsnlog/tsconfig.json +++ b/jsnlog/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jsnox/tsconfig.json b/jsnox/tsconfig.json index 9bc8de97c9..cf186d6be8 100644 --- a/jsnox/tsconfig.json +++ b/jsnox/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/json-editor/tsconfig.json b/json-editor/tsconfig.json index 36c367100b..116614c54a 100644 --- a/json-editor/tsconfig.json +++ b/json-editor/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/json-merge-patch/tsconfig.json b/json-merge-patch/tsconfig.json index 0c4236f4d0..e2b7a55005 100644 --- a/json-merge-patch/tsconfig.json +++ b/json-merge-patch/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/json-patch/tsconfig.json b/json-patch/tsconfig.json index 0c0b434245..38e5e2f933 100644 --- a/json-patch/tsconfig.json +++ b/json-patch/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/json-pointer/tsconfig.json b/json-pointer/tsconfig.json index f726f9522b..3f21cc02c0 100644 --- a/json-pointer/tsconfig.json +++ b/json-pointer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/json-socket/tsconfig.json b/json-socket/tsconfig.json index e0e75304a3..af4416a528 100644 --- a/json-socket/tsconfig.json +++ b/json-socket/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/json-stable-stringify/tsconfig.json b/json-stable-stringify/tsconfig.json index 7c28f07622..2f1365f2e6 100644 --- a/json-stable-stringify/tsconfig.json +++ b/json-stable-stringify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/json5/tsconfig.json b/json5/tsconfig.json index 4a282572e8..15c1be124c 100644 --- a/json5/tsconfig.json +++ b/json5/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jsoneditor/tsconfig.json b/jsoneditor/tsconfig.json index 55b5ac9998..6999622d66 100644 --- a/jsoneditor/tsconfig.json +++ b/jsoneditor/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jsoneditoronline/tsconfig.json b/jsoneditoronline/tsconfig.json index c4384694a7..1b581e3fc9 100644 --- a/jsoneditoronline/tsconfig.json +++ b/jsoneditoronline/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jsonminify/tsconfig.json b/jsonminify/tsconfig.json index 3fe847d334..d37f5f2d1d 100644 --- a/jsonminify/tsconfig.json +++ b/jsonminify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "jsonminify-tests.ts" ] -} +} \ No newline at end of file diff --git a/jsonnet/tsconfig.json b/jsonnet/tsconfig.json index 336200f3de..a6bd34192c 100644 --- a/jsonnet/tsconfig.json +++ b/jsonnet/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jsonpath/tsconfig.json b/jsonpath/tsconfig.json index 6f03260154..040cb1f903 100644 --- a/jsonpath/tsconfig.json +++ b/jsonpath/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jsonschema/tsconfig.json b/jsonschema/tsconfig.json index baad82e08b..a0f0ead3fe 100644 --- a/jsonschema/tsconfig.json +++ b/jsonschema/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jsonstream/tsconfig.json b/jsonstream/tsconfig.json index bdaba2cde8..5bbfe2febc 100644 --- a/jsonstream/tsconfig.json +++ b/jsonstream/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "jsonstream-tests.ts" ] -} +} \ No newline at end of file diff --git a/jsonwebtoken/tsconfig.json b/jsonwebtoken/tsconfig.json index 9325c6cf40..4af6fb8236 100644 --- a/jsonwebtoken/tsconfig.json +++ b/jsonwebtoken/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jspdf/tsconfig.json b/jspdf/tsconfig.json index 4289f13651..e975982f3b 100644 --- a/jspdf/tsconfig.json +++ b/jspdf/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jsplumb/tsconfig.json b/jsplumb/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/jsplumb/tsconfig.json +++ b/jsplumb/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jsrender/tsconfig.json b/jsrender/tsconfig.json index 79733a54bd..7320480007 100644 --- a/jsrender/tsconfig.json +++ b/jsrender/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jss/tsconfig.json b/jss/tsconfig.json index ac7e15d0c5..30bba23fd0 100644 --- a/jss/tsconfig.json +++ b/jss/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jssha/tsconfig.json b/jssha/tsconfig.json index d96f7f962a..1b60bc3293 100644 --- a/jssha/tsconfig.json +++ b/jssha/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jstimezonedetect/tsconfig.json b/jstimezonedetect/tsconfig.json index d036a843d1..7ba4265597 100644 --- a/jstimezonedetect/tsconfig.json +++ b/jstimezonedetect/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/jstorage/tsconfig.json b/jstorage/tsconfig.json index 0934db198a..a7798855e3 100644 --- a/jstorage/tsconfig.json +++ b/jstorage/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jstree/tsconfig.json b/jstree/tsconfig.json index 07c031ff95..6c8e07b6e1 100644 --- a/jstree/tsconfig.json +++ b/jstree/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jsts/tsconfig.json b/jsts/tsconfig.json index 94b0088dd9..71b20aa63c 100644 --- a/jsts/tsconfig.json +++ b/jsts/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jsuite/tsconfig.json b/jsuite/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/jsuite/tsconfig.json +++ b/jsuite/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jsuri/tsconfig.json b/jsuri/tsconfig.json index 4d62f30beb..67ed1bd3bf 100644 --- a/jsuri/tsconfig.json +++ b/jsuri/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jsurl/tsconfig.json b/jsurl/tsconfig.json index 141c6a3f21..5d4ec1fc24 100644 --- a/jsurl/tsconfig.json +++ b/jsurl/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jsx-chai/tsconfig.json b/jsx-chai/tsconfig.json index 99399a1f56..4b00c46ca6 100644 --- a/jsx-chai/tsconfig.json +++ b/jsx-chai/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jszip/tsconfig.json b/jszip/tsconfig.json index 8112c3bc39..63366717a3 100644 --- a/jszip/tsconfig.json +++ b/jszip/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jug/tsconfig.json b/jug/tsconfig.json index 8777e3d8f2..02c0c38ebc 100644 --- a/jug/tsconfig.json +++ b/jug/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jwplayer/tsconfig.json b/jwplayer/tsconfig.json index 0f2be78cfb..a1a40d7393 100644 --- a/jwplayer/tsconfig.json +++ b/jwplayer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/jwt-client/tsconfig.json b/jwt-client/tsconfig.json index 6ff4eb8fcd..c7fd0fb6e4 100644 --- a/jwt-client/tsconfig.json +++ b/jwt-client/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jwt-decode/tsconfig.json b/jwt-decode/tsconfig.json index dc4af00748..7fe27153ab 100644 --- a/jwt-decode/tsconfig.json +++ b/jwt-decode/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/jwt-simple/tsconfig.json b/jwt-simple/tsconfig.json index b32fdcff58..58b890a2fc 100644 --- a/jwt-simple/tsconfig.json +++ b/jwt-simple/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/kafka-node/tsconfig.json b/kafka-node/tsconfig.json index b9d39e9d8c..f30a5cb74e 100644 --- a/kafka-node/tsconfig.json +++ b/kafka-node/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/karma-chai-sinon/tsconfig.json b/karma-chai-sinon/tsconfig.json index a7f480c167..b0f3cc7558 100644 --- a/karma-chai-sinon/tsconfig.json +++ b/karma-chai-sinon/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/karma-coverage/tsconfig.json b/karma-coverage/tsconfig.json index 70de3caf7e..91d3107c6a 100644 --- a/karma-coverage/tsconfig.json +++ b/karma-coverage/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/karma-fixture/tsconfig.json b/karma-fixture/tsconfig.json index ee05b5f6aa..e9146f7343 100644 --- a/karma-fixture/tsconfig.json +++ b/karma-fixture/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/karma-jasmine/tsconfig.json b/karma-jasmine/tsconfig.json index ad9f5a857d..182a93b7e2 100644 --- a/karma-jasmine/tsconfig.json +++ b/karma-jasmine/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/karma/tsconfig.json b/karma/tsconfig.json index 6346a53514..7c5098f9ed 100644 --- a/karma/tsconfig.json +++ b/karma/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/katex/tsconfig.json b/katex/tsconfig.json index 4490de91f2..7c187d0198 100644 --- a/katex/tsconfig.json +++ b/katex/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/kefir/tsconfig.json b/kefir/tsconfig.json index 576a452a5f..3cef58a95e 100644 --- a/kefir/tsconfig.json +++ b/kefir/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/kendo-ui/tsconfig.json b/kendo-ui/tsconfig.json index 9a57fcc865..dd40c07f46 100644 --- a/kendo-ui/tsconfig.json +++ b/kendo-ui/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/keyboardjs/tsconfig.json b/keyboardjs/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/keyboardjs/tsconfig.json +++ b/keyboardjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/keymaster/tsconfig.json b/keymaster/tsconfig.json index c182fabdc3..2abd87ec86 100644 --- a/keymaster/tsconfig.json +++ b/keymaster/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/keymirror/tsconfig.json b/keymirror/tsconfig.json index ce57da7581..618de6df3a 100644 --- a/keymirror/tsconfig.json +++ b/keymirror/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "keymirror-tests.ts" ] -} +} \ No newline at end of file diff --git a/keypress/tsconfig.json b/keypress/tsconfig.json index cdf0b4b5a0..7c8b849f96 100644 --- a/keypress/tsconfig.json +++ b/keypress/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/keytar/tsconfig.json b/keytar/tsconfig.json index b5194d11f5..cfe0fa6eac 100644 --- a/keytar/tsconfig.json +++ b/keytar/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/kii-cloud-sdk/tsconfig.json b/kii-cloud-sdk/tsconfig.json index cefee2a27f..9091e055fc 100644 --- a/kii-cloud-sdk/tsconfig.json +++ b/kii-cloud-sdk/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/kik-browser/tsconfig.json b/kik-browser/tsconfig.json index 781b11b481..d5e68d7a9f 100644 --- a/kik-browser/tsconfig.json +++ b/kik-browser/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/kineticjs/tsconfig.json b/kineticjs/tsconfig.json index 2ac74464cf..763bea8a59 100644 --- a/kineticjs/tsconfig.json +++ b/kineticjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/klaw/tsconfig.json b/klaw/tsconfig.json index 766f029f2b..d1f1be0230 100644 --- a/klaw/tsconfig.json +++ b/klaw/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/knex/tsconfig.json b/knex/tsconfig.json index a3f06ab5b3..2028e3a19f 100644 --- a/knex/tsconfig.json +++ b/knex/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/knockback/tsconfig.json b/knockback/tsconfig.json index 126718d584..bf97b93a4d 100644 --- a/knockback/tsconfig.json +++ b/knockback/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/knockout-amd-helpers/tsconfig.json b/knockout-amd-helpers/tsconfig.json index ccfe71edb5..f727ee9b93 100644 --- a/knockout-amd-helpers/tsconfig.json +++ b/knockout-amd-helpers/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/knockout-paging/tsconfig.json b/knockout-paging/tsconfig.json index 57812e377d..4a5cc4e5c2 100644 --- a/knockout-paging/tsconfig.json +++ b/knockout-paging/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/knockout-pre-rendered/tsconfig.json b/knockout-pre-rendered/tsconfig.json index e5f443c459..a394fe1849 100644 --- a/knockout-pre-rendered/tsconfig.json +++ b/knockout-pre-rendered/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/knockout-secure-binding/tsconfig.json b/knockout-secure-binding/tsconfig.json index 55f8f5f3e7..6e1b926372 100644 --- a/knockout-secure-binding/tsconfig.json +++ b/knockout-secure-binding/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/knockout-transformations/tsconfig.json b/knockout-transformations/tsconfig.json index 333f415b4f..460d631fcc 100644 --- a/knockout-transformations/tsconfig.json +++ b/knockout-transformations/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/knockout.deferred.updates/tsconfig.json b/knockout.deferred.updates/tsconfig.json index 0ea8d72e66..393056dd4d 100644 --- a/knockout.deferred.updates/tsconfig.json +++ b/knockout.deferred.updates/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/knockout.editables/tsconfig.json b/knockout.editables/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/knockout.editables/tsconfig.json +++ b/knockout.editables/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/knockout.es5/tsconfig.json b/knockout.es5/tsconfig.json index f693a5917e..6713a46489 100644 --- a/knockout.es5/tsconfig.json +++ b/knockout.es5/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/knockout.kogrid/tsconfig.json b/knockout.kogrid/tsconfig.json index 298588f987..b635917e63 100644 --- a/knockout.kogrid/tsconfig.json +++ b/knockout.kogrid/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/knockout.mapper/tsconfig.json b/knockout.mapper/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/knockout.mapper/tsconfig.json +++ b/knockout.mapper/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/knockout.mapping/tsconfig.json b/knockout.mapping/tsconfig.json index 77f5e93c1a..3744f74198 100644 --- a/knockout.mapping/tsconfig.json +++ b/knockout.mapping/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/knockout.postbox/tsconfig.json b/knockout.postbox/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/knockout.postbox/tsconfig.json +++ b/knockout.postbox/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/knockout.projections/tsconfig.json b/knockout.projections/tsconfig.json index 9ef47ad89c..0ed3ef83b0 100644 --- a/knockout.projections/tsconfig.json +++ b/knockout.projections/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/knockout.punches/tsconfig.json b/knockout.punches/tsconfig.json index a9cc8f0561..420e8704ca 100644 --- a/knockout.punches/tsconfig.json +++ b/knockout.punches/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/knockout.rx/tsconfig.json b/knockout.rx/tsconfig.json index dc83c5a58d..1baed3692f 100644 --- a/knockout.rx/tsconfig.json +++ b/knockout.rx/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/knockout.validation/tsconfig.json b/knockout.validation/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/knockout.validation/tsconfig.json +++ b/knockout.validation/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/knockout.viewmodel/tsconfig.json b/knockout.viewmodel/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/knockout.viewmodel/tsconfig.json +++ b/knockout.viewmodel/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/knockout/tsconfig.json b/knockout/tsconfig.json index 3cc36aa558..18dd8dd7b5 100644 --- a/knockout/tsconfig.json +++ b/knockout/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/knockstrap/tsconfig.json b/knockstrap/tsconfig.json index 9b4b7a2eee..d076a0af54 100644 --- a/knockstrap/tsconfig.json +++ b/knockstrap/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ko.plus/tsconfig.json b/ko.plus/tsconfig.json index 31d5e468eb..e1fd266de9 100644 --- a/ko.plus/tsconfig.json +++ b/ko.plus/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/koa-bodyparser/tsconfig.json b/koa-bodyparser/tsconfig.json index 41f476f0c0..5ec7f82342 100644 --- a/koa-bodyparser/tsconfig.json +++ b/koa-bodyparser/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/koa-compose/tsconfig.json b/koa-compose/tsconfig.json index a63b4bbe7f..39337f9197 100644 --- a/koa-compose/tsconfig.json +++ b/koa-compose/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/koa-compress/tsconfig.json b/koa-compress/tsconfig.json index 3a922f661c..4b385daa06 100644 --- a/koa-compress/tsconfig.json +++ b/koa-compress/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/koa-favicon/tsconfig.json b/koa-favicon/tsconfig.json index 24fb9908b7..1a12665367 100644 --- a/koa-favicon/tsconfig.json +++ b/koa-favicon/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/koa-hbs/tsconfig.json b/koa-hbs/tsconfig.json index ba124e4c80..e77eecc435 100644 --- a/koa-hbs/tsconfig.json +++ b/koa-hbs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/koa-json-error/tsconfig.json b/koa-json-error/tsconfig.json index 92f9d5ce58..a9c0903521 100644 --- a/koa-json-error/tsconfig.json +++ b/koa-json-error/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/koa-json/tsconfig.json b/koa-json/tsconfig.json index 31deb56fdc..fe1944f358 100644 --- a/koa-json/tsconfig.json +++ b/koa-json/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/koa-logger/tsconfig.json b/koa-logger/tsconfig.json index 43af1b1f76..17e987f4da 100644 --- a/koa-logger/tsconfig.json +++ b/koa-logger/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/koa-mount/tsconfig.json b/koa-mount/tsconfig.json index 0893cdef88..505bf4426f 100644 --- a/koa-mount/tsconfig.json +++ b/koa-mount/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/koa-passport/tsconfig.json b/koa-passport/tsconfig.json index 8e0b10ae18..6276189c86 100644 --- a/koa-passport/tsconfig.json +++ b/koa-passport/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/koa-pug/tsconfig.json b/koa-pug/tsconfig.json index 21d8c4f990..aa71442be9 100644 --- a/koa-pug/tsconfig.json +++ b/koa-pug/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "koa-pug-tests.ts" ] -} +} \ No newline at end of file diff --git a/koa-router/tsconfig.json b/koa-router/tsconfig.json index db6024d6c9..40d462c056 100644 --- a/koa-router/tsconfig.json +++ b/koa-router/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/koa-send/tsconfig.json b/koa-send/tsconfig.json index 6544b6f3e1..9eb1c1254b 100644 --- a/koa-send/tsconfig.json +++ b/koa-send/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "koa-send-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "koa-send-tests.ts" + ] +} \ No newline at end of file diff --git a/koa-session-minimal/tsconfig.json b/koa-session-minimal/tsconfig.json index d269751272..e9d4c5ddf1 100644 --- a/koa-session-minimal/tsconfig.json +++ b/koa-session-minimal/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/koa-static/tsconfig.json b/koa-static/tsconfig.json index 69118a0bfe..a40f219764 100644 --- a/koa-static/tsconfig.json +++ b/koa-static/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/koa/tsconfig.json b/koa/tsconfig.json index 1cfe07b688..04ebad9b4c 100644 --- a/koa/tsconfig.json +++ b/koa/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/kolite/tsconfig.json b/kolite/tsconfig.json index 34efc4e8af..4e8b6d5672 100644 --- a/kolite/tsconfig.json +++ b/kolite/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/konami.js/tsconfig.json b/konami.js/tsconfig.json index 4b4909c9e4..8b4f43df6e 100644 --- a/konami.js/tsconfig.json +++ b/konami.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/kue/tsconfig.json b/kue/tsconfig.json index 589ad2270c..403a5e13b4 100644 --- a/kue/tsconfig.json +++ b/kue/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/kuromoji/tsconfig.json b/kuromoji/tsconfig.json index bb303b7aae..9af6764441 100644 --- a/kuromoji/tsconfig.json +++ b/kuromoji/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lab/tsconfig.json b/lab/tsconfig.json index 5562163523..d060f0c2bc 100644 --- a/lab/tsconfig.json +++ b/lab/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/ladda/tsconfig.json b/ladda/tsconfig.json index 3ab7029e64..3a76e240ac 100644 --- a/ladda/tsconfig.json +++ b/ladda/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/later/tsconfig.json b/later/tsconfig.json index 42517b69bf..3ae1d1a655 100644 --- a/later/tsconfig.json +++ b/later/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/latinize/tsconfig.json b/latinize/tsconfig.json index bc8523283f..f89f9ecabe 100644 --- a/latinize/tsconfig.json +++ b/latinize/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/launchpad/tsconfig.json b/launchpad/tsconfig.json index d35f80140c..240650d7c3 100644 --- a/launchpad/tsconfig.json +++ b/launchpad/tsconfig.json @@ -3,15 +3,18 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "noEmit": true, "forceConsistentCasingInFileNames": true, "types": [], "baseUrl": "../", - "typeRoots": ["../"] + "typeRoots": [ + "../" + ] }, "files": [ "index.d.ts", "launchpad-tests.ts" ] -} +} \ No newline at end of file diff --git a/lazy.js/tsconfig.json b/lazy.js/tsconfig.json index 6f5abb5944..4b549653d0 100644 --- a/lazy.js/tsconfig.json +++ b/lazy.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lazypipe/tsconfig.json b/lazypipe/tsconfig.json index 8881ca4669..29a0075ea4 100644 --- a/lazypipe/tsconfig.json +++ b/lazypipe/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ldapjs/tsconfig.json b/ldapjs/tsconfig.json index b9ed13b2e2..4d7f8f907e 100644 --- a/ldapjs/tsconfig.json +++ b/ldapjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ldclient-js/tsconfig.json b/ldclient-js/tsconfig.json index 37c3af1f5a..d6cb4d2f33 100644 --- a/ldclient-js/tsconfig.json +++ b/ldclient-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/leadfoot/tsconfig.json b/leadfoot/tsconfig.json index b09d84c423..6c7eec547a 100644 --- a/leadfoot/tsconfig.json +++ b/leadfoot/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/leaflet-curve/tsconfig.json b/leaflet-curve/tsconfig.json index a9004d9853..d3c07e8263 100644 --- a/leaflet-curve/tsconfig.json +++ b/leaflet-curve/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "types": [], diff --git a/leaflet-draw/tsconfig.json b/leaflet-draw/tsconfig.json index f9fb17e2ee..caa0de4183 100644 --- a/leaflet-draw/tsconfig.json +++ b/leaflet-draw/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "types": [], diff --git a/leaflet-editable/tsconfig.json b/leaflet-editable/tsconfig.json index a538a59492..ca93aae9f0 100644 --- a/leaflet-editable/tsconfig.json +++ b/leaflet-editable/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "types": [], diff --git a/leaflet-geocoder-mapzen/tsconfig.json b/leaflet-geocoder-mapzen/tsconfig.json index 6fb796302e..37278fcb70 100644 --- a/leaflet-geocoder-mapzen/tsconfig.json +++ b/leaflet-geocoder-mapzen/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "types": [], diff --git a/leaflet-label/tsconfig.json b/leaflet-label/tsconfig.json index be168744ca..6866cfea89 100644 --- a/leaflet-label/tsconfig.json +++ b/leaflet-label/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "types": [], diff --git a/leaflet-markercluster/tsconfig.json b/leaflet-markercluster/tsconfig.json index 37825c82de..e07708e702 100644 --- a/leaflet-markercluster/tsconfig.json +++ b/leaflet-markercluster/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "types": [], diff --git a/leaflet.awesome-markers/tsconfig.json b/leaflet.awesome-markers/tsconfig.json index 0adbd7df29..25996bc19d 100644 --- a/leaflet.awesome-markers/tsconfig.json +++ b/leaflet.awesome-markers/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "types": [], diff --git a/leaflet.fullscreen/tsconfig.json b/leaflet.fullscreen/tsconfig.json index 2f707988b7..93cc7fdf16 100644 --- a/leaflet.fullscreen/tsconfig.json +++ b/leaflet.fullscreen/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "types": [], diff --git a/leaflet/tsconfig.json b/leaflet/tsconfig.json index cc6a966883..807b0e2e61 100644 --- a/leaflet/tsconfig.json +++ b/leaflet/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -17,4 +18,4 @@ "index.d.ts", "leaflet-tests.ts" ] -} +} \ No newline at end of file diff --git a/leapmotionts/tsconfig.json b/leapmotionts/tsconfig.json index 4e16a4efea..f383c3dbeb 100644 --- a/leapmotionts/tsconfig.json +++ b/leapmotionts/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/left-pad/tsconfig.json b/left-pad/tsconfig.json index 30b46bb039..3138d79343 100644 --- a/left-pad/tsconfig.json +++ b/left-pad/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "left-pad-tests.ts" ] -} +} \ No newline at end of file diff --git a/less-middleware/tsconfig.json b/less-middleware/tsconfig.json index 0f42557ada..c65279a615 100644 --- a/less-middleware/tsconfig.json +++ b/less-middleware/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/less/tsconfig.json b/less/tsconfig.json index 1d197d23e9..535517b840 100644 --- a/less/tsconfig.json +++ b/less/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lestate/tsconfig.json b/lestate/tsconfig.json index af693b000a..c1ad70e40c 100644 --- a/lestate/tsconfig.json +++ b/lestate/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/level-sublevel/tsconfig.json b/level-sublevel/tsconfig.json index 2c7f972097..6669254bcc 100644 --- a/level-sublevel/tsconfig.json +++ b/level-sublevel/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/levelup/tsconfig.json b/levelup/tsconfig.json index b08cf74317..309f065b79 100644 --- a/levelup/tsconfig.json +++ b/levelup/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/levenshtein/tsconfig.json b/levenshtein/tsconfig.json index ce5f1122ef..622c80747a 100644 --- a/levenshtein/tsconfig.json +++ b/levenshtein/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/libxmljs/tsconfig.json b/libxmljs/tsconfig.json index 5e712d132d..a157750126 100644 --- a/libxmljs/tsconfig.json +++ b/libxmljs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/libxslt/tsconfig.json b/libxslt/tsconfig.json index bcc8d2d059..128beaef26 100644 --- a/libxslt/tsconfig.json +++ b/libxslt/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lime-js/tsconfig.json b/lime-js/tsconfig.json index 226215272f..6e98827190 100644 --- a/lime-js/tsconfig.json +++ b/lime-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/line-reader/tsconfig.json b/line-reader/tsconfig.json index ce10b283ee..596ef8667c 100644 --- a/line-reader/tsconfig.json +++ b/line-reader/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lls/tsconfig.json b/lls/tsconfig.json index 1e4c02b61a..a3033e8988 100644 --- a/lls/tsconfig.json +++ b/lls/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/load-json-file/tsconfig.json b/load-json-file/tsconfig.json index 68579c94ee..60e55f40fa 100644 --- a/load-json-file/tsconfig.json +++ b/load-json-file/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/loader-runner/tsconfig.json b/loader-runner/tsconfig.json index 5a8b4508f1..6701839e52 100644 --- a/loader-runner/tsconfig.json +++ b/loader-runner/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "loader-runner-tests" ] -} +} \ No newline at end of file diff --git a/lobibox/tsconfig.json b/lobibox/tsconfig.json index 4a0566e5a4..5566dfad14 100644 --- a/lobibox/tsconfig.json +++ b/lobibox/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/localforage-cordovasqlitedriver/tsconfig.json b/localforage-cordovasqlitedriver/tsconfig.json index 6a9902a380..91e2a4fc98 100644 --- a/localforage-cordovasqlitedriver/tsconfig.json +++ b/localforage-cordovasqlitedriver/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/localforage/tsconfig.json b/localforage/tsconfig.json index dcafd8f8b1..ac31a49c3e 100644 --- a/localforage/tsconfig.json +++ b/localforage/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lockfile/tsconfig.json b/lockfile/tsconfig.json index c1c1d464f3..ed62b2ed03 100644 --- a/lockfile/tsconfig.json +++ b/lockfile/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lockr/tsconfig.json b/lockr/tsconfig.json index 4a8f7d386d..9fa05333b2 100644 --- a/lockr/tsconfig.json +++ b/lockr/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/locutus/tsconfig.json b/locutus/tsconfig.json index 6cfd0648e1..c4847306df 100644 --- a/locutus/tsconfig.json +++ b/locutus/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash-decorators/tsconfig.json b/lodash-decorators/tsconfig.json index 7fb0469179..6f09e7a699 100644 --- a/lodash-decorators/tsconfig.json +++ b/lodash-decorators/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, diff --git a/lodash-es/tsconfig.json b/lodash-es/tsconfig.json index 5cec53c53e..916fea3909 100644 --- a/lodash-es/tsconfig.json +++ b/lodash-es/tsconfig.json @@ -292,6 +292,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -301,4 +302,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/lodash.add/tsconfig.json b/lodash.add/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.add/tsconfig.json +++ b/lodash.add/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.after/tsconfig.json b/lodash.after/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.after/tsconfig.json +++ b/lodash.after/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.ary/tsconfig.json b/lodash.ary/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.ary/tsconfig.json +++ b/lodash.ary/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.assign/tsconfig.json b/lodash.assign/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.assign/tsconfig.json +++ b/lodash.assign/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.assignin/tsconfig.json b/lodash.assignin/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.assignin/tsconfig.json +++ b/lodash.assignin/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.assigninwith/tsconfig.json b/lodash.assigninwith/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.assigninwith/tsconfig.json +++ b/lodash.assigninwith/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.assignwith/tsconfig.json b/lodash.assignwith/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.assignwith/tsconfig.json +++ b/lodash.assignwith/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.at/tsconfig.json b/lodash.at/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.at/tsconfig.json +++ b/lodash.at/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.attempt/tsconfig.json b/lodash.attempt/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.attempt/tsconfig.json +++ b/lodash.attempt/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.before/tsconfig.json b/lodash.before/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.before/tsconfig.json +++ b/lodash.before/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.bind/tsconfig.json b/lodash.bind/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.bind/tsconfig.json +++ b/lodash.bind/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.bindall/tsconfig.json b/lodash.bindall/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.bindall/tsconfig.json +++ b/lodash.bindall/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.bindkey/tsconfig.json b/lodash.bindkey/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.bindkey/tsconfig.json +++ b/lodash.bindkey/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.camelcase/tsconfig.json b/lodash.camelcase/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.camelcase/tsconfig.json +++ b/lodash.camelcase/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.capitalize/tsconfig.json b/lodash.capitalize/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.capitalize/tsconfig.json +++ b/lodash.capitalize/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.castarray/tsconfig.json b/lodash.castarray/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.castarray/tsconfig.json +++ b/lodash.castarray/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.ceil/tsconfig.json b/lodash.ceil/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.ceil/tsconfig.json +++ b/lodash.ceil/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.chunk/tsconfig.json b/lodash.chunk/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.chunk/tsconfig.json +++ b/lodash.chunk/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.clamp/tsconfig.json b/lodash.clamp/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.clamp/tsconfig.json +++ b/lodash.clamp/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.clone/tsconfig.json b/lodash.clone/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.clone/tsconfig.json +++ b/lodash.clone/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.clonedeep/tsconfig.json b/lodash.clonedeep/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.clonedeep/tsconfig.json +++ b/lodash.clonedeep/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.clonedeepwith/tsconfig.json b/lodash.clonedeepwith/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.clonedeepwith/tsconfig.json +++ b/lodash.clonedeepwith/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.clonewith/tsconfig.json b/lodash.clonewith/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.clonewith/tsconfig.json +++ b/lodash.clonewith/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.compact/tsconfig.json b/lodash.compact/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.compact/tsconfig.json +++ b/lodash.compact/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.concat/tsconfig.json b/lodash.concat/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.concat/tsconfig.json +++ b/lodash.concat/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.constant/tsconfig.json b/lodash.constant/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.constant/tsconfig.json +++ b/lodash.constant/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.countby/tsconfig.json b/lodash.countby/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.countby/tsconfig.json +++ b/lodash.countby/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.create/tsconfig.json b/lodash.create/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.create/tsconfig.json +++ b/lodash.create/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.curry/tsconfig.json b/lodash.curry/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.curry/tsconfig.json +++ b/lodash.curry/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.curryright/tsconfig.json b/lodash.curryright/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.curryright/tsconfig.json +++ b/lodash.curryright/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.debounce/tsconfig.json b/lodash.debounce/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.debounce/tsconfig.json +++ b/lodash.debounce/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.deburr/tsconfig.json b/lodash.deburr/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.deburr/tsconfig.json +++ b/lodash.deburr/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.defaults/tsconfig.json b/lodash.defaults/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.defaults/tsconfig.json +++ b/lodash.defaults/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.defaultsdeep/tsconfig.json b/lodash.defaultsdeep/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.defaultsdeep/tsconfig.json +++ b/lodash.defaultsdeep/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.defer/tsconfig.json b/lodash.defer/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.defer/tsconfig.json +++ b/lodash.defer/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.delay/tsconfig.json b/lodash.delay/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.delay/tsconfig.json +++ b/lodash.delay/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.difference/tsconfig.json b/lodash.difference/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.difference/tsconfig.json +++ b/lodash.difference/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.differenceby/tsconfig.json b/lodash.differenceby/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.differenceby/tsconfig.json +++ b/lodash.differenceby/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.differencewith/tsconfig.json b/lodash.differencewith/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.differencewith/tsconfig.json +++ b/lodash.differencewith/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.drop/tsconfig.json b/lodash.drop/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.drop/tsconfig.json +++ b/lodash.drop/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.dropright/tsconfig.json b/lodash.dropright/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.dropright/tsconfig.json +++ b/lodash.dropright/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.droprightwhile/tsconfig.json b/lodash.droprightwhile/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.droprightwhile/tsconfig.json +++ b/lodash.droprightwhile/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.dropwhile/tsconfig.json b/lodash.dropwhile/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.dropwhile/tsconfig.json +++ b/lodash.dropwhile/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.endswith/tsconfig.json b/lodash.endswith/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.endswith/tsconfig.json +++ b/lodash.endswith/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.eq/tsconfig.json b/lodash.eq/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.eq/tsconfig.json +++ b/lodash.eq/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.escape/tsconfig.json b/lodash.escape/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.escape/tsconfig.json +++ b/lodash.escape/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.escaperegexp/tsconfig.json b/lodash.escaperegexp/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.escaperegexp/tsconfig.json +++ b/lodash.escaperegexp/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.every/tsconfig.json b/lodash.every/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.every/tsconfig.json +++ b/lodash.every/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.fill/tsconfig.json b/lodash.fill/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.fill/tsconfig.json +++ b/lodash.fill/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.filter/tsconfig.json b/lodash.filter/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.filter/tsconfig.json +++ b/lodash.filter/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.find/tsconfig.json b/lodash.find/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.find/tsconfig.json +++ b/lodash.find/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.findindex/tsconfig.json b/lodash.findindex/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.findindex/tsconfig.json +++ b/lodash.findindex/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.findkey/tsconfig.json b/lodash.findkey/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.findkey/tsconfig.json +++ b/lodash.findkey/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.findlast/tsconfig.json b/lodash.findlast/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.findlast/tsconfig.json +++ b/lodash.findlast/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.findlastindex/tsconfig.json b/lodash.findlastindex/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.findlastindex/tsconfig.json +++ b/lodash.findlastindex/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.findlastkey/tsconfig.json b/lodash.findlastkey/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.findlastkey/tsconfig.json +++ b/lodash.findlastkey/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.first/tsconfig.json b/lodash.first/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.first/tsconfig.json +++ b/lodash.first/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.flatmap/tsconfig.json b/lodash.flatmap/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.flatmap/tsconfig.json +++ b/lodash.flatmap/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.flatten/tsconfig.json b/lodash.flatten/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.flatten/tsconfig.json +++ b/lodash.flatten/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.flattendeep/tsconfig.json b/lodash.flattendeep/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.flattendeep/tsconfig.json +++ b/lodash.flattendeep/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.flattendepth/tsconfig.json b/lodash.flattendepth/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.flattendepth/tsconfig.json +++ b/lodash.flattendepth/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.flip/tsconfig.json b/lodash.flip/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.flip/tsconfig.json +++ b/lodash.flip/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.floor/tsconfig.json b/lodash.floor/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.floor/tsconfig.json +++ b/lodash.floor/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.flow/tsconfig.json b/lodash.flow/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.flow/tsconfig.json +++ b/lodash.flow/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.flowright/tsconfig.json b/lodash.flowright/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.flowright/tsconfig.json +++ b/lodash.flowright/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.foreach/tsconfig.json b/lodash.foreach/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.foreach/tsconfig.json +++ b/lodash.foreach/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.foreachright/tsconfig.json b/lodash.foreachright/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.foreachright/tsconfig.json +++ b/lodash.foreachright/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.forin/tsconfig.json b/lodash.forin/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.forin/tsconfig.json +++ b/lodash.forin/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.forinright/tsconfig.json b/lodash.forinright/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.forinright/tsconfig.json +++ b/lodash.forinright/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.forown/tsconfig.json b/lodash.forown/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.forown/tsconfig.json +++ b/lodash.forown/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.forownright/tsconfig.json b/lodash.forownright/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.forownright/tsconfig.json +++ b/lodash.forownright/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.frompairs/tsconfig.json b/lodash.frompairs/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.frompairs/tsconfig.json +++ b/lodash.frompairs/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.functions/tsconfig.json b/lodash.functions/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.functions/tsconfig.json +++ b/lodash.functions/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.functionsin/tsconfig.json b/lodash.functionsin/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.functionsin/tsconfig.json +++ b/lodash.functionsin/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.get/tsconfig.json b/lodash.get/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.get/tsconfig.json +++ b/lodash.get/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.groupby/tsconfig.json b/lodash.groupby/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.groupby/tsconfig.json +++ b/lodash.groupby/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.gt/tsconfig.json b/lodash.gt/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.gt/tsconfig.json +++ b/lodash.gt/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.gte/tsconfig.json b/lodash.gte/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.gte/tsconfig.json +++ b/lodash.gte/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.has/tsconfig.json b/lodash.has/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.has/tsconfig.json +++ b/lodash.has/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.hasin/tsconfig.json b/lodash.hasin/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.hasin/tsconfig.json +++ b/lodash.hasin/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.head/tsconfig.json b/lodash.head/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.head/tsconfig.json +++ b/lodash.head/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.identity/tsconfig.json b/lodash.identity/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.identity/tsconfig.json +++ b/lodash.identity/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.includes/tsconfig.json b/lodash.includes/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.includes/tsconfig.json +++ b/lodash.includes/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.indexof/tsconfig.json b/lodash.indexof/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.indexof/tsconfig.json +++ b/lodash.indexof/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.initial/tsconfig.json b/lodash.initial/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.initial/tsconfig.json +++ b/lodash.initial/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.inrange/tsconfig.json b/lodash.inrange/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.inrange/tsconfig.json +++ b/lodash.inrange/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.intersection/tsconfig.json b/lodash.intersection/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.intersection/tsconfig.json +++ b/lodash.intersection/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.intersectionby/tsconfig.json b/lodash.intersectionby/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.intersectionby/tsconfig.json +++ b/lodash.intersectionby/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.intersectionwith/tsconfig.json b/lodash.intersectionwith/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.intersectionwith/tsconfig.json +++ b/lodash.intersectionwith/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.invert/tsconfig.json b/lodash.invert/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.invert/tsconfig.json +++ b/lodash.invert/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.invertby/tsconfig.json b/lodash.invertby/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.invertby/tsconfig.json +++ b/lodash.invertby/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.invoke/tsconfig.json b/lodash.invoke/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.invoke/tsconfig.json +++ b/lodash.invoke/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.invokemap/tsconfig.json b/lodash.invokemap/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.invokemap/tsconfig.json +++ b/lodash.invokemap/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isarguments/tsconfig.json b/lodash.isarguments/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isarguments/tsconfig.json +++ b/lodash.isarguments/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isarray/tsconfig.json b/lodash.isarray/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isarray/tsconfig.json +++ b/lodash.isarray/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isarraybuffer/tsconfig.json b/lodash.isarraybuffer/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isarraybuffer/tsconfig.json +++ b/lodash.isarraybuffer/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isarraylike/tsconfig.json b/lodash.isarraylike/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isarraylike/tsconfig.json +++ b/lodash.isarraylike/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isarraylikeobject/tsconfig.json b/lodash.isarraylikeobject/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isarraylikeobject/tsconfig.json +++ b/lodash.isarraylikeobject/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isboolean/tsconfig.json b/lodash.isboolean/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isboolean/tsconfig.json +++ b/lodash.isboolean/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isbuffer/tsconfig.json b/lodash.isbuffer/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isbuffer/tsconfig.json +++ b/lodash.isbuffer/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isdate/tsconfig.json b/lodash.isdate/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isdate/tsconfig.json +++ b/lodash.isdate/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.iselement/tsconfig.json b/lodash.iselement/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.iselement/tsconfig.json +++ b/lodash.iselement/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isempty/tsconfig.json b/lodash.isempty/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isempty/tsconfig.json +++ b/lodash.isempty/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isequal/tsconfig.json b/lodash.isequal/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isequal/tsconfig.json +++ b/lodash.isequal/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isequalwith/tsconfig.json b/lodash.isequalwith/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isequalwith/tsconfig.json +++ b/lodash.isequalwith/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.iserror/tsconfig.json b/lodash.iserror/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.iserror/tsconfig.json +++ b/lodash.iserror/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isfinite/tsconfig.json b/lodash.isfinite/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isfinite/tsconfig.json +++ b/lodash.isfinite/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isfunction/tsconfig.json b/lodash.isfunction/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isfunction/tsconfig.json +++ b/lodash.isfunction/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isinteger/tsconfig.json b/lodash.isinteger/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isinteger/tsconfig.json +++ b/lodash.isinteger/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.islength/tsconfig.json b/lodash.islength/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.islength/tsconfig.json +++ b/lodash.islength/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.ismap/tsconfig.json b/lodash.ismap/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.ismap/tsconfig.json +++ b/lodash.ismap/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.ismatch/tsconfig.json b/lodash.ismatch/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.ismatch/tsconfig.json +++ b/lodash.ismatch/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.ismatchwith/tsconfig.json b/lodash.ismatchwith/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.ismatchwith/tsconfig.json +++ b/lodash.ismatchwith/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isnan/tsconfig.json b/lodash.isnan/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isnan/tsconfig.json +++ b/lodash.isnan/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isnative/tsconfig.json b/lodash.isnative/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isnative/tsconfig.json +++ b/lodash.isnative/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isnil/tsconfig.json b/lodash.isnil/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isnil/tsconfig.json +++ b/lodash.isnil/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isnull/tsconfig.json b/lodash.isnull/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isnull/tsconfig.json +++ b/lodash.isnull/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isnumber/tsconfig.json b/lodash.isnumber/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isnumber/tsconfig.json +++ b/lodash.isnumber/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isobject/tsconfig.json b/lodash.isobject/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isobject/tsconfig.json +++ b/lodash.isobject/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isobjectlike/tsconfig.json b/lodash.isobjectlike/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isobjectlike/tsconfig.json +++ b/lodash.isobjectlike/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isplainobject/tsconfig.json b/lodash.isplainobject/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isplainobject/tsconfig.json +++ b/lodash.isplainobject/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isregexp/tsconfig.json b/lodash.isregexp/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isregexp/tsconfig.json +++ b/lodash.isregexp/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.issafeinteger/tsconfig.json b/lodash.issafeinteger/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.issafeinteger/tsconfig.json +++ b/lodash.issafeinteger/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isset/tsconfig.json b/lodash.isset/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isset/tsconfig.json +++ b/lodash.isset/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isstring/tsconfig.json b/lodash.isstring/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isstring/tsconfig.json +++ b/lodash.isstring/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.issymbol/tsconfig.json b/lodash.issymbol/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.issymbol/tsconfig.json +++ b/lodash.issymbol/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.istypedarray/tsconfig.json b/lodash.istypedarray/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.istypedarray/tsconfig.json +++ b/lodash.istypedarray/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isundefined/tsconfig.json b/lodash.isundefined/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isundefined/tsconfig.json +++ b/lodash.isundefined/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isweakmap/tsconfig.json b/lodash.isweakmap/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isweakmap/tsconfig.json +++ b/lodash.isweakmap/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.isweakset/tsconfig.json b/lodash.isweakset/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.isweakset/tsconfig.json +++ b/lodash.isweakset/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.iteratee/tsconfig.json b/lodash.iteratee/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.iteratee/tsconfig.json +++ b/lodash.iteratee/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.join/tsconfig.json b/lodash.join/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.join/tsconfig.json +++ b/lodash.join/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.kebabcase/tsconfig.json b/lodash.kebabcase/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.kebabcase/tsconfig.json +++ b/lodash.kebabcase/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.keyby/tsconfig.json b/lodash.keyby/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.keyby/tsconfig.json +++ b/lodash.keyby/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.keys/tsconfig.json b/lodash.keys/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.keys/tsconfig.json +++ b/lodash.keys/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.keysin/tsconfig.json b/lodash.keysin/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.keysin/tsconfig.json +++ b/lodash.keysin/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.last/tsconfig.json b/lodash.last/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.last/tsconfig.json +++ b/lodash.last/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.lastindexof/tsconfig.json b/lodash.lastindexof/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.lastindexof/tsconfig.json +++ b/lodash.lastindexof/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.lowercase/tsconfig.json b/lodash.lowercase/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.lowercase/tsconfig.json +++ b/lodash.lowercase/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.lowerfirst/tsconfig.json b/lodash.lowerfirst/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.lowerfirst/tsconfig.json +++ b/lodash.lowerfirst/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.lt/tsconfig.json b/lodash.lt/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.lt/tsconfig.json +++ b/lodash.lt/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.lte/tsconfig.json b/lodash.lte/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.lte/tsconfig.json +++ b/lodash.lte/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.mapkeys/tsconfig.json b/lodash.mapkeys/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.mapkeys/tsconfig.json +++ b/lodash.mapkeys/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.mapvalues/tsconfig.json b/lodash.mapvalues/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.mapvalues/tsconfig.json +++ b/lodash.mapvalues/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.matches/tsconfig.json b/lodash.matches/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.matches/tsconfig.json +++ b/lodash.matches/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.matchesproperty/tsconfig.json b/lodash.matchesproperty/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.matchesproperty/tsconfig.json +++ b/lodash.matchesproperty/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.max/tsconfig.json b/lodash.max/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.max/tsconfig.json +++ b/lodash.max/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.maxby/tsconfig.json b/lodash.maxby/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.maxby/tsconfig.json +++ b/lodash.maxby/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.mean/tsconfig.json b/lodash.mean/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.mean/tsconfig.json +++ b/lodash.mean/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.memoize/tsconfig.json b/lodash.memoize/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.memoize/tsconfig.json +++ b/lodash.memoize/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.merge/tsconfig.json b/lodash.merge/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.merge/tsconfig.json +++ b/lodash.merge/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.mergewith/tsconfig.json b/lodash.mergewith/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.mergewith/tsconfig.json +++ b/lodash.mergewith/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.method/tsconfig.json b/lodash.method/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.method/tsconfig.json +++ b/lodash.method/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.methodof/tsconfig.json b/lodash.methodof/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.methodof/tsconfig.json +++ b/lodash.methodof/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.min/tsconfig.json b/lodash.min/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.min/tsconfig.json +++ b/lodash.min/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.minby/tsconfig.json b/lodash.minby/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.minby/tsconfig.json +++ b/lodash.minby/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.mixin/tsconfig.json b/lodash.mixin/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.mixin/tsconfig.json +++ b/lodash.mixin/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.negate/tsconfig.json b/lodash.negate/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.negate/tsconfig.json +++ b/lodash.negate/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.noop/tsconfig.json b/lodash.noop/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.noop/tsconfig.json +++ b/lodash.noop/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.now/tsconfig.json b/lodash.now/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.now/tsconfig.json +++ b/lodash.now/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.ntharg/tsconfig.json b/lodash.ntharg/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.ntharg/tsconfig.json +++ b/lodash.ntharg/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.omit/tsconfig.json b/lodash.omit/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.omit/tsconfig.json +++ b/lodash.omit/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.omitby/tsconfig.json b/lodash.omitby/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.omitby/tsconfig.json +++ b/lodash.omitby/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.once/tsconfig.json b/lodash.once/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.once/tsconfig.json +++ b/lodash.once/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.orderby/tsconfig.json b/lodash.orderby/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.orderby/tsconfig.json +++ b/lodash.orderby/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.over/tsconfig.json b/lodash.over/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.over/tsconfig.json +++ b/lodash.over/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.overargs/tsconfig.json b/lodash.overargs/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.overargs/tsconfig.json +++ b/lodash.overargs/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.overevery/tsconfig.json b/lodash.overevery/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.overevery/tsconfig.json +++ b/lodash.overevery/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.oversome/tsconfig.json b/lodash.oversome/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.oversome/tsconfig.json +++ b/lodash.oversome/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.pad/tsconfig.json b/lodash.pad/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.pad/tsconfig.json +++ b/lodash.pad/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.padend/tsconfig.json b/lodash.padend/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.padend/tsconfig.json +++ b/lodash.padend/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.padstart/tsconfig.json b/lodash.padstart/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.padstart/tsconfig.json +++ b/lodash.padstart/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.parseint/tsconfig.json b/lodash.parseint/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.parseint/tsconfig.json +++ b/lodash.parseint/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.partial/tsconfig.json b/lodash.partial/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.partial/tsconfig.json +++ b/lodash.partial/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.partialright/tsconfig.json b/lodash.partialright/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.partialright/tsconfig.json +++ b/lodash.partialright/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.partition/tsconfig.json b/lodash.partition/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.partition/tsconfig.json +++ b/lodash.partition/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.pick/tsconfig.json b/lodash.pick/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.pick/tsconfig.json +++ b/lodash.pick/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.pickby/tsconfig.json b/lodash.pickby/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.pickby/tsconfig.json +++ b/lodash.pickby/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.property/tsconfig.json b/lodash.property/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.property/tsconfig.json +++ b/lodash.property/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.propertyof/tsconfig.json b/lodash.propertyof/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.propertyof/tsconfig.json +++ b/lodash.propertyof/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.pull/tsconfig.json b/lodash.pull/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.pull/tsconfig.json +++ b/lodash.pull/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.pullall/tsconfig.json b/lodash.pullall/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.pullall/tsconfig.json +++ b/lodash.pullall/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.pullallby/tsconfig.json b/lodash.pullallby/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.pullallby/tsconfig.json +++ b/lodash.pullallby/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.pullat/tsconfig.json b/lodash.pullat/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.pullat/tsconfig.json +++ b/lodash.pullat/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.random/tsconfig.json b/lodash.random/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.random/tsconfig.json +++ b/lodash.random/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.range/tsconfig.json b/lodash.range/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.range/tsconfig.json +++ b/lodash.range/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.rangeright/tsconfig.json b/lodash.rangeright/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.rangeright/tsconfig.json +++ b/lodash.rangeright/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.rearg/tsconfig.json b/lodash.rearg/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.rearg/tsconfig.json +++ b/lodash.rearg/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.reduce/tsconfig.json b/lodash.reduce/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.reduce/tsconfig.json +++ b/lodash.reduce/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.reduceright/tsconfig.json b/lodash.reduceright/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.reduceright/tsconfig.json +++ b/lodash.reduceright/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.reject/tsconfig.json b/lodash.reject/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.reject/tsconfig.json +++ b/lodash.reject/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.remove/tsconfig.json b/lodash.remove/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.remove/tsconfig.json +++ b/lodash.remove/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.repeat/tsconfig.json b/lodash.repeat/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.repeat/tsconfig.json +++ b/lodash.repeat/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.replace/tsconfig.json b/lodash.replace/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.replace/tsconfig.json +++ b/lodash.replace/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.rest/tsconfig.json b/lodash.rest/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.rest/tsconfig.json +++ b/lodash.rest/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.result/tsconfig.json b/lodash.result/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.result/tsconfig.json +++ b/lodash.result/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.reverse/tsconfig.json b/lodash.reverse/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.reverse/tsconfig.json +++ b/lodash.reverse/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.round/tsconfig.json b/lodash.round/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.round/tsconfig.json +++ b/lodash.round/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.sample/tsconfig.json b/lodash.sample/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.sample/tsconfig.json +++ b/lodash.sample/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.samplesize/tsconfig.json b/lodash.samplesize/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.samplesize/tsconfig.json +++ b/lodash.samplesize/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.set/tsconfig.json b/lodash.set/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.set/tsconfig.json +++ b/lodash.set/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.setwith/tsconfig.json b/lodash.setwith/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.setwith/tsconfig.json +++ b/lodash.setwith/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.shuffle/tsconfig.json b/lodash.shuffle/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.shuffle/tsconfig.json +++ b/lodash.shuffle/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.size/tsconfig.json b/lodash.size/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.size/tsconfig.json +++ b/lodash.size/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.slice/tsconfig.json b/lodash.slice/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.slice/tsconfig.json +++ b/lodash.slice/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.snakecase/tsconfig.json b/lodash.snakecase/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.snakecase/tsconfig.json +++ b/lodash.snakecase/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.some/tsconfig.json b/lodash.some/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.some/tsconfig.json +++ b/lodash.some/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.sortby/tsconfig.json b/lodash.sortby/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.sortby/tsconfig.json +++ b/lodash.sortby/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.sortedindex/tsconfig.json b/lodash.sortedindex/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.sortedindex/tsconfig.json +++ b/lodash.sortedindex/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.sortedindexby/tsconfig.json b/lodash.sortedindexby/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.sortedindexby/tsconfig.json +++ b/lodash.sortedindexby/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.sortedindexof/tsconfig.json b/lodash.sortedindexof/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.sortedindexof/tsconfig.json +++ b/lodash.sortedindexof/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.sortedlastindex/tsconfig.json b/lodash.sortedlastindex/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.sortedlastindex/tsconfig.json +++ b/lodash.sortedlastindex/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.sortedlastindexby/tsconfig.json b/lodash.sortedlastindexby/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.sortedlastindexby/tsconfig.json +++ b/lodash.sortedlastindexby/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.sortedlastindexof/tsconfig.json b/lodash.sortedlastindexof/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.sortedlastindexof/tsconfig.json +++ b/lodash.sortedlastindexof/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.sorteduniq/tsconfig.json b/lodash.sorteduniq/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.sorteduniq/tsconfig.json +++ b/lodash.sorteduniq/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.sorteduniqby/tsconfig.json b/lodash.sorteduniqby/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.sorteduniqby/tsconfig.json +++ b/lodash.sorteduniqby/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.split/tsconfig.json b/lodash.split/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.split/tsconfig.json +++ b/lodash.split/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.spread/tsconfig.json b/lodash.spread/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.spread/tsconfig.json +++ b/lodash.spread/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.startcase/tsconfig.json b/lodash.startcase/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.startcase/tsconfig.json +++ b/lodash.startcase/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.startswith/tsconfig.json b/lodash.startswith/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.startswith/tsconfig.json +++ b/lodash.startswith/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.subtract/tsconfig.json b/lodash.subtract/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.subtract/tsconfig.json +++ b/lodash.subtract/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.sum/tsconfig.json b/lodash.sum/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.sum/tsconfig.json +++ b/lodash.sum/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.sumby/tsconfig.json b/lodash.sumby/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.sumby/tsconfig.json +++ b/lodash.sumby/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.tail/tsconfig.json b/lodash.tail/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.tail/tsconfig.json +++ b/lodash.tail/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.take/tsconfig.json b/lodash.take/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.take/tsconfig.json +++ b/lodash.take/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.takeright/tsconfig.json b/lodash.takeright/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.takeright/tsconfig.json +++ b/lodash.takeright/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.takerightwhile/tsconfig.json b/lodash.takerightwhile/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.takerightwhile/tsconfig.json +++ b/lodash.takerightwhile/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.takewhile/tsconfig.json b/lodash.takewhile/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.takewhile/tsconfig.json +++ b/lodash.takewhile/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.template/tsconfig.json b/lodash.template/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.template/tsconfig.json +++ b/lodash.template/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.throttle/tsconfig.json b/lodash.throttle/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.throttle/tsconfig.json +++ b/lodash.throttle/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.times/tsconfig.json b/lodash.times/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.times/tsconfig.json +++ b/lodash.times/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.toarray/tsconfig.json b/lodash.toarray/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.toarray/tsconfig.json +++ b/lodash.toarray/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.tointeger/tsconfig.json b/lodash.tointeger/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.tointeger/tsconfig.json +++ b/lodash.tointeger/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.tolength/tsconfig.json b/lodash.tolength/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.tolength/tsconfig.json +++ b/lodash.tolength/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.tolower/tsconfig.json b/lodash.tolower/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.tolower/tsconfig.json +++ b/lodash.tolower/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.tonumber/tsconfig.json b/lodash.tonumber/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.tonumber/tsconfig.json +++ b/lodash.tonumber/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.topairs/tsconfig.json b/lodash.topairs/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.topairs/tsconfig.json +++ b/lodash.topairs/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.topairsin/tsconfig.json b/lodash.topairsin/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.topairsin/tsconfig.json +++ b/lodash.topairsin/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.topath/tsconfig.json b/lodash.topath/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.topath/tsconfig.json +++ b/lodash.topath/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.toplainobject/tsconfig.json b/lodash.toplainobject/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.toplainobject/tsconfig.json +++ b/lodash.toplainobject/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.tosafeinteger/tsconfig.json b/lodash.tosafeinteger/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.tosafeinteger/tsconfig.json +++ b/lodash.tosafeinteger/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.tostring/tsconfig.json b/lodash.tostring/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.tostring/tsconfig.json +++ b/lodash.tostring/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.toupper/tsconfig.json b/lodash.toupper/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.toupper/tsconfig.json +++ b/lodash.toupper/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.transform/tsconfig.json b/lodash.transform/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.transform/tsconfig.json +++ b/lodash.transform/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.trim/tsconfig.json b/lodash.trim/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.trim/tsconfig.json +++ b/lodash.trim/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.trimend/tsconfig.json b/lodash.trimend/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.trimend/tsconfig.json +++ b/lodash.trimend/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.trimstart/tsconfig.json b/lodash.trimstart/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.trimstart/tsconfig.json +++ b/lodash.trimstart/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.truncate/tsconfig.json b/lodash.truncate/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.truncate/tsconfig.json +++ b/lodash.truncate/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.unary/tsconfig.json b/lodash.unary/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.unary/tsconfig.json +++ b/lodash.unary/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.unescape/tsconfig.json b/lodash.unescape/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.unescape/tsconfig.json +++ b/lodash.unescape/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.union/tsconfig.json b/lodash.union/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.union/tsconfig.json +++ b/lodash.union/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.unionby/tsconfig.json b/lodash.unionby/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.unionby/tsconfig.json +++ b/lodash.unionby/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.unionwith/tsconfig.json b/lodash.unionwith/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.unionwith/tsconfig.json +++ b/lodash.unionwith/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.uniq/tsconfig.json b/lodash.uniq/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.uniq/tsconfig.json +++ b/lodash.uniq/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.uniqby/tsconfig.json b/lodash.uniqby/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.uniqby/tsconfig.json +++ b/lodash.uniqby/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.uniqueid/tsconfig.json b/lodash.uniqueid/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.uniqueid/tsconfig.json +++ b/lodash.uniqueid/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.uniqwith/tsconfig.json b/lodash.uniqwith/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.uniqwith/tsconfig.json +++ b/lodash.uniqwith/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.unset/tsconfig.json b/lodash.unset/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.unset/tsconfig.json +++ b/lodash.unset/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.unzip/tsconfig.json b/lodash.unzip/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.unzip/tsconfig.json +++ b/lodash.unzip/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.unzipwith/tsconfig.json b/lodash.unzipwith/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.unzipwith/tsconfig.json +++ b/lodash.unzipwith/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.update/tsconfig.json b/lodash.update/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.update/tsconfig.json +++ b/lodash.update/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.uppercase/tsconfig.json b/lodash.uppercase/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.uppercase/tsconfig.json +++ b/lodash.uppercase/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.upperfirst/tsconfig.json b/lodash.upperfirst/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.upperfirst/tsconfig.json +++ b/lodash.upperfirst/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.values/tsconfig.json b/lodash.values/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.values/tsconfig.json +++ b/lodash.values/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.valuesin/tsconfig.json b/lodash.valuesin/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.valuesin/tsconfig.json +++ b/lodash.valuesin/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.without/tsconfig.json b/lodash.without/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.without/tsconfig.json +++ b/lodash.without/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.words/tsconfig.json b/lodash.words/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.words/tsconfig.json +++ b/lodash.words/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.wrap/tsconfig.json b/lodash.wrap/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.wrap/tsconfig.json +++ b/lodash.wrap/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.xor/tsconfig.json b/lodash.xor/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.xor/tsconfig.json +++ b/lodash.xor/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.xorby/tsconfig.json b/lodash.xorby/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.xorby/tsconfig.json +++ b/lodash.xorby/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.xorwith/tsconfig.json b/lodash.xorwith/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.xorwith/tsconfig.json +++ b/lodash.xorwith/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.zip/tsconfig.json b/lodash.zip/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.zip/tsconfig.json +++ b/lodash.zip/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.zipobject/tsconfig.json b/lodash.zipobject/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.zipobject/tsconfig.json +++ b/lodash.zipobject/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash.zipwith/tsconfig.json b/lodash.zipwith/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/lodash.zipwith/tsconfig.json +++ b/lodash.zipwith/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lodash/tsconfig.json b/lodash/tsconfig.json index 0a0d666d66..2d3c5c2b3a 100644 --- a/lodash/tsconfig.json +++ b/lodash/tsconfig.json @@ -292,6 +292,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/log4javascript/tsconfig.json b/log4javascript/tsconfig.json index 64217e6fed..06edbbf00d 100644 --- a/log4javascript/tsconfig.json +++ b/log4javascript/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/log4js/tsconfig.json b/log4js/tsconfig.json index 758e61e0df..eb57f18d25 100644 --- a/log4js/tsconfig.json +++ b/log4js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/logat/tsconfig.json b/logat/tsconfig.json index 60a486d68a..f018cce3de 100644 --- a/logat/tsconfig.json +++ b/logat/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/logg/tsconfig.json b/logg/tsconfig.json index 4630106713..4a9f61348b 100644 --- a/logg/tsconfig.json +++ b/logg/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/loggly/tsconfig.json b/loggly/tsconfig.json index 4f4d1036a4..32a3c933cf 100644 --- a/loggly/tsconfig.json +++ b/loggly/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/loglevel/tsconfig.json b/loglevel/tsconfig.json index a2d616cf0a..ce102f159c 100644 --- a/loglevel/tsconfig.json +++ b/loglevel/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/logrotate-stream/tsconfig.json b/logrotate-stream/tsconfig.json index 1cf764e87b..8a9d0a0609 100644 --- a/logrotate-stream/tsconfig.json +++ b/logrotate-stream/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lokijs/tsconfig.json b/lokijs/tsconfig.json index 9224fc9e99..e5e25ce5c5 100644 --- a/lokijs/tsconfig.json +++ b/lokijs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lolex/tsconfig.json b/lolex/tsconfig.json index eb17465d9e..c75a99ee25 100644 --- a/lolex/tsconfig.json +++ b/lolex/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/long/tsconfig.json b/long/tsconfig.json index e73c2e916b..8661825ea5 100644 --- a/long/tsconfig.json +++ b/long/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lory.js/tsconfig.json b/lory.js/tsconfig.json index 7b8a3066fd..6b172e01df 100644 --- a/lory.js/tsconfig.json +++ b/lory.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lovefield/tsconfig.json b/lovefield/tsconfig.json index d8b529bfcc..a5fe561b40 100644 --- a/lovefield/tsconfig.json +++ b/lovefield/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lowlight/tsconfig.json b/lowlight/tsconfig.json index 6aa905fcab..2d9abf41f2 100644 --- a/lowlight/tsconfig.json +++ b/lowlight/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/lru-cache/tsconfig.json b/lru-cache/tsconfig.json index b51197dcf4..30fca676b5 100644 --- a/lru-cache/tsconfig.json +++ b/lru-cache/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lscache/tsconfig.json b/lscache/tsconfig.json index e495295c21..a73c708f87 100644 --- a/lscache/tsconfig.json +++ b/lscache/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/luaparse/tsconfig.json b/luaparse/tsconfig.json index a029426922..30772d94ce 100644 --- a/luaparse/tsconfig.json +++ b/luaparse/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lunr/tsconfig.json b/lunr/tsconfig.json index 20b97bb0ba..b55ff7b17d 100644 --- a/lunr/tsconfig.json +++ b/lunr/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lwip/tsconfig.json b/lwip/tsconfig.json index db91304549..9269195be4 100644 --- a/lwip/tsconfig.json +++ b/lwip/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/lz-string/tsconfig.json b/lz-string/tsconfig.json index d9054e14f3..1d76973112 100644 --- a/lz-string/tsconfig.json +++ b/lz-string/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/magic-number/tsconfig.json b/magic-number/tsconfig.json index a2a2d6f232..c7964da70b 100644 --- a/magic-number/tsconfig.json +++ b/magic-number/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/magicsuggest/tsconfig.json b/magicsuggest/tsconfig.json index eda1594559..92e337a34d 100644 --- a/magicsuggest/tsconfig.json +++ b/magicsuggest/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mailcheck/tsconfig.json b/mailcheck/tsconfig.json index 3c5e57c80f..a46ab9f52d 100644 --- a/mailcheck/tsconfig.json +++ b/mailcheck/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/maildev/tsconfig.json b/maildev/tsconfig.json index 84f68da0da..879e482ddc 100644 --- a/maildev/tsconfig.json +++ b/maildev/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mailparser/tsconfig.json b/mailparser/tsconfig.json index 00ad26381d..de4c5371e7 100644 --- a/mailparser/tsconfig.json +++ b/mailparser/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/main-bower-files/tsconfig.json b/main-bower-files/tsconfig.json index 1527f70821..339ec4cb41 100644 --- a/main-bower-files/tsconfig.json +++ b/main-bower-files/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mainloop.js/tsconfig.json b/mainloop.js/tsconfig.json index 33210065be..f54aa6048f 100644 --- a/mainloop.js/tsconfig.json +++ b/mainloop.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/maker.js/tsconfig.json b/maker.js/tsconfig.json index c11bd2db39..cd4be3d273 100644 --- a/maker.js/tsconfig.json +++ b/maker.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mandrill-api/tsconfig.json b/mandrill-api/tsconfig.json index e377fc8bb2..8f41f411aa 100644 --- a/mandrill-api/tsconfig.json +++ b/mandrill-api/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mapbox-gl/tsconfig.json b/mapbox-gl/tsconfig.json index ad8a2464ac..f579526134 100644 --- a/mapbox-gl/tsconfig.json +++ b/mapbox-gl/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mapbox/tsconfig.json b/mapbox/tsconfig.json index 7cb377e93b..08379129cc 100644 --- a/mapbox/tsconfig.json +++ b/mapbox/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "types": [], diff --git a/mapsjs/tsconfig.json b/mapsjs/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/mapsjs/tsconfig.json +++ b/mapsjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/maquette/tsconfig.json b/maquette/tsconfig.json index a0e6972870..74d86d2f0e 100644 --- a/maquette/tsconfig.json +++ b/maquette/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mariasql/tsconfig.json b/mariasql/tsconfig.json index f2075293c9..bc1d6fa29f 100644 --- a/mariasql/tsconfig.json +++ b/mariasql/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/markdown-it/tsconfig.json b/markdown-it/tsconfig.json index 50997a2400..6a588d5e50 100644 --- a/markdown-it/tsconfig.json +++ b/markdown-it/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es5", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "markdown-it-tests.ts" ] -} +} \ No newline at end of file diff --git a/marked/tsconfig.json b/marked/tsconfig.json index 39f2fb78eb..79b92307e5 100644 --- a/marked/tsconfig.json +++ b/marked/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/marker-animate-unobtrusive/tsconfig.json b/marker-animate-unobtrusive/tsconfig.json index 9398f7b73e..dbd27c0653 100644 --- a/marker-animate-unobtrusive/tsconfig.json +++ b/marker-animate-unobtrusive/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/markerclustererplus/tsconfig.json b/markerclustererplus/tsconfig.json index 01aa3dd3cd..d5d06f670b 100644 --- a/markerclustererplus/tsconfig.json +++ b/markerclustererplus/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/markitup/tsconfig.json b/markitup/tsconfig.json index e544e9d9c8..9748f52c94 100644 --- a/markitup/tsconfig.json +++ b/markitup/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/maskedinput/tsconfig.json b/maskedinput/tsconfig.json index b750fb0ea6..e7b3e085e2 100644 --- a/maskedinput/tsconfig.json +++ b/maskedinput/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/masonry-layout/tsconfig.json b/masonry-layout/tsconfig.json index 125331bcd8..509928d511 100644 --- a/masonry-layout/tsconfig.json +++ b/masonry-layout/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/match-media-mock/tsconfig.json b/match-media-mock/tsconfig.json index ce1d44b1aa..7b21c1d099 100644 --- a/match-media-mock/tsconfig.json +++ b/match-media-mock/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/material-design-lite/tsconfig.json b/material-design-lite/tsconfig.json index 7a0bd41a14..4d9147506f 100644 --- a/material-design-lite/tsconfig.json +++ b/material-design-lite/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/material-ui/tsconfig.json b/material-ui/tsconfig.json index ada9f34fbe..a39ca819a0 100644 --- a/material-ui/tsconfig.json +++ b/material-ui/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/materialize-css/tsconfig.json b/materialize-css/tsconfig.json index 83f8f57c85..04f7d8038a 100644 --- a/materialize-css/tsconfig.json +++ b/materialize-css/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/math3d/tsconfig.json b/math3d/tsconfig.json index 2f4e358aaf..98c27750da 100644 --- a/math3d/tsconfig.json +++ b/math3d/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "math3d-tests.ts" ] -} +} \ No newline at end of file diff --git a/mathjax/tsconfig.json b/mathjax/tsconfig.json index 645a04b1d3..f447361f68 100644 --- a/mathjax/tsconfig.json +++ b/mathjax/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mathjs/tsconfig.json b/mathjs/tsconfig.json index 56685df51f..eb8ddd50fd 100644 --- a/mathjs/tsconfig.json +++ b/mathjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/matter-js/tsconfig.json b/matter-js/tsconfig.json index 7f87d2f48f..fc54244c57 100644 --- a/matter-js/tsconfig.json +++ b/matter-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/maxmind/tsconfig.json b/maxmind/tsconfig.json index 31b488d849..eb17306ac3 100644 --- a/maxmind/tsconfig.json +++ b/maxmind/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mcustomscrollbar/tsconfig.json b/mcustomscrollbar/tsconfig.json index 60df3f0a29..06d2e59f1a 100644 --- a/mcustomscrollbar/tsconfig.json +++ b/mcustomscrollbar/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/md5/tsconfig.json b/md5/tsconfig.json index 680901292d..cbccd9ae2e 100644 --- a/md5/tsconfig.json +++ b/md5/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mdns/tsconfig.json b/mdns/tsconfig.json index 28927d4f26..8ed18778f1 100644 --- a/mdns/tsconfig.json +++ b/mdns/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/medium-editor/tsconfig.json b/medium-editor/tsconfig.json index fc07fb82d7..6a26273c56 100644 --- a/medium-editor/tsconfig.json +++ b/medium-editor/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "medium-editor-tests.ts" ] -} +} \ No newline at end of file diff --git a/mem/tsconfig.json b/mem/tsconfig.json index 65d9a6999c..edd23c0df6 100644 --- a/mem/tsconfig.json +++ b/mem/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/memory-cache/tsconfig.json b/memory-cache/tsconfig.json index c5530ab351..50ad98ae79 100644 --- a/memory-cache/tsconfig.json +++ b/memory-cache/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/memory-fs/tsconfig.json b/memory-fs/tsconfig.json index 105762a5a1..8236038c24 100644 --- a/memory-fs/tsconfig.json +++ b/memory-fs/tsconfig.json @@ -1,23 +1,24 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "memory-fs-tests.ts", - "lib/join-tests.ts", - "lib/join.d.ts", - "lib/normalize-tests.ts", - "lib/normalize.d.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "memory-fs-tests.ts", + "lib/join-tests.ts", + "lib/join.d.ts", + "lib/normalize-tests.ts", + "lib/normalize.d.ts" + ] +} \ No newline at end of file diff --git a/memwatch-next/tsconfig.json b/memwatch-next/tsconfig.json index 566252aac6..265b1f36fb 100644 --- a/memwatch-next/tsconfig.json +++ b/memwatch-next/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mendixmodelsdk/tsconfig.json b/mendixmodelsdk/tsconfig.json index d00b50299e..063c52e82d 100644 --- a/mendixmodelsdk/tsconfig.json +++ b/mendixmodelsdk/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/menubar/tsconfig.json b/menubar/tsconfig.json index a2be790531..3335dbcc63 100644 --- a/menubar/tsconfig.json +++ b/menubar/tsconfig.json @@ -1,9 +1,9 @@ - { "compilerOptions": { "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -17,4 +17,4 @@ "index.d.ts", "menubar-tests.ts" ] -} +} \ No newline at end of file diff --git a/meow/tsconfig.json b/meow/tsconfig.json index 3e433b6c02..813b4c637e 100644 --- a/meow/tsconfig.json +++ b/meow/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "meow-tests.ts" ] -} +} \ No newline at end of file diff --git a/merge-descriptors/tsconfig.json b/merge-descriptors/tsconfig.json index 28c4ffc485..59a4cf7929 100644 --- a/merge-descriptors/tsconfig.json +++ b/merge-descriptors/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/merge-stream/tsconfig.json b/merge-stream/tsconfig.json index 2a5df2fbf9..7b21034a11 100644 --- a/merge-stream/tsconfig.json +++ b/merge-stream/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/merge2/tsconfig.json b/merge2/tsconfig.json index 4a43834f5c..f6d1e01711 100644 --- a/merge2/tsconfig.json +++ b/merge2/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/meshblu/tsconfig.json b/meshblu/tsconfig.json index c3d3b8ab0d..76014128a5 100644 --- a/meshblu/tsconfig.json +++ b/meshblu/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mess/tsconfig.json b/mess/tsconfig.json index 7e2c6ddd2e..a5f7d45bf9 100644 --- a/mess/tsconfig.json +++ b/mess/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/messenger/tsconfig.json b/messenger/tsconfig.json index 29a5384d01..607632573d 100644 --- a/messenger/tsconfig.json +++ b/messenger/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/meteor-accounts-phone/tsconfig.json b/meteor-accounts-phone/tsconfig.json index 0a29dc5ad5..dbebc41b00 100644 --- a/meteor-accounts-phone/tsconfig.json +++ b/meteor-accounts-phone/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/meteor-jboulhous-dev/tsconfig.json b/meteor-jboulhous-dev/tsconfig.json index a993762c75..d8efbca930 100644 --- a/meteor-jboulhous-dev/tsconfig.json +++ b/meteor-jboulhous-dev/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/meteor-persistent-session/tsconfig.json b/meteor-persistent-session/tsconfig.json index ad1f2f48e6..0e4086faf6 100644 --- a/meteor-persistent-session/tsconfig.json +++ b/meteor-persistent-session/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/meteor-prime8consulting-oauth2/tsconfig.json b/meteor-prime8consulting-oauth2/tsconfig.json index d522cfae1d..2cd16f610b 100644 --- a/meteor-prime8consulting-oauth2/tsconfig.json +++ b/meteor-prime8consulting-oauth2/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/meteor-publish-composite/tsconfig.json b/meteor-publish-composite/tsconfig.json index d566f23a2e..69b707ec09 100644 --- a/meteor-publish-composite/tsconfig.json +++ b/meteor-publish-composite/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/meteor-roles/tsconfig.json b/meteor-roles/tsconfig.json index 34a2e3c2e9..a0f92813dc 100644 --- a/meteor-roles/tsconfig.json +++ b/meteor-roles/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/meteor/tsconfig.json b/meteor/tsconfig.json index 3ded562383..8fcf6770fc 100644 --- a/meteor/tsconfig.json +++ b/meteor/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/method-override/tsconfig.json b/method-override/tsconfig.json index 229dd748b7..5276e8f232 100644 --- a/method-override/tsconfig.json +++ b/method-override/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/metismenu/tsconfig.json b/metismenu/tsconfig.json index ae65d8c685..260a9a133e 100644 --- a/metismenu/tsconfig.json +++ b/metismenu/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/metric-suffix/tsconfig.json b/metric-suffix/tsconfig.json index 3d2a6c7d7a..313286b950 100644 --- a/metric-suffix/tsconfig.json +++ b/metric-suffix/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/microgears/tsconfig.json b/microgears/tsconfig.json index 77053b5bc6..f4b3054b73 100644 --- a/microgears/tsconfig.json +++ b/microgears/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/micromatch/tsconfig.json b/micromatch/tsconfig.json index e320ba757c..e70a25c93c 100644 --- a/micromatch/tsconfig.json +++ b/micromatch/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/microsoft-ajax/tsconfig.json b/microsoft-ajax/tsconfig.json index f86b724393..0066ff394e 100644 --- a/microsoft-ajax/tsconfig.json +++ b/microsoft-ajax/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/microsoft-live-connect/tsconfig.json b/microsoft-live-connect/tsconfig.json index dd890e5f14..c2650a3401 100644 --- a/microsoft-live-connect/tsconfig.json +++ b/microsoft-live-connect/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/microsoft-sdk-soap/tsconfig.json b/microsoft-sdk-soap/tsconfig.json index c90eccd878..399c82bee2 100644 --- a/microsoft-sdk-soap/tsconfig.json +++ b/microsoft-sdk-soap/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/milkcocoa/tsconfig.json b/milkcocoa/tsconfig.json index f73019ba39..ba3810a161 100644 --- a/milkcocoa/tsconfig.json +++ b/milkcocoa/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/milliseconds/tsconfig.json b/milliseconds/tsconfig.json index 2e030739a7..05a2d8e775 100644 --- a/milliseconds/tsconfig.json +++ b/milliseconds/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mime/tsconfig.json b/mime/tsconfig.json index f6a86c01e4..f5d395b087 100644 --- a/mime/tsconfig.json +++ b/mime/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/minilog/tsconfig.json b/minilog/tsconfig.json index a13d36c6d0..336285a447 100644 --- a/minilog/tsconfig.json +++ b/minilog/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/minimatch/tsconfig.json b/minimatch/tsconfig.json index ac77446662..eb92138364 100644 --- a/minimatch/tsconfig.json +++ b/minimatch/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/minimist/tsconfig.json b/minimist/tsconfig.json index 507963dd37..188ccf114d 100644 --- a/minimist/tsconfig.json +++ b/minimist/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mithril/tsconfig.json b/mithril/tsconfig.json index 50ec15fae1..1518d12192 100644 --- a/mithril/tsconfig.json +++ b/mithril/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mitm/tsconfig.json b/mitm/tsconfig.json index d37bc6fddb..981780e6d7 100644 --- a/mitm/tsconfig.json +++ b/mitm/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mixpanel/tsconfig.json b/mixpanel/tsconfig.json index cfae4d77da..e893c689c2 100644 --- a/mixpanel/tsconfig.json +++ b/mixpanel/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mixto/tsconfig.json b/mixto/tsconfig.json index a86cab3745..09fdb3f2ce 100644 --- a/mixto/tsconfig.json +++ b/mixto/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mkdirp/tsconfig.json b/mkdirp/tsconfig.json index 000470d333..56d3bc8e71 100644 --- a/mkdirp/tsconfig.json +++ b/mkdirp/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mkpath/tsconfig.json b/mkpath/tsconfig.json index 38b5cf9a59..6ba1003842 100644 --- a/mkpath/tsconfig.json +++ b/mkpath/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mmmagic/tsconfig.json b/mmmagic/tsconfig.json index a217b9c715..b04cf4cf90 100644 --- a/mmmagic/tsconfig.json +++ b/mmmagic/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mobile-detect/tsconfig.json b/mobile-detect/tsconfig.json index 755f07f4f9..30a8d3e734 100644 --- a/mobile-detect/tsconfig.json +++ b/mobile-detect/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mobservable-react/tsconfig.json b/mobservable-react/tsconfig.json index 5f8a900fdb..ec18ae9037 100644 --- a/mobservable-react/tsconfig.json +++ b/mobservable-react/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, diff --git a/mobservable/tsconfig.json b/mobservable/tsconfig.json index 9223df2ac2..ec716a048b 100644 --- a/mobservable/tsconfig.json +++ b/mobservable/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, diff --git a/mocha-phantomjs/tsconfig.json b/mocha-phantomjs/tsconfig.json index 83f4ef6a76..1bfefe06fd 100644 --- a/mocha-phantomjs/tsconfig.json +++ b/mocha-phantomjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mocha/tsconfig.json b/mocha/tsconfig.json index 225af72de6..94ab1840b4 100644 --- a/mocha/tsconfig.json +++ b/mocha/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mock-fs/tsconfig.json b/mock-fs/tsconfig.json index 1987986891..f80521c925 100644 --- a/mock-fs/tsconfig.json +++ b/mock-fs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mock-require/tsconfig.json b/mock-require/tsconfig.json index 7d10b34ae8..5daad87ee1 100644 --- a/mock-require/tsconfig.json +++ b/mock-require/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mockery/tsconfig.json b/mockery/tsconfig.json index 0e17a4882a..54d1ef27d8 100644 --- a/mockery/tsconfig.json +++ b/mockery/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/modernizr/tsconfig.json b/modernizr/tsconfig.json index f84a911d6d..d19a8abc47 100644 --- a/modernizr/tsconfig.json +++ b/modernizr/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/moment-duration-format/tsconfig.json b/moment-duration-format/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/moment-duration-format/tsconfig.json +++ b/moment-duration-format/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/moment-jalaali/tsconfig.json b/moment-jalaali/tsconfig.json index 7a7da8dc0b..5508cb1c79 100644 --- a/moment-jalaali/tsconfig.json +++ b/moment-jalaali/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/moment-range/tsconfig.json b/moment-range/tsconfig.json index b4fc87e725..9427913948 100644 --- a/moment-range/tsconfig.json +++ b/moment-range/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/moment-timezone/tsconfig.json b/moment-timezone/tsconfig.json index 43c66bf64c..4b0a3b0e60 100644 --- a/moment-timezone/tsconfig.json +++ b/moment-timezone/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mongodb/tsconfig.json b/mongodb/tsconfig.json index a443f4ff2d..e9db4d672b 100644 --- a/mongodb/tsconfig.json +++ b/mongodb/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mongoose-auto-increment/tsconfig.json b/mongoose-auto-increment/tsconfig.json index ced7a5e7e6..91fd1eca6d 100644 --- a/mongoose-auto-increment/tsconfig.json +++ b/mongoose-auto-increment/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mongoose-deep-populate/tsconfig.json b/mongoose-deep-populate/tsconfig.json index 80ea28c5b3..5b4024e1e9 100644 --- a/mongoose-deep-populate/tsconfig.json +++ b/mongoose-deep-populate/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mongoose-mock/tsconfig.json b/mongoose-mock/tsconfig.json index 321d483f7e..bc503d2910 100644 --- a/mongoose-mock/tsconfig.json +++ b/mongoose-mock/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mongoose-paginate/tsconfig.json b/mongoose-paginate/tsconfig.json index a580a52c42..77f4179cd8 100644 --- a/mongoose-paginate/tsconfig.json +++ b/mongoose-paginate/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mongoose-promise/tsconfig.json b/mongoose-promise/tsconfig.json index ea8993399c..6338151836 100644 --- a/mongoose-promise/tsconfig.json +++ b/mongoose-promise/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mongoose-seeder/tsconfig.json b/mongoose-seeder/tsconfig.json index 239acca456..89932bbd81 100644 --- a/mongoose-seeder/tsconfig.json +++ b/mongoose-seeder/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mongoose-sequence/tsconfig.json b/mongoose-sequence/tsconfig.json index d68ba5e159..6908abe759 100644 --- a/mongoose-sequence/tsconfig.json +++ b/mongoose-sequence/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mongoose/tsconfig.json b/mongoose/tsconfig.json index efdae51989..c7445ccecd 100644 --- a/mongoose/tsconfig.json +++ b/mongoose/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/monk/tsconfig.json b/monk/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/monk/tsconfig.json +++ b/monk/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/morgan/tsconfig.json b/morgan/tsconfig.json index 75e3b4e2ee..4427883ae7 100644 --- a/morgan/tsconfig.json +++ b/morgan/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/morris.js/tsconfig.json b/morris.js/tsconfig.json index 696cca0719..8d974bbae5 100644 --- a/morris.js/tsconfig.json +++ b/morris.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mousetrap/tsconfig.json b/mousetrap/tsconfig.json index 03d5b7e676..d08cf24820 100644 --- a/mousetrap/tsconfig.json +++ b/mousetrap/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/moviedb/tsconfig.json b/moviedb/tsconfig.json index 040f21a5d3..2590dc3451 100644 --- a/moviedb/tsconfig.json +++ b/moviedb/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mpromise/tsconfig.json b/mpromise/tsconfig.json index 0fd56ec900..ec9d7a3e35 100644 --- a/mpromise/tsconfig.json +++ b/mpromise/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mqtt/tsconfig.json b/mqtt/tsconfig.json index 562f40fd74..2955c890d1 100644 --- a/mqtt/tsconfig.json +++ b/mqtt/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ms/tsconfig.json b/ms/tsconfig.json index 31ba7f6927..2bbe5025e0 100644 --- a/ms/tsconfig.json +++ b/ms/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/msgpack-lite/tsconfig.json b/msgpack-lite/tsconfig.json index 7d21d20074..39588c1eef 100644 --- a/msgpack-lite/tsconfig.json +++ b/msgpack-lite/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/msgpack/tsconfig.json b/msgpack/tsconfig.json index fd0adc0c7d..12c6bf2393 100644 --- a/msgpack/tsconfig.json +++ b/msgpack/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/msgpack5/tsconfig.json b/msgpack5/tsconfig.json index 82e4af0f63..760dd082d8 100644 --- a/msgpack5/tsconfig.json +++ b/msgpack5/tsconfig.json @@ -4,6 +4,7 @@ "moduleResolution": "node", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -17,4 +18,4 @@ "index.d.ts", "msgpack5-test.ts" ] -} +} \ No newline at end of file diff --git a/msnodesql/tsconfig.json b/msnodesql/tsconfig.json index bf4e0b0bad..ff5a3b021e 100644 --- a/msnodesql/tsconfig.json +++ b/msnodesql/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/msportalfx-test/tsconfig.json b/msportalfx-test/tsconfig.json index 91dbeed1fc..8e060b7cac 100644 --- a/msportalfx-test/tsconfig.json +++ b/msportalfx-test/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mssql/tsconfig.json b/mssql/tsconfig.json index 20945b72a4..9c86f25fa7 100644 --- a/mssql/tsconfig.json +++ b/mssql/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mu2/tsconfig.json b/mu2/tsconfig.json index 20e66fc992..24ba50b7e4 100644 --- a/mu2/tsconfig.json +++ b/mu2/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/multer-s3/tsconfig.json b/multer-s3/tsconfig.json index e05b4498c8..e31116b8b6 100644 --- a/multer-s3/tsconfig.json +++ b/multer-s3/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/multer/tsconfig.json b/multer/tsconfig.json index f90319cefa..964414acc4 100644 --- a/multer/tsconfig.json +++ b/multer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/multiparty/tsconfig.json b/multiparty/tsconfig.json index a28a1bf78e..2a639aab7b 100644 --- a/multiparty/tsconfig.json +++ b/multiparty/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/multiplexjs/tsconfig.json b/multiplexjs/tsconfig.json index 5fe322f0ac..01f9c2ba95 100644 --- a/multiplexjs/tsconfig.json +++ b/multiplexjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/murmurhash-js/tsconfig.json b/murmurhash-js/tsconfig.json index e95ee40c26..fed6da8d69 100644 --- a/murmurhash-js/tsconfig.json +++ b/murmurhash-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "murmurhash-js-tests.ts" ] -} +} \ No newline at end of file diff --git a/murmurhash3js/tsconfig.json b/murmurhash3js/tsconfig.json index a3359806e3..e7987051cb 100644 --- a/murmurhash3js/tsconfig.json +++ b/murmurhash3js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/musicmetadata/tsconfig.json b/musicmetadata/tsconfig.json index aaecf53410..9c0fe2b096 100644 --- a/musicmetadata/tsconfig.json +++ b/musicmetadata/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mustache/tsconfig.json b/mustache/tsconfig.json index bcca383cb8..215e1f8df6 100644 --- a/mustache/tsconfig.json +++ b/mustache/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mysql/tsconfig.json b/mysql/tsconfig.json index ef332a3570..0ad98be9b5 100644 --- a/mysql/tsconfig.json +++ b/mysql/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/mz/tsconfig.json b/mz/tsconfig.json index 7622a546f2..90590c7dbd 100644 --- a/mz/tsconfig.json +++ b/mz/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/n3/tsconfig.json b/n3/tsconfig.json index 10bad1929f..9054ed7a87 100644 --- a/n3/tsconfig.json +++ b/n3/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/nanoajax/tsconfig.json b/nanoajax/tsconfig.json index ca3bcc0249..6af532ac1b 100644 --- a/nanoajax/tsconfig.json +++ b/nanoajax/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/nanomsg/tsconfig.json b/nanomsg/tsconfig.json index 4db8c195a0..195f6d8ee5 100644 --- a/nanomsg/tsconfig.json +++ b/nanomsg/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "nanomsg-tests.ts" ] -} +} \ No newline at end of file diff --git a/nanp/tsconfig.json b/nanp/tsconfig.json index a7057534ac..b23b8a6f94 100644 --- a/nanp/tsconfig.json +++ b/nanp/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/natural-sort/tsconfig.json b/natural-sort/tsconfig.json index 3268e921e6..76fcfd3470 100644 --- a/natural-sort/tsconfig.json +++ b/natural-sort/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/natural/tsconfig.json b/natural/tsconfig.json index 326b02b44b..069f4c6978 100644 --- a/natural/tsconfig.json +++ b/natural/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/navigation-react/tsconfig.json b/navigation-react/tsconfig.json index 8c627de430..eaf6fc7605 100644 --- a/navigation-react/tsconfig.json +++ b/navigation-react/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "jsx": "react", diff --git a/navigation/tsconfig.json b/navigation/tsconfig.json index 3c32dcadef..c0796ff0ca 100644 --- a/navigation/tsconfig.json +++ b/navigation/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/nconf/tsconfig.json b/nconf/tsconfig.json index 4c5c7ac4a5..8cc217357b 100644 --- a/nconf/tsconfig.json +++ b/nconf/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ncp/tsconfig.json b/ncp/tsconfig.json index 65c2cd75da..9522b66ff3 100644 --- a/ncp/tsconfig.json +++ b/ncp/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ndarray/tsconfig.json b/ndarray/tsconfig.json index e76e843ada..ee1ebeae2c 100644 --- a/ndarray/tsconfig.json +++ b/ndarray/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "ndarray-tests.ts" ] -} +} \ No newline at end of file diff --git a/nedb/tsconfig.json b/nedb/tsconfig.json index 96c6ce90fb..7e1f867bdb 100644 --- a/nedb/tsconfig.json +++ b/nedb/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/needle/tsconfig.json b/needle/tsconfig.json index d85204ce0d..f67e545b29 100644 --- a/needle/tsconfig.json +++ b/needle/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/neo4j/tsconfig.json b/neo4j/tsconfig.json index dd3a543a23..630589420f 100644 --- a/neo4j/tsconfig.json +++ b/neo4j/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "neo4j-tests.ts" ] -} +} \ No newline at end of file diff --git a/nes/tsconfig.json b/nes/tsconfig.json index 283844577b..f0126a1b5c 100644 --- a/nes/tsconfig.json +++ b/nes/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/netmask/tsconfig.json b/netmask/tsconfig.json index 3fd28faefe..132aba9009 100644 --- a/netmask/tsconfig.json +++ b/netmask/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/nexpect/tsconfig.json b/nexpect/tsconfig.json index 1cc85e8e0f..7e61089236 100644 --- a/nexpect/tsconfig.json +++ b/nexpect/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ng-command/tsconfig.json b/ng-command/tsconfig.json index e97a594b7e..fee4d8ec1f 100644 --- a/ng-command/tsconfig.json +++ b/ng-command/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ng-cordova/tsconfig.json b/ng-cordova/tsconfig.json index 06dae1ab12..ff200c3dc4 100644 --- a/ng-cordova/tsconfig.json +++ b/ng-cordova/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, diff --git a/ng-dialog/tsconfig.json b/ng-dialog/tsconfig.json index 0aa6b08693..961ea66c75 100644 --- a/ng-dialog/tsconfig.json +++ b/ng-dialog/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ng-facebook/tsconfig.json b/ng-facebook/tsconfig.json index 42f874ddeb..7fafa6695f 100644 --- a/ng-facebook/tsconfig.json +++ b/ng-facebook/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ng-file-upload/tsconfig.json b/ng-file-upload/tsconfig.json index 42dd30b21e..788c4f151f 100644 --- a/ng-file-upload/tsconfig.json +++ b/ng-file-upload/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ng-flow/tsconfig.json b/ng-flow/tsconfig.json index ded0922533..ad8f931a10 100644 --- a/ng-flow/tsconfig.json +++ b/ng-flow/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ng-grid/tsconfig.json b/ng-grid/tsconfig.json index 4725a12ee1..004a36a62b 100644 --- a/ng-grid/tsconfig.json +++ b/ng-grid/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ng-i18next/tsconfig.json b/ng-i18next/tsconfig.json index b16b4c0509..57a3989f9f 100644 --- a/ng-i18next/tsconfig.json +++ b/ng-i18next/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ng-notify/tsconfig.json b/ng-notify/tsconfig.json index 6d607c6acd..c992e59ce4 100644 --- a/ng-notify/tsconfig.json +++ b/ng-notify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ng-stomp/tsconfig.json b/ng-stomp/tsconfig.json index cb89a3f6e7..09513f0979 100644 --- a/ng-stomp/tsconfig.json +++ b/ng-stomp/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ngbootbox/tsconfig.json b/ngbootbox/tsconfig.json index 2a22dc5892..db584f8726 100644 --- a/ngbootbox/tsconfig.json +++ b/ngbootbox/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ngeohash/tsconfig.json b/ngeohash/tsconfig.json index e638bd51b3..0ffb3e117f 100644 --- a/ngeohash/tsconfig.json +++ b/ngeohash/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ngkookies/tsconfig.json b/ngkookies/tsconfig.json index 0ea3d81d1a..7ac7d2c610 100644 --- a/ngkookies/tsconfig.json +++ b/ngkookies/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ngmap/tsconfig.json b/ngmap/tsconfig.json index 132e6d6842..38936ad5aa 100644 --- a/ngmap/tsconfig.json +++ b/ngmap/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ngprogress-lite/tsconfig.json b/ngprogress-lite/tsconfig.json index b9bea68939..fcf53ebd72 100644 --- a/ngprogress-lite/tsconfig.json +++ b/ngprogress-lite/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ngprogress/tsconfig.json b/ngprogress/tsconfig.json index 21afda99d2..0d65d9de68 100644 --- a/ngprogress/tsconfig.json +++ b/ngprogress/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ngreact/tsconfig.json b/ngreact/tsconfig.json index 194de86d87..6bda87700f 100644 --- a/ngreact/tsconfig.json +++ b/ngreact/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/ngstorage/tsconfig.json b/ngstorage/tsconfig.json index 103a6bc367..85bd05d6df 100644 --- a/ngstorage/tsconfig.json +++ b/ngstorage/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ngtoaster/tsconfig.json b/ngtoaster/tsconfig.json index 791d79440d..eaf3b5027d 100644 --- a/ngtoaster/tsconfig.json +++ b/ngtoaster/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ngwysiwyg/tsconfig.json b/ngwysiwyg/tsconfig.json index 56eec1d6cf..b15aae220e 100644 --- a/ngwysiwyg/tsconfig.json +++ b/ngwysiwyg/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/nightmare/tsconfig.json b/nightmare/tsconfig.json index 86ed861951..af1a18ff51 100644 --- a/nightmare/tsconfig.json +++ b/nightmare/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/noble/tsconfig.json b/noble/tsconfig.json index 45af4ffb19..c4128e041b 100644 --- a/noble/tsconfig.json +++ b/noble/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/nock/tsconfig.json b/nock/tsconfig.json index ad33616f63..43b8163553 100644 --- a/nock/tsconfig.json +++ b/nock/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/nodal/tsconfig.json b/nodal/tsconfig.json index b9bc3ba19a..6de3507e0f 100644 --- a/nodal/tsconfig.json +++ b/nodal/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/node-7z/tsconfig.json b/node-7z/tsconfig.json index 9698f95d0c..097133b35f 100644 --- a/node-7z/tsconfig.json +++ b/node-7z/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-array-ext/tsconfig.json b/node-array-ext/tsconfig.json index 36ad95abcb..285a724be9 100644 --- a/node-array-ext/tsconfig.json +++ b/node-array-ext/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-cache/tsconfig.json b/node-cache/tsconfig.json index a04cff6c05..17369c13e8 100644 --- a/node-cache/tsconfig.json +++ b/node-cache/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-calendar/tsconfig.json b/node-calendar/tsconfig.json index b2bb765830..c377815f5e 100644 --- a/node-calendar/tsconfig.json +++ b/node-calendar/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-config-manager/tsconfig.json b/node-config-manager/tsconfig.json index 31a02e0585..a417567e00 100644 --- a/node-config-manager/tsconfig.json +++ b/node-config-manager/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-dir/tsconfig.json b/node-dir/tsconfig.json index 2d4de02ba6..8340cefc06 100644 --- a/node-dir/tsconfig.json +++ b/node-dir/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-dogstatsd/tsconfig.json b/node-dogstatsd/tsconfig.json index 2ed6b7ad97..81937ab2d3 100644 --- a/node-dogstatsd/tsconfig.json +++ b/node-dogstatsd/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-fetch/tsconfig.json b/node-fetch/tsconfig.json index 0a48b2f5ca..74e4a359a2 100644 --- a/node-fetch/tsconfig.json +++ b/node-fetch/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,10 +12,13 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "lib": ["es5", "es6"] + "lib": [ + "es5", + "es6" + ] }, "files": [ "index.d.ts", "node-fetch-tests.ts" ] -} +} \ No newline at end of file diff --git a/node-fibers/tsconfig.json b/node-fibers/tsconfig.json index e82722dc5b..c9ae000aff 100644 --- a/node-fibers/tsconfig.json +++ b/node-fibers/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-forge/tsconfig.json b/node-forge/tsconfig.json index b4929fdfb5..5bf2ecc24c 100644 --- a/node-forge/tsconfig.json +++ b/node-forge/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-form/tsconfig.json b/node-form/tsconfig.json index 7031f518e1..89199acbc8 100644 --- a/node-form/tsconfig.json +++ b/node-form/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-gcm/tsconfig.json b/node-gcm/tsconfig.json index 1d40b6d0ad..57618ced14 100644 --- a/node-gcm/tsconfig.json +++ b/node-gcm/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-getopt/tsconfig.json b/node-getopt/tsconfig.json index 804f6c9556..25a4fada5e 100644 --- a/node-getopt/tsconfig.json +++ b/node-getopt/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-hue-api/tsconfig.json b/node-hue-api/tsconfig.json index 519af60856..7ac7fc76d8 100644 --- a/node-hue-api/tsconfig.json +++ b/node-hue-api/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-int64/tsconfig.json b/node-int64/tsconfig.json index e3328e6db4..0b1d66b868 100644 --- a/node-int64/tsconfig.json +++ b/node-int64/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-jsfl-runner/tsconfig.json b/node-jsfl-runner/tsconfig.json index 5bc91f7938..230251034b 100644 --- a/node-jsfl-runner/tsconfig.json +++ b/node-jsfl-runner/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-json-db/tsconfig.json b/node-json-db/tsconfig.json index 410b9e0bcd..f5ef726515 100644 --- a/node-json-db/tsconfig.json +++ b/node-json-db/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/node-mysql-wrapper/tsconfig.json b/node-mysql-wrapper/tsconfig.json index 30d07e29db..ab57698a8a 100644 --- a/node-mysql-wrapper/tsconfig.json +++ b/node-mysql-wrapper/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-notifier/tsconfig.json b/node-notifier/tsconfig.json index 761b534b07..b35d6c0c89 100644 --- a/node-notifier/tsconfig.json +++ b/node-notifier/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-persist/tsconfig.json b/node-persist/tsconfig.json index a0da982b6f..22477780a9 100644 --- a/node-persist/tsconfig.json +++ b/node-persist/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-polyglot/tsconfig.json b/node-polyglot/tsconfig.json index 831f21b466..2f4b2970be 100644 --- a/node-polyglot/tsconfig.json +++ b/node-polyglot/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-sass-middleware/tsconfig.json b/node-sass-middleware/tsconfig.json index 0387fb801f..5bb5d002aa 100644 --- a/node-sass-middleware/tsconfig.json +++ b/node-sass-middleware/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-sass/tsconfig.json b/node-sass/tsconfig.json index 346b270309..60cb3b880b 100644 --- a/node-sass/tsconfig.json +++ b/node-sass/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-schedule/tsconfig.json b/node-schedule/tsconfig.json index f2068ecf66..ba1dc29b5b 100644 --- a/node-schedule/tsconfig.json +++ b/node-schedule/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-slack/tsconfig.json b/node-slack/tsconfig.json index 9cc7c685ec..1ceb141acc 100644 --- a/node-slack/tsconfig.json +++ b/node-slack/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-snap7/tsconfig.json b/node-snap7/tsconfig.json index 02df035eb6..07f2988965 100644 --- a/node-snap7/tsconfig.json +++ b/node-snap7/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-uuid/tsconfig.json b/node-uuid/tsconfig.json index 5405118733..51116474a7 100644 --- a/node-uuid/tsconfig.json +++ b/node-uuid/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node-validator/tsconfig.json b/node-validator/tsconfig.json index 985db0f6e3..4afa52335c 100644 --- a/node-validator/tsconfig.json +++ b/node-validator/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node/tsconfig.json b/node/tsconfig.json index 0d9117bec6..adc8804da6 100644 --- a/node/tsconfig.json +++ b/node/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/node_redis/tsconfig.json b/node_redis/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/node_redis/tsconfig.json +++ b/node_redis/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/nodemailer-direct-transport/tsconfig.json b/nodemailer-direct-transport/tsconfig.json index f6d490efe5..e56a890c73 100644 --- a/nodemailer-direct-transport/tsconfig.json +++ b/nodemailer-direct-transport/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/nodemailer-pickup-transport/tsconfig.json b/nodemailer-pickup-transport/tsconfig.json index e49f63fb1f..f2126be110 100644 --- a/nodemailer-pickup-transport/tsconfig.json +++ b/nodemailer-pickup-transport/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/nodemailer-ses-transport/tsconfig.json b/nodemailer-ses-transport/tsconfig.json index 6e77bfb4f1..731565ccbb 100644 --- a/nodemailer-ses-transport/tsconfig.json +++ b/nodemailer-ses-transport/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/nodemailer-smtp-pool/tsconfig.json b/nodemailer-smtp-pool/tsconfig.json index 4110020e05..835981aaed 100644 --- a/nodemailer-smtp-pool/tsconfig.json +++ b/nodemailer-smtp-pool/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/nodemailer-smtp-transport/tsconfig.json b/nodemailer-smtp-transport/tsconfig.json index 3d24bfef51..d590046a09 100644 --- a/nodemailer-smtp-transport/tsconfig.json +++ b/nodemailer-smtp-transport/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/nodemailer-stub-transport/tsconfig.json b/nodemailer-stub-transport/tsconfig.json index 655c43e6de..db2c146c26 100644 --- a/nodemailer-stub-transport/tsconfig.json +++ b/nodemailer-stub-transport/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/nodemailer/tsconfig.json b/nodemailer/tsconfig.json index 18abb5cabc..49feb99a02 100644 --- a/nodemailer/tsconfig.json +++ b/nodemailer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/nodeunit/tsconfig.json b/nodeunit/tsconfig.json index 51552aede0..6b89a21c76 100644 --- a/nodeunit/tsconfig.json +++ b/nodeunit/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/noisejs/tsconfig.json b/noisejs/tsconfig.json index 9d566823a2..83a281d203 100644 --- a/noisejs/tsconfig.json +++ b/noisejs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/nomnom/tsconfig.json b/nomnom/tsconfig.json index e0cc0b3892..97ed810f73 100644 --- a/nomnom/tsconfig.json +++ b/nomnom/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/nopt/tsconfig.json b/nopt/tsconfig.json index fb5ff02d0e..c767a88883 100644 --- a/nopt/tsconfig.json +++ b/nopt/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/notie/tsconfig.json b/notie/tsconfig.json index 828fe0941c..a0835b2893 100644 --- a/notie/tsconfig.json +++ b/notie/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/notify.js/tsconfig.json b/notify.js/tsconfig.json index 520d32ba10..f189e43fd3 100644 --- a/notify.js/tsconfig.json +++ b/notify.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/notify/tsconfig.json b/notify/tsconfig.json index b19c43d866..eca9f166b6 100644 --- a/notify/tsconfig.json +++ b/notify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/notifyjs/tsconfig.json b/notifyjs/tsconfig.json index be07f48bcd..81cf4cd58c 100644 --- a/notifyjs/tsconfig.json +++ b/notifyjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/nouislider/tsconfig.json b/nouislider/tsconfig.json index 9acf827487..d8502b7941 100644 --- a/nouislider/tsconfig.json +++ b/nouislider/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/novnc/tsconfig.json b/novnc/tsconfig.json index 46f82fda83..bfb76135a7 100644 --- a/novnc/tsconfig.json +++ b/novnc/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/npm/tsconfig.json b/npm/tsconfig.json index e05ae153a8..898cd8bba1 100644 --- a/npm/tsconfig.json +++ b/npm/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/nprogress/tsconfig.json b/nprogress/tsconfig.json index 508452b7a3..69ec4ba4e3 100644 --- a/nprogress/tsconfig.json +++ b/nprogress/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/numbro/tsconfig.json b/numbro/tsconfig.json index c4552b2c60..951ca8ff44 100644 --- a/numbro/tsconfig.json +++ b/numbro/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/numeral/tsconfig.json b/numeral/tsconfig.json index a80e3fe688..7c0e5858fb 100644 --- a/numeral/tsconfig.json +++ b/numeral/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/nunjucks-date/tsconfig.json b/nunjucks-date/tsconfig.json index 4efe266087..4536cd269c 100644 --- a/nunjucks-date/tsconfig.json +++ b/nunjucks-date/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/nunjucks/tsconfig.json b/nunjucks/tsconfig.json index 8aa782a3db..eec1656d8c 100644 --- a/nunjucks/tsconfig.json +++ b/nunjucks/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/nvd3/tsconfig.json b/nvd3/tsconfig.json index 905e8163a6..41a2cb5115 100644 --- a/nvd3/tsconfig.json +++ b/nvd3/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "noEmit": true, "forceConsistentCasingInFileNames": true @@ -10,4 +11,4 @@ "files": [ "index.d.ts" ] -} +} \ No newline at end of file diff --git a/nw.gui/tsconfig.json b/nw.gui/tsconfig.json index b1576cf637..0a184e9e8b 100644 --- a/nw.gui/tsconfig.json +++ b/nw.gui/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/nw.js/tsconfig.json b/nw.js/tsconfig.json index 61fc71fe70..38723f5007 100644 --- a/nw.js/tsconfig.json +++ b/nw.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/o.js/tsconfig.json b/o.js/tsconfig.json index 9902659eec..e91ce0640f 100644 --- a/o.js/tsconfig.json +++ b/o.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/oauth.js/tsconfig.json b/oauth.js/tsconfig.json index ca350d48e7..aef34a0fb2 100644 --- a/oauth.js/tsconfig.json +++ b/oauth.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/oauth2-server/tsconfig.json b/oauth2-server/tsconfig.json index 4208e1e214..1b601bb7b3 100644 --- a/oauth2-server/tsconfig.json +++ b/oauth2-server/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/oauth2orize/tsconfig.json b/oauth2orize/tsconfig.json index d188681ac4..82028341b5 100644 --- a/oauth2orize/tsconfig.json +++ b/oauth2orize/tsconfig.json @@ -4,6 +4,7 @@ "moduleResolution": "node", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -17,4 +18,4 @@ "index.d.ts", "oauth2orize-tests.ts" ] -} +} \ No newline at end of file diff --git a/obelisk.js/tsconfig.json b/obelisk.js/tsconfig.json index 043d332557..b57a295ba5 100644 --- a/obelisk.js/tsconfig.json +++ b/obelisk.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/object-assign/tsconfig.json b/object-assign/tsconfig.json index ce77c08169..443ee02ef7 100644 --- a/object-assign/tsconfig.json +++ b/object-assign/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/object-diff/tsconfig.json b/object-diff/tsconfig.json index e55b704301..dbfbe61b8c 100644 --- a/object-diff/tsconfig.json +++ b/object-diff/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/object-hash/tsconfig.json b/object-hash/tsconfig.json index 80952c17a2..0cdf894fce 100644 --- a/object-hash/tsconfig.json +++ b/object-hash/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/object-path/tsconfig.json b/object-path/tsconfig.json index e650bd1870..a0ccff6475 100644 --- a/object-path/tsconfig.json +++ b/object-path/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/object-refs/tsconfig.json b/object-refs/tsconfig.json index 6b81d1c07d..3f23d50c7e 100644 --- a/object-refs/tsconfig.json +++ b/object-refs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/oblo-util/tsconfig.json b/oblo-util/tsconfig.json index d560fad289..a5ecc7762e 100644 --- a/oblo-util/tsconfig.json +++ b/oblo-util/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/oboe/tsconfig.json b/oboe/tsconfig.json index f0abc546b8..0a750a0389 100644 --- a/oboe/tsconfig.json +++ b/oboe/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/observe-js/tsconfig.json b/observe-js/tsconfig.json index acd5b030f0..ac8021088d 100644 --- a/observe-js/tsconfig.json +++ b/observe-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/oclazyload/tsconfig.json b/oclazyload/tsconfig.json index 81746c4cec..19ff83d60d 100644 --- a/oclazyload/tsconfig.json +++ b/oclazyload/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/office-js/tsconfig.json b/office-js/tsconfig.json index 99ae6d211e..44655ed535 100644 --- a/office-js/tsconfig.json +++ b/office-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/offline-js/tsconfig.json b/offline-js/tsconfig.json index 811a6d782b..8cefbddddc 100644 --- a/offline-js/tsconfig.json +++ b/offline-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/oibackoff/tsconfig.json b/oibackoff/tsconfig.json index cfe7e62742..97e0b3e790 100644 --- a/oibackoff/tsconfig.json +++ b/oibackoff/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/oidc-token-manager/tsconfig.json b/oidc-token-manager/tsconfig.json index 77fddbc624..a362fb3cc9 100644 --- a/oidc-token-manager/tsconfig.json +++ b/oidc-token-manager/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/on-finished/tsconfig.json b/on-finished/tsconfig.json index 9484dd76b9..bb1de33359 100644 --- a/on-finished/tsconfig.json +++ b/on-finished/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/on-headers/tsconfig.json b/on-headers/tsconfig.json index e3256c2c9a..561f42ce6e 100644 --- a/on-headers/tsconfig.json +++ b/on-headers/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/once/tsconfig.json b/once/tsconfig.json index d2cd93c588..07df1b99ac 100644 --- a/once/tsconfig.json +++ b/once/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/onoff/tsconfig.json b/onoff/tsconfig.json index 18e3eff442..eed4d6b3ff 100644 --- a/onoff/tsconfig.json +++ b/onoff/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/onsenui/tsconfig.json b/onsenui/tsconfig.json index cfc58b4081..0e3ac508b3 100644 --- a/onsenui/tsconfig.json +++ b/onsenui/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/open/tsconfig.json b/open/tsconfig.json index 77ab9f0eb6..153313f1c0 100644 --- a/open/tsconfig.json +++ b/open/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/openjscad/tsconfig.json b/openjscad/tsconfig.json index dd971d4d73..cbe9ef903a 100644 --- a/openjscad/tsconfig.json +++ b/openjscad/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/openlayers/tsconfig.json b/openlayers/tsconfig.json index 0aa1463179..aad70ddfa3 100644 --- a/openlayers/tsconfig.json +++ b/openlayers/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/openpgp/tsconfig.json b/openpgp/tsconfig.json index 586c1e50e7..73f89c49fe 100644 --- a/openpgp/tsconfig.json +++ b/openpgp/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/opentok/tsconfig.json b/opentok/tsconfig.json index c71d23351e..e505943957 100644 --- a/opentok/tsconfig.json +++ b/opentok/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/opentype.js/tsconfig.json b/opentype.js/tsconfig.json index d46b9ebabf..48e0006c29 100644 --- a/opentype.js/tsconfig.json +++ b/opentype.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/openui5/tsconfig.json b/openui5/tsconfig.json index 34026505f1..e8745d3784 100644 --- a/openui5/tsconfig.json +++ b/openui5/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -18,4 +19,4 @@ "sap.ui.d.ts", "ui5-tests.ts" ] -} +} \ No newline at end of file diff --git a/opn/tsconfig.json b/opn/tsconfig.json index ee43a98ac5..89026a7eb4 100644 --- a/opn/tsconfig.json +++ b/opn/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/optimist/tsconfig.json b/optimist/tsconfig.json index 12f44d0da8..ae13c8e401 100644 --- a/optimist/tsconfig.json +++ b/optimist/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ora/tsconfig.json b/ora/tsconfig.json index 4deba1ff3a..98c8d2fcc5 100644 --- a/ora/tsconfig.json +++ b/ora/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/oracledb/tsconfig.json b/oracledb/tsconfig.json index 79f4f8fcd8..0b96c1a407 100644 --- a/oracledb/tsconfig.json +++ b/oracledb/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/orchestrator/tsconfig.json b/orchestrator/tsconfig.json index 7b618916fc..9731b1a55c 100644 --- a/orchestrator/tsconfig.json +++ b/orchestrator/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/orientjs/tsconfig.json b/orientjs/tsconfig.json index 6c72fd5886..0aac982626 100644 --- a/orientjs/tsconfig.json +++ b/orientjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/os-locale/tsconfig.json b/os-locale/tsconfig.json index 4b5695c60f..550d73d42c 100644 --- a/os-locale/tsconfig.json +++ b/os-locale/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/osmtogeojson/tsconfig.json b/osmtogeojson/tsconfig.json index bcceea27d2..f57213899d 100644 --- a/osmtogeojson/tsconfig.json +++ b/osmtogeojson/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/owlcarousel/tsconfig.json b/owlcarousel/tsconfig.json index aac7fae618..40701ed917 100644 --- a/owlcarousel/tsconfig.json +++ b/owlcarousel/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/p2/tsconfig.json b/p2/tsconfig.json index 3b4e4ec8d2..48620510cd 100644 --- a/p2/tsconfig.json +++ b/p2/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/packery/tsconfig.json b/packery/tsconfig.json index be8e620620..61b8c1490b 100644 --- a/packery/tsconfig.json +++ b/packery/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/page-icon/tsconfig.json b/page-icon/tsconfig.json index 1af988fca2..88f08d40c4 100644 --- a/page-icon/tsconfig.json +++ b/page-icon/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/page/tsconfig.json b/page/tsconfig.json index 102f583cf6..0ec665707c 100644 --- a/page/tsconfig.json +++ b/page/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pako/tsconfig.json b/pako/tsconfig.json index 16c3eed54f..5682368db5 100644 --- a/pako/tsconfig.json +++ b/pako/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/papaparse/tsconfig.json b/papaparse/tsconfig.json index 9df7fc50ae..17aaff253a 100644 --- a/papaparse/tsconfig.json +++ b/papaparse/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/paper/tsconfig.json b/paper/tsconfig.json index f6f1f92fb0..ff439ad991 100644 --- a/paper/tsconfig.json +++ b/paper/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/paralleljs/tsconfig.json b/paralleljs/tsconfig.json index 12cd8d778e..debc292389 100644 --- a/paralleljs/tsconfig.json +++ b/paralleljs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/parse-glob/tsconfig.json b/parse-glob/tsconfig.json index 4d40a0b1a4..6ea4bb7c7c 100644 --- a/parse-glob/tsconfig.json +++ b/parse-glob/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/parse-mockdb/tsconfig.json b/parse-mockdb/tsconfig.json index c3dd649d1b..0e6f73c022 100644 --- a/parse-mockdb/tsconfig.json +++ b/parse-mockdb/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/parse-torrent/tsconfig.json b/parse-torrent/tsconfig.json index 3bd080a786..e6de7df1ec 100644 --- a/parse-torrent/tsconfig.json +++ b/parse-torrent/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/parse/tsconfig.json b/parse/tsconfig.json index 720d9f2e00..eb4120e745 100644 --- a/parse/tsconfig.json +++ b/parse/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/parse5/tsconfig.json b/parse5/tsconfig.json index bedd35cb5d..e83cdd8d3b 100644 --- a/parse5/tsconfig.json +++ b/parse5/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/parseurl/tsconfig.json b/parseurl/tsconfig.json index 6167886b42..e0b28716d4 100644 --- a/parseurl/tsconfig.json +++ b/parseurl/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "parseurl-tests.ts" ] -} +} \ No newline at end of file diff --git a/parsimmon/tsconfig.json b/parsimmon/tsconfig.json index 7344fcd0cd..d4e0be9c9e 100644 --- a/parsimmon/tsconfig.json +++ b/parsimmon/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/passport-beam/tsconfig.json b/passport-beam/tsconfig.json index 200f26cfa7..5c882b3279 100644 --- a/passport-beam/tsconfig.json +++ b/passport-beam/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/passport-facebook-token/tsconfig.json b/passport-facebook-token/tsconfig.json index 3add61a732..0cf5971fb0 100644 --- a/passport-facebook-token/tsconfig.json +++ b/passport-facebook-token/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/passport-facebook/tsconfig.json b/passport-facebook/tsconfig.json index 27067400d3..caed0bec5e 100644 --- a/passport-facebook/tsconfig.json +++ b/passport-facebook/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/passport-google-oauth/tsconfig.json b/passport-google-oauth/tsconfig.json index b0d4a57873..a2a1792ff2 100644 --- a/passport-google-oauth/tsconfig.json +++ b/passport-google-oauth/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/passport-http-bearer/tsconfig.json b/passport-http-bearer/tsconfig.json index 808a44373b..215f39808f 100644 --- a/passport-http-bearer/tsconfig.json +++ b/passport-http-bearer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/passport-http/tsconfig.json b/passport-http/tsconfig.json index c1ff4fe0f4..7d9d5e55f3 100644 --- a/passport-http/tsconfig.json +++ b/passport-http/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "passport-http-tests.ts" ] -} +} \ No newline at end of file diff --git a/passport-jwt/tsconfig.json b/passport-jwt/tsconfig.json index 8acf5367d8..bc0961f412 100644 --- a/passport-jwt/tsconfig.json +++ b/passport-jwt/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/passport-local-mongoose/tsconfig.json b/passport-local-mongoose/tsconfig.json index a30ca49bbf..c6230b9aeb 100644 --- a/passport-local-mongoose/tsconfig.json +++ b/passport-local-mongoose/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/passport-local/tsconfig.json b/passport-local/tsconfig.json index 3fea467293..e82d9578ba 100644 --- a/passport-local/tsconfig.json +++ b/passport-local/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/passport-oauth2-client-password/tsconfig.json b/passport-oauth2-client-password/tsconfig.json index f3db47739c..124cc54e69 100644 --- a/passport-oauth2-client-password/tsconfig.json +++ b/passport-oauth2-client-password/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "passport-oauth2-client-password-tests.ts" ] -} +} \ No newline at end of file diff --git a/passport-strategy/tsconfig.json b/passport-strategy/tsconfig.json index f7de522b20..84048b3dcd 100644 --- a/passport-strategy/tsconfig.json +++ b/passport-strategy/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/passport-twitter/tsconfig.json b/passport-twitter/tsconfig.json index 5a80efd3cd..90342c4703 100644 --- a/passport-twitter/tsconfig.json +++ b/passport-twitter/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/passport/tsconfig.json b/passport/tsconfig.json index 9b5cecd0ff..e1e74dfc80 100644 --- a/passport/tsconfig.json +++ b/passport/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/password-hash/tsconfig.json b/password-hash/tsconfig.json index f42b25de66..0f7f98fc45 100644 --- a/password-hash/tsconfig.json +++ b/password-hash/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/path-exists/tsconfig.json b/path-exists/tsconfig.json index 447946ce1e..feea631a2e 100644 --- a/path-exists/tsconfig.json +++ b/path-exists/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/path-parse/tsconfig.json b/path-parse/tsconfig.json index 6429b70d8e..7fbab018cb 100644 --- a/path-parse/tsconfig.json +++ b/path-parse/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/path-to-regexp/tsconfig.json b/path-to-regexp/tsconfig.json index 9b831121bb..812d6eec33 100644 --- a/path-to-regexp/tsconfig.json +++ b/path-to-regexp/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pathfinding/tsconfig.json b/pathfinding/tsconfig.json index e94cf90ae4..85dadf3a0b 100644 --- a/pathfinding/tsconfig.json +++ b/pathfinding/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pathjs/tsconfig.json b/pathjs/tsconfig.json index a97e3c2ce0..9df61e0129 100644 --- a/pathjs/tsconfig.json +++ b/pathjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pathwatcher/tsconfig.json b/pathwatcher/tsconfig.json index 9d8c85ad54..a01c819693 100644 --- a/pathwatcher/tsconfig.json +++ b/pathwatcher/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/paymentrequest/tsconfig.json b/paymentrequest/tsconfig.json index 68113a806a..b09d2f29f6 100644 --- a/paymentrequest/tsconfig.json +++ b/paymentrequest/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "paymentrequest-tests.ts" ] -} +} \ No newline at end of file diff --git a/paypal-cordova-plugin/tsconfig.json b/paypal-cordova-plugin/tsconfig.json index 328550cbff..4cd4acf310 100644 --- a/paypal-cordova-plugin/tsconfig.json +++ b/paypal-cordova-plugin/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pbf/tsconfig.json b/pbf/tsconfig.json index 640b85fc41..f21d7ea25b 100644 --- a/pbf/tsconfig.json +++ b/pbf/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "pbf-tests.ts" ] -} +} \ No newline at end of file diff --git a/pdf/tsconfig.json b/pdf/tsconfig.json index 446aab1bd1..562adf5954 100644 --- a/pdf/tsconfig.json +++ b/pdf/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pdfkit/tsconfig.json b/pdfkit/tsconfig.json index 858804454f..d8981315f0 100644 --- a/pdfkit/tsconfig.json +++ b/pdfkit/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pdfobject/tsconfig.json b/pdfobject/tsconfig.json index fce7835da7..ba219f17ec 100644 --- a/pdfobject/tsconfig.json +++ b/pdfobject/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pebblekitjs/tsconfig.json b/pebblekitjs/tsconfig.json index ae131c6de5..0279371f4e 100644 --- a/pebblekitjs/tsconfig.json +++ b/pebblekitjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/peerjs/tsconfig.json b/peerjs/tsconfig.json index 73073099e8..f76ad7e52e 100644 --- a/peerjs/tsconfig.json +++ b/peerjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pegjs/tsconfig.json b/pegjs/tsconfig.json index 49b79c5738..6ed1bcdc9d 100644 --- a/pegjs/tsconfig.json +++ b/pegjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pem/tsconfig.json b/pem/tsconfig.json index 1de41d4000..676e66113c 100644 --- a/pem/tsconfig.json +++ b/pem/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/perfect-scrollbar/tsconfig.json b/perfect-scrollbar/tsconfig.json index ed0657ccb9..4af56815a8 100644 --- a/perfect-scrollbar/tsconfig.json +++ b/perfect-scrollbar/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/persona/tsconfig.json b/persona/tsconfig.json index 72406afcc2..1f462d6d83 100644 --- a/persona/tsconfig.json +++ b/persona/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pg-pool/tsconfig.json b/pg-pool/tsconfig.json index b0d5838b3f..cecbbdd92d 100644 --- a/pg-pool/tsconfig.json +++ b/pg-pool/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "pg-pool-tests.ts" ] -} +} \ No newline at end of file diff --git a/pg-promise/tsconfig.json b/pg-promise/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/pg-promise/tsconfig.json +++ b/pg-promise/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pg-types/tsconfig.json b/pg-types/tsconfig.json index 80983b4ecc..33da56d960 100644 --- a/pg-types/tsconfig.json +++ b/pg-types/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pg/tsconfig.json b/pg/tsconfig.json index 44d6fc6419..fecd4ad859 100644 --- a/pg/tsconfig.json +++ b/pg/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pgwmodal/tsconfig.json b/pgwmodal/tsconfig.json index e2479e0b97..e7848f348a 100644 --- a/pgwmodal/tsconfig.json +++ b/pgwmodal/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/phantom/tsconfig.json b/phantom/tsconfig.json index 6c144079e6..b133368b87 100644 --- a/phantom/tsconfig.json +++ b/phantom/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/phantomcss/tsconfig.json b/phantomcss/tsconfig.json index bc09daf06c..69e234ced9 100644 --- a/phantomcss/tsconfig.json +++ b/phantomcss/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/phantomjs/tsconfig.json b/phantomjs/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/phantomjs/tsconfig.json +++ b/phantomjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/phoenix/tsconfig.json b/phoenix/tsconfig.json index 61f1951e2b..ea32a97380 100644 --- a/phoenix/tsconfig.json +++ b/phoenix/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/phone-formatter/tsconfig.json b/phone-formatter/tsconfig.json index 21f66be62c..f9a0f1398e 100644 --- a/phone-formatter/tsconfig.json +++ b/phone-formatter/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/phone/tsconfig.json b/phone/tsconfig.json index c4ee98b78c..a81a2f3893 100644 --- a/phone/tsconfig.json +++ b/phone/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "phone-tests.ts" ] -} +} \ No newline at end of file diff --git a/phonegap-facebook-plugin/tsconfig.json b/phonegap-facebook-plugin/tsconfig.json index 2d26f2d759..7896ea5733 100644 --- a/phonegap-facebook-plugin/tsconfig.json +++ b/phonegap-facebook-plugin/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/phonegap-nfc/tsconfig.json b/phonegap-nfc/tsconfig.json index 5f2b35b3a1..d338a9589e 100644 --- a/phonegap-nfc/tsconfig.json +++ b/phonegap-nfc/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/phonegap-plugin-barcodescanner/tsconfig.json b/phonegap-plugin-barcodescanner/tsconfig.json index d1bdb61b19..a863b4a810 100644 --- a/phonegap-plugin-barcodescanner/tsconfig.json +++ b/phonegap-plugin-barcodescanner/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/phonegap-plugin-push/tsconfig.json b/phonegap-plugin-push/tsconfig.json index acc3533fcf..c70f8b1f3a 100644 --- a/phonegap-plugin-push/tsconfig.json +++ b/phonegap-plugin-push/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/phonegap/tsconfig.json b/phonegap/tsconfig.json index 63f475baea..f64b2af705 100644 --- a/phonegap/tsconfig.json +++ b/phonegap/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/photonui/tsconfig.json b/photonui/tsconfig.json index faac04a269..cd9634a1dd 100644 --- a/photonui/tsconfig.json +++ b/photonui/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/photoswipe/tsconfig.json b/photoswipe/tsconfig.json index 1282f9bbc0..457f361cc0 100644 --- a/photoswipe/tsconfig.json +++ b/photoswipe/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/physijs/tsconfig.json b/physijs/tsconfig.json index 3d9afbe4f3..4cebb19c57 100644 --- a/physijs/tsconfig.json +++ b/physijs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pi-spi/tsconfig.json b/pi-spi/tsconfig.json index 6a69910a49..03a9510102 100644 --- a/pi-spi/tsconfig.json +++ b/pi-spi/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pickadate/tsconfig.json b/pickadate/tsconfig.json index 19f0d9161b..c784f4cc94 100644 --- a/pickadate/tsconfig.json +++ b/pickadate/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pify/tsconfig.json b/pify/tsconfig.json index fcf441d306..9d194914d5 100644 --- a/pify/tsconfig.json +++ b/pify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pikaday-time/tsconfig.json b/pikaday-time/tsconfig.json index c4855f97f0..717b383482 100644 --- a/pikaday-time/tsconfig.json +++ b/pikaday-time/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "pikaday-time-tests.ts" ] -} +} \ No newline at end of file diff --git a/pikaday/tsconfig.json b/pikaday/tsconfig.json index e9533320ba..18e058c450 100644 --- a/pikaday/tsconfig.json +++ b/pikaday/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pinkyswear/tsconfig.json b/pinkyswear/tsconfig.json index f25c4ba6d6..370d24ae1a 100644 --- a/pinkyswear/tsconfig.json +++ b/pinkyswear/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pino/tsconfig.json b/pino/tsconfig.json index f80ebefe14..d730e5fd16 100644 --- a/pino/tsconfig.json +++ b/pino/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pinterest-sdk/tsconfig.json b/pinterest-sdk/tsconfig.json index 223cc7da6b..82665e1e2f 100644 --- a/pinterest-sdk/tsconfig.json +++ b/pinterest-sdk/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/piwik-tracker/tsconfig.json b/piwik-tracker/tsconfig.json index 10f90e0b72..c23019cbc8 100644 --- a/piwik-tracker/tsconfig.json +++ b/piwik-tracker/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pixi-spine/tsconfig.json b/pixi-spine/tsconfig.json index 0fbbf185f3..16ec10b298 100644 --- a/pixi-spine/tsconfig.json +++ b/pixi-spine/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pixi.js/tsconfig.json b/pixi.js/tsconfig.json index 327b87e051..61bebcbc3f 100644 --- a/pixi.js/tsconfig.json +++ b/pixi.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pkcs11js/tsconfig.json b/pkcs11js/tsconfig.json index 5945db50bb..5f0e4c563c 100644 --- a/pkcs11js/tsconfig.json +++ b/pkcs11js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "pkcs11js-tests.ts" ] -} +} \ No newline at end of file diff --git a/pkijs/tsconfig.json b/pkijs/tsconfig.json index d71c1bb73a..89676bc1b7 100644 --- a/pkijs/tsconfig.json +++ b/pkijs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/platform/tsconfig.json b/platform/tsconfig.json index e45c172105..a754119383 100644 --- a/platform/tsconfig.json +++ b/platform/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/playerframework/tsconfig.json b/playerframework/tsconfig.json index 2a1bbcaad5..34d9fe21d1 100644 --- a/playerframework/tsconfig.json +++ b/playerframework/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pleasejs/tsconfig.json b/pleasejs/tsconfig.json index 4f08ff6cce..58ebc9d426 100644 --- a/pleasejs/tsconfig.json +++ b/pleasejs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/plotly.js/tsconfig.json b/plotly.js/tsconfig.json index 9cc2f2b7bf..295671da11 100644 --- a/plotly.js/tsconfig.json +++ b/plotly.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/plottable/tsconfig.json b/plottable/tsconfig.json index 2e94ab5d84..c6c38190be 100644 --- a/plottable/tsconfig.json +++ b/plottable/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "noEmit": true, "forceConsistentCasingInFileNames": true @@ -11,4 +12,4 @@ "index.d.ts", "plottable-tests.ts" ] -} +} \ No newline at end of file diff --git a/plugapi/tsconfig.json b/plugapi/tsconfig.json index 36b84a69c2..67a5ac6ad3 100644 --- a/plugapi/tsconfig.json +++ b/plugapi/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "plugapi-tests.ts" ] -} +} \ No newline at end of file diff --git a/plupload/tsconfig.json b/plupload/tsconfig.json index b8aa359130..32b8b40f76 100644 --- a/plupload/tsconfig.json +++ b/plupload/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pluralize/tsconfig.json b/pluralize/tsconfig.json index c14dd6b7ad..dfc79c344f 100644 --- a/pluralize/tsconfig.json +++ b/pluralize/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/png-async/tsconfig.json b/png-async/tsconfig.json index cacfd7127f..41f6eba88c 100644 --- a/png-async/tsconfig.json +++ b/png-async/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pngjs2/tsconfig.json b/pngjs2/tsconfig.json index 4516cf823d..5a48f675f8 100644 --- a/pngjs2/tsconfig.json +++ b/pngjs2/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/podcast/tsconfig.json b/podcast/tsconfig.json index 500a7a29d5..3bb3c82e56 100644 --- a/podcast/tsconfig.json +++ b/podcast/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/point-in-polygon/tsconfig.json b/point-in-polygon/tsconfig.json index 3897ea21c4..04ef00a368 100644 --- a/point-in-polygon/tsconfig.json +++ b/point-in-polygon/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/poly2tri/tsconfig.json b/poly2tri/tsconfig.json index 0df1ebe5cf..2c0b244f81 100644 --- a/poly2tri/tsconfig.json +++ b/poly2tri/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/polylabel/tsconfig.json b/polylabel/tsconfig.json index f05414b9c5..b04e036ce5 100644 --- a/polylabel/tsconfig.json +++ b/polylabel/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/polyline/tsconfig.json b/polyline/tsconfig.json index e137fad4ca..9909047518 100644 --- a/polyline/tsconfig.json +++ b/polyline/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/polymer-ts/tsconfig.json b/polymer-ts/tsconfig.json index 88c74a17a7..8a98defad7 100644 --- a/polymer-ts/tsconfig.json +++ b/polymer-ts/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/polymer/tsconfig.json b/polymer/tsconfig.json index ced57bf3af..b769e4b97e 100644 --- a/polymer/tsconfig.json +++ b/polymer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/popcorn/tsconfig.json b/popcorn/tsconfig.json index 126718d584..bf97b93a4d 100644 --- a/popcorn/tsconfig.json +++ b/popcorn/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/popper.js/tsconfig.json b/popper.js/tsconfig.json index 95249def56..a9af98d819 100644 --- a/popper.js/tsconfig.json +++ b/popper.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/postal/tsconfig.json b/postal/tsconfig.json index ea5cddebdd..bd49884c21 100644 --- a/postal/tsconfig.json +++ b/postal/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pouchdb-adapter-fruitdown/tsconfig.json b/pouchdb-adapter-fruitdown/tsconfig.json index 013f05d069..8d2caa6797 100644 --- a/pouchdb-adapter-fruitdown/tsconfig.json +++ b/pouchdb-adapter-fruitdown/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pouchdb-adapter-http/tsconfig.json b/pouchdb-adapter-http/tsconfig.json index 4f8d324b1b..d851d1692f 100644 --- a/pouchdb-adapter-http/tsconfig.json +++ b/pouchdb-adapter-http/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pouchdb-adapter-idb/tsconfig.json b/pouchdb-adapter-idb/tsconfig.json index 919e965de2..7dced64fec 100644 --- a/pouchdb-adapter-idb/tsconfig.json +++ b/pouchdb-adapter-idb/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pouchdb-adapter-leveldb/tsconfig.json b/pouchdb-adapter-leveldb/tsconfig.json index 2f59e471e3..ddd4e577ee 100644 --- a/pouchdb-adapter-leveldb/tsconfig.json +++ b/pouchdb-adapter-leveldb/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pouchdb-adapter-localstorage/tsconfig.json b/pouchdb-adapter-localstorage/tsconfig.json index b252775f49..e8a7e002b5 100644 --- a/pouchdb-adapter-localstorage/tsconfig.json +++ b/pouchdb-adapter-localstorage/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pouchdb-adapter-memory/tsconfig.json b/pouchdb-adapter-memory/tsconfig.json index 4fddbceb6a..048e1129fe 100644 --- a/pouchdb-adapter-memory/tsconfig.json +++ b/pouchdb-adapter-memory/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pouchdb-adapter-node-websql/tsconfig.json b/pouchdb-adapter-node-websql/tsconfig.json index 83eeea81cb..9bf3fb93df 100644 --- a/pouchdb-adapter-node-websql/tsconfig.json +++ b/pouchdb-adapter-node-websql/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pouchdb-adapter-websql/tsconfig.json b/pouchdb-adapter-websql/tsconfig.json index 84a38d4f5c..2fdc768fc6 100644 --- a/pouchdb-adapter-websql/tsconfig.json +++ b/pouchdb-adapter-websql/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pouchdb-browser/tsconfig.json b/pouchdb-browser/tsconfig.json index d37324cfad..1e11db723e 100644 --- a/pouchdb-browser/tsconfig.json +++ b/pouchdb-browser/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pouchdb-core/tsconfig.json b/pouchdb-core/tsconfig.json index 73c520c4a0..2988367c43 100644 --- a/pouchdb-core/tsconfig.json +++ b/pouchdb-core/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "pouchdb-core-tests.ts" ] -} +} \ No newline at end of file diff --git a/pouchdb-find/tsconfig.json b/pouchdb-find/tsconfig.json index 73949248f8..eebae705d1 100644 --- a/pouchdb-find/tsconfig.json +++ b/pouchdb-find/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "pouchdb-find-tests.ts" ] -} +} \ No newline at end of file diff --git a/pouchdb-http/tsconfig.json b/pouchdb-http/tsconfig.json index dbd65e738b..7d30a5cce3 100644 --- a/pouchdb-http/tsconfig.json +++ b/pouchdb-http/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pouchdb-mapreduce/tsconfig.json b/pouchdb-mapreduce/tsconfig.json index 1851efca0f..6cb851da72 100644 --- a/pouchdb-mapreduce/tsconfig.json +++ b/pouchdb-mapreduce/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pouchdb-node/tsconfig.json b/pouchdb-node/tsconfig.json index 1aeb6b5d46..82799a8452 100644 --- a/pouchdb-node/tsconfig.json +++ b/pouchdb-node/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pouchdb-replication/tsconfig.json b/pouchdb-replication/tsconfig.json index 3363ed840c..c6ba46ec53 100644 --- a/pouchdb-replication/tsconfig.json +++ b/pouchdb-replication/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "pouchdb-replication-tests.ts" ] -} +} \ No newline at end of file diff --git a/pouchdb-upsert/tsconfig.json b/pouchdb-upsert/tsconfig.json index a0719c3eaf..cf519bd5c6 100644 --- a/pouchdb-upsert/tsconfig.json +++ b/pouchdb-upsert/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pouchdb/tsconfig.json b/pouchdb/tsconfig.json index c696ea34b9..173d43fcd5 100644 --- a/pouchdb/tsconfig.json +++ b/pouchdb/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/power-assert-formatter/tsconfig.json b/power-assert-formatter/tsconfig.json index 5b99fd65b3..128ad87268 100644 --- a/power-assert-formatter/tsconfig.json +++ b/power-assert-formatter/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/power-assert/tsconfig.json b/power-assert/tsconfig.json index 1ee018465a..87a98b3b9a 100644 --- a/power-assert/tsconfig.json +++ b/power-assert/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/precise/tsconfig.json b/precise/tsconfig.json index 5a343007c8..7c29833b61 100644 --- a/precise/tsconfig.json +++ b/precise/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/precond/tsconfig.json b/precond/tsconfig.json index 7a7c9e5dbe..fc45929e11 100644 --- a/precond/tsconfig.json +++ b/precond/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/preloadjs/tsconfig.json b/preloadjs/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/preloadjs/tsconfig.json +++ b/preloadjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/prelude-ls/tsconfig.json b/prelude-ls/tsconfig.json index 56557f22e0..476559e1bd 100644 --- a/prelude-ls/tsconfig.json +++ b/prelude-ls/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/prettyjson/tsconfig.json b/prettyjson/tsconfig.json index a23994a05b..db46dbe179 100644 --- a/prettyjson/tsconfig.json +++ b/prettyjson/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/priorityqueuejs/tsconfig.json b/priorityqueuejs/tsconfig.json index 9d571af8fb..853c771773 100644 --- a/priorityqueuejs/tsconfig.json +++ b/priorityqueuejs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/prismjs/tsconfig.json b/prismjs/tsconfig.json index 1ee1a18890..9acf5a037c 100644 --- a/prismjs/tsconfig.json +++ b/prismjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/progress/tsconfig.json b/progress/tsconfig.json index 022fdf6725..0961490fd3 100644 --- a/progress/tsconfig.json +++ b/progress/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/progressjs/tsconfig.json b/progressjs/tsconfig.json index 022fdf6725..0961490fd3 100644 --- a/progressjs/tsconfig.json +++ b/progressjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/proj4/tsconfig.json b/proj4/tsconfig.json index 05ef28d4b6..6323732d03 100644 --- a/proj4/tsconfig.json +++ b/proj4/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/project-oxford/tsconfig.json b/project-oxford/tsconfig.json index 7062c3c0b5..fde012c3c2 100644 --- a/project-oxford/tsconfig.json +++ b/project-oxford/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/promise-pg/tsconfig.json b/promise-pg/tsconfig.json index 647c336222..c2b230f9f7 100644 --- a/promise-pg/tsconfig.json +++ b/promise-pg/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/promise-polyfill/tsconfig.json b/promise-polyfill/tsconfig.json index d411c896d5..43bfd4da7f 100644 --- a/promise-polyfill/tsconfig.json +++ b/promise-polyfill/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/promise-pool/tsconfig.json b/promise-pool/tsconfig.json index 43fa83cb25..ce7f5a68f8 100644 --- a/promise-pool/tsconfig.json +++ b/promise-pool/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/promise.prototype.finally/tsconfig.json b/promise.prototype.finally/tsconfig.json index 11729de975..227b38bb57 100644 --- a/promise.prototype.finally/tsconfig.json +++ b/promise.prototype.finally/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/promise/tsconfig.json b/promise/tsconfig.json index 52828fea6c..d78e01e92f 100644 --- a/promise/tsconfig.json +++ b/promise/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es5", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/promises-a-plus/tsconfig.json b/promises-a-plus/tsconfig.json index fc14589745..49815ba658 100644 --- a/promises-a-plus/tsconfig.json +++ b/promises-a-plus/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/promisify-node/tsconfig.json b/promisify-node/tsconfig.json index 3ee5061fee..ebc5cbe959 100644 --- a/promisify-node/tsconfig.json +++ b/promisify-node/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "promisify-node-tests" ] -} +} \ No newline at end of file diff --git a/promisify-supertest/tsconfig.json b/promisify-supertest/tsconfig.json index 014549a98a..8173dea657 100644 --- a/promisify-supertest/tsconfig.json +++ b/promisify-supertest/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/prompt-sync-history/tsconfig.json b/prompt-sync-history/tsconfig.json index 708d0e40c7..9a9dbb174d 100644 --- a/prompt-sync-history/tsconfig.json +++ b/prompt-sync-history/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/prompt-sync/tsconfig.json b/prompt-sync/tsconfig.json index 91e09a0ede..d4d436434a 100644 --- a/prompt-sync/tsconfig.json +++ b/prompt-sync/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/promptly/tsconfig.json b/promptly/tsconfig.json index b725090786..1e581c0793 100644 --- a/promptly/tsconfig.json +++ b/promptly/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/protobufjs/tsconfig.json b/protobufjs/tsconfig.json index 48820259b3..a2a91679da 100644 --- a/protobufjs/tsconfig.json +++ b/protobufjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/protractor-helpers/tsconfig.json b/protractor-helpers/tsconfig.json index 83c6364510..8c65fecba5 100644 --- a/protractor-helpers/tsconfig.json +++ b/protractor-helpers/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "types": [], @@ -13,4 +14,4 @@ "index.d.ts", "protractor-helpers-tests.ts" ] -} +} \ No newline at end of file diff --git a/protractor-http-mock/tsconfig.json b/protractor-http-mock/tsconfig.json index e08b9ae838..af8649213c 100644 --- a/protractor-http-mock/tsconfig.json +++ b/protractor-http-mock/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "types": [], @@ -13,4 +14,4 @@ "index.d.ts", "protractor-http-mock-tests.ts" ] -} +} \ No newline at end of file diff --git a/proxyquire/tsconfig.json b/proxyquire/tsconfig.json index 08d6e07d3e..79377dade6 100644 --- a/proxyquire/tsconfig.json +++ b/proxyquire/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pty.js/tsconfig.json b/pty.js/tsconfig.json index 25d206aa47..0691cca26c 100644 --- a/pty.js/tsconfig.json +++ b/pty.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pubsub-js/tsconfig.json b/pubsub-js/tsconfig.json index 87770de455..d2fa213f84 100644 --- a/pubsub-js/tsconfig.json +++ b/pubsub-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pug/tsconfig.json b/pug/tsconfig.json index 4b81ec801b..db13293a24 100644 --- a/pug/tsconfig.json +++ b/pug/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/pure-render-decorator/tsconfig.json b/pure-render-decorator/tsconfig.json index b126869fdb..931bf84b59 100644 --- a/pure-render-decorator/tsconfig.json +++ b/pure-render-decorator/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, diff --git a/purl/tsconfig.json b/purl/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/purl/tsconfig.json +++ b/purl/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pusher-js/tsconfig.json b/pusher-js/tsconfig.json index 88bd437325..8fddb6e595 100644 --- a/pusher-js/tsconfig.json +++ b/pusher-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/pvutils/tsconfig.json b/pvutils/tsconfig.json index 8611f76b0a..0b0c5a894f 100644 --- a/pvutils/tsconfig.json +++ b/pvutils/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/q-io/tsconfig.json b/q-io/tsconfig.json index 7b9e716947..968be22335 100644 --- a/q-io/tsconfig.json +++ b/q-io/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/q-retry/tsconfig.json b/q-retry/tsconfig.json index 31e8e96eeb..e15360055b 100644 --- a/q-retry/tsconfig.json +++ b/q-retry/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/q/tsconfig.json b/q/tsconfig.json index dcd670972a..dab5534e85 100644 --- a/q/tsconfig.json +++ b/q/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/qajax/tsconfig.json b/qajax/tsconfig.json index 037990c922..3cf0cd37f3 100644 --- a/qajax/tsconfig.json +++ b/qajax/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/qrcode-generator/tsconfig.json b/qrcode-generator/tsconfig.json index 69816cfb6d..267c1f2d98 100644 --- a/qrcode-generator/tsconfig.json +++ b/qrcode-generator/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/qrcode/tsconfig.json b/qrcode/tsconfig.json index 574c440f00..b99e14e3cb 100644 --- a/qrcode/tsconfig.json +++ b/qrcode/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/qs/tsconfig.json b/qs/tsconfig.json index c369139a13..999cad9332 100644 --- a/qs/tsconfig.json +++ b/qs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/qtip2/tsconfig.json b/qtip2/tsconfig.json index e2e610fa97..53c1d013df 100644 --- a/qtip2/tsconfig.json +++ b/qtip2/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/query-string/tsconfig.json b/query-string/tsconfig.json index 388333a139..fe763c21ee 100644 --- a/query-string/tsconfig.json +++ b/query-string/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/quill/tsconfig.json b/quill/tsconfig.json index 66c1c1b999..1a2bb4fc98 100644 --- a/quill/tsconfig.json +++ b/quill/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/quixote/tsconfig.json b/quixote/tsconfig.json index 0de388d312..29b297e63a 100644 --- a/quixote/tsconfig.json +++ b/quixote/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/qunit/tsconfig.json b/qunit/tsconfig.json index 6bbbd55474..23fdabdbb0 100644 --- a/qunit/tsconfig.json +++ b/qunit/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "qunit-tests.ts" ] -} +} \ No newline at end of file diff --git a/quoted-printable/tsconfig.json b/quoted-printable/tsconfig.json index 483bd6b12f..a85302a666 100644 --- a/quoted-printable/tsconfig.json +++ b/quoted-printable/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/qwest/tsconfig.json b/qwest/tsconfig.json index 204879cbd8..9834c6c68a 100644 --- a/qwest/tsconfig.json +++ b/qwest/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rabbit.js/tsconfig.json b/rabbit.js/tsconfig.json index 97871f7327..130281068e 100644 --- a/rabbit.js/tsconfig.json +++ b/rabbit.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ractive/tsconfig.json b/ractive/tsconfig.json index cf3f517f36..9d1a421908 100644 --- a/ractive/tsconfig.json +++ b/ractive/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/radium/tsconfig.json b/radium/tsconfig.json index 991fdd8d4e..5202b1cbe6 100644 --- a/radium/tsconfig.json +++ b/radium/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/radius/tsconfig.json b/radius/tsconfig.json index 8df01e102e..796108ebbc 100644 --- a/radius/tsconfig.json +++ b/radius/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ramda/tsconfig.json b/ramda/tsconfig.json index a9ae6072cf..10da1394f6 100644 --- a/ramda/tsconfig.json +++ b/ramda/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/random-js/tsconfig.json b/random-js/tsconfig.json index e1b7b50c26..05f41d8f41 100644 --- a/random-js/tsconfig.json +++ b/random-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/random-seed/tsconfig.json b/random-seed/tsconfig.json index 19bb011f0d..125aa5db52 100644 --- a/random-seed/tsconfig.json +++ b/random-seed/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "random-seed-tests.ts" ] -} +} \ No newline at end of file diff --git a/random-string/tsconfig.json b/random-string/tsconfig.json index b781a709f5..138aee999a 100644 --- a/random-string/tsconfig.json +++ b/random-string/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/randomcolor/tsconfig.json b/randomcolor/tsconfig.json index ce18984ec3..3154dc3671 100644 --- a/randomcolor/tsconfig.json +++ b/randomcolor/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/randomstring/tsconfig.json b/randomstring/tsconfig.json index eadac11134..b51d491e6b 100644 --- a/randomstring/tsconfig.json +++ b/randomstring/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rangy/tsconfig.json b/rangy/tsconfig.json index 17eaa2f1a1..5806c933d0 100644 --- a/rangy/tsconfig.json +++ b/rangy/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rangyinputs/tsconfig.json b/rangyinputs/tsconfig.json index e1819e2f04..6da4a648d4 100644 --- a/rangyinputs/tsconfig.json +++ b/rangyinputs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/raphael/tsconfig.json b/raphael/tsconfig.json index 87fd25144b..7dbd9ad1dd 100644 --- a/raphael/tsconfig.json +++ b/raphael/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rappid/tsconfig.json b/rappid/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/rappid/tsconfig.json +++ b/rappid/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ratelimiter/tsconfig.json b/ratelimiter/tsconfig.json index 2a96df7187..8488df251a 100644 --- a/ratelimiter/tsconfig.json +++ b/ratelimiter/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/raty/tsconfig.json b/raty/tsconfig.json index 7f1647db45..d6a480b3e1 100644 --- a/raty/tsconfig.json +++ b/raty/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/raven-js/tsconfig.json b/raven-js/tsconfig.json index fac0d73832..821b76f72e 100644 --- a/raven-js/tsconfig.json +++ b/raven-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/raw-body/tsconfig.json b/raw-body/tsconfig.json index d7a3d0c387..ab7c360b45 100644 --- a/raw-body/tsconfig.json +++ b/raw-body/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "raw-body-tests.ts" ] -} +} \ No newline at end of file diff --git a/raygun4js/tsconfig.json b/raygun4js/tsconfig.json index d727437071..cf1ec52823 100644 --- a/raygun4js/tsconfig.json +++ b/raygun4js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rbush/tsconfig.json b/rbush/tsconfig.json index ccf4aa8c7a..144f485448 100644 --- a/rbush/tsconfig.json +++ b/rbush/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rc-select/tsconfig.json b/rc-select/tsconfig.json index 9b04a08dc0..74cf8cbbe9 100644 --- a/rc-select/tsconfig.json +++ b/rc-select/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rc-tooltip/tsconfig.json b/rc-tooltip/tsconfig.json index 2f9aa65a4b..1299929a2b 100644 --- a/rc-tooltip/tsconfig.json +++ b/rc-tooltip/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/rc/tsconfig.json b/rc/tsconfig.json index 331d3bf362..9d8ca99ed2 100644 --- a/rc/tsconfig.json +++ b/rc/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/rcloader/tsconfig.json b/rcloader/tsconfig.json index d40b317628..3b24f1d555 100644 --- a/rcloader/tsconfig.json +++ b/rcloader/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/react-addons-create-fragment/tsconfig.json b/react-addons-create-fragment/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/react-addons-create-fragment/tsconfig.json +++ b/react-addons-create-fragment/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/react-addons-css-transition-group/tsconfig.json b/react-addons-css-transition-group/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/react-addons-css-transition-group/tsconfig.json +++ b/react-addons-css-transition-group/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/react-addons-linked-state-mixin/tsconfig.json b/react-addons-linked-state-mixin/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/react-addons-linked-state-mixin/tsconfig.json +++ b/react-addons-linked-state-mixin/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/react-addons-perf/tsconfig.json b/react-addons-perf/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/react-addons-perf/tsconfig.json +++ b/react-addons-perf/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/react-addons-pure-render-mixin/tsconfig.json b/react-addons-pure-render-mixin/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/react-addons-pure-render-mixin/tsconfig.json +++ b/react-addons-pure-render-mixin/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/react-addons-shallow-compare/tsconfig.json b/react-addons-shallow-compare/tsconfig.json index 6222388032..32ab369ab1 100644 --- a/react-addons-shallow-compare/tsconfig.json +++ b/react-addons-shallow-compare/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -17,4 +18,4 @@ "forceConsistentCasingInFileNames": true, "jsx": "preserve" } -} +} \ No newline at end of file diff --git a/react-addons-test-utils/tsconfig.json b/react-addons-test-utils/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/react-addons-test-utils/tsconfig.json +++ b/react-addons-test-utils/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/react-addons-transition-group/tsconfig.json b/react-addons-transition-group/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/react-addons-transition-group/tsconfig.json +++ b/react-addons-transition-group/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/react-addons-update/tsconfig.json b/react-addons-update/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/react-addons-update/tsconfig.json +++ b/react-addons-update/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/react-autosuggest/tsconfig.json b/react-autosuggest/tsconfig.json index 07f6b45bf7..7873ffff2f 100644 --- a/react-autosuggest/tsconfig.json +++ b/react-autosuggest/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/react-big-calendar/tsconfig.json b/react-big-calendar/tsconfig.json index 219b769f52..f3f7d83eeb 100644 --- a/react-big-calendar/tsconfig.json +++ b/react-big-calendar/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/react-bootstrap-daterangepicker/tsconfig.json b/react-bootstrap-daterangepicker/tsconfig.json index 2ebe409573..c4dd102f32 100644 --- a/react-bootstrap-daterangepicker/tsconfig.json +++ b/react-bootstrap-daterangepicker/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-bootstrap-table/tsconfig.json b/react-bootstrap-table/tsconfig.json index cfe65ce83a..9a43a03df1 100644 --- a/react-bootstrap-table/tsconfig.json +++ b/react-bootstrap-table/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-bootstrap/tsconfig.json b/react-bootstrap/tsconfig.json index 6619015f2d..e66a0c7823 100644 --- a/react-bootstrap/tsconfig.json +++ b/react-bootstrap/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-breadcrumbs/tsconfig.json b/react-breadcrumbs/tsconfig.json index 79fc7c00c4..383f995045 100644 --- a/react-breadcrumbs/tsconfig.json +++ b/react-breadcrumbs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/react-bytesize-icons/tsconfig.json b/react-bytesize-icons/tsconfig.json index d6de5cbf29..f55cd22f8a 100644 --- a/react-bytesize-icons/tsconfig.json +++ b/react-bytesize-icons/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/react-calendar-timeline/tsconfig.json b/react-calendar-timeline/tsconfig.json index 7e2c69e149..6ea72ac45d 100644 --- a/react-calendar-timeline/tsconfig.json +++ b/react-calendar-timeline/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/react-codemirror/tsconfig.json b/react-codemirror/tsconfig.json index 1a0d6a5a8b..50528a5ccb 100644 --- a/react-codemirror/tsconfig.json +++ b/react-codemirror/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/react-color/tsconfig.json b/react-color/tsconfig.json index 269782214d..e450243e01 100644 --- a/react-color/tsconfig.json +++ b/react-color/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/react-cropper/tsconfig.json b/react-cropper/tsconfig.json index 28f614cc85..29f120b3b0 100644 --- a/react-cropper/tsconfig.json +++ b/react-cropper/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-css-modules/tsconfig.json b/react-css-modules/tsconfig.json index 4c1582215b..7a22e5accd 100644 --- a/react-css-modules/tsconfig.json +++ b/react-css-modules/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -11,12 +12,11 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - - "jsx": "react", - "experimentalDecorators": true + "jsx": "react", + "experimentalDecorators": true }, "files": [ "index.d.ts", - "react-css-modules-tests.tsx" + "react-css-modules-tests.tsx" ] -} +} \ No newline at end of file diff --git a/react-css-transition-replace/tsconfig.json b/react-css-transition-replace/tsconfig.json index 8c1e3238f6..82db05146c 100644 --- a/react-css-transition-replace/tsconfig.json +++ b/react-css-transition-replace/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/react-data-grid/tsconfig.json b/react-data-grid/tsconfig.json index 0abfd403ad..097864a2a6 100644 --- a/react-data-grid/tsconfig.json +++ b/react-data-grid/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-datagrid/tsconfig.json b/react-datagrid/tsconfig.json index ba881b62af..037dc4923a 100644 --- a/react-datagrid/tsconfig.json +++ b/react-datagrid/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-datepicker/tsconfig.json b/react-datepicker/tsconfig.json index 8f2905ef26..e70de726b6 100644 --- a/react-datepicker/tsconfig.json +++ b/react-datepicker/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/react-daterange-picker/tsconfig.json b/react-daterange-picker/tsconfig.json index 483eb047c1..5d13fe1e1c 100644 --- a/react-daterange-picker/tsconfig.json +++ b/react-daterange-picker/tsconfig.json @@ -3,13 +3,17 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "*": ["*", "react-daterange-picker/node_modules/*"] + "*": [ + "*", + "react-daterange-picker/node_modules/*" + ] }, "types": [], "noEmit": true, @@ -20,4 +24,4 @@ "index.d.ts", "react-daterange-picker-tests.tsx" ] -} +} \ No newline at end of file diff --git a/react-day-picker/tsconfig.json b/react-day-picker/tsconfig.json index c1b80ae555..a5b010b1a8 100644 --- a/react-day-picker/tsconfig.json +++ b/react-day-picker/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-dnd-html5-backend/tsconfig.json b/react-dnd-html5-backend/tsconfig.json index 68c26e2605..898981e985 100644 --- a/react-dnd-html5-backend/tsconfig.json +++ b/react-dnd-html5-backend/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/react-dnd/tsconfig.json b/react-dnd/tsconfig.json index bae65a7abb..592de57f0e 100644 --- a/react-dnd/tsconfig.json +++ b/react-dnd/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/react-dom/tsconfig.json b/react-dom/tsconfig.json index 14e48b157b..76ad038b8d 100644 --- a/react-dom/tsconfig.json +++ b/react-dom/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/react-dropzone/tsconfig.json b/react-dropzone/tsconfig.json index 0d7eb8c27c..12bb0ec6ed 100644 --- a/react-dropzone/tsconfig.json +++ b/react-dropzone/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-easy-chart/tsconfig.json b/react-easy-chart/tsconfig.json index 36fff7f006..5c2cb580af 100644 --- a/react-easy-chart/tsconfig.json +++ b/react-easy-chart/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-fa/tsconfig.json b/react-fa/tsconfig.json index e0df99665e..6378cf1d21 100644 --- a/react-fa/tsconfig.json +++ b/react-fa/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-file-input/tsconfig.json b/react-file-input/tsconfig.json index 25521dc631..8081fc6e98 100644 --- a/react-file-input/tsconfig.json +++ b/react-file-input/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/react-file-reader-input/tsconfig.json b/react-file-reader-input/tsconfig.json index 968de91e87..0c6f5ad5cd 100644 --- a/react-file-reader-input/tsconfig.json +++ b/react-file-reader-input/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/react-flex/tsconfig.json b/react-flex/tsconfig.json index 5abcb702d4..ef7c9cba27 100644 --- a/react-flex/tsconfig.json +++ b/react-flex/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/react-flexr/tsconfig.json b/react-flexr/tsconfig.json index 4ae2aa3a91..9ff5585ae5 100644 --- a/react-flexr/tsconfig.json +++ b/react-flexr/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/react-fontawesome/tsconfig.json b/react-fontawesome/tsconfig.json index 136824e9bc..6fa8b55146 100644 --- a/react-fontawesome/tsconfig.json +++ b/react-fontawesome/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/react-ga/tsconfig.json b/react-ga/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/react-ga/tsconfig.json +++ b/react-ga/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/react-gravatar/tsconfig.json b/react-gravatar/tsconfig.json index 213b945e42..c2b6badf45 100644 --- a/react-gravatar/tsconfig.json +++ b/react-gravatar/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": true, "baseUrl": "../", "jsx": "react", @@ -17,4 +18,4 @@ "index.d.ts", "react-gravatar-tests.tsx" ] -} +} \ No newline at end of file diff --git a/react-helmet/tsconfig.json b/react-helmet/tsconfig.json index 49e4c10978..775b3e1d3c 100644 --- a/react-helmet/tsconfig.json +++ b/react-helmet/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-highlighter/tsconfig.json b/react-highlighter/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/react-highlighter/tsconfig.json +++ b/react-highlighter/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/react-holder/tsconfig.json b/react-holder/tsconfig.json index 61c7b836a4..90216b78a1 100644 --- a/react-holder/tsconfig.json +++ b/react-holder/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-hot-loader/tsconfig.json b/react-hot-loader/tsconfig.json index f24a0d4bca..188a893310 100644 --- a/react-hot-loader/tsconfig.json +++ b/react-hot-loader/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "jsx": "react", @@ -17,4 +18,4 @@ "index.d.ts", "react-hot-loader-tests.tsx" ] -} +} \ No newline at end of file diff --git a/react-i18next/tsconfig.json b/react-i18next/tsconfig.json index b2109d366f..419450172f 100644 --- a/react-i18next/tsconfig.json +++ b/react-i18next/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react", "experimentalDecorators": true }, diff --git a/react-imageloader/tsconfig.json b/react-imageloader/tsconfig.json index 457ffae645..66e2ee59a2 100644 --- a/react-imageloader/tsconfig.json +++ b/react-imageloader/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/react-infinite/tsconfig.json b/react-infinite/tsconfig.json index 712aff0f5e..987d401061 100644 --- a/react-infinite/tsconfig.json +++ b/react-infinite/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-input-calendar/tsconfig.json b/react-input-calendar/tsconfig.json index 3ee134795a..fcdb248be7 100644 --- a/react-input-calendar/tsconfig.json +++ b/react-input-calendar/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-intl-redux/tsconfig.json b/react-intl-redux/tsconfig.json index ea3d912eac..cb40d4ea6e 100644 --- a/react-intl-redux/tsconfig.json +++ b/react-intl-redux/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/react-intl/tsconfig.json b/react-intl/tsconfig.json index 00ddf14775..64d2f82dc1 100644 --- a/react-intl/tsconfig.json +++ b/react-intl/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-is-deprecated/tsconfig.json b/react-is-deprecated/tsconfig.json index c5cf1213a3..f5eb9b7960 100644 --- a/react-is-deprecated/tsconfig.json +++ b/react-is-deprecated/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/react-json-tree/tsconfig.json b/react-json-tree/tsconfig.json index b1145acf81..6d0c422e9c 100644 --- a/react-json-tree/tsconfig.json +++ b/react-json-tree/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -17,4 +18,4 @@ "index.d.ts", "react-json-tree-tests.tsx" ] -} +} \ No newline at end of file diff --git a/react-jsonschema-form/tsconfig.json b/react-jsonschema-form/tsconfig.json index f1b6bb257d..5d51609d66 100644 --- a/react-jsonschema-form/tsconfig.json +++ b/react-jsonschema-form/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/react-mdl/tsconfig.json b/react-mdl/tsconfig.json index fec439d8d7..da8478fa13 100644 --- a/react-mdl/tsconfig.json +++ b/react-mdl/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-measure/tsconfig.json b/react-measure/tsconfig.json index 99338af61d..ecbe7ae3f9 100644 --- a/react-measure/tsconfig.json +++ b/react-measure/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-mixin/tsconfig.json b/react-mixin/tsconfig.json index e0205358d2..124312539a 100644 --- a/react-mixin/tsconfig.json +++ b/react-mixin/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-modal/tsconfig.json b/react-modal/tsconfig.json index 61490f70b7..16e1e434dc 100644 --- a/react-modal/tsconfig.json +++ b/react-modal/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-motion-slider/tsconfig.json b/react-motion-slider/tsconfig.json index d93775736c..1916996b23 100644 --- a/react-motion-slider/tsconfig.json +++ b/react-motion-slider/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/react-motion/tsconfig.json b/react-motion/tsconfig.json index 9ac69b3350..e7d0c7d755 100644 --- a/react-motion/tsconfig.json +++ b/react-motion/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-native-orientation/tsconfig.json b/react-native-orientation/tsconfig.json index 074272f98d..8e42f43fdf 100644 --- a/react-native-orientation/tsconfig.json +++ b/react-native-orientation/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/react-native-sortable-list/tsconfig.json b/react-native-sortable-list/tsconfig.json index 9e533f6495..10ca24bfd0 100644 --- a/react-native-sortable-list/tsconfig.json +++ b/react-native-sortable-list/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -17,4 +18,4 @@ "index.d.ts", "react-native-sortable-list-tests.tsx" ] -} +} \ No newline at end of file diff --git a/react-native/tsconfig.json b/react-native/tsconfig.json index ef1139ae60..8e462ed474 100644 --- a/react-native/tsconfig.json +++ b/react-native/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-notification-system/tsconfig.json b/react-notification-system/tsconfig.json index 3b0673079e..28758d30ae 100644 --- a/react-notification-system/tsconfig.json +++ b/react-notification-system/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/react-onclickoutside/tsconfig.json b/react-onclickoutside/tsconfig.json index 7d7bfb3377..69ecb2636f 100644 --- a/react-onclickoutside/tsconfig.json +++ b/react-onclickoutside/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/react-overlays/tsconfig.json b/react-overlays/tsconfig.json index ab93e191ad..75ad9ee52d 100644 --- a/react-overlays/tsconfig.json +++ b/react-overlays/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/react-paginate/tsconfig.json b/react-paginate/tsconfig.json index 17c1f2e6f1..b60118ab3b 100644 --- a/react-paginate/tsconfig.json +++ b/react-paginate/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -17,4 +18,4 @@ "forceConsistentCasingInFileNames": true, "jsx": "react" } -} +} \ No newline at end of file diff --git a/react-props-decorators/tsconfig.json b/react-props-decorators/tsconfig.json index c80dd99087..9d3326b2c1 100644 --- a/react-props-decorators/tsconfig.json +++ b/react-props-decorators/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "experimentalDecorators": true, diff --git a/react-redux-i18n/tsconfig.json b/react-redux-i18n/tsconfig.json index 102c56da02..2d86cdbf66 100644 --- a/react-redux-i18n/tsconfig.json +++ b/react-redux-i18n/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/react-redux-toastr/tsconfig.json b/react-redux-toastr/tsconfig.json index bad3232495..bb83b66857 100644 --- a/react-redux-toastr/tsconfig.json +++ b/react-redux-toastr/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-redux/tsconfig.json b/react-redux/tsconfig.json index 32f6ff7baf..687a8efab0 100644 --- a/react-redux/tsconfig.json +++ b/react-redux/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-relay/tsconfig.json b/react-relay/tsconfig.json index c3fca33dab..980d76c7c5 100644 --- a/react-relay/tsconfig.json +++ b/react-relay/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/react-responsive/tsconfig.json b/react-responsive/tsconfig.json index 2b46a3f997..c04b97712d 100644 --- a/react-responsive/tsconfig.json +++ b/react-responsive/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/react-router-bootstrap/tsconfig.json b/react-router-bootstrap/tsconfig.json index 3fc5309a47..f2eb6746ed 100644 --- a/react-router-bootstrap/tsconfig.json +++ b/react-router-bootstrap/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "preserve", diff --git a/react-router-redux/tsconfig.json b/react-router-redux/tsconfig.json index ff2fc18e2c..9f78c17f74 100644 --- a/react-router-redux/tsconfig.json +++ b/react-router-redux/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/react-router/tsconfig.json b/react-router/tsconfig.json index 34d37e531a..5ad1b998bb 100644 --- a/react-router/tsconfig.json +++ b/react-router/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-scroll/tsconfig.json b/react-scroll/tsconfig.json index 89f34a2801..5361863f7c 100644 --- a/react-scroll/tsconfig.json +++ b/react-scroll/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-scrollbar/tsconfig.json b/react-scrollbar/tsconfig.json index 940cf56fbd..5c4b016ffa 100644 --- a/react-scrollbar/tsconfig.json +++ b/react-scrollbar/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-select/tsconfig.json b/react-select/tsconfig.json index d19da9063a..148ed2b827 100644 --- a/react-select/tsconfig.json +++ b/react-select/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-side-effect/tsconfig.json b/react-side-effect/tsconfig.json index 47bcf759b7..31fd9ad19a 100644 --- a/react-side-effect/tsconfig.json +++ b/react-side-effect/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/react-slick/tsconfig.json b/react-slick/tsconfig.json index 1a32f8f96a..c6ad8b98d6 100644 --- a/react-slick/tsconfig.json +++ b/react-slick/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-sortable-hoc/tsconfig.json b/react-sortable-hoc/tsconfig.json index 9873b4d2be..932dd8e536 100644 --- a/react-sortable-hoc/tsconfig.json +++ b/react-sortable-hoc/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-spinkit/tsconfig.json b/react-spinkit/tsconfig.json index dfac1eaa96..31fa9ecafd 100644 --- a/react-spinkit/tsconfig.json +++ b/react-spinkit/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-split-pane/tsconfig.json b/react-split-pane/tsconfig.json index f476a14fd6..26b5a0f228 100644 --- a/react-split-pane/tsconfig.json +++ b/react-split-pane/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-swf/tsconfig.json b/react-swf/tsconfig.json index 533351b008..30edbfb62d 100644 --- a/react-swf/tsconfig.json +++ b/react-swf/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/react-swipeable-views/tsconfig.json b/react-swipeable-views/tsconfig.json index 4b1fd17386..15d6541452 100644 --- a/react-swipeable-views/tsconfig.json +++ b/react-swipeable-views/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/react-swipeable/tsconfig.json b/react-swipeable/tsconfig.json index 0ae8b22d4e..7a6a1ef2bc 100644 --- a/react-swipeable/tsconfig.json +++ b/react-swipeable/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/react-syntax-highlighter/tsconfig.json b/react-syntax-highlighter/tsconfig.json index 36f77f2acb..1cb6500645 100644 --- a/react-syntax-highlighter/tsconfig.json +++ b/react-syntax-highlighter/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/react-tabs/tsconfig.json b/react-tabs/tsconfig.json index f8236679d2..b32c5cc85a 100644 --- a/react-tabs/tsconfig.json +++ b/react-tabs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/react-tagcloud/tsconfig.json b/react-tagcloud/tsconfig.json index 4ea7f2ff5d..876aa4aedc 100644 --- a/react-tagcloud/tsconfig.json +++ b/react-tagcloud/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react-tap-event-plugin/tsconfig.json b/react-tap-event-plugin/tsconfig.json index 3efd1b36e2..31fb7d5436 100644 --- a/react-tap-event-plugin/tsconfig.json +++ b/react-tap-event-plugin/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/react-test-renderer/tsconfig.json b/react-test-renderer/tsconfig.json index e5ac05f506..790b3dde5c 100644 --- a/react-test-renderer/tsconfig.json +++ b/react-test-renderer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/react-textarea-autosize/tsconfig.json b/react-textarea-autosize/tsconfig.json index 90f12412d1..988e334b5c 100644 --- a/react-textarea-autosize/tsconfig.json +++ b/react-textarea-autosize/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/react-user-tour/tsconfig.json b/react-user-tour/tsconfig.json index 2a7f80fd83..3498c83c1b 100644 --- a/react-user-tour/tsconfig.json +++ b/react-user-tour/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/react-virtualized/tsconfig.json b/react-virtualized/tsconfig.json index 16ef09e1b6..629ed8a0f2 100644 --- a/react-virtualized/tsconfig.json +++ b/react-virtualized/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "jsx": "react", "baseUrl": "../", diff --git a/react-widgets/tsconfig.json b/react-widgets/tsconfig.json index 8d0b77c401..eb7e4d9225 100644 --- a/react-widgets/tsconfig.json +++ b/react-widgets/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/react/tsconfig.json b/react/tsconfig.json index d89fd3bdf7..bf6595e99f 100644 --- a/react/tsconfig.json +++ b/react/tsconfig.json @@ -8,6 +8,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/reactcss/tsconfig.json b/reactcss/tsconfig.json index b3a43ddee4..6a0887a398 100644 --- a/reactcss/tsconfig.json +++ b/reactcss/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/read/tsconfig.json b/read/tsconfig.json index 42e96e0f2b..3cf5cb773b 100644 --- a/read/tsconfig.json +++ b/read/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/readdir-stream/tsconfig.json b/readdir-stream/tsconfig.json index f21fae9c7f..5d09e1abd9 100644 --- a/readdir-stream/tsconfig.json +++ b/readdir-stream/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/realm/tsconfig.json b/realm/tsconfig.json index 64576214da..e0e174a507 100644 --- a/realm/tsconfig.json +++ b/realm/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/rebass/tsconfig.json b/rebass/tsconfig.json index 927959e2a8..13ab6692d7 100644 --- a/rebass/tsconfig.json +++ b/rebass/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/recaptcha/tsconfig.json b/recaptcha/tsconfig.json index dc3b448ff4..fdcd0294fb 100644 --- a/recaptcha/tsconfig.json +++ b/recaptcha/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/recompose/tsconfig.json b/recompose/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/recompose/tsconfig.json +++ b/recompose/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/recursive-readdir/tsconfig.json b/recursive-readdir/tsconfig.json index 8d5513965d..a77857e7c6 100644 --- a/recursive-readdir/tsconfig.json +++ b/recursive-readdir/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/redis-rate-limiter/tsconfig.json b/redis-rate-limiter/tsconfig.json index 11633c3ad6..a930f2ec5a 100644 --- a/redis-rate-limiter/tsconfig.json +++ b/redis-rate-limiter/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/redis-scripto/tsconfig.json b/redis-scripto/tsconfig.json index a9670ef617..ef7aa8b922 100644 --- a/redis-scripto/tsconfig.json +++ b/redis-scripto/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/redis/tsconfig.json b/redis/tsconfig.json index 33e921974f..7e67aa58ca 100644 --- a/redis/tsconfig.json +++ b/redis/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/redlock/tsconfig.json b/redlock/tsconfig.json index e6204f2563..b42e6f82f3 100644 --- a/redlock/tsconfig.json +++ b/redlock/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/redux-action-utils/tsconfig.json b/redux-action-utils/tsconfig.json index 9c7114a0fb..130b9de606 100644 --- a/redux-action-utils/tsconfig.json +++ b/redux-action-utils/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/redux-actions/tsconfig.json b/redux-actions/tsconfig.json index 75acaff183..5ab10790dc 100644 --- a/redux-actions/tsconfig.json +++ b/redux-actions/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/redux-bootstrap/tsconfig.json b/redux-bootstrap/tsconfig.json index 264ed2e6be..0f1101ce6b 100644 --- a/redux-bootstrap/tsconfig.json +++ b/redux-bootstrap/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/redux-debounced/tsconfig.json b/redux-debounced/tsconfig.json index 8389ae25ac..dbb802427d 100644 --- a/redux-debounced/tsconfig.json +++ b/redux-debounced/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/redux-devtools-dock-monitor/tsconfig.json b/redux-devtools-dock-monitor/tsconfig.json index 05debc0369..fd91d53d21 100644 --- a/redux-devtools-dock-monitor/tsconfig.json +++ b/redux-devtools-dock-monitor/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/redux-devtools-log-monitor/tsconfig.json b/redux-devtools-log-monitor/tsconfig.json index fde76ea405..2e4cbd2b2d 100644 --- a/redux-devtools-log-monitor/tsconfig.json +++ b/redux-devtools-log-monitor/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/redux-devtools/tsconfig.json b/redux-devtools/tsconfig.json index 616a99f85c..119392f3ad 100644 --- a/redux-devtools/tsconfig.json +++ b/redux-devtools/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", @@ -17,4 +18,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/redux-form/tsconfig.json b/redux-form/tsconfig.json index 0ec14980c3..722c381752 100644 --- a/redux-form/tsconfig.json +++ b/redux-form/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "jsx": "react", diff --git a/redux-immutable-state-invariant/tsconfig.json b/redux-immutable-state-invariant/tsconfig.json index 40a28a4f38..ef82ec743f 100644 --- a/redux-immutable-state-invariant/tsconfig.json +++ b/redux-immutable-state-invariant/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/redux-immutable/tsconfig.json b/redux-immutable/tsconfig.json index 6fd580e651..4a84343b29 100644 --- a/redux-immutable/tsconfig.json +++ b/redux-immutable/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/redux-localstorage-debounce/tsconfig.json b/redux-localstorage-debounce/tsconfig.json index 3d9a2cc37b..8009e2a7ec 100644 --- a/redux-localstorage-debounce/tsconfig.json +++ b/redux-localstorage-debounce/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/redux-localstorage-filter/tsconfig.json b/redux-localstorage-filter/tsconfig.json index 05831de9b1..93d6adc86b 100644 --- a/redux-localstorage-filter/tsconfig.json +++ b/redux-localstorage-filter/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/redux-localstorage/tsconfig.json b/redux-localstorage/tsconfig.json index 41c01c51d5..83a3963588 100644 --- a/redux-localstorage/tsconfig.json +++ b/redux-localstorage/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/redux-logger/tsconfig.json b/redux-logger/tsconfig.json index 4d306ef678..ae49c0a029 100644 --- a/redux-logger/tsconfig.json +++ b/redux-logger/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/redux-mock-store/tsconfig.json b/redux-mock-store/tsconfig.json index 1e0540ee2f..eb4e3ffce6 100644 --- a/redux-mock-store/tsconfig.json +++ b/redux-mock-store/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/redux-optimistic-ui/tsconfig.json b/redux-optimistic-ui/tsconfig.json index 0f4499bc00..5d5b7d6ab6 100644 --- a/redux-optimistic-ui/tsconfig.json +++ b/redux-optimistic-ui/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/redux-promise-middleware/tsconfig.json b/redux-promise-middleware/tsconfig.json index 4b98cbafa9..f9521873e3 100644 --- a/redux-promise-middleware/tsconfig.json +++ b/redux-promise-middleware/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/redux-promise/tsconfig.json b/redux-promise/tsconfig.json index a9375143cf..8198408b7e 100644 --- a/redux-promise/tsconfig.json +++ b/redux-promise/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/redux-router/tsconfig.json b/redux-router/tsconfig.json index 28455ca239..9eca733b65 100644 --- a/redux-router/tsconfig.json +++ b/redux-router/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/redux-saga/tsconfig.json b/redux-saga/tsconfig.json index 6472d3581d..b7fc82b0c6 100644 --- a/redux-saga/tsconfig.json +++ b/redux-saga/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/redux-storage/tsconfig.json b/redux-storage/tsconfig.json index 08ffc4fd8c..2456bdfc0d 100644 --- a/redux-storage/tsconfig.json +++ b/redux-storage/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/redux-ui/tsconfig.json b/redux-ui/tsconfig.json index b79ee9a548..85175cdab3 100644 --- a/redux-ui/tsconfig.json +++ b/redux-ui/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "experimentalDecorators": true }, "files": [ diff --git a/ref-array/tsconfig.json b/ref-array/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/ref-array/tsconfig.json +++ b/ref-array/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ref-struct/tsconfig.json b/ref-struct/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/ref-struct/tsconfig.json +++ b/ref-struct/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ref-union/tsconfig.json b/ref-union/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/ref-union/tsconfig.json +++ b/ref-union/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ref/tsconfig.json b/ref/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/ref/tsconfig.json +++ b/ref/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/reflect-metadata/tsconfig.json b/reflect-metadata/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/reflect-metadata/tsconfig.json +++ b/reflect-metadata/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/reflux/tsconfig.json b/reflux/tsconfig.json index 585c7c94af..5dc86e9680 100644 --- a/reflux/tsconfig.json +++ b/reflux/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/relateurl/tsconfig.json b/relateurl/tsconfig.json index be5b760feb..22fb084752 100644 --- a/relateurl/tsconfig.json +++ b/relateurl/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/remote-redux-devtools/tsconfig.json b/remote-redux-devtools/tsconfig.json index 0b401afba8..2637f7e8ec 100644 --- a/remote-redux-devtools/tsconfig.json +++ b/remote-redux-devtools/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/replace-ext/tsconfig.json b/replace-ext/tsconfig.json index 54eb6164c6..65b3dce735 100644 --- a/replace-ext/tsconfig.json +++ b/replace-ext/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/request-ip/tsconfig.json b/request-ip/tsconfig.json index c9150f9c3a..1d5a604074 100644 --- a/request-ip/tsconfig.json +++ b/request-ip/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/request-promise-native/tsconfig.json b/request-promise-native/tsconfig.json index 0edf04e8ec..9648a4a80c 100644 --- a/request-promise-native/tsconfig.json +++ b/request-promise-native/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/request-promise/tsconfig.json b/request-promise/tsconfig.json index 69aa5f7db2..98af977b14 100644 --- a/request-promise/tsconfig.json +++ b/request-promise/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/request/tsconfig.json b/request/tsconfig.json index fb1d7b16ec..a8630cab94 100644 --- a/request/tsconfig.json +++ b/request/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/requirejs-domready/tsconfig.json b/requirejs-domready/tsconfig.json index 21a8b9d0ec..4a6ca208f5 100644 --- a/requirejs-domready/tsconfig.json +++ b/requirejs-domready/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/requirejs/tsconfig.json b/requirejs/tsconfig.json index 3c2e97acaa..7fc6ef8516 100644 --- a/requirejs/tsconfig.json +++ b/requirejs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/reselect/tsconfig.json b/reselect/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/reselect/tsconfig.json +++ b/reselect/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/resemblejs/tsconfig.json b/resemblejs/tsconfig.json index 211114cd20..e7457dec45 100644 --- a/resemblejs/tsconfig.json +++ b/resemblejs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/resolve-from/tsconfig.json b/resolve-from/tsconfig.json index 5371772c23..2a6b97c07d 100644 --- a/resolve-from/tsconfig.json +++ b/resolve-from/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/resolve/tsconfig.json b/resolve/tsconfig.json index 61c58f56db..251e98c38a 100644 --- a/resolve/tsconfig.json +++ b/resolve/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/response-time/tsconfig.json b/response-time/tsconfig.json index 4eae398c93..3e1396ad37 100644 --- a/response-time/tsconfig.json +++ b/response-time/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rest-io/tsconfig.json b/rest-io/tsconfig.json index 958c391a9d..80885b8c43 100644 --- a/rest-io/tsconfig.json +++ b/rest-io/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rest/tsconfig.json b/rest/tsconfig.json index ca9faf8bef..1079eaf31b 100644 --- a/rest/tsconfig.json +++ b/rest/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/restangular/tsconfig.json b/restangular/tsconfig.json index b012b399b4..6b0847ff52 100644 --- a/restangular/tsconfig.json +++ b/restangular/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/restful.js/tsconfig.json b/restful.js/tsconfig.json index 5d3025be2e..174b6ff90b 100644 --- a/restful.js/tsconfig.json +++ b/restful.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/restify/tsconfig.json b/restify/tsconfig.json index 84302aa25f..053df8263b 100644 --- a/restify/tsconfig.json +++ b/restify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/restler/tsconfig.json b/restler/tsconfig.json index 0944a4d389..0a94b8208c 100644 --- a/restler/tsconfig.json +++ b/restler/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/resumablejs/tsconfig.json b/resumablejs/tsconfig.json index 4e7faebac8..fc865fb7a0 100644 --- a/resumablejs/tsconfig.json +++ b/resumablejs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rethinkdb/tsconfig.json b/rethinkdb/tsconfig.json index 7d547239ee..fa347b3438 100644 --- a/rethinkdb/tsconfig.json +++ b/rethinkdb/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "rethinkdb-tests.ts" ] -} +} \ No newline at end of file diff --git a/revalidator/tsconfig.json b/revalidator/tsconfig.json index 920e0c8291..9be8a52770 100644 --- a/revalidator/tsconfig.json +++ b/revalidator/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/reveal/tsconfig.json b/reveal/tsconfig.json index 164d005669..e2b4d91709 100644 --- a/reveal/tsconfig.json +++ b/reveal/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rewire/tsconfig.json b/rewire/tsconfig.json index 5e85639662..78dd02117c 100644 --- a/rewire/tsconfig.json +++ b/rewire/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rickshaw/tsconfig.json b/rickshaw/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/rickshaw/tsconfig.json +++ b/rickshaw/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rimraf/tsconfig.json b/rimraf/tsconfig.json index 9a16d98453..151970021d 100644 --- a/rimraf/tsconfig.json +++ b/rimraf/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/riot-api-nodejs/tsconfig.json b/riot-api-nodejs/tsconfig.json index 8684a40f82..5ed8ca8f40 100644 --- a/riot-api-nodejs/tsconfig.json +++ b/riot-api-nodejs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/riot-games-api/tsconfig.json b/riot-games-api/tsconfig.json index 3a9ba16be8..7e042bd935 100644 --- a/riot-games-api/tsconfig.json +++ b/riot-games-api/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/riot/tsconfig.json b/riot/tsconfig.json index f08e8fb427..fab1920ac1 100644 --- a/riot/tsconfig.json +++ b/riot/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/riotcontrol/tsconfig.json b/riotcontrol/tsconfig.json index 0d81fa3929..9d65b39436 100644 --- a/riotcontrol/tsconfig.json +++ b/riotcontrol/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/riotjs/tsconfig.json b/riotjs/tsconfig.json index 990dddaf8b..1fc1ec7696 100644 --- a/riotjs/tsconfig.json +++ b/riotjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rison/tsconfig.json b/rison/tsconfig.json index dfea532c50..534bf03174 100644 --- a/rison/tsconfig.json +++ b/rison/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rivets/tsconfig.json b/rivets/tsconfig.json index f82f15b625..351447edd5 100644 --- a/rivets/tsconfig.json +++ b/rivets/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rosie/tsconfig.json b/rosie/tsconfig.json index 9ee2a263d6..de7b0b86c2 100644 --- a/rosie/tsconfig.json +++ b/rosie/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/roslib/tsconfig.json b/roslib/tsconfig.json index 052e2c73eb..18ad669040 100644 --- a/roslib/tsconfig.json +++ b/roslib/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/route-recognizer/tsconfig.json b/route-recognizer/tsconfig.json index c311fbe17c..d2725f29a5 100644 --- a/route-recognizer/tsconfig.json +++ b/route-recognizer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/router5/tsconfig.json b/router5/tsconfig.json index f4a52b2e7f..e7088912f5 100644 --- a/router5/tsconfig.json +++ b/router5/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/routie/tsconfig.json b/routie/tsconfig.json index 1052dc4192..cdd7d2873c 100644 --- a/routie/tsconfig.json +++ b/routie/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/royalslider/tsconfig.json b/royalslider/tsconfig.json index 39f8361d1c..f49b409af2 100644 --- a/royalslider/tsconfig.json +++ b/royalslider/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rpio/tsconfig.json b/rpio/tsconfig.json index 5a46c0e9e0..60b633113a 100644 --- a/rpio/tsconfig.json +++ b/rpio/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rrule/tsconfig.json b/rrule/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/rrule/tsconfig.json +++ b/rrule/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rsmq-worker/tsconfig.json b/rsmq-worker/tsconfig.json index 76698b4c24..3de02b8c69 100644 --- a/rsmq-worker/tsconfig.json +++ b/rsmq-worker/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rsmq/tsconfig.json b/rsmq/tsconfig.json index 0bb0bb2217..30f21b967c 100644 --- a/rsmq/tsconfig.json +++ b/rsmq/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rss/tsconfig.json b/rss/tsconfig.json index 53c0afbef9..8d1493fd1a 100644 --- a/rss/tsconfig.json +++ b/rss/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rsync/tsconfig.json b/rsync/tsconfig.json index 359301586e..6727bc7470 100644 --- a/rsync/tsconfig.json +++ b/rsync/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rtree/tsconfig.json b/rtree/tsconfig.json index 734931c64a..2d812bd741 100644 --- a/rtree/tsconfig.json +++ b/rtree/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/run-sequence/tsconfig.json b/run-sequence/tsconfig.json index 3514ca3059..4825c7825a 100644 --- a/run-sequence/tsconfig.json +++ b/run-sequence/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rx-angular/tsconfig.json b/rx-angular/tsconfig.json index 32634fb4dd..2412cb2874 100644 --- a/rx-angular/tsconfig.json +++ b/rx-angular/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rx-dom/tsconfig.json b/rx-dom/tsconfig.json index 6ee93959c8..71cce2646b 100644 --- a/rx-dom/tsconfig.json +++ b/rx-dom/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rx-jquery/tsconfig.json b/rx-jquery/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/rx-jquery/tsconfig.json +++ b/rx-jquery/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rx-node/tsconfig.json b/rx-node/tsconfig.json index c54c9376e0..83aeccd5c8 100644 --- a/rx-node/tsconfig.json +++ b/rx-node/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rx.wamp/tsconfig.json b/rx.wamp/tsconfig.json index cbaff055f8..aaff5cc1e1 100644 --- a/rx.wamp/tsconfig.json +++ b/rx.wamp/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/rx/tsconfig.json b/rx/tsconfig.json index 1740f39792..43a42737d3 100644 --- a/rx/tsconfig.json +++ b/rx/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/s3-upload-stream/tsconfig.json b/s3-upload-stream/tsconfig.json index 01c892ab5c..06aa4900ed 100644 --- a/s3-upload-stream/tsconfig.json +++ b/s3-upload-stream/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/s3-uploader/tsconfig.json b/s3-uploader/tsconfig.json index c79dff5a17..8c60c4cb48 100644 --- a/s3-uploader/tsconfig.json +++ b/s3-uploader/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/s3rver/tsconfig.json b/s3rver/tsconfig.json index a1ee8043a1..ec11bcd93b 100644 --- a/s3rver/tsconfig.json +++ b/s3rver/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/safari-extension-content/tsconfig.json b/safari-extension-content/tsconfig.json index dbe6dff02e..565cd1aac9 100644 --- a/safari-extension-content/tsconfig.json +++ b/safari-extension-content/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/safari-extension/tsconfig.json b/safari-extension/tsconfig.json index fcadb103ba..f48a7d219d 100644 --- a/safari-extension/tsconfig.json +++ b/safari-extension/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sails.io.js/tsconfig.json b/sails.io.js/tsconfig.json index 2e73761b08..ed291f18e0 100644 --- a/sails.io.js/tsconfig.json +++ b/sails.io.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/samchon-collection/tsconfig.json b/samchon-collection/tsconfig.json index 8059eff31e..626bb63e85 100644 --- a/samchon-collection/tsconfig.json +++ b/samchon-collection/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/samchon-framework/tsconfig.json b/samchon-framework/tsconfig.json index 95b43d51d8..67c8325e0b 100644 --- a/samchon-framework/tsconfig.json +++ b/samchon-framework/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/samchon-library/tsconfig.json b/samchon-library/tsconfig.json index 8a82cba20e..828e95324b 100644 --- a/samchon-library/tsconfig.json +++ b/samchon-library/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/saml2-js/tsconfig.json b/saml2-js/tsconfig.json index 69f1a0bb91..43e7cbc97b 100644 --- a/saml2-js/tsconfig.json +++ b/saml2-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/samlp/tsconfig.json b/samlp/tsconfig.json index 232e1c91c9..66b01a26b0 100644 --- a/samlp/tsconfig.json +++ b/samlp/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sammy/tsconfig.json b/sammy/tsconfig.json index 2a00238170..34996aa4cc 100644 --- a/sammy/tsconfig.json +++ b/sammy/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sandboxed-module/tsconfig.json b/sandboxed-module/tsconfig.json index b47dbd2721..4163943bdd 100644 --- a/sandboxed-module/tsconfig.json +++ b/sandboxed-module/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sanitize-filename/tsconfig.json b/sanitize-filename/tsconfig.json index b79c404b00..d9a2e283d2 100644 --- a/sanitize-filename/tsconfig.json +++ b/sanitize-filename/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sanitize-html/tsconfig.json b/sanitize-html/tsconfig.json index 2e13ec3325..d0140c02cf 100644 --- a/sanitize-html/tsconfig.json +++ b/sanitize-html/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sanitizer/tsconfig.json b/sanitizer/tsconfig.json index 6815a92854..64fcfe677b 100644 --- a/sanitizer/tsconfig.json +++ b/sanitizer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sass-graph/tsconfig.json b/sass-graph/tsconfig.json index 41e6e1bb4c..9beea5db46 100644 --- a/sass-graph/tsconfig.json +++ b/sass-graph/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/sat/tsconfig.json b/sat/tsconfig.json index 580c84a92d..af82c57dfe 100644 --- a/sat/tsconfig.json +++ b/sat/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/satnav/tsconfig.json b/satnav/tsconfig.json index 7faf8ebf16..772face0ec 100644 --- a/satnav/tsconfig.json +++ b/satnav/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sax/tsconfig.json b/sax/tsconfig.json index b73551771b..8b54b11066 100644 --- a/sax/tsconfig.json +++ b/sax/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/scalike/tsconfig.json b/scalike/tsconfig.json index bdf9f45025..9554b2227a 100644 --- a/scalike/tsconfig.json +++ b/scalike/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/scanf/tsconfig.json b/scanf/tsconfig.json index a8747fbbad..5fe526a3ba 100644 --- a/scanf/tsconfig.json +++ b/scanf/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/screenfull/tsconfig.json b/screenfull/tsconfig.json index 3206d7adb1..df49dd77f2 100644 --- a/screenfull/tsconfig.json +++ b/screenfull/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/scriptjs/tsconfig.json b/scriptjs/tsconfig.json index 16d99c9416..fc87385938 100644 --- a/scriptjs/tsconfig.json +++ b/scriptjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/scripts/generate-tsconfigs.ts b/scripts/generate-tsconfigs.ts index 8cdc71a295..c153f4d6dd 100644 --- a/scripts/generate-tsconfigs.ts +++ b/scripts/generate-tsconfigs.ts @@ -1,3 +1,5 @@ +// Usage: ts-node generate-tsconfigs + /// import * as fs from 'fs'; @@ -7,27 +9,38 @@ function repeat(s: string, count: number) { return Array(count + 1).join(s); } -function checkDir(home: string, count: number) { - fs.readdir(home, (err, dirs) => { - if (err) throw err; +const home = path.join(__dirname, '..'); - for (const dir of dirs.map(d => path.join(home, d))) { - fs.lstat(dir, (err, stats) => { - if (err) throw err; - if (stats.isDirectory()) { - checkDir(dir, count + 1); - const target = path.join(dir, 'tsconfig.json'); - fs.exists(target, exists => { - if (exists) { - const old = JSON.parse(fs.readFileSync(target, 'utf-8')); - old['compilerOptions']['typesRoot'] = repeat('../', count); - fs.writeFileSync(target, JSON.stringify(old, undefined, 4)); - } - }); - } - }); - } - }); +const dirs = fs.readdirSync(home).filter(d => !(d.startsWith(".") || d === "node_modules" || d === "scripts")); +for (const dir of dirs.map(d => path.join(home, d))) { + const stats = fs.lstatSync(dir); + if (stats.isDirectory()) { + const target = path.join(dir, 'tsconfig.json'); + let json = JSON.parse(fs.readFileSync(target, 'utf-8')); + json = fix(json); + fs.writeFileSync(target, JSON.stringify(json, undefined, 4), "utf-8"); + } } -checkDir(path.join(__dirname, '..'), 1); +function fix(config: any): any { + const out: any = {}; + for (const key in config) { + let value = config[key]; + if (key === "compilerOptions") { + value = fixCompilerOptions(value); + } + out[key] = value; + } + return out; +} + +function fixCompilerOptions(config: any): any { + const out: any = {}; + for (const key in config) { + out[key] = config[key]; + if (key === "noImplicitAny") { + out.noImplicitThis = true; + } + } + return out; +} diff --git a/scroll-into-view/tsconfig.json b/scroll-into-view/tsconfig.json index 60152c90c5..3b532b60f4 100644 --- a/scroll-into-view/tsconfig.json +++ b/scroll-into-view/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/scroller/tsconfig.json b/scroller/tsconfig.json index 19ba85d431..dd9a93bde3 100644 --- a/scroller/tsconfig.json +++ b/scroller/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/scrollreveal/tsconfig.json b/scrollreveal/tsconfig.json index f739beec3e..c1f280d115 100644 --- a/scrollreveal/tsconfig.json +++ b/scrollreveal/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/scrolltofixed/tsconfig.json b/scrolltofixed/tsconfig.json index 58736a43f4..38e0c5d278 100644 --- a/scrolltofixed/tsconfig.json +++ b/scrolltofixed/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/scrypt-async/tsconfig.json b/scrypt-async/tsconfig.json index 2cdae8f68b..d09c4d8bfb 100644 --- a/scrypt-async/tsconfig.json +++ b/scrypt-async/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/seamless-immutable/tsconfig.json b/seamless-immutable/tsconfig.json index 03b34432a7..13d148a887 100644 --- a/seamless-immutable/tsconfig.json +++ b/seamless-immutable/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/seamless/tsconfig.json b/seamless/tsconfig.json index 2a0b6508cf..90ba74b704 100644 --- a/seamless/tsconfig.json +++ b/seamless/tsconfig.json @@ -1,19 +1,20 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "seamless-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "seamless-tests.ts" + ] +} \ No newline at end of file diff --git a/seedrandom/tsconfig.json b/seedrandom/tsconfig.json index f3409f069b..b3986805c9 100644 --- a/seedrandom/tsconfig.json +++ b/seedrandom/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/segment-analytics/tsconfig.json b/segment-analytics/tsconfig.json index e317325c72..013ce75d55 100644 --- a/segment-analytics/tsconfig.json +++ b/segment-analytics/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/select2/tsconfig.json b/select2/tsconfig.json index fb680e2182..28d9dbdc5a 100644 --- a/select2/tsconfig.json +++ b/select2/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/selectize/tsconfig.json b/selectize/tsconfig.json index f0cfc51687..56f1dee85c 100644 --- a/selectize/tsconfig.json +++ b/selectize/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/selenium-webdriver/tsconfig.json b/selenium-webdriver/tsconfig.json index 6856ca9207..0f00ce9165 100644 --- a/selenium-webdriver/tsconfig.json +++ b/selenium-webdriver/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/semaphore/tsconfig.json b/semaphore/tsconfig.json index 233ec68044..b822008a77 100644 --- a/semaphore/tsconfig.json +++ b/semaphore/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/semver-diff/tsconfig.json b/semver-diff/tsconfig.json index 33f2ad3018..ba30ebc814 100644 --- a/semver-diff/tsconfig.json +++ b/semver-diff/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/semver/tsconfig.json b/semver/tsconfig.json index 531adb65bd..ac46d3518f 100644 --- a/semver/tsconfig.json +++ b/semver/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sencha_touch/tsconfig.json b/sencha_touch/tsconfig.json index 06d1e8e8ca..f3ce63e37e 100644 --- a/sencha_touch/tsconfig.json +++ b/sencha_touch/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/send/tsconfig.json b/send/tsconfig.json index 3d9a6c0bd6..d7a050ba7f 100644 --- a/send/tsconfig.json +++ b/send/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/sendgrid/tsconfig.json b/sendgrid/tsconfig.json index 20285b1c88..a91e8af0c8 100644 --- a/sendgrid/tsconfig.json +++ b/sendgrid/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/seneca/tsconfig.json b/seneca/tsconfig.json index 775051ec5f..e470bae45d 100644 --- a/seneca/tsconfig.json +++ b/seneca/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sequelize-fixtures/tsconfig.json b/sequelize-fixtures/tsconfig.json index a0521ffb4e..aeb73d8ed0 100644 --- a/sequelize-fixtures/tsconfig.json +++ b/sequelize-fixtures/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sequelize/tsconfig.json b/sequelize/tsconfig.json index 6656c53ead..6e83dcbeb8 100644 --- a/sequelize/tsconfig.json +++ b/sequelize/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sequester/tsconfig.json b/sequester/tsconfig.json index 0503a93628..b51eb658fc 100644 --- a/sequester/tsconfig.json +++ b/sequester/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "sequester-tests.ts" ] -} +} \ No newline at end of file diff --git a/serialport/tsconfig.json b/serialport/tsconfig.json index d9c3d0d754..edb30d3838 100644 --- a/serialport/tsconfig.json +++ b/serialport/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/serve-favicon/tsconfig.json b/serve-favicon/tsconfig.json index 48d4ab22f5..0a2900e4d1 100644 --- a/serve-favicon/tsconfig.json +++ b/serve-favicon/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/serve-index/tsconfig.json b/serve-index/tsconfig.json index 5c60965b7e..9b7dca0857 100644 --- a/serve-index/tsconfig.json +++ b/serve-index/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/serve-static/tsconfig.json b/serve-static/tsconfig.json index 27ce900cdf..6fb5457b6e 100644 --- a/serve-static/tsconfig.json +++ b/serve-static/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/service_worker_api/tsconfig.json b/service_worker_api/tsconfig.json index 2193627a35..cb8b6c68a0 100644 --- a/service_worker_api/tsconfig.json +++ b/service_worker_api/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/set-cookie-parser/tsconfig.json b/set-cookie-parser/tsconfig.json index 7421e98713..f9df431f6f 100644 --- a/set-cookie-parser/tsconfig.json +++ b/set-cookie-parser/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/shallowequal/tsconfig.json b/shallowequal/tsconfig.json index 479fe84ef6..8c6e168f62 100644 --- a/shallowequal/tsconfig.json +++ b/shallowequal/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/shapefile/tsconfig.json b/shapefile/tsconfig.json index 53cbdc2d84..60b288c5f9 100644 --- a/shapefile/tsconfig.json +++ b/shapefile/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sharedworker/tsconfig.json b/sharedworker/tsconfig.json index e393a0036a..5fdd63ff77 100644 --- a/sharedworker/tsconfig.json +++ b/sharedworker/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sharepoint/tsconfig.json b/sharepoint/tsconfig.json index b9d27c3224..76d3dc13a0 100644 --- a/sharepoint/tsconfig.json +++ b/sharepoint/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sheetify/tsconfig.json b/sheetify/tsconfig.json index d3654efcd7..98d3f6335e 100644 --- a/sheetify/tsconfig.json +++ b/sheetify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "sheetify-tests.ts" ] -} +} \ No newline at end of file diff --git a/shelljs/tsconfig.json b/shelljs/tsconfig.json index 5bd5284eb6..626c7e0976 100644 --- a/shelljs/tsconfig.json +++ b/shelljs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/shopify-buy/tsconfig.json b/shopify-buy/tsconfig.json index 4b600adf4a..97d63070ec 100644 --- a/shopify-buy/tsconfig.json +++ b/shopify-buy/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/shortid/tsconfig.json b/shortid/tsconfig.json index 791cff7d85..f1d91e6f7c 100644 --- a/shortid/tsconfig.json +++ b/shortid/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/should-promised/tsconfig.json b/should-promised/tsconfig.json index 39f84e56a1..2d414f832d 100644 --- a/should-promised/tsconfig.json +++ b/should-promised/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/should/tsconfig.json b/should/tsconfig.json index 89fe0707bd..d1d11a9a0b 100644 --- a/should/tsconfig.json +++ b/should/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/showdown/tsconfig.json b/showdown/tsconfig.json index 9f3ec89f9c..4ebb8c4fb4 100644 --- a/showdown/tsconfig.json +++ b/showdown/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/shuffle-array/tsconfig.json b/shuffle-array/tsconfig.json index 5c90a1d5dc..4cb34b8d65 100644 --- a/shuffle-array/tsconfig.json +++ b/shuffle-array/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/siesta/tsconfig.json b/siesta/tsconfig.json index a475502417..b5795ca196 100644 --- a/siesta/tsconfig.json +++ b/siesta/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sigmajs/tsconfig.json b/sigmajs/tsconfig.json index bf03395854..2754727d32 100644 --- a/sigmajs/tsconfig.json +++ b/sigmajs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/signalr/tsconfig.json b/signalr/tsconfig.json index 3d60c9c18d..775e40f239 100644 --- a/signalr/tsconfig.json +++ b/signalr/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/signals/tsconfig.json b/signals/tsconfig.json index f4bbfc9aa8..13bc50af80 100644 --- a/signals/tsconfig.json +++ b/signals/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/signature_pad/tsconfig.json b/signature_pad/tsconfig.json index 31c51f701a..ce20503616 100644 --- a/signature_pad/tsconfig.json +++ b/signature_pad/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/simple-assign/tsconfig.json b/simple-assign/tsconfig.json index dea9d75e8f..eb369ca374 100644 --- a/simple-assign/tsconfig.json +++ b/simple-assign/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/simple-cw-node/tsconfig.json b/simple-cw-node/tsconfig.json index 0a336ddefd..ce1a150207 100644 --- a/simple-cw-node/tsconfig.json +++ b/simple-cw-node/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/simple-mock/tsconfig.json b/simple-mock/tsconfig.json index 5cb5ffb76b..cfea5356d7 100644 --- a/simple-mock/tsconfig.json +++ b/simple-mock/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/simple-url-cache/tsconfig.json b/simple-url-cache/tsconfig.json index 331e8c935a..9e9a2ad702 100644 --- a/simple-url-cache/tsconfig.json +++ b/simple-url-cache/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/simplebar/tsconfig.json b/simplebar/tsconfig.json index 7540f8ffd3..6af37d474a 100644 --- a/simplebar/tsconfig.json +++ b/simplebar/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/simplemde/tsconfig.json b/simplemde/tsconfig.json index 58a1851913..5654774d1b 100644 --- a/simplemde/tsconfig.json +++ b/simplemde/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/simplesmtp/tsconfig.json b/simplesmtp/tsconfig.json index 323ad73e15..f5f23373b7 100644 --- a/simplesmtp/tsconfig.json +++ b/simplesmtp/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/simplestorage.js/tsconfig.json b/simplestorage.js/tsconfig.json index 8a1a862b03..53e909c7f8 100644 --- a/simplestorage.js/tsconfig.json +++ b/simplestorage.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sinon-as-promised/tsconfig.json b/sinon-as-promised/tsconfig.json index e0f4115b31..a5d84b4a3f 100644 --- a/sinon-as-promised/tsconfig.json +++ b/sinon-as-promised/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sinon-chai/tsconfig.json b/sinon-chai/tsconfig.json index 90e1a78fdc..41e61b397c 100644 --- a/sinon-chai/tsconfig.json +++ b/sinon-chai/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sinon-chrome/tsconfig.json b/sinon-chrome/tsconfig.json index ba5fbe246a..66db2a0ec8 100644 --- a/sinon-chrome/tsconfig.json +++ b/sinon-chrome/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sinon-mongoose/tsconfig.json b/sinon-mongoose/tsconfig.json index e7413b6c50..d41dfead80 100644 --- a/sinon-mongoose/tsconfig.json +++ b/sinon-mongoose/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/sinon-stub-promise/tsconfig.json b/sinon-stub-promise/tsconfig.json index 954592803e..bc1a0edd23 100644 --- a/sinon-stub-promise/tsconfig.json +++ b/sinon-stub-promise/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sinon/tsconfig.json b/sinon/tsconfig.json index 5553248721..e2eb0cd56f 100644 --- a/sinon/tsconfig.json +++ b/sinon/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sipml/tsconfig.json b/sipml/tsconfig.json index 537e0090c8..f5a10bc834 100644 --- a/sipml/tsconfig.json +++ b/sipml/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sjcl/tsconfig.json b/sjcl/tsconfig.json index 0021ce2145..6a8dff1961 100644 --- a/sjcl/tsconfig.json +++ b/sjcl/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ski/tsconfig.json b/ski/tsconfig.json index 16a000764c..0a15bf339b 100644 --- a/ski/tsconfig.json +++ b/ski/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/skyway/tsconfig.json b/skyway/tsconfig.json index 45cdc34b3b..fa37c6bb90 100644 --- a/skyway/tsconfig.json +++ b/skyway/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/slack-node/tsconfig.json b/slack-node/tsconfig.json index b49b6acc21..0ee87e6e6d 100644 --- a/slack-node/tsconfig.json +++ b/slack-node/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/slackify-html/tsconfig.json b/slackify-html/tsconfig.json index 0e0f632183..fb81613b9b 100644 --- a/slackify-html/tsconfig.json +++ b/slackify-html/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/slate-irc/tsconfig.json b/slate-irc/tsconfig.json index 4297b1a9e7..1729c803db 100644 --- a/slate-irc/tsconfig.json +++ b/slate-irc/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sleep/tsconfig.json b/sleep/tsconfig.json index 487f453ade..495d2c67a7 100644 --- a/sleep/tsconfig.json +++ b/sleep/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/slick-carousel/tsconfig.json b/slick-carousel/tsconfig.json index e8375cbb49..dc15ecfade 100644 --- a/slick-carousel/tsconfig.json +++ b/slick-carousel/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/slickgrid/tsconfig.json b/slickgrid/tsconfig.json index bc2890d4ed..ff7ab0e597 100644 --- a/slickgrid/tsconfig.json +++ b/slickgrid/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/slideout/tsconfig.json b/slideout/tsconfig.json index fdb5f35ace..64a83bc886 100644 --- a/slideout/tsconfig.json +++ b/slideout/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/smart-fox-server/tsconfig.json b/smart-fox-server/tsconfig.json index d83ddfcb00..88d4e41448 100644 --- a/smart-fox-server/tsconfig.json +++ b/smart-fox-server/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/smoothie/tsconfig.json b/smoothie/tsconfig.json index 3c5f5b6141..f73c1a13b5 100644 --- a/smoothie/tsconfig.json +++ b/smoothie/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/smtp-server/tsconfig.json b/smtp-server/tsconfig.json index e2a03d1d7f..92a6291f93 100644 --- a/smtp-server/tsconfig.json +++ b/smtp-server/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "smtp-server-tests.ts" ] -} +} \ No newline at end of file diff --git a/smtpapi/tsconfig.json b/smtpapi/tsconfig.json index b9cb060357..eeca931f00 100644 --- a/smtpapi/tsconfig.json +++ b/smtpapi/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/snapsvg/tsconfig.json b/snapsvg/tsconfig.json index c1cf19d1bf..a2ec13491a 100644 --- a/snapsvg/tsconfig.json +++ b/snapsvg/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/soap/tsconfig.json b/soap/tsconfig.json index 33257f2d31..0dec0744e2 100644 --- a/soap/tsconfig.json +++ b/soap/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/socket.io-client/tsconfig.json b/socket.io-client/tsconfig.json index 044d80fbac..4d0a100681 100644 --- a/socket.io-client/tsconfig.json +++ b/socket.io-client/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/socket.io-parser/tsconfig.json b/socket.io-parser/tsconfig.json index 5f4cc707bf..1059b7cc52 100644 --- a/socket.io-parser/tsconfig.json +++ b/socket.io-parser/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/socket.io-redis/tsconfig.json b/socket.io-redis/tsconfig.json index e142305a36..2fde01d043 100644 --- a/socket.io-redis/tsconfig.json +++ b/socket.io-redis/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/socket.io.users/tsconfig.json b/socket.io.users/tsconfig.json index fc8b837785..5cde4596b7 100644 --- a/socket.io.users/tsconfig.json +++ b/socket.io.users/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/socket.io/tsconfig.json b/socket.io/tsconfig.json index 38d1cdecf2..7a16d267ee 100644 --- a/socket.io/tsconfig.json +++ b/socket.io/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/socketty/tsconfig.json b/socketty/tsconfig.json index 7e41009740..3d47df8df1 100644 --- a/socketty/tsconfig.json +++ b/socketty/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sockjs-client/tsconfig.json b/sockjs-client/tsconfig.json index 2c8b7ee69b..a036ad79d4 100644 --- a/sockjs-client/tsconfig.json +++ b/sockjs-client/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sockjs-node/tsconfig.json b/sockjs-node/tsconfig.json index ac7ce73ec6..add4694e8e 100644 --- a/sockjs-node/tsconfig.json +++ b/sockjs-node/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sockjs/tsconfig.json b/sockjs/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/sockjs/tsconfig.json +++ b/sockjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/solution-center-communicator/tsconfig.json b/solution-center-communicator/tsconfig.json index 057cf2e93c..f0f5071e7c 100644 --- a/solution-center-communicator/tsconfig.json +++ b/solution-center-communicator/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sortablejs/tsconfig.json b/sortablejs/tsconfig.json index 2ad40c15e0..6e2c1ffb03 100644 --- a/sortablejs/tsconfig.json +++ b/sortablejs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/soundjs/tsconfig.json b/soundjs/tsconfig.json index 37e538754e..49d3da27ba 100644 --- a/soundjs/tsconfig.json +++ b/soundjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/source-list-map/tsconfig.json b/source-list-map/tsconfig.json index f04d1825ac..a7fbf7b807 100644 --- a/source-list-map/tsconfig.json +++ b/source-list-map/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "source-list-map-tests.ts" ] -} +} \ No newline at end of file diff --git a/source-map-support/tsconfig.json b/source-map-support/tsconfig.json index a1432c6ff6..ab0520144d 100644 --- a/source-map-support/tsconfig.json +++ b/source-map-support/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/source-map/tsconfig.json b/source-map/tsconfig.json index fa4ea8367b..da42f9e5e4 100644 --- a/source-map/tsconfig.json +++ b/source-map/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/space-pen/tsconfig.json b/space-pen/tsconfig.json index a47d1499c2..475ac2f6f9 100644 --- a/space-pen/tsconfig.json +++ b/space-pen/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sparkpost/tsconfig.json b/sparkpost/tsconfig.json index a0f6588abb..38d1d97873 100644 --- a/sparkpost/tsconfig.json +++ b/sparkpost/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/spdy/tsconfig.json b/spdy/tsconfig.json index dc329703eb..c9e646ab30 100644 --- a/spdy/tsconfig.json +++ b/spdy/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/speakeasy/tsconfig.json b/speakeasy/tsconfig.json index d30d65bb03..499049100c 100644 --- a/speakeasy/tsconfig.json +++ b/speakeasy/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/speakingurl/tsconfig.json b/speakingurl/tsconfig.json index 25f6a4e79f..1325ddc387 100644 --- a/speakingurl/tsconfig.json +++ b/speakingurl/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "speakingurl-tests.ts" ] -} +} \ No newline at end of file diff --git a/spectacle/tsconfig.json b/spectacle/tsconfig.json index 8744505972..8f09a83d9d 100644 --- a/spectacle/tsconfig.json +++ b/spectacle/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/spectrum/tsconfig.json b/spectrum/tsconfig.json index c2539124a4..c09dcfcab7 100644 --- a/spectrum/tsconfig.json +++ b/spectrum/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/spin.js/tsconfig.json b/spin.js/tsconfig.json index e4aaa00965..f1e5eecf44 100644 --- a/spin.js/tsconfig.json +++ b/spin.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/split/tsconfig.json b/split/tsconfig.json index a9e3db76ac..c51b9e9d79 100644 --- a/split/tsconfig.json +++ b/split/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/split2/tsconfig.json b/split2/tsconfig.json index fe7b3061f4..fffbf14a33 100644 --- a/split2/tsconfig.json +++ b/split2/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/spotify-api/tsconfig.json b/spotify-api/tsconfig.json index 4542d18c99..1cb05528fb 100644 --- a/spotify-api/tsconfig.json +++ b/spotify-api/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sprintf-js/tsconfig.json b/sprintf-js/tsconfig.json index 67dc628f9a..51135a42a2 100644 --- a/sprintf-js/tsconfig.json +++ b/sprintf-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sprintf/tsconfig.json b/sprintf/tsconfig.json index 67dc628f9a..51135a42a2 100644 --- a/sprintf/tsconfig.json +++ b/sprintf/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sql.js/tsconfig.json b/sql.js/tsconfig.json index c3f7c0633d..2673fda05e 100644 --- a/sql.js/tsconfig.json +++ b/sql.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sqlite3/tsconfig.json b/sqlite3/tsconfig.json index 03cc57dd21..70a42e33e3 100644 --- a/sqlite3/tsconfig.json +++ b/sqlite3/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sqs-consumer/tsconfig.json b/sqs-consumer/tsconfig.json index 309e7f7fe2..74679063d5 100644 --- a/sqs-consumer/tsconfig.json +++ b/sqs-consumer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sqs-producer/tsconfig.json b/sqs-producer/tsconfig.json index 12076b1b87..1ecf4a2284 100644 --- a/sqs-producer/tsconfig.json +++ b/sqs-producer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/squirejs/tsconfig.json b/squirejs/tsconfig.json index afed2f73f9..2e11f2bd14 100644 --- a/squirejs/tsconfig.json +++ b/squirejs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/srp/tsconfig.json b/srp/tsconfig.json index aae226f81b..8f50a247ac 100644 --- a/srp/tsconfig.json +++ b/srp/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ss-utils/tsconfig.json b/ss-utils/tsconfig.json index d30c6e5d78..d222d652e3 100644 --- a/ss-utils/tsconfig.json +++ b/ss-utils/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ssh2-sftp-client/tsconfig.json b/ssh2-sftp-client/tsconfig.json index c63555d3d9..819f8b53ea 100644 --- a/ssh2-sftp-client/tsconfig.json +++ b/ssh2-sftp-client/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ssh2-streams/tsconfig.json b/ssh2-streams/tsconfig.json index 78441a6fbf..929622205f 100644 --- a/ssh2-streams/tsconfig.json +++ b/ssh2-streams/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ssh2/tsconfig.json b/ssh2/tsconfig.json index a89361b4db..071e5f89ca 100644 --- a/ssh2/tsconfig.json +++ b/ssh2/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/stack-mapper/tsconfig.json b/stack-mapper/tsconfig.json index 1ab442e119..dded782cec 100644 --- a/stack-mapper/tsconfig.json +++ b/stack-mapper/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/stack-trace/tsconfig.json b/stack-trace/tsconfig.json index c22a4a26b1..1ee1d717ab 100644 --- a/stack-trace/tsconfig.json +++ b/stack-trace/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/stacktrace-js/tsconfig.json b/stacktrace-js/tsconfig.json index 780ac090f3..3d566631fb 100644 --- a/stacktrace-js/tsconfig.json +++ b/stacktrace-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/stampit/tsconfig.json b/stampit/tsconfig.json index 1d608888d6..925eed6a49 100644 --- a/stampit/tsconfig.json +++ b/stampit/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/stamplay-js-sdk/tsconfig.json b/stamplay-js-sdk/tsconfig.json index 9c2401553e..e67d97a4f8 100644 --- a/stamplay-js-sdk/tsconfig.json +++ b/stamplay-js-sdk/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/state-machine/tsconfig.json b/state-machine/tsconfig.json index bad4e21062..099ee8d9c4 100644 --- a/state-machine/tsconfig.json +++ b/state-machine/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/static-eval/tsconfig.json b/static-eval/tsconfig.json index 322f511071..f578593074 100644 --- a/static-eval/tsconfig.json +++ b/static-eval/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/stats.js/tsconfig.json b/stats.js/tsconfig.json index 033ca3099f..4831f2ae6b 100644 --- a/stats.js/tsconfig.json +++ b/stats.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/statsd-client/tsconfig.json b/statsd-client/tsconfig.json index 1a2ae3c8f7..fe66c7cbd9 100644 --- a/statsd-client/tsconfig.json +++ b/statsd-client/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/status-bar/tsconfig.json b/status-bar/tsconfig.json index dbd2692d5e..9c3329012e 100644 --- a/status-bar/tsconfig.json +++ b/status-bar/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/statuses/tsconfig.json b/statuses/tsconfig.json index 02176cb8b2..38ebc487bf 100644 --- a/statuses/tsconfig.json +++ b/statuses/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/steam/tsconfig.json b/steam/tsconfig.json index 77728223a4..d31f0669e1 100644 --- a/steam/tsconfig.json +++ b/steam/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/stompjs/tsconfig.json b/stompjs/tsconfig.json index 2377e6b1b7..4d7bb94a31 100644 --- a/stompjs/tsconfig.json +++ b/stompjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "stompjs-tests.ts" ] -} +} \ No newline at end of file diff --git a/storejs/tsconfig.json b/storejs/tsconfig.json index e3b6b21f6c..61b71e042a 100644 --- a/storejs/tsconfig.json +++ b/storejs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "storejs-tests.ts" ] -} +} \ No newline at end of file diff --git a/stream-meter/tsconfig.json b/stream-meter/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/stream-meter/tsconfig.json +++ b/stream-meter/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/stream-series/tsconfig.json b/stream-series/tsconfig.json index 75ad276fec..b4f4403cef 100644 --- a/stream-series/tsconfig.json +++ b/stream-series/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/stream-to-array/tsconfig.json b/stream-to-array/tsconfig.json index 14de1b9bb7..2ff37172e6 100644 --- a/stream-to-array/tsconfig.json +++ b/stream-to-array/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/streamjs/tsconfig.json b/streamjs/tsconfig.json index 085b154b0b..04e78d381a 100644 --- a/streamjs/tsconfig.json +++ b/streamjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/strftime/tsconfig.json b/strftime/tsconfig.json index 0ad2d57444..d38f8a5130 100644 --- a/strftime/tsconfig.json +++ b/strftime/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/string-hash/tsconfig.json b/string-hash/tsconfig.json index e93748c357..1dd70a5366 100644 --- a/string-hash/tsconfig.json +++ b/string-hash/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/string-template/tsconfig.json b/string-template/tsconfig.json index e1b4a16335..88a1f55db6 100644 --- a/string-template/tsconfig.json +++ b/string-template/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/string/tsconfig.json b/string/tsconfig.json index 8be76f7346..7689e0c535 100644 --- a/string/tsconfig.json +++ b/string/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/string_score/tsconfig.json b/string_score/tsconfig.json index 3d2bef3cc3..55978f168d 100644 --- a/string_score/tsconfig.json +++ b/string_score/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/strip-json-comments/tsconfig.json b/strip-json-comments/tsconfig.json index 5be7c63de6..ce91629804 100644 --- a/strip-json-comments/tsconfig.json +++ b/strip-json-comments/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/stripe-checkout/tsconfig.json b/stripe-checkout/tsconfig.json index 653e2dab6f..e56529160a 100644 --- a/stripe-checkout/tsconfig.json +++ b/stripe-checkout/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/stripe-node/tsconfig.json b/stripe-node/tsconfig.json index a52286676a..19f8f0abc7 100644 --- a/stripe-node/tsconfig.json +++ b/stripe-node/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/stripe/tsconfig.json b/stripe/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/stripe/tsconfig.json +++ b/stripe/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/striptags/tsconfig.json b/striptags/tsconfig.json index c59d5e7975..1b6546951d 100644 --- a/striptags/tsconfig.json +++ b/striptags/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/strophe/tsconfig.json b/strophe/tsconfig.json index 9d0d8d4f78..2074301ac2 100644 --- a/strophe/tsconfig.json +++ b/strophe/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/stylus/tsconfig.json b/stylus/tsconfig.json index dcbd07a515..2830d804ac 100644 --- a/stylus/tsconfig.json +++ b/stylus/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/succinct/tsconfig.json b/succinct/tsconfig.json index dcca8bd692..08f949fb0d 100644 --- a/succinct/tsconfig.json +++ b/succinct/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/suitescript/tsconfig.json b/suitescript/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/suitescript/tsconfig.json +++ b/suitescript/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/superagent/tsconfig.json b/superagent/tsconfig.json index fd795c8544..5f216b55da 100644 --- a/superagent/tsconfig.json +++ b/superagent/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/supertest-as-promised/tsconfig.json b/supertest-as-promised/tsconfig.json index 4af8c358e1..7d43842cfb 100644 --- a/supertest-as-promised/tsconfig.json +++ b/supertest-as-promised/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/supertest/tsconfig.json b/supertest/tsconfig.json index bd87dffe5c..d30efc8643 100644 --- a/supertest/tsconfig.json +++ b/supertest/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/supports-color/tsconfig.json b/supports-color/tsconfig.json index 77ab01421d..640d259be1 100644 --- a/supports-color/tsconfig.json +++ b/supports-color/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/survey-knockout/tsconfig.json b/survey-knockout/tsconfig.json index 165c1de16f..72891d6de3 100644 --- a/survey-knockout/tsconfig.json +++ b/survey-knockout/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/svg-injector/tsconfig.json b/svg-injector/tsconfig.json index b8b47dd60b..aad902679f 100644 --- a/svg-injector/tsconfig.json +++ b/svg-injector/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/svg-pan-zoom/tsconfig.json b/svg-pan-zoom/tsconfig.json index 3a69547ace..ac6de0d307 100644 --- a/svg-pan-zoom/tsconfig.json +++ b/svg-pan-zoom/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/svg-sprite/tsconfig.json b/svg-sprite/tsconfig.json index 7692795c0a..d3f4634ae7 100644 --- a/svg-sprite/tsconfig.json +++ b/svg-sprite/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/svg.js/tsconfig.json b/svg.js/tsconfig.json index f5aa84a893..720007c430 100644 --- a/svg.js/tsconfig.json +++ b/svg.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/svg2png/tsconfig.json b/svg2png/tsconfig.json index 1dbc880e9c..94d533f491 100644 --- a/svg2png/tsconfig.json +++ b/svg2png/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/svgjs.draggable/tsconfig.json b/svgjs.draggable/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/svgjs.draggable/tsconfig.json +++ b/svgjs.draggable/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/svgjs.resize/tsconfig.json b/svgjs.resize/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/svgjs.resize/tsconfig.json +++ b/svgjs.resize/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/swag/tsconfig.json b/swag/tsconfig.json index c0079afd9a..13b6de7935 100644 --- a/swag/tsconfig.json +++ b/swag/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/swagger-express-middleware/tsconfig.json b/swagger-express-middleware/tsconfig.json index 8b0d9bbded..6893576b26 100644 --- a/swagger-express-middleware/tsconfig.json +++ b/swagger-express-middleware/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/swagger-jsdoc/tsconfig.json b/swagger-jsdoc/tsconfig.json index 556bcd3f75..03b95e7728 100644 --- a/swagger-jsdoc/tsconfig.json +++ b/swagger-jsdoc/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/swagger-schema-official/tsconfig.json b/swagger-schema-official/tsconfig.json index 9779db38d9..20c7a71092 100644 --- a/swagger-schema-official/tsconfig.json +++ b/swagger-schema-official/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "swagger-schema-official-tests.ts" ] -} +} \ No newline at end of file diff --git a/swaggerize-express/tsconfig.json b/swaggerize-express/tsconfig.json index 1696b68f2c..ea014322c0 100644 --- a/swaggerize-express/tsconfig.json +++ b/swaggerize-express/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sweetalert/tsconfig.json b/sweetalert/tsconfig.json index 5f2293f95e..a7aba0756c 100644 --- a/sweetalert/tsconfig.json +++ b/sweetalert/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/swfobject/tsconfig.json b/swfobject/tsconfig.json index 8e43eba6d9..31a5713daf 100644 --- a/swfobject/tsconfig.json +++ b/swfobject/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/swiftclick/tsconfig.json b/swiftclick/tsconfig.json index e5cc11d675..4843316c10 100644 --- a/swiftclick/tsconfig.json +++ b/swiftclick/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/swig-email-templates/tsconfig.json b/swig-email-templates/tsconfig.json index 6f4eff0d48..cde92c414e 100644 --- a/swig-email-templates/tsconfig.json +++ b/swig-email-templates/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/swig/tsconfig.json b/swig/tsconfig.json index 1c7d22bf06..649549a0cd 100644 --- a/swig/tsconfig.json +++ b/swig/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/swipe/tsconfig.json b/swipe/tsconfig.json index 9e3cf3023a..483ebf83eb 100644 --- a/swipe/tsconfig.json +++ b/swipe/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/swiper/tsconfig.json b/swiper/tsconfig.json index 7b3ba8a539..7bcb715838 100644 --- a/swiper/tsconfig.json +++ b/swiper/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/swipeview/tsconfig.json b/swipeview/tsconfig.json index 2d6df12f7b..886a349e94 100644 --- a/swipeview/tsconfig.json +++ b/swipeview/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/switchery/tsconfig.json b/switchery/tsconfig.json index 5345f7a4a2..d880aaf83c 100644 --- a/switchery/tsconfig.json +++ b/switchery/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/swiz/tsconfig.json b/swiz/tsconfig.json index dc688b8006..3635aad794 100644 --- a/swiz/tsconfig.json +++ b/swiz/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/sylvester/tsconfig.json b/sylvester/tsconfig.json index 253a181410..19b76ac910 100644 --- a/sylvester/tsconfig.json +++ b/sylvester/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/synaptic/tsconfig.json b/synaptic/tsconfig.json index ce04e16223..50bb48df3a 100644 --- a/synaptic/tsconfig.json +++ b/synaptic/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/systemjs/tsconfig.json b/systemjs/tsconfig.json index 9ba1b17acb..a705715622 100644 --- a/systemjs/tsconfig.json +++ b/systemjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tabris/tsconfig.json b/tabris/tsconfig.json index 4f8a0655ce..3a4fbef708 100644 --- a/tabris/tsconfig.json +++ b/tabris/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tabtab/tsconfig.json b/tabtab/tsconfig.json index 21ca580f7c..2d798ee191 100644 --- a/tabtab/tsconfig.json +++ b/tabtab/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tapable/tsconfig.json b/tapable/tsconfig.json index d17c09d65b..6619f475d2 100644 --- a/tapable/tsconfig.json +++ b/tapable/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "tapable-tests.ts" ] -} +} \ No newline at end of file diff --git a/tape/tsconfig.json b/tape/tsconfig.json index 4efd4fd631..2e33f7ef4d 100644 --- a/tape/tsconfig.json +++ b/tape/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tar/tsconfig.json b/tar/tsconfig.json index 8138c1fde2..db64491141 100644 --- a/tar/tsconfig.json +++ b/tar/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tcomb/tsconfig.json b/tcomb/tsconfig.json index c756dee5f9..c273a52135 100644 --- a/tcomb/tsconfig.json +++ b/tcomb/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tea-merge/tsconfig.json b/tea-merge/tsconfig.json index e945c9d358..22e1b19d70 100644 --- a/tea-merge/tsconfig.json +++ b/tea-merge/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tedious-connection-pool/tsconfig.json b/tedious-connection-pool/tsconfig.json index da40fb260a..2405553de4 100644 --- a/tedious-connection-pool/tsconfig.json +++ b/tedious-connection-pool/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tedious/tsconfig.json b/tedious/tsconfig.json index 5b53deff59..7971fbcd67 100644 --- a/tedious/tsconfig.json +++ b/tedious/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/teechart/tsconfig.json b/teechart/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/teechart/tsconfig.json +++ b/teechart/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/temp-fs/tsconfig.json b/temp-fs/tsconfig.json index 4b6d5dbbcc..82e9bb81eb 100644 --- a/temp-fs/tsconfig.json +++ b/temp-fs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/temp/tsconfig.json b/temp/tsconfig.json index 4b377d6a8e..f6353a4d12 100644 --- a/temp/tsconfig.json +++ b/temp/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tempfile/tsconfig.json b/tempfile/tsconfig.json index c8cc4bed81..674d96cba8 100644 --- a/tempfile/tsconfig.json +++ b/tempfile/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/terminal-menu/tsconfig.json b/terminal-menu/tsconfig.json index 31a0584875..d410aaec6e 100644 --- a/terminal-menu/tsconfig.json +++ b/terminal-menu/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tesseract.js/tsconfig.json b/tesseract.js/tsconfig.json index ac66d83611..23579e7f31 100644 --- a/tesseract.js/tsconfig.json +++ b/tesseract.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/tether-drop/tsconfig.json b/tether-drop/tsconfig.json index 3b4d3393e0..60d69fbf74 100644 --- a/tether-drop/tsconfig.json +++ b/tether-drop/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "tether-drop-tests.ts" ] -} +} \ No newline at end of file diff --git a/tether-shepherd/tsconfig.json b/tether-shepherd/tsconfig.json index 012cb4cd73..e7d2e67f71 100644 --- a/tether-shepherd/tsconfig.json +++ b/tether-shepherd/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tether/tsconfig.json b/tether/tsconfig.json index 6e63d261d6..5f1d4c4d17 100644 --- a/tether/tsconfig.json +++ b/tether/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/text-buffer/tsconfig.json b/text-buffer/tsconfig.json index 0e71e9302b..fea903165a 100644 --- a/text-buffer/tsconfig.json +++ b/text-buffer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/text-encoding/tsconfig.json b/text-encoding/tsconfig.json index 69583da152..27ae2db2b6 100644 --- a/text-encoding/tsconfig.json +++ b/text-encoding/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/three/tsconfig.json b/three/tsconfig.json index 8fdc8b0dbb..77266e0713 100644 --- a/three/tsconfig.json +++ b/three/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/thrift/tsconfig.json b/thrift/tsconfig.json index b669e10e55..b0ea4ca03a 100644 --- a/thrift/tsconfig.json +++ b/thrift/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/through/tsconfig.json b/through/tsconfig.json index ca3ebcb3be..e42578e294 100644 --- a/through/tsconfig.json +++ b/through/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/through2/tsconfig.json b/through2/tsconfig.json index 187a443cdd..284c9e1cea 100644 --- a/through2/tsconfig.json +++ b/through2/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tile-reduce/tsconfig.json b/tile-reduce/tsconfig.json index dcc3f0d4b3..cdb61a6bbc 100644 --- a/tile-reduce/tsconfig.json +++ b/tile-reduce/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/tilebelt/tsconfig.json b/tilebelt/tsconfig.json index c0666cbe33..2933b6c4d4 100644 --- a/tilebelt/tsconfig.json +++ b/tilebelt/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/timelinejs/tsconfig.json b/timelinejs/tsconfig.json index 9dff9eed6f..aa37953b16 100644 --- a/timelinejs/tsconfig.json +++ b/timelinejs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/timelinejs3/tsconfig.json b/timelinejs3/tsconfig.json index 52fb2f54bf..7d0fbe1d43 100644 --- a/timelinejs3/tsconfig.json +++ b/timelinejs3/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/timezone-js/tsconfig.json b/timezone-js/tsconfig.json index 554a6d619e..5228aeb86b 100644 --- a/timezone-js/tsconfig.json +++ b/timezone-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/timezonecomplete/tsconfig.json b/timezonecomplete/tsconfig.json index 9fdb5f0c22..806dbe6fa2 100644 --- a/timezonecomplete/tsconfig.json +++ b/timezonecomplete/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tinder/tsconfig.json b/tinder/tsconfig.json index 4c7ff01101..a850cf413f 100644 --- a/tinder/tsconfig.json +++ b/tinder/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tinycolor2/tsconfig.json b/tinycolor2/tsconfig.json index 58e1fc8b69..6f718558b5 100644 --- a/tinycolor2/tsconfig.json +++ b/tinycolor2/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tinycopy/tsconfig.json b/tinycopy/tsconfig.json index 8df15f7767..fac854fb18 100644 --- a/tinycopy/tsconfig.json +++ b/tinycopy/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/titanium/tsconfig.json b/titanium/tsconfig.json index dd508935aa..a8b6b7664b 100644 --- a/titanium/tsconfig.json +++ b/titanium/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/title/tsconfig.json b/title/tsconfig.json index 58625ec5f1..dc0b69fc86 100644 --- a/title/tsconfig.json +++ b/title/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tldjs/tsconfig.json b/tldjs/tsconfig.json index 97866b9ac4..bc9a8dff88 100644 --- a/tldjs/tsconfig.json +++ b/tldjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tmp/tsconfig.json b/tmp/tsconfig.json index ebd05fbdcb..8f0487645e 100644 --- a/tmp/tsconfig.json +++ b/tmp/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/to-title-case-gouch/tsconfig.json b/to-title-case-gouch/tsconfig.json index 40d720e20a..b8611afbc7 100644 --- a/to-title-case-gouch/tsconfig.json +++ b/to-title-case-gouch/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/toastr/tsconfig.json b/toastr/tsconfig.json index 53192c2f14..c323a3ba70 100644 --- a/toastr/tsconfig.json +++ b/toastr/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tooltipster/tsconfig.json b/tooltipster/tsconfig.json index 7101b6dd37..f32701f9d0 100644 --- a/tooltipster/tsconfig.json +++ b/tooltipster/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/torrent-stream/tsconfig.json b/torrent-stream/tsconfig.json index b6662c06b2..92f6af7443 100644 --- a/torrent-stream/tsconfig.json +++ b/torrent-stream/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/touch-events/tsconfig.json b/touch-events/tsconfig.json index 25db07589a..9193ccfb7e 100644 --- a/touch-events/tsconfig.json +++ b/touch-events/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/touch/tsconfig.json b/touch/tsconfig.json index f3a8219e00..11888ba6dd 100644 --- a/touch/tsconfig.json +++ b/touch/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "touch-tests.ts" ] -} +} \ No newline at end of file diff --git a/traceback/tsconfig.json b/traceback/tsconfig.json index 26906a7499..159346e0f0 100644 --- a/traceback/tsconfig.json +++ b/traceback/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tracking/tsconfig.json b/tracking/tsconfig.json index 0914c9fd1d..48ae945595 100644 --- a/tracking/tsconfig.json +++ b/tracking/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/transducers-js/tsconfig.json b/transducers-js/tsconfig.json index 43ebc8534d..1889c2abd8 100644 --- a/transducers-js/tsconfig.json +++ b/transducers-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/traverse/tsconfig.json b/traverse/tsconfig.json index 2bbc981ff7..d0e4026654 100644 --- a/traverse/tsconfig.json +++ b/traverse/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/traverson/tsconfig.json b/traverson/tsconfig.json index e0efbcbe45..07df6da198 100644 --- a/traverson/tsconfig.json +++ b/traverson/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/trayballoon/tsconfig.json b/trayballoon/tsconfig.json index 423e2ebaa8..f3cb062976 100644 --- a/trayballoon/tsconfig.json +++ b/trayballoon/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/trim/tsconfig.json b/trim/tsconfig.json index b063e69e5f..3d22115488 100644 --- a/trim/tsconfig.json +++ b/trim/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/trunk8/tsconfig.json b/trunk8/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/trunk8/tsconfig.json +++ b/trunk8/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tsmonad/tsconfig.json b/tsmonad/tsconfig.json index cd1d382652..939a69fee1 100644 --- a/tsmonad/tsconfig.json +++ b/tsmonad/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tspromise/tsconfig.json b/tspromise/tsconfig.json index a04f5b8e86..1c749f9dac 100644 --- a/tspromise/tsconfig.json +++ b/tspromise/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/turf/tsconfig.json b/turf/tsconfig.json index a99e34b137..49b4273ea3 100644 --- a/turf/tsconfig.json +++ b/turf/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tv4/tsconfig.json b/tv4/tsconfig.json index fff15ddc1c..c85b05e181 100644 --- a/tv4/tsconfig.json +++ b/tv4/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tween.js/tsconfig.json b/tween.js/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/tween.js/tsconfig.json +++ b/tween.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tweenjs/tsconfig.json b/tweenjs/tsconfig.json index 65b0534463..beccf8c50c 100644 --- a/tweenjs/tsconfig.json +++ b/tweenjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/twig/tsconfig.json b/twig/tsconfig.json index 8b59cc12ed..c66588e5e8 100644 --- a/twig/tsconfig.json +++ b/twig/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/twilio/tsconfig.json b/twilio/tsconfig.json index 473a2b70aa..b3f39d47ed 100644 --- a/twilio/tsconfig.json +++ b/twilio/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/twit/tsconfig.json b/twit/tsconfig.json index aaed4adfad..7170dfd681 100644 --- a/twit/tsconfig.json +++ b/twit/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/twitter-text/tsconfig.json b/twitter-text/tsconfig.json index ee36a1c917..8c9a5ea21a 100644 --- a/twitter-text/tsconfig.json +++ b/twitter-text/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/twitter/tsconfig.json b/twitter/tsconfig.json index 901c62dfe7..70f92a173c 100644 --- a/twitter/tsconfig.json +++ b/twitter/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/twix/tsconfig.json b/twix/tsconfig.json index 870fe55460..40c2917419 100644 --- a/twix/tsconfig.json +++ b/twix/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/type-check/tsconfig.json b/type-check/tsconfig.json index dd60edf07e..07175ce672 100644 --- a/type-check/tsconfig.json +++ b/type-check/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/type-detect/tsconfig.json b/type-detect/tsconfig.json index 0a72d8a080..7cc15a4fbe 100644 --- a/type-detect/tsconfig.json +++ b/type-detect/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/type-name/tsconfig.json b/type-name/tsconfig.json index 50396c4601..f6ba3a71bb 100644 --- a/type-name/tsconfig.json +++ b/type-name/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/typeahead/tsconfig.json b/typeahead/tsconfig.json index a849d787e1..0a273454d2 100644 --- a/typeahead/tsconfig.json +++ b/typeahead/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/typedarray-pool/tsconfig.json b/typedarray-pool/tsconfig.json index 5187fcd298..403710851c 100644 --- a/typedarray-pool/tsconfig.json +++ b/typedarray-pool/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "typedarray-pool-tests.ts" ] -} +} \ No newline at end of file diff --git a/typescript-deferred/tsconfig.json b/typescript-deferred/tsconfig.json index 794a346f50..9bb97f0a9f 100644 --- a/typescript-deferred/tsconfig.json +++ b/typescript-deferred/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/typescript-stl/tsconfig.json b/typescript-stl/tsconfig.json index df369aaf43..228f504ded 100644 --- a/typescript-stl/tsconfig.json +++ b/typescript-stl/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/tz-format/tsconfig.json b/tz-format/tsconfig.json index 1bf186b6b8..643b206b10 100644 --- a/tz-format/tsconfig.json +++ b/tz-format/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ua-parser-js/tsconfig.json b/ua-parser-js/tsconfig.json index 7ec0d8567b..e3d929b760 100644 --- a/ua-parser-js/tsconfig.json +++ b/ua-parser-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/uglify-js/tsconfig.json b/uglify-js/tsconfig.json index 9766f9d5b1..ae37bef012 100644 --- a/uglify-js/tsconfig.json +++ b/uglify-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/uglifycss/tsconfig.json b/uglifycss/tsconfig.json index 94ebfb892d..8a290a83da 100644 --- a/uglifycss/tsconfig.json +++ b/uglifycss/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ui-grid/tsconfig.json b/ui-grid/tsconfig.json index f2fcdfd60b..24ebccdfc2 100644 --- a/ui-grid/tsconfig.json +++ b/ui-grid/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ui-router-extras/tsconfig.json b/ui-router-extras/tsconfig.json index 900566d162..2a5a0faa28 100644 --- a/ui-router-extras/tsconfig.json +++ b/ui-router-extras/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ui-select/tsconfig.json b/ui-select/tsconfig.json index 21b7f2e099..0802d2ad3e 100644 --- a/ui-select/tsconfig.json +++ b/ui-select/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/uid-safe/tsconfig.json b/uid-safe/tsconfig.json index 5c29fae11c..fd6fdcb881 100644 --- a/uid-safe/tsconfig.json +++ b/uid-safe/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/uikit/tsconfig.json b/uikit/tsconfig.json index 9c36affeab..98b6d59d50 100644 --- a/uikit/tsconfig.json +++ b/uikit/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "uikit-tests.ts" ] -} +} \ No newline at end of file diff --git a/uk.co.workingedge.phonegap.plugin.istablet/tsconfig.json b/uk.co.workingedge.phonegap.plugin.istablet/tsconfig.json index 898fac1cd2..da8651d5a7 100644 --- a/uk.co.workingedge.phonegap.plugin.istablet/tsconfig.json +++ b/uk.co.workingedge.phonegap.plugin.istablet/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/uk.co.workingedge.phonegap.plugin.launchnavigator/tsconfig.json b/uk.co.workingedge.phonegap.plugin.launchnavigator/tsconfig.json index e2f056296b..c630765f15 100644 --- a/uk.co.workingedge.phonegap.plugin.launchnavigator/tsconfig.json +++ b/uk.co.workingedge.phonegap.plugin.launchnavigator/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/umbraco/tsconfig.json b/umbraco/tsconfig.json index f68ee91c0f..56ff69771a 100644 --- a/umbraco/tsconfig.json +++ b/umbraco/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/umzug/tsconfig.json b/umzug/tsconfig.json index 5247c4cfe6..da857bcc23 100644 --- a/umzug/tsconfig.json +++ b/umzug/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/underscore-ko/tsconfig.json b/underscore-ko/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/underscore-ko/tsconfig.json +++ b/underscore-ko/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/underscore.string/tsconfig.json b/underscore.string/tsconfig.json index 95776521f3..c533f2055c 100644 --- a/underscore.string/tsconfig.json +++ b/underscore.string/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/underscore/tsconfig.json b/underscore/tsconfig.json index 9d6986acd4..7af7f59118 100644 --- a/underscore/tsconfig.json +++ b/underscore/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/undertaker/tsconfig.json b/undertaker/tsconfig.json index 31889f20a3..47c6e7460d 100644 --- a/undertaker/tsconfig.json +++ b/undertaker/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/uniq/tsconfig.json b/uniq/tsconfig.json index 4917e027ed..bee51f09ff 100644 --- a/uniq/tsconfig.json +++ b/uniq/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/unique-random/tsconfig.json b/unique-random/tsconfig.json index e28a73cf93..37a49cff55 100644 --- a/unique-random/tsconfig.json +++ b/unique-random/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/unity-webapi/tsconfig.json b/unity-webapi/tsconfig.json index e2bbe55d08..e70d04c502 100644 --- a/unity-webapi/tsconfig.json +++ b/unity-webapi/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/universal-analytics/tsconfig.json b/universal-analytics/tsconfig.json index 257394776d..1b2dfe5169 100644 --- a/universal-analytics/tsconfig.json +++ b/universal-analytics/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/universal-router/tsconfig.json b/universal-router/tsconfig.json index 67d79cbdde..2448cc13b7 100644 --- a/universal-router/tsconfig.json +++ b/universal-router/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/unorm/tsconfig.json b/unorm/tsconfig.json index 731f566d78..252285a653 100644 --- a/unorm/tsconfig.json +++ b/unorm/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/update-notifier/tsconfig.json b/update-notifier/tsconfig.json index 1a9a62684d..d0c79d6b99 100644 --- a/update-notifier/tsconfig.json +++ b/update-notifier/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/urbanairship-cordova/tsconfig.json b/urbanairship-cordova/tsconfig.json index c4d62f69b1..19fa4d2a1c 100644 --- a/urbanairship-cordova/tsconfig.json +++ b/urbanairship-cordova/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/uri-templates/tsconfig.json b/uri-templates/tsconfig.json index 807909275b..582792c225 100644 --- a/uri-templates/tsconfig.json +++ b/uri-templates/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/urijs/tsconfig.json b/urijs/tsconfig.json index faa10759c8..968305c463 100644 --- a/urijs/tsconfig.json +++ b/urijs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/uritemplate/tsconfig.json b/uritemplate/tsconfig.json index cfeb357411..4692e22e26 100644 --- a/uritemplate/tsconfig.json +++ b/uritemplate/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/url-join/tsconfig.json b/url-join/tsconfig.json index de90da89d2..6bd1781267 100644 --- a/url-join/tsconfig.json +++ b/url-join/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/url-template/tsconfig.json b/url-template/tsconfig.json index 03129446c5..8662846c81 100644 --- a/url-template/tsconfig.json +++ b/url-template/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/urlrouter/tsconfig.json b/urlrouter/tsconfig.json index 3420fda251..c8d1f973ad 100644 --- a/urlrouter/tsconfig.json +++ b/urlrouter/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/urlsafe-base64/tsconfig.json b/urlsafe-base64/tsconfig.json index 903d7441ff..675819649c 100644 --- a/urlsafe-base64/tsconfig.json +++ b/urlsafe-base64/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/usage/tsconfig.json b/usage/tsconfig.json index a977292236..70f29bf208 100644 --- a/usage/tsconfig.json +++ b/usage/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/usb/tsconfig.json b/usb/tsconfig.json index 9f47845728..d355d8e99e 100644 --- a/usb/tsconfig.json +++ b/usb/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/useragent/tsconfig.json b/useragent/tsconfig.json index dbb7318039..2823ad003c 100644 --- a/useragent/tsconfig.json +++ b/useragent/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/username/tsconfig.json b/username/tsconfig.json index 3067fa9594..36f0469451 100644 --- a/username/tsconfig.json +++ b/username/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/utf8/tsconfig.json b/utf8/tsconfig.json index 6585a369ce..007b2a5d4a 100644 --- a/utf8/tsconfig.json +++ b/utf8/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/utils-merge/tsconfig.json b/utils-merge/tsconfig.json index a9c135583b..a346f10cd5 100644 --- a/utils-merge/tsconfig.json +++ b/utils-merge/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/uuid-1345/tsconfig.json b/uuid-1345/tsconfig.json index f47e3f3c96..1bfb2c222a 100644 --- a/uuid-1345/tsconfig.json +++ b/uuid-1345/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/uuid/tsconfig.json b/uuid/tsconfig.json index 02a01e4383..7dfec7ba95 100644 --- a/uuid/tsconfig.json +++ b/uuid/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "uuid-tests.ts" ] -} +} \ No newline at end of file diff --git a/uuidjs/tsconfig.json b/uuidjs/tsconfig.json index 559d117755..6c43a5006f 100644 --- a/uuidjs/tsconfig.json +++ b/uuidjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "UUID-tests.ts" ] -} +} \ No newline at end of file diff --git a/v8-profiler/tsconfig.json b/v8-profiler/tsconfig.json index a7f491edce..8c486768c1 100644 --- a/v8-profiler/tsconfig.json +++ b/v8-profiler/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/valdr-message/tsconfig.json b/valdr-message/tsconfig.json index 290b4b880a..36201b273e 100644 --- a/valdr-message/tsconfig.json +++ b/valdr-message/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/valdr/tsconfig.json b/valdr/tsconfig.json index 562fc32cbd..489c0164a1 100644 --- a/valdr/tsconfig.json +++ b/valdr/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/valerie/tsconfig.json b/valerie/tsconfig.json index 4bef97d470..9059a89114 100644 --- a/valerie/tsconfig.json +++ b/valerie/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/valid-url/tsconfig.json b/valid-url/tsconfig.json index 4f9515df91..28487f0148 100644 --- a/valid-url/tsconfig.json +++ b/valid-url/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/validate.js/tsconfig.json b/validate.js/tsconfig.json index dae4ea501e..0db72de62f 100644 --- a/validate.js/tsconfig.json +++ b/validate.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/validator/tsconfig.json b/validator/tsconfig.json index de81e29d29..ac9f5435eb 100644 --- a/validator/tsconfig.json +++ b/validator/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/validatorjs/tsconfig.json b/validatorjs/tsconfig.json index 176809589c..ca2e335671 100644 --- a/validatorjs/tsconfig.json +++ b/validatorjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/vec3/tsconfig.json b/vec3/tsconfig.json index a5399026cc..34661179af 100644 --- a/vec3/tsconfig.json +++ b/vec3/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/vectorious/tsconfig.json b/vectorious/tsconfig.json index 534c4da491..94a220b448 100644 --- a/vectorious/tsconfig.json +++ b/vectorious/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/vega/tsconfig.json b/vega/tsconfig.json index ef43106924..ba1ddb9543 100644 --- a/vega/tsconfig.json +++ b/vega/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/velocity-animate/tsconfig.json b/velocity-animate/tsconfig.json index 1500db5096..9c26321d19 100644 --- a/velocity-animate/tsconfig.json +++ b/velocity-animate/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/verror/tsconfig.json b/verror/tsconfig.json index ecf06b6c16..bda043af17 100644 --- a/verror/tsconfig.json +++ b/verror/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/vex-js/tsconfig.json b/vex-js/tsconfig.json index 1de93b2aaf..fcaf4b9f3b 100644 --- a/vex-js/tsconfig.json +++ b/vex-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/vexflow/tsconfig.json b/vexflow/tsconfig.json index 2b98c6a4ed..3add2c063b 100644 --- a/vexflow/tsconfig.json +++ b/vexflow/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/victor/tsconfig.json b/victor/tsconfig.json index 9c9f0aaee3..51f54b9ad0 100644 --- a/victor/tsconfig.json +++ b/victor/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/victory/tsconfig.json b/victory/tsconfig.json index 9da672453f..f0b3061774 100644 --- a/victory/tsconfig.json +++ b/victory/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -11,7 +12,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react" }, "files": [ diff --git a/videojs/tsconfig.json b/videojs/tsconfig.json index 89b00940d0..3aece7b4fc 100644 --- a/videojs/tsconfig.json +++ b/videojs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/viewporter/tsconfig.json b/viewporter/tsconfig.json index 52c9e50f29..746c2f4fa8 100644 --- a/viewporter/tsconfig.json +++ b/viewporter/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": false, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/vimeo/tsconfig.json b/vimeo/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/vimeo/tsconfig.json +++ b/vimeo/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/vinyl-buffer/tsconfig.json b/vinyl-buffer/tsconfig.json index 20be3e9adc..cc35edd7d7 100644 --- a/vinyl-buffer/tsconfig.json +++ b/vinyl-buffer/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/vinyl-fs/tsconfig.json b/vinyl-fs/tsconfig.json index 47b3a2bfee..6eb259e8a3 100644 --- a/vinyl-fs/tsconfig.json +++ b/vinyl-fs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/vinyl-paths/tsconfig.json b/vinyl-paths/tsconfig.json index ab04542027..8c6e0a0142 100644 --- a/vinyl-paths/tsconfig.json +++ b/vinyl-paths/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/vinyl-source-stream/tsconfig.json b/vinyl-source-stream/tsconfig.json index 887278d2b2..271031aa99 100644 --- a/vinyl-source-stream/tsconfig.json +++ b/vinyl-source-stream/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/vinyl/tsconfig.json b/vinyl/tsconfig.json index 27dd21e240..8ba48aef14 100644 --- a/vinyl/tsconfig.json +++ b/vinyl/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "vinyl-tests.ts" ] -} +} \ No newline at end of file diff --git a/virtual-dom/tsconfig.json b/virtual-dom/tsconfig.json index 8e400be178..d53dbb1790 100644 --- a/virtual-dom/tsconfig.json +++ b/virtual-dom/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/vitalsigns/tsconfig.json b/vitalsigns/tsconfig.json index ac476c9d97..f013828d24 100644 --- a/vitalsigns/tsconfig.json +++ b/vitalsigns/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/vivus/tsconfig.json b/vivus/tsconfig.json index 9cb518c427..14b03ade3a 100644 --- a/vivus/tsconfig.json +++ b/vivus/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/voronoi-diagram/tsconfig.json b/voronoi-diagram/tsconfig.json index 1347450427..b7c919ef57 100644 --- a/voronoi-diagram/tsconfig.json +++ b/voronoi-diagram/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/vortex-web-client/tsconfig.json b/vortex-web-client/tsconfig.json index ac33705213..f8b31e56ed 100644 --- a/vortex-web-client/tsconfig.json +++ b/vortex-web-client/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/voximplant-websdk/tsconfig.json b/voximplant-websdk/tsconfig.json index 8e8910c6f8..981845ed4f 100644 --- a/voximplant-websdk/tsconfig.json +++ b/voximplant-websdk/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/vso-node-api/tsconfig.json b/vso-node-api/tsconfig.json index d6e0075d62..0452550f76 100644 --- a/vso-node-api/tsconfig.json +++ b/vso-node-api/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/vue-resource/tsconfig.json b/vue-resource/tsconfig.json index 5564f256be..02563f1bc7 100644 --- a/vue-resource/tsconfig.json +++ b/vue-resource/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/vue-router/tsconfig.json b/vue-router/tsconfig.json index be4965ba97..ec3371b3e8 100644 --- a/vue-router/tsconfig.json +++ b/vue-router/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/vue/tsconfig.json b/vue/tsconfig.json index 152a23449d..b63d243d44 100644 --- a/vue/tsconfig.json +++ b/vue/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/w2ui/tsconfig.json b/w2ui/tsconfig.json index 585d74fed5..39f624787e 100644 --- a/w2ui/tsconfig.json +++ b/w2ui/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/wake_on_lan/tsconfig.json b/wake_on_lan/tsconfig.json index 89136d9d2f..2b0ebf3545 100644 --- a/wake_on_lan/tsconfig.json +++ b/wake_on_lan/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/wallabyjs/tsconfig.json b/wallabyjs/tsconfig.json index 81932f30f0..7052079b49 100644 --- a/wallabyjs/tsconfig.json +++ b/wallabyjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/wampy/tsconfig.json b/wampy/tsconfig.json index cb63f38026..581494a6b3 100644 --- a/wampy/tsconfig.json +++ b/wampy/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/warning/tsconfig.json b/warning/tsconfig.json index f43d8a936c..66af811991 100644 --- a/warning/tsconfig.json +++ b/warning/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "warning-tests.ts" ] -} +} \ No newline at end of file diff --git a/watch/tsconfig.json b/watch/tsconfig.json index 7477ad0c13..84bf3caa33 100644 --- a/watch/tsconfig.json +++ b/watch/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/watchify/tsconfig.json b/watchify/tsconfig.json index 4ee0c6440e..0123e2a34f 100644 --- a/watchify/tsconfig.json +++ b/watchify/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/waterline/tsconfig.json b/waterline/tsconfig.json index bc53759038..18dea772ed 100644 --- a/waterline/tsconfig.json +++ b/waterline/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/weapp-api/tsconfig.json b/weapp-api/tsconfig.json index 3753c73a5b..e20cf2b53f 100644 --- a/weapp-api/tsconfig.json +++ b/weapp-api/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/web-bluetooth/tsconfig.json b/web-bluetooth/tsconfig.json index 880639a086..5166c51c87 100644 --- a/web-bluetooth/tsconfig.json +++ b/web-bluetooth/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/webaudioapi/tsconfig.json b/webaudioapi/tsconfig.json index 65ae956cdd..6bd7ac4c89 100644 --- a/webaudioapi/tsconfig.json +++ b/webaudioapi/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/webcl/tsconfig.json b/webcl/tsconfig.json index eda8d0eadc..968d949878 100644 --- a/webcl/tsconfig.json +++ b/webcl/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/webcola/tsconfig.json b/webcola/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/webcola/tsconfig.json +++ b/webcola/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/webcomponents.js/tsconfig.json b/webcomponents.js/tsconfig.json index 87ec436f62..90dbd70656 100644 --- a/webcomponents.js/tsconfig.json +++ b/webcomponents.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/webcrypto/tsconfig.json b/webcrypto/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/webcrypto/tsconfig.json +++ b/webcrypto/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/webdriverio/tsconfig.json b/webdriverio/tsconfig.json index c0035206bc..d726731092 100644 --- a/webdriverio/tsconfig.json +++ b/webdriverio/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/webfontloader/tsconfig.json b/webfontloader/tsconfig.json index 1179d5a4ff..67ee4d6dd9 100644 --- a/webfontloader/tsconfig.json +++ b/webfontloader/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/webgl-ext/tsconfig.json b/webgl-ext/tsconfig.json index 15671ebdab..6106de4185 100644 --- a/webgl-ext/tsconfig.json +++ b/webgl-ext/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/webgme/tsconfig.json b/webgme/tsconfig.json index 17039ce0e4..c5557c1f42 100644 --- a/webgme/tsconfig.json +++ b/webgme/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/webix/tsconfig.json b/webix/tsconfig.json index 859099c7e8..86c5810808 100644 --- a/webix/tsconfig.json +++ b/webix/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/webmidi/tsconfig.json b/webmidi/tsconfig.json index f56194f32f..40eb24fb9b 100644 --- a/webmidi/tsconfig.json +++ b/webmidi/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/webpack-dev-server/tsconfig.json b/webpack-dev-server/tsconfig.json index c505986fbb..b739c3bbfe 100644 --- a/webpack-dev-server/tsconfig.json +++ b/webpack-dev-server/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/webpack-env/tsconfig.json b/webpack-env/tsconfig.json index bb3d88e9dc..1d15dc3211 100644 --- a/webpack-env/tsconfig.json +++ b/webpack-env/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/webpack-fail-plugin/tsconfig.json b/webpack-fail-plugin/tsconfig.json index 45da9eda05..cf1ae62e81 100644 --- a/webpack-fail-plugin/tsconfig.json +++ b/webpack-fail-plugin/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/webpack-merge/tsconfig.json b/webpack-merge/tsconfig.json index 1ac41b1a73..8cdd686ede 100644 --- a/webpack-merge/tsconfig.json +++ b/webpack-merge/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/webpack-sources/tsconfig.json b/webpack-sources/tsconfig.json index cfffc3587a..cf3a949d80 100644 --- a/webpack-sources/tsconfig.json +++ b/webpack-sources/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "webpack-sources-tests.ts" ] -} +} \ No newline at end of file diff --git a/webpack-stream/tsconfig.json b/webpack-stream/tsconfig.json index b5b8e7f1bf..089de30959 100644 --- a/webpack-stream/tsconfig.json +++ b/webpack-stream/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/webpack-validator/tsconfig.json b/webpack-validator/tsconfig.json index eba1923f74..86aebd1491 100644 --- a/webpack-validator/tsconfig.json +++ b/webpack-validator/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/webpack/tsconfig.json b/webpack/tsconfig.json index d19613deb8..03bfb240e7 100644 --- a/webpack/tsconfig.json +++ b/webpack/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/webrtc/tsconfig.json b/webrtc/tsconfig.json index dc3e9e1905..24e93f0931 100644 --- a/webrtc/tsconfig.json +++ b/webrtc/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/website-scraper/tsconfig.json b/website-scraper/tsconfig.json index 4b973f9167..1cfd003541 100644 --- a/website-scraper/tsconfig.json +++ b/website-scraper/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "website-scraper-tests.ts" ] -} +} \ No newline at end of file diff --git a/websocket/tsconfig.json b/websocket/tsconfig.json index 6c8b54817a..a10e414c11 100644 --- a/websocket/tsconfig.json +++ b/websocket/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/webspeechapi/tsconfig.json b/webspeechapi/tsconfig.json index e30a591dc5..07cc83d6e1 100644 --- a/webspeechapi/tsconfig.json +++ b/webspeechapi/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/websql/tsconfig.json b/websql/tsconfig.json index d8a8c79c56..5faa5767ff 100644 --- a/websql/tsconfig.json +++ b/websql/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/webtorrent/tsconfig.json b/webtorrent/tsconfig.json index 5c55af5f45..a874a578e5 100644 --- a/webtorrent/tsconfig.json +++ b/webtorrent/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/webvr-api/tsconfig.json b/webvr-api/tsconfig.json index 1d5b0dab8a..74b37a497e 100644 --- a/webvr-api/tsconfig.json +++ b/webvr-api/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/weighted/tsconfig.json b/weighted/tsconfig.json index 1a28d0f23c..68f5121746 100644 --- a/weighted/tsconfig.json +++ b/weighted/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/whatwg-fetch/tsconfig.json b/whatwg-fetch/tsconfig.json index 4e8f7e915e..2bb9427c7a 100644 --- a/whatwg-fetch/tsconfig.json +++ b/whatwg-fetch/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/whatwg-streams/tsconfig.json b/whatwg-streams/tsconfig.json index 318d69cb04..c4a7462d1b 100644 --- a/whatwg-streams/tsconfig.json +++ b/whatwg-streams/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/when/tsconfig.json b/when/tsconfig.json index dcdabf1575..99412dac98 100644 --- a/when/tsconfig.json +++ b/when/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/which/tsconfig.json b/which/tsconfig.json index 91592c80c3..1f2cdf91c4 100644 --- a/which/tsconfig.json +++ b/which/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/why-did-you-update/tsconfig.json b/why-did-you-update/tsconfig.json index 912bd84be8..e72629d16f 100644 --- a/why-did-you-update/tsconfig.json +++ b/why-did-you-update/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/wiiu/tsconfig.json b/wiiu/tsconfig.json index 8f6293c6d0..841a91c0f7 100644 --- a/wiiu/tsconfig.json +++ b/wiiu/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/window-or-global/tsconfig.json b/window-or-global/tsconfig.json index 4c3c43f54c..f8998e0cda 100644 --- a/window-or-global/tsconfig.json +++ b/window-or-global/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "window-or-global-tests.ts" ] -} +} \ No newline at end of file diff --git a/window-size/tsconfig.json b/window-size/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/window-size/tsconfig.json +++ b/window-size/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/windows-1251/tsconfig.json b/windows-1251/tsconfig.json index f2bfc69351..f8674c8c4d 100644 --- a/windows-1251/tsconfig.json +++ b/windows-1251/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/windows-service/tsconfig.json b/windows-service/tsconfig.json index 892b45a3ab..a7925ef470 100644 --- a/windows-service/tsconfig.json +++ b/windows-service/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/winjs/tsconfig.json b/winjs/tsconfig.json index a76d9cbdb5..5692e5627e 100644 --- a/winjs/tsconfig.json +++ b/winjs/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/winreg/tsconfig.json b/winreg/tsconfig.json index 4f01230361..f55b21084c 100644 --- a/winreg/tsconfig.json +++ b/winreg/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/winrt-uwp/tsconfig.json b/winrt-uwp/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/winrt-uwp/tsconfig.json +++ b/winrt-uwp/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/winrt/tsconfig.json b/winrt/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/winrt/tsconfig.json +++ b/winrt/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/winston-dynamodb/tsconfig.json b/winston-dynamodb/tsconfig.json index ddfaa0fb8c..4f34b30238 100644 --- a/winston-dynamodb/tsconfig.json +++ b/winston-dynamodb/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/winston/tsconfig.json b/winston/tsconfig.json index 7ceb71133d..9cdcb3bc9e 100644 --- a/winston/tsconfig.json +++ b/winston/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/wiredep/tsconfig.json b/wiredep/tsconfig.json index 45ac06f77d..c6e4dd32f7 100644 --- a/wiredep/tsconfig.json +++ b/wiredep/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/wiring-pi/tsconfig.json b/wiring-pi/tsconfig.json index d419409169..8e02deab5c 100644 --- a/wiring-pi/tsconfig.json +++ b/wiring-pi/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/wnumb/tsconfig.json b/wnumb/tsconfig.json index 178c5f1a25..ef3f675505 100644 --- a/wnumb/tsconfig.json +++ b/wnumb/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/wolfy87-eventemitter/tsconfig.json b/wolfy87-eventemitter/tsconfig.json index d4616b60ee..6cbcaf2727 100644 --- a/wolfy87-eventemitter/tsconfig.json +++ b/wolfy87-eventemitter/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/wordcloud/tsconfig.json b/wordcloud/tsconfig.json index 6fa3fc4b92..45de126695 100644 --- a/wordcloud/tsconfig.json +++ b/wordcloud/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/wrap-ansi/tsconfig.json b/wrap-ansi/tsconfig.json index d1a990dcb6..a88c4e1186 100644 --- a/wrap-ansi/tsconfig.json +++ b/wrap-ansi/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/wreck/tsconfig.json b/wreck/tsconfig.json index 06a0311352..cd4517f6a7 100644 --- a/wreck/tsconfig.json +++ b/wreck/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/wrench/tsconfig.json b/wrench/tsconfig.json index 3bac9c3a0f..e046663bbc 100644 --- a/wrench/tsconfig.json +++ b/wrench/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ws/tsconfig.json b/ws/tsconfig.json index c8c97cf6ab..85c1f15ef5 100644 --- a/ws/tsconfig.json +++ b/ws/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/wu/tsconfig.json b/wu/tsconfig.json index f2135e792b..f85d0cad98 100644 --- a/wu/tsconfig.json +++ b/wu/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/x-editable/tsconfig.json b/x-editable/tsconfig.json index ba76b19e9d..1b1cda2c02 100644 --- a/x-editable/tsconfig.json +++ b/x-editable/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/x2js/tsconfig.json b/x2js/tsconfig.json index 9953e97c74..860553af5b 100644 --- a/x2js/tsconfig.json +++ b/x2js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/xadesjs/tsconfig.json b/xadesjs/tsconfig.json index 92a488bcaf..65d3a8c0f4 100644 --- a/xadesjs/tsconfig.json +++ b/xadesjs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/xdate/tsconfig.json b/xdate/tsconfig.json index 5a6eb02c0c..ed4a312800 100644 --- a/xdate/tsconfig.json +++ b/xdate/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/xdomain/tsconfig.json b/xdomain/tsconfig.json index 8a374adad8..6bd9b092b1 100644 --- a/xdomain/tsconfig.json +++ b/xdomain/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/xlsx/tsconfig.json b/xlsx/tsconfig.json index 3204b37f8f..6d69f325fc 100644 --- a/xlsx/tsconfig.json +++ b/xlsx/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/xml-js/tsconfig.json b/xml-js/tsconfig.json index 5880b2f31d..fc5657655e 100644 --- a/xml-js/tsconfig.json +++ b/xml-js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "xml-js-tests.ts" ] -} +} \ No newline at end of file diff --git a/xml-parser/tsconfig.json b/xml-parser/tsconfig.json index 05293d45d0..3f43c0a13a 100644 --- a/xml-parser/tsconfig.json +++ b/xml-parser/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/xml/tsconfig.json b/xml/tsconfig.json index 48e5377f30..db69937dc5 100644 --- a/xml/tsconfig.json +++ b/xml/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "xml-tests.ts" ] -} +} \ No newline at end of file diff --git a/xml2js/tsconfig.json b/xml2js/tsconfig.json index 8e23bd3395..01f9bcaad2 100644 --- a/xml2js/tsconfig.json +++ b/xml2js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "xml2js-tests.ts" ] -} +} \ No newline at end of file diff --git a/xmlbuilder/tsconfig.json b/xmlbuilder/tsconfig.json index 317498f199..cf88610982 100644 --- a/xmlbuilder/tsconfig.json +++ b/xmlbuilder/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/xmldoc/tsconfig.json b/xmldoc/tsconfig.json index 8cb7a06107..bb457db2a6 100644 --- a/xmldoc/tsconfig.json +++ b/xmldoc/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/xmldom/tsconfig.json b/xmldom/tsconfig.json index 38c4099a1d..7f7767880d 100644 --- a/xmldom/tsconfig.json +++ b/xmldom/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/xmlpoke/tsconfig.json b/xmlpoke/tsconfig.json index d2ab396bd2..356a1020e2 100644 --- a/xmlpoke/tsconfig.json +++ b/xmlpoke/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/xmlrpc/tsconfig.json b/xmlrpc/tsconfig.json index 873f195a8a..f1b2b8a17a 100644 --- a/xmlrpc/tsconfig.json +++ b/xmlrpc/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/xmltojson/tsconfig.json b/xmltojson/tsconfig.json index e7bd6b5355..b55d1e92bf 100644 --- a/xmltojson/tsconfig.json +++ b/xmltojson/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/xregexp/tsconfig.json b/xregexp/tsconfig.json index 04e28c21c5..1cf621236d 100644 --- a/xregexp/tsconfig.json +++ b/xregexp/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/xrm/tsconfig.json b/xrm/tsconfig.json index 609e7a8e61..fe0ed76793 100644 --- a/xrm/tsconfig.json +++ b/xrm/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/xsd-schema-validator/tsconfig.json b/xsd-schema-validator/tsconfig.json index 2786abcd0a..f41083f666 100644 --- a/xsd-schema-validator/tsconfig.json +++ b/xsd-schema-validator/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ @@ -16,4 +17,4 @@ "index.d.ts", "xsd-schema-validator-tests.ts" ] -} +} \ No newline at end of file diff --git a/xsockets/tsconfig.json b/xsockets/tsconfig.json index 863be28776..9e6f081d02 100644 --- a/xsockets/tsconfig.json +++ b/xsockets/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/xss-filters/tsconfig.json b/xss-filters/tsconfig.json index 27b6a76428..9e3c61cc8f 100644 --- a/xss-filters/tsconfig.json +++ b/xss-filters/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/xtend/tsconfig.json b/xtend/tsconfig.json index 61b78981ae..f2544d73e9 100644 --- a/xtend/tsconfig.json +++ b/xtend/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/xterm/tsconfig.json b/xterm/tsconfig.json index 6174d757b6..df7d8f669f 100644 --- a/xterm/tsconfig.json +++ b/xterm/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/yamljs/tsconfig.json b/yamljs/tsconfig.json index 8e23e169bd..790e5ca134 100644 --- a/yamljs/tsconfig.json +++ b/yamljs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/yandex-money-sdk/tsconfig.json b/yandex-money-sdk/tsconfig.json index 8af5ad607b..b1305c1b19 100644 --- a/yandex-money-sdk/tsconfig.json +++ b/yandex-money-sdk/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/yargs/tsconfig.json b/yargs/tsconfig.json index 51acdb3c3e..e454b548e6 100644 --- a/yargs/tsconfig.json +++ b/yargs/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/yayson/tsconfig.json b/yayson/tsconfig.json index 33d32555f9..7d5d732922 100644 --- a/yayson/tsconfig.json +++ b/yayson/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/ydn-db/tsconfig.json b/ydn-db/tsconfig.json index 0802c4fbb2..7263ee2b02 100644 --- a/ydn-db/tsconfig.json +++ b/ydn-db/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/yeoman-generator/tsconfig.json b/yeoman-generator/tsconfig.json index 71b206500b..a86e42c3ff 100644 --- a/yeoman-generator/tsconfig.json +++ b/yeoman-generator/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/yfiles/tsconfig.json b/yfiles/tsconfig.json index 4d99e8e7e0..a32da5c0c8 100644 --- a/yfiles/tsconfig.json +++ b/yfiles/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/yosay/tsconfig.json b/yosay/tsconfig.json index 210d6f72f7..8d739f0ca0 100644 --- a/yosay/tsconfig.json +++ b/yosay/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/youtube/tsconfig.json b/youtube/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/youtube/tsconfig.json +++ b/youtube/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/yui/tsconfig.json b/yui/tsconfig.json index 79b9eb6b27..cdcaca971c 100644 --- a/yui/tsconfig.json +++ b/yui/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/z-schema/tsconfig.json b/z-schema/tsconfig.json index 12bd4ee2f8..b7718dbd07 100644 --- a/z-schema/tsconfig.json +++ b/z-schema/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/zepto/tsconfig.json b/zepto/tsconfig.json index d98f608d95..fb2eea8f55 100644 --- a/zepto/tsconfig.json +++ b/zepto/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/zeroclipboard/tsconfig.json b/zeroclipboard/tsconfig.json index c104cc646a..1933bc4b7b 100644 --- a/zeroclipboard/tsconfig.json +++ b/zeroclipboard/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/zip.js/tsconfig.json b/zip.js/tsconfig.json index d469c02b59..eb6f5cc15a 100644 --- a/zip.js/tsconfig.json +++ b/zip.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/zmq/tsconfig.json b/zmq/tsconfig.json index 6116c582e2..6854129202 100644 --- a/zmq/tsconfig.json +++ b/zmq/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/zone.js/tsconfig.json b/zone.js/tsconfig.json index 03336ad1bb..8e2ce93f4d 100644 --- a/zone.js/tsconfig.json +++ b/zone.js/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/zynga-scroller/tsconfig.json b/zynga-scroller/tsconfig.json index 8f153acbd2..8ae7ba2056 100644 --- a/zynga-scroller/tsconfig.json +++ b/zynga-scroller/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [