diff --git a/types/abbrev/tsconfig.json b/types/abbrev/tsconfig.json index 95c20ed32a..0755c19fe1 100644 --- a/types/abbrev/tsconfig.json +++ b/types/abbrev/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "abbrev-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ably/tsconfig.json b/types/ably/tsconfig.json index 86c7bc0114..844463ce68 100644 --- a/types/ably/tsconfig.json +++ b/types/ably/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/abs/tsconfig.json b/types/abs/tsconfig.json index 8921c60cd0..2bcb3f7094 100644 --- a/types/abs/tsconfig.json +++ b/types/abs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/absolute/tsconfig.json b/types/absolute/tsconfig.json index d12e097c74..ba18df791e 100644 --- a/types/absolute/tsconfig.json +++ b/types/absolute/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/acc-wizard/tsconfig.json b/types/acc-wizard/tsconfig.json index 96105a9957..a20aeba97b 100644 --- a/types/acc-wizard/tsconfig.json +++ b/types/acc-wizard/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/accept-language-parser/tsconfig.json b/types/accept-language-parser/tsconfig.json index adcad2bc16..11532082db 100644 --- a/types/accept-language-parser/tsconfig.json +++ b/types/accept-language-parser/tsconfig.json @@ -1,15 +1,23 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6"], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, - "files": ["index.d.ts", "accept-language-parser-tests.ts"] -} + "files": [ + "index.d.ts", + "accept-language-parser-tests.ts" + ] +} \ No newline at end of file diff --git a/types/accepts/tsconfig.json b/types/accepts/tsconfig.json index 8df97d74f7..35b618292d 100644 --- a/types/accepts/tsconfig.json +++ b/types/accepts/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/accounting/tsconfig.json b/types/accounting/tsconfig.json index 7ce026ff30..f815c5b01e 100644 --- a/types/accounting/tsconfig.json +++ b/types/accounting/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ace/tsconfig.json b/types/ace/tsconfig.json index 799f241178..eb52fff185 100644 --- a/types/ace/tsconfig.json +++ b/types/ace/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/acl/tsconfig.json b/types/acl/tsconfig.json index b485f342af..9f5c6a01ef 100644 --- a/types/acl/tsconfig.json +++ b/types/acl/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/acorn/tsconfig.json b/types/acorn/tsconfig.json index fbdc652a87..0b4760b0fc 100644 --- a/types/acorn/tsconfig.json +++ b/types/acorn/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/actioncable/tsconfig.json b/types/actioncable/tsconfig.json index d985971a65..cb137a8982 100644 --- a/types/actioncable/tsconfig.json +++ b/types/actioncable/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/activex-access/tsconfig.json b/types/activex-access/tsconfig.json index 6537f2d47b..a376fcb722 100644 --- a/types/activex-access/tsconfig.json +++ b/types/activex-access/tsconfig.json @@ -1,11 +1,14 @@ - { "compilerOptions": { "module": "commonjs", - "lib": ["es5", "scripthost"], + "lib": [ + "es5", + "scripthost" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/activex-adodb/tsconfig.json b/types/activex-adodb/tsconfig.json index 81c6088e56..5cb32f94c9 100644 --- a/types/activex-adodb/tsconfig.json +++ b/types/activex-adodb/tsconfig.json @@ -1,11 +1,14 @@ - { "compilerOptions": { "module": "commonjs", - "lib": ["es5", "scripthost"], + "lib": [ + "es5", + "scripthost" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/activex-dao/tsconfig.json b/types/activex-dao/tsconfig.json index d23ed8dfe1..2ddea247b9 100644 --- a/types/activex-dao/tsconfig.json +++ b/types/activex-dao/tsconfig.json @@ -1,11 +1,14 @@ - { "compilerOptions": { "module": "commonjs", - "lib": ["es5", "scripthost"], + "lib": [ + "es5", + "scripthost" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/activex-excel/tsconfig.json b/types/activex-excel/tsconfig.json index c8352aacb4..244ab1d0ef 100644 --- a/types/activex-excel/tsconfig.json +++ b/types/activex-excel/tsconfig.json @@ -1,11 +1,14 @@ - { "compilerOptions": { "module": "commonjs", - "lib": ["es5", "scripthost"], + "lib": [ + "es5", + "scripthost" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/activex-infopath/tsconfig.json b/types/activex-infopath/tsconfig.json index 07443b0f79..6feef8496c 100644 --- a/types/activex-infopath/tsconfig.json +++ b/types/activex-infopath/tsconfig.json @@ -1,11 +1,14 @@ - { "compilerOptions": { "module": "commonjs", - "lib": ["es5", "scripthost"], + "lib": [ + "es5", + "scripthost" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/activex-libreoffice/tsconfig.json b/types/activex-libreoffice/tsconfig.json index f17c193b97..712ea46ca1 100644 --- a/types/activex-libreoffice/tsconfig.json +++ b/types/activex-libreoffice/tsconfig.json @@ -1,11 +1,14 @@ - { "compilerOptions": { "module": "commonjs", - "lib": ["es5", "scripthost"], + "lib": [ + "es5", + "scripthost" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/activex-msforms/tsconfig.json b/types/activex-msforms/tsconfig.json index 3b7ce9f67c..38f907552d 100644 --- a/types/activex-msforms/tsconfig.json +++ b/types/activex-msforms/tsconfig.json @@ -1,11 +1,14 @@ - { "compilerOptions": { "module": "commonjs", - "lib": ["es5", "scripthost"], + "lib": [ + "es5", + "scripthost" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/activex-mshtml/tsconfig.json b/types/activex-mshtml/tsconfig.json index 05d416fdbb..deba2b6ba3 100644 --- a/types/activex-mshtml/tsconfig.json +++ b/types/activex-mshtml/tsconfig.json @@ -1,11 +1,14 @@ - { "compilerOptions": { "module": "commonjs", - "lib": ["es5", "scripthost"], + "lib": [ + "es5", + "scripthost" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/activex-msxml2/tsconfig.json b/types/activex-msxml2/tsconfig.json index 96a984bd36..49c53f71ca 100644 --- a/types/activex-msxml2/tsconfig.json +++ b/types/activex-msxml2/tsconfig.json @@ -1,11 +1,14 @@ - { "compilerOptions": { "module": "commonjs", - "lib": ["es5", "scripthost"], + "lib": [ + "es5", + "scripthost" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/activex-office/tsconfig.json b/types/activex-office/tsconfig.json index 9fc37a1754..729657e813 100644 --- a/types/activex-office/tsconfig.json +++ b/types/activex-office/tsconfig.json @@ -1,11 +1,14 @@ - { "compilerOptions": { "module": "commonjs", - "lib": ["es5", "scripthost"], + "lib": [ + "es5", + "scripthost" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/activex-outlook/tsconfig.json b/types/activex-outlook/tsconfig.json index 79f59c68a1..1a9fddc714 100644 --- a/types/activex-outlook/tsconfig.json +++ b/types/activex-outlook/tsconfig.json @@ -1,11 +1,14 @@ - { "compilerOptions": { "module": "commonjs", - "lib": ["es5", "scripthost"], + "lib": [ + "es5", + "scripthost" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/activex-powerpoint/tsconfig.json b/types/activex-powerpoint/tsconfig.json index 148adf0197..e6cdf6a17f 100644 --- a/types/activex-powerpoint/tsconfig.json +++ b/types/activex-powerpoint/tsconfig.json @@ -1,11 +1,14 @@ - { "compilerOptions": { "module": "commonjs", - "lib": ["es5", "scripthost"], + "lib": [ + "es5", + "scripthost" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/activex-scripting/tsconfig.json b/types/activex-scripting/tsconfig.json index e237423341..e2008551fd 100644 --- a/types/activex-scripting/tsconfig.json +++ b/types/activex-scripting/tsconfig.json @@ -1,11 +1,14 @@ - { "compilerOptions": { "module": "commonjs", - "lib": ["es5", "scripthost"], + "lib": [ + "es5", + "scripthost" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/activex-stdole/tsconfig.json b/types/activex-stdole/tsconfig.json index 5ce15cf560..cbe3ce7aae 100644 --- a/types/activex-stdole/tsconfig.json +++ b/types/activex-stdole/tsconfig.json @@ -1,11 +1,14 @@ - { "compilerOptions": { "module": "commonjs", - "lib": ["es5", "scripthost"], + "lib": [ + "es5", + "scripthost" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/activex-vbide/tsconfig.json b/types/activex-vbide/tsconfig.json index c0c819dde7..7d0fc2b7d3 100644 --- a/types/activex-vbide/tsconfig.json +++ b/types/activex-vbide/tsconfig.json @@ -1,11 +1,14 @@ - { "compilerOptions": { "module": "commonjs", - "lib": ["es5", "scripthost"], + "lib": [ + "es5", + "scripthost" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/activex-wia/tsconfig.json b/types/activex-wia/tsconfig.json index b98459223d..e77b3d1b66 100644 --- a/types/activex-wia/tsconfig.json +++ b/types/activex-wia/tsconfig.json @@ -1,11 +1,14 @@ - { "compilerOptions": { "module": "commonjs", - "lib": ["es5", "scripthost"], + "lib": [ + "es5", + "scripthost" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/activex-word/tsconfig.json b/types/activex-word/tsconfig.json index feeb1b5858..e956d9527c 100644 --- a/types/activex-word/tsconfig.json +++ b/types/activex-word/tsconfig.json @@ -1,11 +1,14 @@ - { "compilerOptions": { "module": "commonjs", - "lib": ["es5", "scripthost"], + "lib": [ + "es5", + "scripthost" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/adal/tsconfig.json b/types/adal/tsconfig.json index 236017077a..a024918b3a 100644 --- a/types/adal/tsconfig.json +++ b/types/adal/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/add2home/tsconfig.json b/types/add2home/tsconfig.json index ff9b311d2b..904e5e7453 100644 --- a/types/add2home/tsconfig.json +++ b/types/add2home/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/adm-zip/tsconfig.json b/types/adm-zip/tsconfig.json index 3287d252d6..8e998c6f38 100644 --- a/types/adm-zip/tsconfig.json +++ b/types/adm-zip/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/adone/tsconfig.json b/types/adone/tsconfig.json index d472e48dba..c23bf82155 100644 --- a/types/adone/tsconfig.json +++ b/types/adone/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -63,4 +64,4 @@ "test/glosses/compressors.ts", "test/glosses/archives.ts" ] -} +} \ No newline at end of file diff --git a/types/aframe/tsconfig.json b/types/aframe/tsconfig.json index f11ddb6188..3385a8aca7 100755 --- a/types/aframe/tsconfig.json +++ b/types/aframe/tsconfig.json @@ -1,25 +1,26 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es5", - "dom", - "es2015.iterable", - "es2015.promise" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "aframe-tests.ts" - ] + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es5", + "dom", + "es2015.iterable", + "es2015.promise" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "aframe-tests.ts" + ] } \ No newline at end of file diff --git a/types/agenda/tsconfig.json b/types/agenda/tsconfig.json index 22adf1f746..0a553809fd 100644 --- a/types/agenda/tsconfig.json +++ b/types/agenda/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/aggregate-error/tsconfig.json b/types/aggregate-error/tsconfig.json index 253c743b98..f092ab1c3e 100644 --- a/types/aggregate-error/tsconfig.json +++ b/types/aggregate-error/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "aggregate-error-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/alertify/tsconfig.json b/types/alertify/tsconfig.json index 56d098af47..86ae0eac3d 100644 --- a/types/alertify/tsconfig.json +++ b/types/alertify/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/alexa-sdk/tsconfig.json b/types/alexa-sdk/tsconfig.json index 26757de01c..acc11c8263 100644 --- a/types/alexa-sdk/tsconfig.json +++ b/types/alexa-sdk/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/alexa-voice-service/tsconfig.json b/types/alexa-voice-service/tsconfig.json index 70cb9b2201..737cccf9e6 100644 --- a/types/alexa-voice-service/tsconfig.json +++ b/types/alexa-voice-service/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/algebra.js/tsconfig.json b/types/algebra.js/tsconfig.json index 9fb8a64bcc..e9f585ef8a 100644 --- a/types/algebra.js/tsconfig.json +++ b/types/algebra.js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "algebra.js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/algoliasearch/tsconfig.json b/types/algoliasearch/tsconfig.json index 5c32bb92c1..3358732ba3 100644 --- a/types/algoliasearch/tsconfig.json +++ b/types/algoliasearch/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/alt/tsconfig.json b/types/alt/tsconfig.json index 9d70eb5d76..82260e525d 100644 --- a/types/alt/tsconfig.json +++ b/types/alt/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/amazon-product-api/tsconfig.json b/types/amazon-product-api/tsconfig.json index 900bf22474..060741740b 100644 --- a/types/amazon-product-api/tsconfig.json +++ b/types/amazon-product-api/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/amcharts/tsconfig.json b/types/amcharts/tsconfig.json index 9661cf12ad..fa1c069762 100644 --- a/types/amcharts/tsconfig.json +++ b/types/amcharts/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/amplify-deferred/tsconfig.json b/types/amplify-deferred/tsconfig.json index fc6466d629..443772e942 100644 --- a/types/amplify-deferred/tsconfig.json +++ b/types/amplify-deferred/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/amplify/tsconfig.json b/types/amplify/tsconfig.json index c30882c681..44daa69ba9 100644 --- a/types/amplify/tsconfig.json +++ b/types/amplify/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/amplitude-js/tsconfig.json b/types/amplitude-js/tsconfig.json index ec0c948bff..0ca8f85efe 100644 --- a/types/amplitude-js/tsconfig.json +++ b/types/amplitude-js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/amqp-rpc/tsconfig.json b/types/amqp-rpc/tsconfig.json index 0f5df30f7c..f8bfc7aa64 100644 --- a/types/amqp-rpc/tsconfig.json +++ b/types/amqp-rpc/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/amqp/tsconfig.json b/types/amqp/tsconfig.json index 2b9b4d5ce9..e73b54d700 100644 --- a/types/amqp/tsconfig.json +++ b/types/amqp/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "amqp-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/amqplib/tsconfig.json b/types/amqplib/tsconfig.json index 16ed704846..b5b83b84ce 100644 --- a/types/amqplib/tsconfig.json +++ b/types/amqplib/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "callback_api.d.ts", "amqplib-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/analytics-node/tsconfig.json b/types/analytics-node/tsconfig.json index e29c706061..3684577e65 100644 --- a/types/analytics-node/tsconfig.json +++ b/types/analytics-node/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-agility/tsconfig.json b/types/angular-agility/tsconfig.json index e93788ab40..460060cde0 100644 --- a/types/angular-agility/tsconfig.json +++ b/types/angular-agility/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-animate/tsconfig.json b/types/angular-animate/tsconfig.json index 1401eeeedb..d34d6a1d77 100644 --- a/types/angular-animate/tsconfig.json +++ b/types/angular-animate/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-block-ui/tsconfig.json b/types/angular-block-ui/tsconfig.json index b1b705a6e5..f5717731be 100644 --- a/types/angular-block-ui/tsconfig.json +++ b/types/angular-block-ui/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "angular-block-ui-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/angular-bootstrap-calendar/tsconfig.json b/types/angular-bootstrap-calendar/tsconfig.json index d568befb6b..72a05b7ce7 100644 --- a/types/angular-bootstrap-calendar/tsconfig.json +++ b/types/angular-bootstrap-calendar/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-bootstrap-lightbox/tsconfig.json b/types/angular-bootstrap-lightbox/tsconfig.json index 2bf84b358f..3792bc3da5 100644 --- a/types/angular-bootstrap-lightbox/tsconfig.json +++ b/types/angular-bootstrap-lightbox/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-breadcrumb/tsconfig.json b/types/angular-breadcrumb/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/angular-breadcrumb/tsconfig.json +++ b/types/angular-breadcrumb/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-clipboard/tsconfig.json b/types/angular-clipboard/tsconfig.json index 4e95bc9714..0c6a1dadaf 100644 --- a/types/angular-clipboard/tsconfig.json +++ b/types/angular-clipboard/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-cookie/tsconfig.json b/types/angular-cookie/tsconfig.json index 8bceb7e77b..ae3ec8dd21 100644 --- a/types/angular-cookie/tsconfig.json +++ b/types/angular-cookie/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-cookies/tsconfig.json b/types/angular-cookies/tsconfig.json index 1401eeeedb..d34d6a1d77 100644 --- a/types/angular-cookies/tsconfig.json +++ b/types/angular-cookies/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-deferred-bootstrap/tsconfig.json b/types/angular-deferred-bootstrap/tsconfig.json index 5eda2c3552..119199cc5a 100644 --- a/types/angular-deferred-bootstrap/tsconfig.json +++ b/types/angular-deferred-bootstrap/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-dialog-service/tsconfig.json b/types/angular-dialog-service/tsconfig.json index 4c40df5788..b6db392406 100644 --- a/types/angular-dialog-service/tsconfig.json +++ b/types/angular-dialog-service/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-dynamic-locale/tsconfig.json b/types/angular-dynamic-locale/tsconfig.json index 85e4234b51..b117d5eabe 100644 --- a/types/angular-dynamic-locale/tsconfig.json +++ b/types/angular-dynamic-locale/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-environment/tsconfig.json b/types/angular-environment/tsconfig.json index 8c7dbd4b39..35bd754e95 100644 --- a/types/angular-environment/tsconfig.json +++ b/types/angular-environment/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-es/tsconfig.json b/types/angular-es/tsconfig.json index 27a6433555..8eb4ea8925 100644 --- a/types/angular-es/tsconfig.json +++ b/types/angular-es/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "experimentalDecorators": true, "baseUrl": "../", "typeRoots": [ diff --git a/types/angular-feature-flags/tsconfig.json b/types/angular-feature-flags/tsconfig.json index 43e952a681..07b352a43c 100644 --- a/types/angular-feature-flags/tsconfig.json +++ b/types/angular-feature-flags/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-file-saver/tsconfig.json b/types/angular-file-saver/tsconfig.json index 358d72c750..60a3fb0eca 100644 --- a/types/angular-file-saver/tsconfig.json +++ b/types/angular-file-saver/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-file-upload/tsconfig.json b/types/angular-file-upload/tsconfig.json index 310d96da7c..11194d71d0 100644 --- a/types/angular-file-upload/tsconfig.json +++ b/types/angular-file-upload/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "angular-file-upload-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/angular-formly/tsconfig.json b/types/angular-formly/tsconfig.json index 06379faf4b..3812b7cd66 100644 --- a/types/angular-formly/tsconfig.json +++ b/types/angular-formly/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-fullscreen/tsconfig.json b/types/angular-fullscreen/tsconfig.json index 6e6e8be685..72a22e0897 100644 --- a/types/angular-fullscreen/tsconfig.json +++ b/types/angular-fullscreen/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-gettext/tsconfig.json b/types/angular-gettext/tsconfig.json index 906c7b6f00..43c7dc3cab 100644 --- a/types/angular-gettext/tsconfig.json +++ b/types/angular-gettext/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-google-analytics/tsconfig.json b/types/angular-google-analytics/tsconfig.json index 78026bd417..b66432d04c 100644 --- a/types/angular-google-analytics/tsconfig.json +++ b/types/angular-google-analytics/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-gridster/tsconfig.json b/types/angular-gridster/tsconfig.json index a266d23b64..94b4c6ceff 100644 --- a/types/angular-gridster/tsconfig.json +++ b/types/angular-gridster/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-growl-v2/tsconfig.json b/types/angular-growl-v2/tsconfig.json index 30bf2cd4c1..16ccffe41f 100644 --- a/types/angular-growl-v2/tsconfig.json +++ b/types/angular-growl-v2/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-hotkeys/tsconfig.json b/types/angular-hotkeys/tsconfig.json index 57f3f6375b..f277241888 100644 --- a/types/angular-hotkeys/tsconfig.json +++ b/types/angular-hotkeys/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-http-auth/tsconfig.json b/types/angular-http-auth/tsconfig.json index 75f27930ba..61029fcc00 100644 --- a/types/angular-http-auth/tsconfig.json +++ b/types/angular-http-auth/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-httpi/tsconfig.json b/types/angular-httpi/tsconfig.json index b149191fb1..64c28306cf 100644 --- a/types/angular-httpi/tsconfig.json +++ b/types/angular-httpi/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-idle/tsconfig.json b/types/angular-idle/tsconfig.json index 9aa3da84d3..57cc641db8 100644 --- a/types/angular-idle/tsconfig.json +++ b/types/angular-idle/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-jwt/tsconfig.json b/types/angular-jwt/tsconfig.json index 96b47460ce..b884cbc435 100644 --- a/types/angular-jwt/tsconfig.json +++ b/types/angular-jwt/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-load/tsconfig.json b/types/angular-load/tsconfig.json index b9a8bb1819..ee5ee74b72 100644 --- a/types/angular-load/tsconfig.json +++ b/types/angular-load/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-loading-bar/tsconfig.json b/types/angular-loading-bar/tsconfig.json index 24e7af55dd..f639942629 100644 --- a/types/angular-loading-bar/tsconfig.json +++ b/types/angular-loading-bar/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-local-storage/tsconfig.json b/types/angular-local-storage/tsconfig.json index 2df37e062b..44c357b558 100644 --- a/types/angular-local-storage/tsconfig.json +++ b/types/angular-local-storage/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-localforage/tsconfig.json b/types/angular-localforage/tsconfig.json index 9974f90248..dc98f1186d 100644 --- a/types/angular-localforage/tsconfig.json +++ b/types/angular-localforage/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-locker/tsconfig.json b/types/angular-locker/tsconfig.json index 2dfdebd8ad..35091c7ea8 100644 --- a/types/angular-locker/tsconfig.json +++ b/types/angular-locker/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-material/tsconfig.json b/types/angular-material/tsconfig.json index dba3d4ed32..3ecdc4851c 100644 --- a/types/angular-material/tsconfig.json +++ b/types/angular-material/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-media-queries/tsconfig.json b/types/angular-media-queries/tsconfig.json index 7fa741764d..6a02589dc1 100644 --- a/types/angular-media-queries/tsconfig.json +++ b/types/angular-media-queries/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-meteor/tsconfig.json b/types/angular-meteor/tsconfig.json index 07f3a81313..16d4015269 100644 --- a/types/angular-meteor/tsconfig.json +++ b/types/angular-meteor/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-mocks/tsconfig.json b/types/angular-mocks/tsconfig.json index 6487dc0dba..cfce69a898 100644 --- a/types/angular-mocks/tsconfig.json +++ b/types/angular-mocks/tsconfig.json @@ -13,6 +13,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-modal/tsconfig.json b/types/angular-modal/tsconfig.json index cdbc078a59..c727f39fbb 100644 --- a/types/angular-modal/tsconfig.json +++ b/types/angular-modal/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-notifications/tsconfig.json b/types/angular-notifications/tsconfig.json index 00d57f16e1..7186df8fd5 100644 --- a/types/angular-notifications/tsconfig.json +++ b/types/angular-notifications/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-notify/tsconfig.json b/types/angular-notify/tsconfig.json index 30678a1308..a993101ea8 100644 --- a/types/angular-notify/tsconfig.json +++ b/types/angular-notify/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-oauth2/tsconfig.json b/types/angular-oauth2/tsconfig.json index e8a5250748..253e138f2f 100644 --- a/types/angular-oauth2/tsconfig.json +++ b/types/angular-oauth2/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "angular-oauth2-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/angular-odata-resources/tsconfig.json b/types/angular-odata-resources/tsconfig.json index 4bb727cafa..cf8b87b038 100644 --- a/types/angular-odata-resources/tsconfig.json +++ b/types/angular-odata-resources/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-pdfjs-viewer/tsconfig.json b/types/angular-pdfjs-viewer/tsconfig.json index a8d322df87..bdae87bf50 100644 --- a/types/angular-pdfjs-viewer/tsconfig.json +++ b/types/angular-pdfjs-viewer/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "angular-pdfjs-viewer-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/angular-permission/tsconfig.json b/types/angular-permission/tsconfig.json index dbd8053570..80dd668340 100644 --- a/types/angular-permission/tsconfig.json +++ b/types/angular-permission/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-promise-tracker/tsconfig.json b/types/angular-promise-tracker/tsconfig.json index e18793a3be..2e81cb6ea3 100644 --- a/types/angular-promise-tracker/tsconfig.json +++ b/types/angular-promise-tracker/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-q-spread/tsconfig.json b/types/angular-q-spread/tsconfig.json index 4ab75ae3be..a00f0e4d5f 100644 --- a/types/angular-q-spread/tsconfig.json +++ b/types/angular-q-spread/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-resource/tsconfig.json b/types/angular-resource/tsconfig.json index 53d572b642..7599b3e12e 100644 --- a/types/angular-resource/tsconfig.json +++ b/types/angular-resource/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-route/tsconfig.json b/types/angular-route/tsconfig.json index 750627caf0..9960b488ba 100644 --- a/types/angular-route/tsconfig.json +++ b/types/angular-route/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-sanitize/tsconfig.json b/types/angular-sanitize/tsconfig.json index d3804af0bc..4ce7848518 100644 --- a/types/angular-sanitize/tsconfig.json +++ b/types/angular-sanitize/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-scenario/tsconfig.json b/types/angular-scenario/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/angular-scenario/tsconfig.json +++ b/types/angular-scenario/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-scroll/tsconfig.json b/types/angular-scroll/tsconfig.json index 09810157e8..b6d6daecb2 100644 --- a/types/angular-scroll/tsconfig.json +++ b/types/angular-scroll/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-signalr-hub/tsconfig.json b/types/angular-signalr-hub/tsconfig.json index edc7264376..d0e69b894d 100644 --- a/types/angular-signalr-hub/tsconfig.json +++ b/types/angular-signalr-hub/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-spinner/tsconfig.json b/types/angular-spinner/tsconfig.json index 9f8a416e9e..e09fc93f8e 100644 --- a/types/angular-spinner/tsconfig.json +++ b/types/angular-spinner/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-storage/tsconfig.json b/types/angular-storage/tsconfig.json index 2ddc1386e4..07dc148cef 100644 --- a/types/angular-storage/tsconfig.json +++ b/types/angular-storage/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-strap/tsconfig.json b/types/angular-strap/tsconfig.json index 44616c2229..7ac157876b 100644 --- a/types/angular-strap/tsconfig.json +++ b/types/angular-strap/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-toastr/tsconfig.json b/types/angular-toastr/tsconfig.json index 9e8e395643..be88b26d08 100644 --- a/types/angular-toastr/tsconfig.json +++ b/types/angular-toastr/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-toasty/tsconfig.json b/types/angular-toasty/tsconfig.json index 66881e3acf..085335904c 100644 --- a/types/angular-toasty/tsconfig.json +++ b/types/angular-toasty/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-tooltips/tsconfig.json b/types/angular-tooltips/tsconfig.json index 945fa84c71..8465b76909 100644 --- a/types/angular-tooltips/tsconfig.json +++ b/types/angular-tooltips/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "angular-tooltips-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/angular-touchspin/tsconfig.json b/types/angular-touchspin/tsconfig.json index 02708e0656..8c3d5338c4 100644 --- a/types/angular-touchspin/tsconfig.json +++ b/types/angular-touchspin/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-translate/tsconfig.json b/types/angular-translate/tsconfig.json index b0ed532983..7b3df3db88 100644 --- a/types/angular-translate/tsconfig.json +++ b/types/angular-translate/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-ui-bootstrap/tsconfig.json b/types/angular-ui-bootstrap/tsconfig.json index 242fd49d1e..62765ca465 100644 --- a/types/angular-ui-bootstrap/tsconfig.json +++ b/types/angular-ui-bootstrap/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-ui-notification/tsconfig.json b/types/angular-ui-notification/tsconfig.json index d46b2d1354..25e3769186 100644 --- a/types/angular-ui-notification/tsconfig.json +++ b/types/angular-ui-notification/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-ui-router/tsconfig.json b/types/angular-ui-router/tsconfig.json index ebac0235fb..83aeab8d3b 100644 --- a/types/angular-ui-router/tsconfig.json +++ b/types/angular-ui-router/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-ui-scroll/tsconfig.json b/types/angular-ui-scroll/tsconfig.json index 897082b4a9..8fb95049e4 100644 --- a/types/angular-ui-scroll/tsconfig.json +++ b/types/angular-ui-scroll/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-ui-sortable/tsconfig.json b/types/angular-ui-sortable/tsconfig.json index 80410539a4..b96f69101e 100644 --- a/types/angular-ui-sortable/tsconfig.json +++ b/types/angular-ui-sortable/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-ui-tree/tsconfig.json b/types/angular-ui-tree/tsconfig.json index 15e286d17d..cb2693e910 100644 --- a/types/angular-ui-tree/tsconfig.json +++ b/types/angular-ui-tree/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-websocket/tsconfig.json b/types/angular-websocket/tsconfig.json index 124f24258b..96aab30ef0 100644 --- a/types/angular-websocket/tsconfig.json +++ b/types/angular-websocket/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-wizard/tsconfig.json b/types/angular-wizard/tsconfig.json index ff7d1da277..a87aedbbe4 100644 --- a/types/angular-wizard/tsconfig.json +++ b/types/angular-wizard/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular-xeditable/tsconfig.json b/types/angular-xeditable/tsconfig.json index 93c8382090..44cdeea7bf 100644 --- a/types/angular-xeditable/tsconfig.json +++ b/types/angular-xeditable/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular.throttle/tsconfig.json b/types/angular.throttle/tsconfig.json index 46b55f70ff..bcee04a06f 100644 --- a/types/angular.throttle/tsconfig.json +++ b/types/angular.throttle/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angular/tsconfig.json b/types/angular/tsconfig.json index f102aff22f..92d1e026c3 100644 --- a/types/angular/tsconfig.json +++ b/types/angular/tsconfig.json @@ -16,6 +16,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -24,4 +25,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/angularfire/tsconfig.json b/types/angularfire/tsconfig.json index a0e1af228c..79526d1d23 100644 --- a/types/angularfire/tsconfig.json +++ b/types/angularfire/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angularlocalstorage/tsconfig.json b/types/angularlocalstorage/tsconfig.json index bcae5a609f..18cbe35651 100644 --- a/types/angularlocalstorage/tsconfig.json +++ b/types/angularlocalstorage/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/angulartics/tsconfig.json b/types/angulartics/tsconfig.json index d190dd2ab3..2cfa5bb6a9 100644 --- a/types/angulartics/tsconfig.json +++ b/types/angulartics/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/animation-frame/tsconfig.json b/types/animation-frame/tsconfig.json index aec9b43665..50f3aa0703 100644 --- a/types/animation-frame/tsconfig.json +++ b/types/animation-frame/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/animejs/tsconfig.json b/types/animejs/tsconfig.json index 506b75ade3..02c5552371 100644 --- a/types/animejs/tsconfig.json +++ b/types/animejs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "animejs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/annyang/tsconfig.json b/types/annyang/tsconfig.json index f54c7cd18c..f16b627fac 100644 --- a/types/annyang/tsconfig.json +++ b/types/annyang/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "annyang-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ansi-styles/tsconfig.json b/types/ansi-styles/tsconfig.json index 9aa9a851d4..daf091f6ce 100644 --- a/types/ansi-styles/tsconfig.json +++ b/types/ansi-styles/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ansicolors/tsconfig.json b/types/ansicolors/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/ansicolors/tsconfig.json +++ b/types/ansicolors/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/any-db-transaction/tsconfig.json b/types/any-db-transaction/tsconfig.json index 04e83c8b60..70db166ef8 100644 --- a/types/any-db-transaction/tsconfig.json +++ b/types/any-db-transaction/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/any-db/tsconfig.json b/types/any-db/tsconfig.json index 78ed339650..21170c7c68 100644 --- a/types/any-db/tsconfig.json +++ b/types/any-db/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/anybar/tsconfig.json b/types/anybar/tsconfig.json index 67676d8dbb..1dd62548e6 100644 --- a/types/anybar/tsconfig.json +++ b/types/anybar/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/anydb-sql-migrations/tsconfig.json b/types/anydb-sql-migrations/tsconfig.json index 78eef3d69a..33bb5ae800 100644 --- a/types/anydb-sql-migrations/tsconfig.json +++ b/types/anydb-sql-migrations/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/anymatch/tsconfig.json b/types/anymatch/tsconfig.json index e4fad1c219..d30a18ba98 100644 --- a/types/anymatch/tsconfig.json +++ b/types/anymatch/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "anymatch-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/apex.js/tsconfig.json b/types/apex.js/tsconfig.json index 7f4f681f45..2a67c3005a 100644 --- a/types/apex.js/tsconfig.json +++ b/types/apex.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/aphrodite/tsconfig.json b/types/aphrodite/tsconfig.json index d197eb1339..733098707c 100644 --- a/types/aphrodite/tsconfig.json +++ b/types/aphrodite/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/api-error-handler/tsconfig.json b/types/api-error-handler/tsconfig.json index 63f8ed23b4..343e9007e9 100644 --- a/types/api-error-handler/tsconfig.json +++ b/types/api-error-handler/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/apigee-access/tsconfig.json b/types/apigee-access/tsconfig.json index b13dc3e8ee..3a18c6594a 100644 --- a/types/apigee-access/tsconfig.json +++ b/types/apigee-access/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/apollo-codegen/tsconfig.json b/types/apollo-codegen/tsconfig.json index cc7c69d4f6..a793b04d75 100644 --- a/types/apollo-codegen/tsconfig.json +++ b/types/apollo-codegen/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "apollo-codegen-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/app-root-path/tsconfig.json b/types/app-root-path/tsconfig.json index a3f43b0b45..0786aa8b6c 100644 --- a/types/app-root-path/tsconfig.json +++ b/types/app-root-path/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/appframework/tsconfig.json b/types/appframework/tsconfig.json index a672bb4b83..8ed9e604ca 100644 --- a/types/appframework/tsconfig.json +++ b/types/appframework/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/applepayjs/tsconfig.json b/types/applepayjs/tsconfig.json index 0bb26b97ac..892c52bd37 100644 --- a/types/applepayjs/tsconfig.json +++ b/types/applepayjs/tsconfig.json @@ -1,23 +1,24 @@ { - "compilerOptions": { - "baseUrl": "../", - "forceConsistentCasingInFileNames": true, - "lib": [ - "dom", - "es6" - ], - "module": "commonjs", - "noImplicitAny": true, - "noImplicitThis": true, - "noEmit": true, - "strictNullChecks": true, - "typeRoots": [ - "../" - ], - "types": [] - }, - "files": [ - "index.d.ts", - "applepayjs-tests.ts" - ] -} + "compilerOptions": { + "baseUrl": "../", + "forceConsistentCasingInFileNames": true, + "lib": [ + "dom", + "es6" + ], + "module": "commonjs", + "noImplicitAny": true, + "noImplicitThis": true, + "noEmit": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "typeRoots": [ + "../" + ], + "types": [] + }, + "files": [ + "index.d.ts", + "applepayjs-tests.ts" + ] +} \ No newline at end of file diff --git a/types/appletvjs/tsconfig.json b/types/appletvjs/tsconfig.json index 777e9522ba..44dc1a34db 100644 --- a/types/appletvjs/tsconfig.json +++ b/types/appletvjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/applicationinsights-js/tsconfig.json b/types/applicationinsights-js/tsconfig.json index 3a24c6f936..db2a137f6b 100644 --- a/types/applicationinsights-js/tsconfig.json +++ b/types/applicationinsights-js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/applicationinsights/tsconfig.json b/types/applicationinsights/tsconfig.json index 2ee81db96d..abc81fb75c 100644 --- a/types/applicationinsights/tsconfig.json +++ b/types/applicationinsights/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/arbiter/tsconfig.json b/types/arbiter/tsconfig.json index 2b345fa427..674951954e 100644 --- a/types/arbiter/tsconfig.json +++ b/types/arbiter/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/arcgis-js-api/tsconfig.json b/types/arcgis-js-api/tsconfig.json index a5574d4314..8a696a3a1e 100644 --- a/types/arcgis-js-api/tsconfig.json +++ b/types/arcgis-js-api/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/arcgis-js-api/v3/tsconfig.json b/types/arcgis-js-api/v3/tsconfig.json index 6e7e99e066..320cb582e1 100644 --- a/types/arcgis-js-api/v3/tsconfig.json +++ b/types/arcgis-js-api/v3/tsconfig.json @@ -8,13 +8,16 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "types": [], "paths": { - "arcgis-js-api": ["arcgis-js-api/v3"] + "arcgis-js-api": [ + "arcgis-js-api/v3" + ] }, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/arcgis-rest-api/tsconfig.json b/types/arcgis-rest-api/tsconfig.json index 34b6945113..346b0c1ea3 100644 --- a/types/arcgis-rest-api/tsconfig.json +++ b/types/arcgis-rest-api/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/arcgis-to-geojson-utils/tsconfig.json b/types/arcgis-to-geojson-utils/tsconfig.json index a2eb702563..c2ef5bf641 100644 --- a/types/arcgis-to-geojson-utils/tsconfig.json +++ b/types/arcgis-to-geojson-utils/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/archiver/tsconfig.json b/types/archiver/tsconfig.json index 7b043f24e4..71db696c82 100644 --- a/types/archiver/tsconfig.json +++ b/types/archiver/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/archy/tsconfig.json b/types/archy/tsconfig.json index ca7e082dcb..d26c849987 100644 --- a/types/archy/tsconfig.json +++ b/types/archy/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/are-we-there-yet/tsconfig.json b/types/are-we-there-yet/tsconfig.json index e4dc1462ce..9df0996daa 100644 --- a/types/are-we-there-yet/tsconfig.json +++ b/types/are-we-there-yet/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "are-we-there-yet-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/argparse/tsconfig.json b/types/argparse/tsconfig.json index 31b6cee0f1..49e7b03ca8 100644 --- a/types/argparse/tsconfig.json +++ b/types/argparse/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/argv/tsconfig.json b/types/argv/tsconfig.json index 10c6ce3f11..2a123030fa 100644 --- a/types/argv/tsconfig.json +++ b/types/argv/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/array-find-index/tsconfig.json b/types/array-find-index/tsconfig.json index 9cddd0dde7..41c6183cbe 100644 --- a/types/array-find-index/tsconfig.json +++ b/types/array-find-index/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/array-foreach/tsconfig.json b/types/array-foreach/tsconfig.json index d10d11a4a2..bacc698e34 100644 --- a/types/array-foreach/tsconfig.json +++ b/types/array-foreach/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/array-uniq/tsconfig.json b/types/array-uniq/tsconfig.json index 29fb9276c8..71557f6481 100644 --- a/types/array-uniq/tsconfig.json +++ b/types/array-uniq/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/arrify/tsconfig.json b/types/arrify/tsconfig.json index e0ac439953..63d89a9c7f 100644 --- a/types/arrify/tsconfig.json +++ b/types/arrify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "arrify-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/artyom.js/tsconfig.json b/types/artyom.js/tsconfig.json index f4736ae50d..1a10beb9c8 100644 --- a/types/artyom.js/tsconfig.json +++ b/types/artyom.js/tsconfig.json @@ -7,6 +7,7 @@ ], "noImplicitAny": true, "strictNullChecks": true, + "strictFunctionTypes": true, "noImplicitThis": true, "baseUrl": "../", "typeRoots": [ @@ -20,4 +21,4 @@ "index.d.ts", "artyom.js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/asana/tsconfig.json b/types/asana/tsconfig.json index 5a6ff7d940..452aade0b1 100644 --- a/types/asana/tsconfig.json +++ b/types/asana/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ascii2mathml/tsconfig.json b/types/ascii2mathml/tsconfig.json index 22e7823b58..b4c4b0a21b 100644 --- a/types/ascii2mathml/tsconfig.json +++ b/types/ascii2mathml/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "ascii2mathml-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/asciify/tsconfig.json b/types/asciify/tsconfig.json index df554e6e89..5f84d92e80 100644 --- a/types/asciify/tsconfig.json +++ b/types/asciify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/asenv/tsconfig.json b/types/asenv/tsconfig.json index 129dd1caf0..c779998e24 100644 --- a/types/asenv/tsconfig.json +++ b/types/asenv/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "asenv-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/askmethat-rating/tsconfig.json b/types/askmethat-rating/tsconfig.json index fd5ef4ae50..a41db58d7a 100644 --- a/types/askmethat-rating/tsconfig.json +++ b/types/askmethat-rating/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "askmethat-rating-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/asn1js/tsconfig.json b/types/asn1js/tsconfig.json index 14f2b01922..59420b595d 100644 --- a/types/asn1js/tsconfig.json +++ b/types/asn1js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/aspnet-identity-pw/tsconfig.json b/types/aspnet-identity-pw/tsconfig.json index 74e84bb784..2d2ba0ec28 100644 --- a/types/aspnet-identity-pw/tsconfig.json +++ b/types/aspnet-identity-pw/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/assert-equal-jsx/tsconfig.json b/types/assert-equal-jsx/tsconfig.json index 25c499a18f..3f476135f8 100644 --- a/types/assert-equal-jsx/tsconfig.json +++ b/types/assert-equal-jsx/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ @@ -21,4 +22,4 @@ "index.d.ts", "assert-equal-jsx-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/assert-plus/tsconfig.json b/types/assert-plus/tsconfig.json index ba308d4817..5c89ae8c31 100644 --- a/types/assert-plus/tsconfig.json +++ b/types/assert-plus/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/assertion-error/tsconfig.json b/types/assertion-error/tsconfig.json index 622a3d4f31..ebe9144d0b 100644 --- a/types/assertion-error/tsconfig.json +++ b/types/assertion-error/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/assertsharp/tsconfig.json b/types/assertsharp/tsconfig.json index 83ffe2f34e..bc2779726e 100644 --- a/types/assertsharp/tsconfig.json +++ b/types/assertsharp/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/assets-webpack-plugin/tsconfig.json b/types/assets-webpack-plugin/tsconfig.json index 0d71c8ce0b..3c08912345 100644 --- a/types/assets-webpack-plugin/tsconfig.json +++ b/types/assets-webpack-plugin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "assets-webpack-plugin-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/async-cache/tsconfig.json b/types/async-cache/tsconfig.json index 1358c8a3e4..21657ef518 100644 --- a/types/async-cache/tsconfig.json +++ b/types/async-cache/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "async-cache-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/async-lock/tsconfig.json b/types/async-lock/tsconfig.json index 015de13897..1bc997ef73 100644 --- a/types/async-lock/tsconfig.json +++ b/types/async-lock/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/async-polling/tsconfig.json b/types/async-polling/tsconfig.json index 3743e804f0..5bcccb20f2 100644 --- a/types/async-polling/tsconfig.json +++ b/types/async-polling/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/async-writer/tsconfig.json b/types/async-writer/tsconfig.json index 745abd8e87..2b8771e48c 100644 --- a/types/async-writer/tsconfig.json +++ b/types/async-writer/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/async.nexttick/tsconfig.json b/types/async.nexttick/tsconfig.json index 68011bfd96..b824f94a44 100644 --- a/types/async.nexttick/tsconfig.json +++ b/types/async.nexttick/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,5 +21,4 @@ "index.d.ts", "async.nexttick-tests.ts" ] -} - +} \ No newline at end of file diff --git a/types/async/tsconfig.json b/types/async/tsconfig.json index 46ac98ea58..153a5471fb 100644 --- a/types/async/tsconfig.json +++ b/types/async/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -22,4 +23,4 @@ "test/explicit.ts", "test/es6-generators.ts" ] -} +} \ No newline at end of file diff --git a/types/asyncblock/tsconfig.json b/types/asyncblock/tsconfig.json index 8c95bd56a0..c696706864 100644 --- a/types/asyncblock/tsconfig.json +++ b/types/asyncblock/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/atmosphere.js/tsconfig.json b/types/atmosphere.js/tsconfig.json index 8c2e633212..f06f28e8f7 100644 --- a/types/atmosphere.js/tsconfig.json +++ b/types/atmosphere.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/atmosphere/tsconfig.json b/types/atmosphere/tsconfig.json index d6b12ce1e3..2fb820bd91 100644 --- a/types/atmosphere/tsconfig.json +++ b/types/atmosphere/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/atom-keymap/tsconfig.json b/types/atom-keymap/tsconfig.json index ef3f191a31..1ef87fb730 100644 --- a/types/atom-keymap/tsconfig.json +++ b/types/atom-keymap/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "atom-keymap-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/atom-keymap/v5/tsconfig.json b/types/atom-keymap/v5/tsconfig.json index 001df42114..4995308609 100644 --- a/types/atom-keymap/v5/tsconfig.json +++ b/types/atom-keymap/v5/tsconfig.json @@ -8,13 +8,18 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "atom-keymap": [ "atom-keymap/v5" ], - "event-kit": [ "event-kit/v1" ] + "atom-keymap": [ + "atom-keymap/v5" + ], + "event-kit": [ + "event-kit/v1" + ] }, "types": [], "noEmit": true, @@ -24,4 +29,4 @@ "index.d.ts", "atom-keymap-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/atom/tsconfig.json b/types/atom/tsconfig.json index febacd8656..794b99eadc 100644 --- a/types/atom/tsconfig.json +++ b/types/atom/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "atom-tests.ts", "services/index.d.ts" ] -} +} \ No newline at end of file diff --git a/types/atom/v0/tsconfig.json b/types/atom/v0/tsconfig.json index 11d6a6ea93..1330ba894b 100644 --- a/types/atom/v0/tsconfig.json +++ b/types/atom/v0/tsconfig.json @@ -8,14 +8,21 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "atom": [ "atom/v0" ], - "pathwatcher": [ "pathwatcher/v0" ], - "q": [ "q/v0" ] + "atom": [ + "atom/v0" + ], + "pathwatcher": [ + "pathwatcher/v0" + ], + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, @@ -26,4 +33,4 @@ "api-docs.d.ts", "atom-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/atpl/tsconfig.json b/types/atpl/tsconfig.json index b35da8523c..24f7da314f 100644 --- a/types/atpl/tsconfig.json +++ b/types/atpl/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/audiosprite/tsconfig.json b/types/audiosprite/tsconfig.json index 7348d046e8..b761c9572e 100644 --- a/types/audiosprite/tsconfig.json +++ b/types/audiosprite/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "audiosprite-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/aurelia-knockout/tsconfig.json b/types/aurelia-knockout/tsconfig.json index aa45dc1157..ceb4710331 100644 --- a/types/aurelia-knockout/tsconfig.json +++ b/types/aurelia-knockout/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "aurelia-knockout-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/auth0-angular/tsconfig.json b/types/auth0-angular/tsconfig.json index da1f149dc0..42ee707301 100644 --- a/types/auth0-angular/tsconfig.json +++ b/types/auth0-angular/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/auth0-js/tsconfig.json b/types/auth0-js/tsconfig.json index 62bab1e208..a813aae68d 100644 --- a/types/auth0-js/tsconfig.json +++ b/types/auth0-js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "auth0-js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/auth0-js/v7/tsconfig.json b/types/auth0-js/v7/tsconfig.json index bdabf7ef7f..e76b7d7dd8 100644 --- a/types/auth0-js/v7/tsconfig.json +++ b/types/auth0-js/v7/tsconfig.json @@ -8,14 +8,19 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "types": [], "paths": { - "auth0-js": ["auth0-js/v7"], - "auth0-js/*": ["auth0-js/v7/*"] + "auth0-js": [ + "auth0-js/v7" + ], + "auth0-js/*": [ + "auth0-js/v7/*" + ] }, "noEmit": true, "forceConsistentCasingInFileNames": true @@ -24,4 +29,4 @@ "index.d.ts", "auth0-js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/auth0-lock/tsconfig.json b/types/auth0-lock/tsconfig.json index 09c9f8233c..2e008d7c0d 100644 --- a/types/auth0-lock/tsconfig.json +++ b/types/auth0-lock/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "auth0-lock-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/auth0.widget/tsconfig.json b/types/auth0.widget/tsconfig.json index 8ceb7b3d73..d18a18213b 100644 --- a/types/auth0.widget/tsconfig.json +++ b/types/auth0.widget/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "auth0.widget-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/auth0/tsconfig.json b/types/auth0/tsconfig.json index 855b69aa4d..dd7c60796c 100644 --- a/types/auth0/tsconfig.json +++ b/types/auth0/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/auto-launch/tsconfig.json b/types/auto-launch/tsconfig.json index ba69bba12b..952d3c0c5d 100644 --- a/types/auto-launch/tsconfig.json +++ b/types/auto-launch/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "auto-launch-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/auto-sni/tsconfig.json b/types/auto-sni/tsconfig.json index 715f315867..9c03900b72 100644 --- a/types/auto-sni/tsconfig.json +++ b/types/auto-sni/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "auto-sni-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "auto-sni-tests.ts" + ] +} \ No newline at end of file diff --git a/types/autobahn/tsconfig.json b/types/autobahn/tsconfig.json index 0efaca40c5..35ca105b25 100644 --- a/types/autobahn/tsconfig.json +++ b/types/autobahn/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/autobind-decorator/tsconfig.json b/types/autobind-decorator/tsconfig.json index 43d5817978..0b05ea04fb 100644 --- a/types/autobind-decorator/tsconfig.json +++ b/types/autobind-decorator/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "experimentalDecorators": true, "typeRoots": [ diff --git a/types/autolinker/tsconfig.json b/types/autolinker/tsconfig.json index b746881615..7d8068c47c 100644 --- a/types/autolinker/tsconfig.json +++ b/types/autolinker/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/autoprefixer-core/tsconfig.json b/types/autoprefixer-core/tsconfig.json index b9a86fbe1b..91b4bc2e7c 100644 --- a/types/autoprefixer-core/tsconfig.json +++ b/types/autoprefixer-core/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/autoprefixer/tsconfig.json b/types/autoprefixer/tsconfig.json index 244c865adf..92adece604 100644 --- a/types/autoprefixer/tsconfig.json +++ b/types/autoprefixer/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "autoprefixer-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/autosize/tsconfig.json b/types/autosize/tsconfig.json index c5202a2b52..d74b3d9c37 100644 --- a/types/autosize/tsconfig.json +++ b/types/autosize/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/avoscloud-sdk/tsconfig.json b/types/avoscloud-sdk/tsconfig.json index 1da2d1d67d..2d3d9589f4 100644 --- a/types/avoscloud-sdk/tsconfig.json +++ b/types/avoscloud-sdk/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/awesomplete/tsconfig.json b/types/awesomplete/tsconfig.json index 270615e926..74f690ea77 100644 --- a/types/awesomplete/tsconfig.json +++ b/types/awesomplete/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/aws-iot-device-sdk/tsconfig.json b/types/aws-iot-device-sdk/tsconfig.json index 657e3a25f2..3fdd4b0f28 100644 --- a/types/aws-iot-device-sdk/tsconfig.json +++ b/types/aws-iot-device-sdk/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/aws-lambda-mock-context/tsconfig.json b/types/aws-lambda-mock-context/tsconfig.json index bdfad87be5..5d1dfe3f1f 100644 --- a/types/aws-lambda-mock-context/tsconfig.json +++ b/types/aws-lambda-mock-context/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/aws-lambda/tsconfig.json b/types/aws-lambda/tsconfig.json index e204a8ac6a..f4f2cc28f6 100644 --- a/types/aws-lambda/tsconfig.json +++ b/types/aws-lambda/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/aws-serverless-express/tsconfig.json b/types/aws-serverless-express/tsconfig.json index 62885fcda3..be920785f5 100644 --- a/types/aws-serverless-express/tsconfig.json +++ b/types/aws-serverless-express/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "middleware.d.ts", "aws-serverless-express-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/aws4/tsconfig.json b/types/aws4/tsconfig.json index 597f05b7e7..a0bcbfa73e 100644 --- a/types/aws4/tsconfig.json +++ b/types/aws4/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/axel/tsconfig.json b/types/axel/tsconfig.json index 0ac3689676..a3e2b5e015 100644 --- a/types/axel/tsconfig.json +++ b/types/axel/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "axel-tests.ts", - "index.d.ts" - ] + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "axel-tests.ts", + "index.d.ts" + ] } \ No newline at end of file diff --git a/types/axios-mock-adapter/tsconfig.json b/types/axios-mock-adapter/tsconfig.json index d03b805201..0de216c230 100644 --- a/types/axios-mock-adapter/tsconfig.json +++ b/types/axios-mock-adapter/tsconfig.json @@ -13,10 +13,11 @@ "forceConsistentCasingInFileNames": true, "noImplicitAny": true, "noImplicitThis": true, - "strictNullChecks": true + "strictNullChecks": true, + "strictFunctionTypes": true }, "files": [ "index.d.ts", "axios-mock-adapter-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/azure-mobile-services-client/tsconfig.json b/types/azure-mobile-services-client/tsconfig.json index 2094561f71..1d424df8c4 100644 --- a/types/azure-mobile-services-client/tsconfig.json +++ b/types/azure-mobile-services-client/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/azure-sb/tsconfig.json b/types/azure-sb/tsconfig.json index 9e2dba3353..525d24577e 100644 --- a/types/azure-sb/tsconfig.json +++ b/types/azure-sb/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/azure/tsconfig.json b/types/azure/tsconfig.json index 15e71337b2..0c4b536df2 100644 --- a/types/azure/tsconfig.json +++ b/types/azure/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/b_/tsconfig.json b/types/b_/tsconfig.json index 5271d3aeeb..9227b30bf1 100644 --- a/types/b_/tsconfig.json +++ b/types/b_/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "b_-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/babel-code-frame/tsconfig.json b/types/babel-code-frame/tsconfig.json index c2ee402de8..48e33ae829 100644 --- a/types/babel-code-frame/tsconfig.json +++ b/types/babel-code-frame/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/babel-core/tsconfig.json b/types/babel-core/tsconfig.json index eb34de358f..41aee71205 100644 --- a/types/babel-core/tsconfig.json +++ b/types/babel-core/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/babel-generator/tsconfig.json b/types/babel-generator/tsconfig.json index 76af52a798..76d138f54d 100644 --- a/types/babel-generator/tsconfig.json +++ b/types/babel-generator/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/babel-plugin-react-pug/tsconfig.json b/types/babel-plugin-react-pug/tsconfig.json index 9e1bdd2e0c..6cb3ae3ee1 100644 --- a/types/babel-plugin-react-pug/tsconfig.json +++ b/types/babel-plugin-react-pug/tsconfig.json @@ -1,23 +1,24 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true, - "jsx": "react" + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true, + "jsx": "react" }, - "files": [ - "index.d.ts", - "babel-plugin-react-pug-tests.tsx" - ] -} + "files": [ + "index.d.ts", + "babel-plugin-react-pug-tests.tsx" + ] +} \ No newline at end of file diff --git a/types/babel-plugin-syntax-jsx/tsconfig.json b/types/babel-plugin-syntax-jsx/tsconfig.json index bb19fbf329..6b52644488 100644 --- a/types/babel-plugin-syntax-jsx/tsconfig.json +++ b/types/babel-plugin-syntax-jsx/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "babel-plugin-syntax-jsx-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/babel-template/tsconfig.json b/types/babel-template/tsconfig.json index 3c87fafd00..96de23cec7 100644 --- a/types/babel-template/tsconfig.json +++ b/types/babel-template/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/babel-traverse/tsconfig.json b/types/babel-traverse/tsconfig.json index 01fab311ab..03dfa6ea51 100644 --- a/types/babel-traverse/tsconfig.json +++ b/types/babel-traverse/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/babel-types/tsconfig.json b/types/babel-types/tsconfig.json index b5bf7f62ee..92d7d6442e 100644 --- a/types/babel-types/tsconfig.json +++ b/types/babel-types/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/babelify/tsconfig.json b/types/babelify/tsconfig.json index defb24a946..9e07702ef2 100644 --- a/types/babelify/tsconfig.json +++ b/types/babelify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/babylon/tsconfig.json b/types/babylon/tsconfig.json index cd72fd759f..94d5c0bd59 100644 --- a/types/babylon/tsconfig.json +++ b/types/babylon/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/babyparse/tsconfig.json b/types/babyparse/tsconfig.json index 062572c4ef..da28a97d29 100644 --- a/types/babyparse/tsconfig.json +++ b/types/babyparse/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/backbone-associations/tsconfig.json b/types/backbone-associations/tsconfig.json index cb81dcd498..7f905ff541 100644 --- a/types/backbone-associations/tsconfig.json +++ b/types/backbone-associations/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/backbone-fetch-cache/tsconfig.json b/types/backbone-fetch-cache/tsconfig.json index 2625930e32..28c3240abc 100644 --- a/types/backbone-fetch-cache/tsconfig.json +++ b/types/backbone-fetch-cache/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/backbone-relational/tsconfig.json b/types/backbone-relational/tsconfig.json index 5d127f3c0d..961582a08f 100644 --- a/types/backbone-relational/tsconfig.json +++ b/types/backbone-relational/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/backbone.layoutmanager/tsconfig.json b/types/backbone.layoutmanager/tsconfig.json index 69b4f4d064..85b5e97b31 100644 --- a/types/backbone.layoutmanager/tsconfig.json +++ b/types/backbone.layoutmanager/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/backbone.localstorage/tsconfig.json b/types/backbone.localstorage/tsconfig.json index 60a7e9a9b7..65302c1d16 100644 --- a/types/backbone.localstorage/tsconfig.json +++ b/types/backbone.localstorage/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/backbone.marionette/tsconfig.json b/types/backbone.marionette/tsconfig.json index ab08adc897..b31d3cbfa4 100644 --- a/types/backbone.marionette/tsconfig.json +++ b/types/backbone.marionette/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/backbone.paginator/tsconfig.json b/types/backbone.paginator/tsconfig.json index eae23a6868..453c5e2861 100644 --- a/types/backbone.paginator/tsconfig.json +++ b/types/backbone.paginator/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/backbone.radio/tsconfig.json b/types/backbone.radio/tsconfig.json index 87431e3006..024840f373 100644 --- a/types/backbone.radio/tsconfig.json +++ b/types/backbone.radio/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/backbone/tsconfig.json b/types/backbone/tsconfig.json index efe348dbd6..c1185d6adf 100644 --- a/types/backbone/tsconfig.json +++ b/types/backbone/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/backgrid/tsconfig.json b/types/backgrid/tsconfig.json index 9a32a5ab8c..f2db8efd4c 100644 --- a/types/backgrid/tsconfig.json +++ b/types/backgrid/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/backlog-js/tsconfig.json b/types/backlog-js/tsconfig.json index 3e426132ba..360392d4ca 100644 --- a/types/backlog-js/tsconfig.json +++ b/types/backlog-js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/backoff/tsconfig.json b/types/backoff/tsconfig.json index ed5117f056..1946d82f81 100644 --- a/types/backoff/tsconfig.json +++ b/types/backoff/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "backoff-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/baconjs/tsconfig.json b/types/baconjs/tsconfig.json index e1cdb7a71c..162a364559 100644 --- a/types/baconjs/tsconfig.json +++ b/types/baconjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bagpipes/tsconfig.json b/types/bagpipes/tsconfig.json index 6097fdb56d..56d9d43a52 100755 --- a/types/bagpipes/tsconfig.json +++ b/types/bagpipes/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "bagpipes-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/baidumap-web-sdk/tsconfig.json b/types/baidumap-web-sdk/tsconfig.json index 7b0c7c4913..6504c4665a 100644 --- a/types/baidumap-web-sdk/tsconfig.json +++ b/types/baidumap-web-sdk/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "baidumap-web-sdk-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/barcode/tsconfig.json b/types/barcode/tsconfig.json index 31a5f27c67..a66d2ab178 100644 --- a/types/barcode/tsconfig.json +++ b/types/barcode/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bardjs/tsconfig.json b/types/bardjs/tsconfig.json index c4c59ddd37..bd5226a586 100644 --- a/types/bardjs/tsconfig.json +++ b/types/bardjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/base-64/tsconfig.json b/types/base-64/tsconfig.json index 279b296c5e..49de73c3ef 100644 --- a/types/base-64/tsconfig.json +++ b/types/base-64/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/base-x/tsconfig.json b/types/base-x/tsconfig.json index 2ece07fe8e..d69790c7d6 100644 --- a/types/base-x/tsconfig.json +++ b/types/base-x/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/base16/tsconfig.json b/types/base16/tsconfig.json index c4c07afcfb..d354b0ba01 100644 --- a/types/base16/tsconfig.json +++ b/types/base16/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/base64-js/tsconfig.json b/types/base64-js/tsconfig.json index a202fdd2e8..3a65d8af45 100644 --- a/types/base64-js/tsconfig.json +++ b/types/base64-js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bases/tsconfig.json b/types/bases/tsconfig.json index aad84d2782..4b8912ac99 100644 --- a/types/bases/tsconfig.json +++ b/types/bases/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/basic-auth/tsconfig.json b/types/basic-auth/tsconfig.json index 8d9222de2c..7c49ef4d01 100644 --- a/types/basic-auth/tsconfig.json +++ b/types/basic-auth/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/batch-stream/tsconfig.json b/types/batch-stream/tsconfig.json index 51de2a9b7e..e99f40b376 100644 --- a/types/batch-stream/tsconfig.json +++ b/types/batch-stream/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bazinga-translator/tsconfig.json b/types/bazinga-translator/tsconfig.json index c2d466d99c..1ca08ada9b 100644 --- a/types/bazinga-translator/tsconfig.json +++ b/types/bazinga-translator/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bcrypt-nodejs/tsconfig.json b/types/bcrypt-nodejs/tsconfig.json index 06067a179a..1d7991ff5f 100644 --- a/types/bcrypt-nodejs/tsconfig.json +++ b/types/bcrypt-nodejs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bcrypt/tsconfig.json b/types/bcrypt/tsconfig.json index 75c9449444..97c8808944 100644 --- a/types/bcrypt/tsconfig.json +++ b/types/bcrypt/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bcryptjs/tsconfig.json b/types/bcryptjs/tsconfig.json index b0e90ac993..094f87744c 100644 --- a/types/bcryptjs/tsconfig.json +++ b/types/bcryptjs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bem-cn/tsconfig.json b/types/bem-cn/tsconfig.json index a4c2cd86cb..e9212d8d91 100644 --- a/types/bem-cn/tsconfig.json +++ b/types/bem-cn/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "bem-cn-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/benchmark/tsconfig.json b/types/benchmark/tsconfig.json index ed72dc5a3f..ba1b6a3e55 100644 --- a/types/benchmark/tsconfig.json +++ b/types/benchmark/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/better-curry/tsconfig.json b/types/better-curry/tsconfig.json index 83627e6874..e5ceee43fc 100644 --- a/types/better-curry/tsconfig.json +++ b/types/better-curry/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/better-sqlite3/tsconfig.json b/types/better-sqlite3/tsconfig.json index fa406408e4..30a480355b 100644 --- a/types/better-sqlite3/tsconfig.json +++ b/types/better-sqlite3/tsconfig.json @@ -7,11 +7,12 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], - "types": [], + "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, @@ -19,4 +20,4 @@ "index.d.ts", "better-sqlite3-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/bezier-easing/tsconfig.json b/types/bezier-easing/tsconfig.json index 9b3d620719..2603e9bae8 100644 --- a/types/bezier-easing/tsconfig.json +++ b/types/bezier-easing/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bezier-js/tsconfig.json b/types/bezier-js/tsconfig.json index 8c5c4a2044..02796cc09c 100644 --- a/types/bezier-js/tsconfig.json +++ b/types/bezier-js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bgiframe/tsconfig.json b/types/bgiframe/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/bgiframe/tsconfig.json +++ b/types/bgiframe/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/big.js/tsconfig.json b/types/big.js/tsconfig.json index ed3368dd05..950e8b410f 100644 --- a/types/big.js/tsconfig.json +++ b/types/big.js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "test/big.js-module-tests.ts", "test/big.js-global-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/bigi/tsconfig.json b/types/bigi/tsconfig.json index f8424bbea7..de6aa90a97 100644 --- a/types/bigi/tsconfig.json +++ b/types/bigi/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bigint/tsconfig.json b/types/bigint/tsconfig.json index 48165aac98..37005189a4 100644 --- a/types/bigint/tsconfig.json +++ b/types/bigint/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bignum/tsconfig.json b/types/bignum/tsconfig.json index c875979dba..15cb8a7b4f 100644 --- a/types/bignum/tsconfig.json +++ b/types/bignum/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bignumber.js/tsconfig.json b/types/bignumber.js/tsconfig.json index 485dace353..6355540e00 100644 --- a/types/bignumber.js/tsconfig.json +++ b/types/bignumber.js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bigscreen/tsconfig.json b/types/bigscreen/tsconfig.json index cdf467e715..71230cc8e1 100644 --- a/types/bigscreen/tsconfig.json +++ b/types/bigscreen/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bind-ponyfill/tsconfig.json b/types/bind-ponyfill/tsconfig.json index 3fcedeaa10..29d2a7cac2 100644 --- a/types/bind-ponyfill/tsconfig.json +++ b/types/bind-ponyfill/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bingmaps/tsconfig.json b/types/bingmaps/tsconfig.json index b552120da3..ecb179959d 100644 --- a/types/bingmaps/tsconfig.json +++ b/types/bingmaps/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "bingmaps-tests.ts" ] -} \ No newline at end of file +} \ No newline at end of file diff --git a/types/bintrees/tsconfig.json b/types/bintrees/tsconfig.json index 15bdb88c5b..d21ec38c1e 100644 --- a/types/bintrees/tsconfig.json +++ b/types/bintrees/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bip21/tsconfig.json b/types/bip21/tsconfig.json index 338634335b..be0b017722 100644 --- a/types/bip21/tsconfig.json +++ b/types/bip21/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bit-array/tsconfig.json b/types/bit-array/tsconfig.json index e8ccde051f..ba2e9e32a2 100644 --- a/types/bit-array/tsconfig.json +++ b/types/bit-array/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bitcoinjs-lib/tsconfig.json b/types/bitcoinjs-lib/tsconfig.json index d1f5ec75b6..f874ae9858 100644 --- a/types/bitcoinjs-lib/tsconfig.json +++ b/types/bitcoinjs-lib/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "bitcoinjs-lib-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/bittorrent-protocol/tsconfig.json b/types/bittorrent-protocol/tsconfig.json index 1bc778df1b..f128669698 100644 --- a/types/bittorrent-protocol/tsconfig.json +++ b/types/bittorrent-protocol/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "bittorrent-protocol-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/bitwise-xor/tsconfig.json b/types/bitwise-xor/tsconfig.json index 91381b1d2e..a6b66cda37 100644 --- a/types/bitwise-xor/tsconfig.json +++ b/types/bitwise-xor/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bl/tsconfig.json b/types/bl/tsconfig.json index 375fd905e2..0f7c861ce8 100644 --- a/types/bl/tsconfig.json +++ b/types/bl/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/blacklist/tsconfig.json b/types/blacklist/tsconfig.json index 6fa73f1772..76cb49e40f 100644 --- a/types/blacklist/tsconfig.json +++ b/types/blacklist/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/blazy/tsconfig.json b/types/blazy/tsconfig.json index 633c77ad25..e452d910ec 100644 --- a/types/blazy/tsconfig.json +++ b/types/blazy/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bleno/tsconfig.json b/types/bleno/tsconfig.json index 44fa6c893f..338f3e3d24 100644 --- a/types/bleno/tsconfig.json +++ b/types/bleno/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "bleno-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/blessed/tsconfig.json b/types/blessed/tsconfig.json index 2744f7039b..e57d4b78d6 100644 --- a/types/blessed/tsconfig.json +++ b/types/blessed/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/blissfuljs/tsconfig.json b/types/blissfuljs/tsconfig.json index 9d04254081..42087d76ef 100644 --- a/types/blissfuljs/tsconfig.json +++ b/types/blissfuljs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/blob-stream/tsconfig.json b/types/blob-stream/tsconfig.json index f29a772ddd..2ebe6cacb9 100644 --- a/types/blob-stream/tsconfig.json +++ b/types/blob-stream/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/blob-util/tsconfig.json b/types/blob-util/tsconfig.json index f34519775d..7f7970ab0b 100644 --- a/types/blob-util/tsconfig.json +++ b/types/blob-util/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "blob-util-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/blocks/tsconfig.json b/types/blocks/tsconfig.json index 40215f80a6..85da699a13 100644 --- a/types/blocks/tsconfig.json +++ b/types/blocks/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bloomfilter/tsconfig.json b/types/bloomfilter/tsconfig.json index b8bae54b77..76ea34c251 100644 --- a/types/bloomfilter/tsconfig.json +++ b/types/bloomfilter/tsconfig.json @@ -1,23 +1,24 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "bloomfilter-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "bloomfilter-tests.ts" + ] +} \ No newline at end of file diff --git a/types/blue-tape/tsconfig.json b/types/blue-tape/tsconfig.json index 4740d06fa7..a4fc12b9e1 100644 --- a/types/blue-tape/tsconfig.json +++ b/types/blue-tape/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bluebird-global/tsconfig.json b/types/bluebird-global/tsconfig.json index 642b097309..d037429e0d 100644 --- a/types/bluebird-global/tsconfig.json +++ b/types/bluebird-global/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bluebird-retry/tsconfig.json b/types/bluebird-retry/tsconfig.json index 9d40873998..5ae2b487db 100644 --- a/types/bluebird-retry/tsconfig.json +++ b/types/bluebird-retry/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bluebird/tsconfig.json b/types/bluebird/tsconfig.json index d5f42bef56..94fc104c8f 100644 --- a/types/bluebird/tsconfig.json +++ b/types/bluebird/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/bluebird/v1/tsconfig.json b/types/bluebird/v1/tsconfig.json index 13442c777a..3e22a6a885 100644 --- a/types/bluebird/v1/tsconfig.json +++ b/types/bluebird/v1/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/bluebird/v2/tsconfig.json b/types/bluebird/v2/tsconfig.json index aeec8af920..773747fb4a 100644 --- a/types/bluebird/v2/tsconfig.json +++ b/types/bluebird/v2/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/blueimp-md5/tsconfig.json b/types/blueimp-md5/tsconfig.json index 8945974140..286b0abda2 100644 --- a/types/blueimp-md5/tsconfig.json +++ b/types/blueimp-md5/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/body-parser/tsconfig.json b/types/body-parser/tsconfig.json index e798cd97d3..9c0314a557 100644 --- a/types/body-parser/tsconfig.json +++ b/types/body-parser/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "body-parser-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/bonjour/tsconfig.json b/types/bonjour/tsconfig.json index 5f4f7d3088..8cc7d3f823 100644 --- a/types/bonjour/tsconfig.json +++ b/types/bonjour/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bookshelf/tsconfig.json b/types/bookshelf/tsconfig.json index 012a7c10b2..e983e9b53c 100644 --- a/types/bookshelf/tsconfig.json +++ b/types/bookshelf/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/boolify-string/tsconfig.json b/types/boolify-string/tsconfig.json index f7a57e27de..fcc1b15038 100644 --- a/types/boolify-string/tsconfig.json +++ b/types/boolify-string/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/boom/tsconfig.json b/types/boom/tsconfig.json index c3bee46396..81f6f5cacf 100644 --- a/types/boom/tsconfig.json +++ b/types/boom/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/boom/v3/tsconfig.json b/types/boom/v3/tsconfig.json index 689f5dec00..1f8b8e7f4a 100644 --- a/types/boom/v3/tsconfig.json +++ b/types/boom/v3/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/bootbox/tsconfig.json b/types/bootbox/tsconfig.json index 7d84efdd82..75da35b2bc 100644 --- a/types/bootbox/tsconfig.json +++ b/types/bootbox/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "bootbox-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/bootpag/tsconfig.json b/types/bootpag/tsconfig.json index fa1b79ad37..69b09cc3a6 100644 --- a/types/bootpag/tsconfig.json +++ b/types/bootpag/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bootstrap-datepicker/tsconfig.json b/types/bootstrap-datepicker/tsconfig.json index bef8804bc6..6770944b42 100644 --- a/types/bootstrap-datepicker/tsconfig.json +++ b/types/bootstrap-datepicker/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bootstrap-fileinput/tsconfig.json b/types/bootstrap-fileinput/tsconfig.json index 9661cf12ad..fa1c069762 100644 --- a/types/bootstrap-fileinput/tsconfig.json +++ b/types/bootstrap-fileinput/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bootstrap-maxlength/tsconfig.json b/types/bootstrap-maxlength/tsconfig.json index e67f6e33f1..403883963c 100644 --- a/types/bootstrap-maxlength/tsconfig.json +++ b/types/bootstrap-maxlength/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bootstrap-notify/tsconfig.json b/types/bootstrap-notify/tsconfig.json index 70345035cb..f833291433 100644 --- a/types/bootstrap-notify/tsconfig.json +++ b/types/bootstrap-notify/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bootstrap-select/tsconfig.json b/types/bootstrap-select/tsconfig.json index 28f30d6dc0..108bd0a43f 100644 --- a/types/bootstrap-select/tsconfig.json +++ b/types/bootstrap-select/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bootstrap-slider/tsconfig.json b/types/bootstrap-slider/tsconfig.json index a793a1d164..7400a08d09 100644 --- a/types/bootstrap-slider/tsconfig.json +++ b/types/bootstrap-slider/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "bootstrap-slider-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/bootstrap-switch/tsconfig.json b/types/bootstrap-switch/tsconfig.json index 6afea7feeb..794d73cac9 100644 --- a/types/bootstrap-switch/tsconfig.json +++ b/types/bootstrap-switch/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bootstrap-table/tsconfig.json b/types/bootstrap-table/tsconfig.json index 7a82df8757..b38fb73330 100644 --- a/types/bootstrap-table/tsconfig.json +++ b/types/bootstrap-table/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bootstrap-touchspin/tsconfig.json b/types/bootstrap-touchspin/tsconfig.json index de15b1ab32..1ce86dec76 100644 --- a/types/bootstrap-touchspin/tsconfig.json +++ b/types/bootstrap-touchspin/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bootstrap-treeview/tsconfig.json b/types/bootstrap-treeview/tsconfig.json index 0dce7ab41a..30898529bb 100644 --- a/types/bootstrap-treeview/tsconfig.json +++ b/types/bootstrap-treeview/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "bootstrap-treeview-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/bootstrap-validator/tsconfig.json b/types/bootstrap-validator/tsconfig.json index c4415e6d19..4f61ae94f9 100644 --- a/types/bootstrap-validator/tsconfig.json +++ b/types/bootstrap-validator/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bootstrap.paginator/tsconfig.json b/types/bootstrap.paginator/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/bootstrap.paginator/tsconfig.json +++ b/types/bootstrap.paginator/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bootstrap.timepicker/tsconfig.json b/types/bootstrap.timepicker/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/bootstrap.timepicker/tsconfig.json +++ b/types/bootstrap.timepicker/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bootstrap.v3.datetimepicker/tsconfig.json b/types/bootstrap.v3.datetimepicker/tsconfig.json index a405cd85dc..36febd5a8f 100644 --- a/types/bootstrap.v3.datetimepicker/tsconfig.json +++ b/types/bootstrap.v3.datetimepicker/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bootstrap.v3.datetimepicker/v3/tsconfig.json b/types/bootstrap.v3.datetimepicker/v3/tsconfig.json index c81098be9e..3dcc23bdff 100644 --- a/types/bootstrap.v3.datetimepicker/v3/tsconfig.json +++ b/types/bootstrap.v3.datetimepicker/v3/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/bootstrap/tsconfig.json b/types/bootstrap/tsconfig.json index 0efb26f214..536901e8a6 100644 --- a/types/bootstrap/tsconfig.json +++ b/types/bootstrap/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/botvs/tsconfig.json b/types/botvs/tsconfig.json index a20db9c8e9..6ec444ef28 100644 --- a/types/botvs/tsconfig.json +++ b/types/botvs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "botvs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/bounce.js/tsconfig.json b/types/bounce.js/tsconfig.json index aea0528321..a0f7048729 100644 --- a/types/bounce.js/tsconfig.json +++ b/types/bounce.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bowser/tsconfig.json b/types/bowser/tsconfig.json index d0f2ee1a88..533b285bb0 100644 --- a/types/bowser/tsconfig.json +++ b/types/bowser/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/box2d/tsconfig.json b/types/box2d/tsconfig.json index 77378f313f..9fae5e8326 100644 --- a/types/box2d/tsconfig.json +++ b/types/box2d/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/brace-expansion/tsconfig.json b/types/brace-expansion/tsconfig.json index ef79d3729f..a64fa9ea3b 100644 --- a/types/brace-expansion/tsconfig.json +++ b/types/brace-expansion/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "brace-expansion-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/braintree-web/tsconfig.json b/types/braintree-web/tsconfig.json index d326f77f12..3a39178d0e 100644 --- a/types/braintree-web/tsconfig.json +++ b/types/braintree-web/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "test/web.ts", "test/node.ts" ] -} +} \ No newline at end of file diff --git a/types/breeze/tsconfig.json b/types/breeze/tsconfig.json index b03254b93c..236bcba327 100644 --- a/types/breeze/tsconfig.json +++ b/types/breeze/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bricks.js/tsconfig.json b/types/bricks.js/tsconfig.json index 5a4746ea86..5f265430a3 100644 --- a/types/bricks.js/tsconfig.json +++ b/types/bricks.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "bricks.js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/brorand/tsconfig.json b/types/brorand/tsconfig.json index 5fe5965087..52e7dbf24c 100644 --- a/types/brorand/tsconfig.json +++ b/types/brorand/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/browser-bunyan/tsconfig.json b/types/browser-bunyan/tsconfig.json index c94eef83e2..ab3fb51bd2 100644 --- a/types/browser-bunyan/tsconfig.json +++ b/types/browser-bunyan/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/browser-fingerprint/tsconfig.json b/types/browser-fingerprint/tsconfig.json index 412a577af0..7f34a8f380 100644 --- a/types/browser-fingerprint/tsconfig.json +++ b/types/browser-fingerprint/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/browser-harness/tsconfig.json b/types/browser-harness/tsconfig.json index 262ff52cf5..1694e52c08 100644 --- a/types/browser-harness/tsconfig.json +++ b/types/browser-harness/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/browser-pack/tsconfig.json b/types/browser-pack/tsconfig.json index 67da2f2560..1dc87a2e2d 100644 --- a/types/browser-pack/tsconfig.json +++ b/types/browser-pack/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/browser-report/tsconfig.json b/types/browser-report/tsconfig.json index 997b307339..f0bb076ca9 100644 --- a/types/browser-report/tsconfig.json +++ b/types/browser-report/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/browser-resolve/tsconfig.json b/types/browser-resolve/tsconfig.json index d1fd902a14..5f873c7ee5 100644 --- a/types/browser-resolve/tsconfig.json +++ b/types/browser-resolve/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/browser-sync/tsconfig.json b/types/browser-sync/tsconfig.json index 83ef3f0e60..98204d433a 100644 --- a/types/browser-sync/tsconfig.json +++ b/types/browser-sync/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/browserify/tsconfig.json b/types/browserify/tsconfig.json index 531f734eb9..df71b7fb3b 100644 --- a/types/browserify/tsconfig.json +++ b/types/browserify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bs58/tsconfig.json b/types/bs58/tsconfig.json index 90c5bc2b88..9e0ed25701 100644 --- a/types/bs58/tsconfig.json +++ b/types/bs58/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bson/tsconfig.json b/types/bson/tsconfig.json index 78adc0219b..aa4936d595 100644 --- a/types/bson/tsconfig.json +++ b/types/bson/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bucks/tsconfig.json b/types/bucks/tsconfig.json index 641d6425e8..f06df83926 100644 --- a/types/bucks/tsconfig.json +++ b/types/bucks/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/buffer-compare/tsconfig.json b/types/buffer-compare/tsconfig.json index 46bf66605d..76638cae6e 100644 --- a/types/buffer-compare/tsconfig.json +++ b/types/buffer-compare/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/buffer-equal/tsconfig.json b/types/buffer-equal/tsconfig.json index fe456dae48..5576be8e43 100644 --- a/types/buffer-equal/tsconfig.json +++ b/types/buffer-equal/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/buffers/tsconfig.json b/types/buffers/tsconfig.json index 09a2f78457..148f3d1dbb 100644 --- a/types/buffers/tsconfig.json +++ b/types/buffers/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bufferstream/tsconfig.json b/types/bufferstream/tsconfig.json index b7a18fa043..000bd2d09c 100644 --- a/types/bufferstream/tsconfig.json +++ b/types/bufferstream/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bull/tsconfig.json b/types/bull/tsconfig.json index 0751a977c1..3ce6f08792 100644 --- a/types/bull/tsconfig.json +++ b/types/bull/tsconfig.json @@ -1,12 +1,17 @@ { "compilerOptions": { "module": "commonjs", - "lib": [ "es6" ], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": [ "../" ], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/bull/v2/tsconfig.json b/types/bull/v2/tsconfig.json index 12445fc199..975ef0e01c 100644 --- a/types/bull/v2/tsconfig.json +++ b/types/bull/v2/tsconfig.json @@ -1,16 +1,25 @@ { "compilerOptions": { "module": "commonjs", - "lib": [ "es6" ], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", - "typeRoots": [ "../../" ], + "typeRoots": [ + "../../" + ], "types": [], "paths": { - "bull": [ "bull/v2" ], - "bull/*": [ "bull/v2/*" ] + "bull": [ + "bull/v2" + ], + "bull/*": [ + "bull/v2/*" + ] }, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/bunnymq/tsconfig.json b/types/bunnymq/tsconfig.json index fe2f7d19dd..d1a470e451 100644 --- a/types/bunnymq/tsconfig.json +++ b/types/bunnymq/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bunyan-blackhole/tsconfig.json b/types/bunyan-blackhole/tsconfig.json index cddd529d29..0266e86bae 100644 --- a/types/bunyan-blackhole/tsconfig.json +++ b/types/bunyan-blackhole/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bunyan-bugsnag/tsconfig.json b/types/bunyan-bugsnag/tsconfig.json index fc5f16775b..1910cbaf79 100644 --- a/types/bunyan-bugsnag/tsconfig.json +++ b/types/bunyan-bugsnag/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "bunyan-bugsnag-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/bunyan-config/tsconfig.json b/types/bunyan-config/tsconfig.json index 316e779857..7866deb22e 100644 --- a/types/bunyan-config/tsconfig.json +++ b/types/bunyan-config/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bunyan-logentries/tsconfig.json b/types/bunyan-logentries/tsconfig.json index fab7ab8adf..f367f2fff8 100644 --- a/types/bunyan-logentries/tsconfig.json +++ b/types/bunyan-logentries/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bunyan-prettystream/tsconfig.json b/types/bunyan-prettystream/tsconfig.json index 681f08207f..ac589169ba 100644 --- a/types/bunyan-prettystream/tsconfig.json +++ b/types/bunyan-prettystream/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bunyan-winston-adapter/tsconfig.json b/types/bunyan-winston-adapter/tsconfig.json index 7185731caf..7278f5ac72 100644 --- a/types/bunyan-winston-adapter/tsconfig.json +++ b/types/bunyan-winston-adapter/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "bunyan-winston-adapter-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/bunyan/tsconfig.json b/types/bunyan/tsconfig.json index 9564bbdbc9..290ffc3a6d 100644 --- a/types/bunyan/tsconfig.json +++ b/types/bunyan/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/busboy/tsconfig.json b/types/busboy/tsconfig.json index 1879cda2a9..6e60377b23 100644 --- a/types/busboy/tsconfig.json +++ b/types/busboy/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/business-rules-engine/tsconfig.json b/types/business-rules-engine/tsconfig.json index a80b05099b..385150055b 100644 --- a/types/business-rules-engine/tsconfig.json +++ b/types/business-rules-engine/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/bwip-js/tsconfig.json b/types/bwip-js/tsconfig.json index 9c80d3dd4a..c421a4a7b6 100644 --- a/types/bwip-js/tsconfig.json +++ b/types/bwip-js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/byline/tsconfig.json b/types/byline/tsconfig.json index 1b19defc70..f21fc8983d 100644 --- a/types/byline/tsconfig.json +++ b/types/byline/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bytebuffer/tsconfig.json b/types/bytebuffer/tsconfig.json index 4c483ce2a5..5fdc833e9b 100644 --- a/types/bytebuffer/tsconfig.json +++ b/types/bytebuffer/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/bytes/tsconfig.json b/types/bytes/tsconfig.json index 49c5cc8c74..4de1fdb57a 100644 --- a/types/bytes/tsconfig.json +++ b/types/bytes/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/c3/tsconfig.json b/types/c3/tsconfig.json index e94921ceb7..fe3b00c503 100644 --- a/types/c3/tsconfig.json +++ b/types/c3/tsconfig.json @@ -8,13 +8,16 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "paths": { - "d3": ["d3/v3"] + "d3": [ + "d3/v3" + ] }, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/cache-manager/tsconfig.json b/types/cache-manager/tsconfig.json index 522fd22794..f754de4a67 100644 --- a/types/cache-manager/tsconfig.json +++ b/types/cache-manager/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cachefactory/tsconfig.json b/types/cachefactory/tsconfig.json index f39484366b..2008da5619 100644 --- a/types/cachefactory/tsconfig.json +++ b/types/cachefactory/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cal-heatmap/tsconfig.json b/types/cal-heatmap/tsconfig.json index 7edf3d8067..ff8d65a2e2 100644 --- a/types/cal-heatmap/tsconfig.json +++ b/types/cal-heatmap/tsconfig.json @@ -8,13 +8,16 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "paths": { - "d3": ["d3/v3"] + "d3": [ + "d3/v3" + ] }, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/callsite/tsconfig.json b/types/callsite/tsconfig.json index cadb982eda..473c5c08fd 100644 --- a/types/callsite/tsconfig.json +++ b/types/callsite/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/callsites/tsconfig.json b/types/callsites/tsconfig.json index 68aca90ea3..010199b740 100644 --- a/types/callsites/tsconfig.json +++ b/types/callsites/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "callsites-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/calq/tsconfig.json b/types/calq/tsconfig.json index 3e0167d2a7..595f095f74 100644 --- a/types/calq/tsconfig.json +++ b/types/calq/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/camelcase-keys/tsconfig.json b/types/camelcase-keys/tsconfig.json index a0216c0338..f99870f8d9 100644 --- a/types/camelcase-keys/tsconfig.json +++ b/types/camelcase-keys/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/camelcase/tsconfig.json b/types/camelcase/tsconfig.json index a3fc596eb6..bcc1b505e1 100644 --- a/types/camelcase/tsconfig.json +++ b/types/camelcase/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "camelcase-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/camljs/tsconfig.json b/types/camljs/tsconfig.json index a606320418..5fbe5605e9 100644 --- a/types/camljs/tsconfig.json +++ b/types/camljs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/camo/tsconfig.json b/types/camo/tsconfig.json index 0e45c8b3f5..46a6a2814c 100644 --- a/types/camo/tsconfig.json +++ b/types/camo/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cannon/tsconfig.json b/types/cannon/tsconfig.json index a59be4d465..ca5618a8a0 100644 --- a/types/cannon/tsconfig.json +++ b/types/cannon/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/canvas-gauges/tsconfig.json b/types/canvas-gauges/tsconfig.json index f33b09f813..07055c34bb 100644 --- a/types/canvas-gauges/tsconfig.json +++ b/types/canvas-gauges/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/canvasjs/tsconfig.json b/types/canvasjs/tsconfig.json index 459ca95138..57f76052a9 100644 --- a/types/canvasjs/tsconfig.json +++ b/types/canvasjs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "canvasjs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/capitalize/tsconfig.json b/types/capitalize/tsconfig.json index d196ac1315..463b6ca645 100644 --- a/types/capitalize/tsconfig.json +++ b/types/capitalize/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/card-validator/tsconfig.json b/types/card-validator/tsconfig.json index a3e4d160e5..685e0c4bbe 100644 --- a/types/card-validator/tsconfig.json +++ b/types/card-validator/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "card-validator-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/cash/tsconfig.json b/types/cash/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/cash/tsconfig.json +++ b/types/cash/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/casperjs/tsconfig.json b/types/casperjs/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/casperjs/tsconfig.json +++ b/types/casperjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cassandra-driver/tsconfig.json b/types/cassandra-driver/tsconfig.json index 9793b9a1b1..e47bfd4444 100644 --- a/types/cassandra-driver/tsconfig.json +++ b/types/cassandra-driver/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/catbox/tsconfig.json b/types/catbox/tsconfig.json index b04177a675..feb19f81dc 100644 --- a/types/catbox/tsconfig.json +++ b/types/catbox/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "catbox-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/cbor/tsconfig.json b/types/cbor/tsconfig.json index d9643467aa..199ead141d 100644 --- a/types/cbor/tsconfig.json +++ b/types/cbor/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ccap/tsconfig.json b/types/ccap/tsconfig.json index d1c1d4d626..e4fa68a956 100644 --- a/types/ccap/tsconfig.json +++ b/types/ccap/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "ccap-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/chai-arrays/tsconfig.json b/types/chai-arrays/tsconfig.json index a555dfb8e2..84b3de823b 100644 --- a/types/chai-arrays/tsconfig.json +++ b/types/chai-arrays/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "chai-arrays-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/chai-as-promised/tsconfig.json b/types/chai-as-promised/tsconfig.json index 71874931b3..2d1a15b6eb 100644 --- a/types/chai-as-promised/tsconfig.json +++ b/types/chai-as-promised/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "chai-as-promised-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/chai-datetime/tsconfig.json b/types/chai-datetime/tsconfig.json index 02fa4af994..93d28d082f 100644 --- a/types/chai-datetime/tsconfig.json +++ b/types/chai-datetime/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/chai-dom/tsconfig.json b/types/chai-dom/tsconfig.json index 7580cc278e..8840510c78 100644 --- a/types/chai-dom/tsconfig.json +++ b/types/chai-dom/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/chai-enzyme/tsconfig.json b/types/chai-enzyme/tsconfig.json index 772105a437..4b7cdcf075 100644 --- a/types/chai-enzyme/tsconfig.json +++ b/types/chai-enzyme/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/chai-fuzzy/tsconfig.json b/types/chai-fuzzy/tsconfig.json index 0929562d02..c6254dc8d8 100644 --- a/types/chai-fuzzy/tsconfig.json +++ b/types/chai-fuzzy/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/chai-http/tsconfig.json b/types/chai-http/tsconfig.json index a3b913d24f..3554b4ab09 100644 --- a/types/chai-http/tsconfig.json +++ b/types/chai-http/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/chai-jest-snapshot/tsconfig.json b/types/chai-jest-snapshot/tsconfig.json index 32dea54632..ae15eb95a0 100644 --- a/types/chai-jest-snapshot/tsconfig.json +++ b/types/chai-jest-snapshot/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "chai-jest-snapshot-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/chai-jquery/tsconfig.json b/types/chai-jquery/tsconfig.json index ca1d1b88ab..b26a07d06d 100644 --- a/types/chai-jquery/tsconfig.json +++ b/types/chai-jquery/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/chai-json-schema/tsconfig.json b/types/chai-json-schema/tsconfig.json index 80f35a1598..9c8408ae05 100644 --- a/types/chai-json-schema/tsconfig.json +++ b/types/chai-json-schema/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/chai-oequal/tsconfig.json b/types/chai-oequal/tsconfig.json index 40e4a0b1bc..0e63915d75 100644 --- a/types/chai-oequal/tsconfig.json +++ b/types/chai-oequal/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/chai-spies/tsconfig.json b/types/chai-spies/tsconfig.json index 86f86541d9..a439cf07a4 100644 --- a/types/chai-spies/tsconfig.json +++ b/types/chai-spies/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/chai-string/tsconfig.json b/types/chai-string/tsconfig.json index 9bca70cbb8..1227af23ab 100644 --- a/types/chai-string/tsconfig.json +++ b/types/chai-string/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/chai-subset/tsconfig.json b/types/chai-subset/tsconfig.json index 21d5108f1c..c79fad5e82 100644 --- a/types/chai-subset/tsconfig.json +++ b/types/chai-subset/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/chai-things/tsconfig.json b/types/chai-things/tsconfig.json index e426da66a1..84e31abe2f 100644 --- a/types/chai-things/tsconfig.json +++ b/types/chai-things/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/chai-xml/tsconfig.json b/types/chai-xml/tsconfig.json index f91b76a16c..95a0d68969 100644 --- a/types/chai-xml/tsconfig.json +++ b/types/chai-xml/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/chai/tsconfig.json b/types/chai/tsconfig.json index 1e16e4cbf9..4e0c687060 100644 --- a/types/chai/tsconfig.json +++ b/types/chai/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/chai/v2/tsconfig.json b/types/chai/v2/tsconfig.json index bc5f6dc588..927a017f3d 100644 --- a/types/chai/v2/tsconfig.json +++ b/types/chai/v2/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/chalk/tsconfig.json b/types/chalk/tsconfig.json index 7cf506fcc1..13ab93883b 100644 --- a/types/chalk/tsconfig.json +++ b/types/chalk/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/chance/tsconfig.json b/types/chance/tsconfig.json index 86e165072d..f05e6076cc 100644 --- a/types/chance/tsconfig.json +++ b/types/chance/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/change-emitter/tsconfig.json b/types/change-emitter/tsconfig.json index c009c08554..208441aafa 100644 --- a/types/change-emitter/tsconfig.json +++ b/types/change-emitter/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/charm/tsconfig.json b/types/charm/tsconfig.json index e8bb4426f8..40eba0a076 100644 --- a/types/charm/tsconfig.json +++ b/types/charm/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/chart.js/tsconfig.json b/types/chart.js/tsconfig.json index aae63d6394..3b5b6bffed 100644 --- a/types/chart.js/tsconfig.json +++ b/types/chart.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/chartist/tsconfig.json b/types/chartist/tsconfig.json index ee8ba7d34f..afe951be86 100644 --- a/types/chartist/tsconfig.json +++ b/types/chartist/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/chartjs/tsconfig.json b/types/chartjs/tsconfig.json index 6523e4bd77..17d7edaf2a 100644 --- a/types/chartjs/tsconfig.json +++ b/types/chartjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/chayns/tsconfig.json b/types/chayns/tsconfig.json index 99d0599998..4ac301174a 100644 --- a/types/chayns/tsconfig.json +++ b/types/chayns/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "chayns-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/check-sum/tsconfig.json b/types/check-sum/tsconfig.json index 2143ca3bd6..5d2955a50f 100644 --- a/types/check-sum/tsconfig.json +++ b/types/check-sum/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "check-sum-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/checkstyle-formatter/tsconfig.json b/types/checkstyle-formatter/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/checkstyle-formatter/tsconfig.json +++ b/types/checkstyle-formatter/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/checksum/tsconfig.json b/types/checksum/tsconfig.json index 9fe2d44312..21e5de17ab 100644 --- a/types/checksum/tsconfig.json +++ b/types/checksum/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cheerio/tsconfig.json b/types/cheerio/tsconfig.json index d046b455e6..63c3aed57c 100644 --- a/types/cheerio/tsconfig.json +++ b/types/cheerio/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/chmodr/tsconfig.json b/types/chmodr/tsconfig.json index 5aa0c9aac2..44e07784ac 100644 --- a/types/chmodr/tsconfig.json +++ b/types/chmodr/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "chmodr-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/chocolatechipjs/tsconfig.json b/types/chocolatechipjs/tsconfig.json index a94278ac9e..d56dd67e2d 100644 --- a/types/chocolatechipjs/tsconfig.json +++ b/types/chocolatechipjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/chokidar/tsconfig.json b/types/chokidar/tsconfig.json index 8782979f09..77a34a3964 100644 --- a/types/chokidar/tsconfig.json +++ b/types/chokidar/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/chosen-js/tsconfig.json b/types/chosen-js/tsconfig.json index 1e2148076b..9f4ce049cb 100644 --- a/types/chosen-js/tsconfig.json +++ b/types/chosen-js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/chownr/tsconfig.json b/types/chownr/tsconfig.json index 587c9ef8f8..7b20bfde66 100644 --- a/types/chownr/tsconfig.json +++ b/types/chownr/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "chownr-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/chroma-js/tsconfig.json b/types/chroma-js/tsconfig.json index 66384ba080..af142ac45e 100644 --- a/types/chroma-js/tsconfig.json +++ b/types/chroma-js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/chroma-js/v0/tsconfig.json b/types/chroma-js/v0/tsconfig.json index 691743104e..93226eedaf 100644 --- a/types/chroma-js/v0/tsconfig.json +++ b/types/chroma-js/v0/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/chrome/tsconfig.json b/types/chrome/tsconfig.json index 96c0c31496..de1fde90ca 100644 --- a/types/chrome/tsconfig.json +++ b/types/chrome/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -23,4 +24,4 @@ "test/index.ts", "test/chrome-app.ts" ] -} +} \ No newline at end of file diff --git a/types/chui/tsconfig.json b/types/chui/tsconfig.json index 08c1f7740e..5463478868 100644 --- a/types/chui/tsconfig.json +++ b/types/chui/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -25,4 +26,4 @@ "index.d.ts", "chui-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/chunked-dc/tsconfig.json b/types/chunked-dc/tsconfig.json index 55832d5160..28dc51c3c3 100644 --- a/types/chunked-dc/tsconfig.json +++ b/types/chunked-dc/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/circular-json/tsconfig.json b/types/circular-json/tsconfig.json index cdb4636702..65bd131757 100644 --- a/types/circular-json/tsconfig.json +++ b/types/circular-json/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ckeditor/tsconfig.json b/types/ckeditor/tsconfig.json index 49fc367e30..e845e96c0a 100644 --- a/types/ckeditor/tsconfig.json +++ b/types/ckeditor/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/clamp-js/tsconfig.json b/types/clamp-js/tsconfig.json index f70837d86f..d858957f4b 100644 --- a/types/clamp-js/tsconfig.json +++ b/types/clamp-js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "clamp-js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/classnames/tsconfig.json b/types/classnames/tsconfig.json index bb39a9d874..f9b03432fc 100644 --- a/types/classnames/tsconfig.json +++ b/types/classnames/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "bind.d.ts", "classnames-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/cldrjs/tsconfig.json b/types/cldrjs/tsconfig.json index e3260d69a7..b17ea4c0a9 100644 --- a/types/cldrjs/tsconfig.json +++ b/types/cldrjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/clean-css/tsconfig.json b/types/clean-css/tsconfig.json index bf5cc0f80c..fe65b21c11 100644 --- a/types/clean-css/tsconfig.json +++ b/types/clean-css/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/clean-stack/tsconfig.json b/types/clean-stack/tsconfig.json index 79e1474200..e1fa33ac6c 100644 --- a/types/clean-stack/tsconfig.json +++ b/types/clean-stack/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "clean-stack-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/clear-require/tsconfig.json b/types/clear-require/tsconfig.json index 9c28741f0b..538fbe385e 100644 --- a/types/clear-require/tsconfig.json +++ b/types/clear-require/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "clear-require-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/cli-color/tsconfig.json b/types/cli-color/tsconfig.json index b0fe194172..4e8bceb94b 100644 --- a/types/cli-color/tsconfig.json +++ b/types/cli-color/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cli-table2/tsconfig.json b/types/cli-table2/tsconfig.json index e816ba5105..4d5bea5b9d 100644 --- a/types/cli-table2/tsconfig.json +++ b/types/cli-table2/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cli/tsconfig.json b/types/cli/tsconfig.json index 8ba822df5e..2a1b78ae92 100644 --- a/types/cli/tsconfig.json +++ b/types/cli/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/client-sessions/tsconfig.json b/types/client-sessions/tsconfig.json index 151ca87623..c1556587bc 100644 --- a/types/client-sessions/tsconfig.json +++ b/types/client-sessions/tsconfig.json @@ -1,10 +1,13 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6"], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -17,4 +20,4 @@ "index.d.ts", "client-sessions-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/cliff/tsconfig.json b/types/cliff/tsconfig.json index d338d0b253..8c59f5c533 100644 --- a/types/cliff/tsconfig.json +++ b/types/cliff/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/clipboard-js/tsconfig.json b/types/clipboard-js/tsconfig.json index bb95836c8a..8927797525 100644 --- a/types/clipboard-js/tsconfig.json +++ b/types/clipboard-js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/clipboard/tsconfig.json b/types/clipboard/tsconfig.json index f1033c0218..5d960d2fd4 100644 --- a/types/clipboard/tsconfig.json +++ b/types/clipboard/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/clipboardy/tsconfig.json b/types/clipboardy/tsconfig.json index 455154a1d2..6d6bfcc76a 100644 --- a/types/clipboardy/tsconfig.json +++ b/types/clipboardy/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "clipboardy-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/clndr/tsconfig.json b/types/clndr/tsconfig.json index 47e9476079..df25d1b075 100644 --- a/types/clndr/tsconfig.json +++ b/types/clndr/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "clndr-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/clone/tsconfig.json b/types/clone/tsconfig.json index 3594995add..65bd178331 100644 --- a/types/clone/tsconfig.json +++ b/types/clone/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/closure-compiler/tsconfig.json b/types/closure-compiler/tsconfig.json index c5b91de6be..4a15360b18 100644 --- a/types/closure-compiler/tsconfig.json +++ b/types/closure-compiler/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cloud-env/tsconfig.json b/types/cloud-env/tsconfig.json index e6a1323629..0972bef4e5 100644 --- a/types/cloud-env/tsconfig.json +++ b/types/cloud-env/tsconfig.json @@ -1,19 +1,24 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "lib": ["es6"], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": ["../"], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "cloud-env-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "cloud-env-tests.ts" + ] +} \ No newline at end of file diff --git a/types/cloudflare-apps/tsconfig.json b/types/cloudflare-apps/tsconfig.json index 9f3ed2ece7..b521ed0aca 100644 --- a/types/cloudflare-apps/tsconfig.json +++ b/types/cloudflare-apps/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "forceConsistentCasingInFileNames": true, "jsx": "preserve" } -} +} \ No newline at end of file diff --git a/types/cls-hooked/tsconfig.json b/types/cls-hooked/tsconfig.json index d5fe6249f9..2e4da612f6 100644 --- a/types/cls-hooked/tsconfig.json +++ b/types/cls-hooked/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "cls-hooked-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/co-body/tsconfig.json b/types/co-body/tsconfig.json index 32601a074a..295cfcd7cd 100644 --- a/types/co-body/tsconfig.json +++ b/types/co-body/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/co-views/tsconfig.json b/types/co-views/tsconfig.json index 5a319edbcf..8b129766a5 100644 --- a/types/co-views/tsconfig.json +++ b/types/co-views/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/code/tsconfig.json b/types/code/tsconfig.json index 78682fb6c2..ae86da199a 100644 --- a/types/code/tsconfig.json +++ b/types/code/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/codemirror/tsconfig.json b/types/codemirror/tsconfig.json index af9dc54023..2ff349d98e 100644 --- a/types/codemirror/tsconfig.json +++ b/types/codemirror/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/codependency/tsconfig.json b/types/codependency/tsconfig.json index 2966809543..990aecea5d 100644 --- a/types/codependency/tsconfig.json +++ b/types/codependency/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/coffeeify/tsconfig.json b/types/coffeeify/tsconfig.json index 35cd981884..0ed14ee2f2 100644 --- a/types/coffeeify/tsconfig.json +++ b/types/coffeeify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/coinstring/tsconfig.json b/types/coinstring/tsconfig.json index 02daf5871a..43ca980dbb 100644 --- a/types/coinstring/tsconfig.json +++ b/types/coinstring/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/collections/tsconfig.json b/types/collections/tsconfig.json index e547d4914d..466c5b12c4 100644 --- a/types/collections/tsconfig.json +++ b/types/collections/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "collections-tests.ts" - ] + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "collections-tests.ts" + ] } \ No newline at end of file diff --git a/types/color-convert/tsconfig.json b/types/color-convert/tsconfig.json index 70b4bd0fd9..52c14017a1 100644 --- a/types/color-convert/tsconfig.json +++ b/types/color-convert/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "route.d.ts", "color-convert-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/color-name/tsconfig.json b/types/color-name/tsconfig.json index 30cfb50814..56777b5a12 100644 --- a/types/color-name/tsconfig.json +++ b/types/color-name/tsconfig.json @@ -10,11 +10,14 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "types": [], - "typeRoots": ["../"] + "typeRoots": [ + "../" + ] }, "files": [ "index.d.ts", "color-name-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/color-string/tsconfig.json b/types/color-string/tsconfig.json index bf5a829c6e..27f7f9f5f1 100644 --- a/types/color-string/tsconfig.json +++ b/types/color-string/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "color-string-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/color/tsconfig.json b/types/color/tsconfig.json index 77175286b3..0924b02ae0 100644 --- a/types/color/tsconfig.json +++ b/types/color/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "color-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/color/v0/tsconfig.json b/types/color/v0/tsconfig.json index 6039458199..73f49d6375 100644 --- a/types/color/v0/tsconfig.json +++ b/types/color/v0/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/color/v1/tsconfig.json b/types/color/v1/tsconfig.json index 66541f0172..8d8204cf87 100644 --- a/types/color/v1/tsconfig.json +++ b/types/color/v1/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" @@ -24,4 +25,4 @@ "index.d.ts", "color-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/colorbrewer/tsconfig.json b/types/colorbrewer/tsconfig.json index 7adac10930..561a5d114e 100644 --- a/types/colorbrewer/tsconfig.json +++ b/types/colorbrewer/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/colors/tsconfig.json b/types/colors/tsconfig.json index 2455a21c79..d935a49e18 100644 --- a/types/colors/tsconfig.json +++ b/types/colors/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/com.darktalker.cordova.screenshot/tsconfig.json b/types/com.darktalker.cordova.screenshot/tsconfig.json index b9e395e7c0..d2b5aabb00 100644 --- a/types/com.darktalker.cordova.screenshot/tsconfig.json +++ b/types/com.darktalker.cordova.screenshot/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/combine-source-map/tsconfig.json b/types/combine-source-map/tsconfig.json index 8ee6b85743..dfb725b738 100644 --- a/types/combine-source-map/tsconfig.json +++ b/types/combine-source-map/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/combined-stream/tsconfig.json b/types/combined-stream/tsconfig.json index e1986a21be..bc69eb2505 100644 --- a/types/combined-stream/tsconfig.json +++ b/types/combined-stream/tsconfig.json @@ -1,10 +1,13 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6"], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -17,4 +20,4 @@ "index.d.ts", "combined-stream-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/combokeys/tsconfig.json b/types/combokeys/tsconfig.json index 17af434c7d..b1fecec3b7 100644 --- a/types/combokeys/tsconfig.json +++ b/types/combokeys/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cometd/tsconfig.json b/types/cometd/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/cometd/tsconfig.json +++ b/types/cometd/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/command-line-args/tsconfig.json b/types/command-line-args/tsconfig.json index 2f22f95af1..92c02160ae 100644 --- a/types/command-line-args/tsconfig.json +++ b/types/command-line-args/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/command-line-commands/tsconfig.json b/types/command-line-commands/tsconfig.json index 5d98c64e58..fd8670e4a1 100644 --- a/types/command-line-commands/tsconfig.json +++ b/types/command-line-commands/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/commander/tsconfig.json b/types/commander/tsconfig.json index 0db54c9488..dcb92cc920 100644 --- a/types/commander/tsconfig.json +++ b/types/commander/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/commangular/tsconfig.json b/types/commangular/tsconfig.json index 1491e780c2..bd900bd300 100644 --- a/types/commangular/tsconfig.json +++ b/types/commangular/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/comment-json/tsconfig.json b/types/comment-json/tsconfig.json index 314e9c0143..0745d1cfc0 100644 --- a/types/comment-json/tsconfig.json +++ b/types/comment-json/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/common-tags/tsconfig.json b/types/common-tags/tsconfig.json index 29c1a44652..21158de285 100644 --- a/types/common-tags/tsconfig.json +++ b/types/common-tags/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/commonmark/tsconfig.json b/types/commonmark/tsconfig.json index 82e3004b78..682d69fed4 100644 --- a/types/commonmark/tsconfig.json +++ b/types/commonmark/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "commonmark-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/compare-version/tsconfig.json b/types/compare-version/tsconfig.json index fd75d47da6..5dcb7c3156 100644 --- a/types/compare-version/tsconfig.json +++ b/types/compare-version/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/complex/tsconfig.json b/types/complex/tsconfig.json index c4a5dfc9f8..b8a54e716a 100644 --- a/types/complex/tsconfig.json +++ b/types/complex/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/component-emitter/tsconfig.json b/types/component-emitter/tsconfig.json index 265fa2d955..71ded6be82 100644 --- a/types/component-emitter/tsconfig.json +++ b/types/component-emitter/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/compose-function/tsconfig.json b/types/compose-function/tsconfig.json index fd6529f97c..cdbf9e9709 100644 --- a/types/compose-function/tsconfig.json +++ b/types/compose-function/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/compressible/tsconfig.json b/types/compressible/tsconfig.json index fb011bf968..8e036c88d9 100644 --- a/types/compressible/tsconfig.json +++ b/types/compressible/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "compressible-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/compression-webpack-plugin/tsconfig.json b/types/compression-webpack-plugin/tsconfig.json index 70383d3658..b80c7a1977 100644 --- a/types/compression-webpack-plugin/tsconfig.json +++ b/types/compression-webpack-plugin/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "compression-webpack-plugin-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/compression/tsconfig.json b/types/compression/tsconfig.json index 8fef7d56d4..63ff5e3bc8 100644 --- a/types/compression/tsconfig.json +++ b/types/compression/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/concat-stream/tsconfig.json b/types/concat-stream/tsconfig.json index a02b39c8ce..20373a2de3 100644 --- a/types/concat-stream/tsconfig.json +++ b/types/concat-stream/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/concaveman/tsconfig.json b/types/concaveman/tsconfig.json index 99348e7ba6..6312321a70 100644 --- a/types/concaveman/tsconfig.json +++ b/types/concaveman/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/conf/tsconfig.json b/types/conf/tsconfig.json index d165e88ea2..84d6bf7657 100644 --- a/types/conf/tsconfig.json +++ b/types/conf/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "conf-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/conf/v0/tsconfig.json b/types/conf/v0/tsconfig.json index 6047f464f4..004bd4a1b5 100644 --- a/types/conf/v0/tsconfig.json +++ b/types/conf/v0/tsconfig.json @@ -8,12 +8,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "conf": ["conf/v0"] + "conf": [ + "conf/v0" + ] }, "types": [], "noEmit": true, @@ -23,4 +26,4 @@ "index.d.ts", "conf-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/confidence/tsconfig.json b/types/confidence/tsconfig.json index 3032693704..8996cbd660 100644 --- a/types/confidence/tsconfig.json +++ b/types/confidence/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/config/tsconfig.json b/types/config/tsconfig.json index 8ebae968ac..a595ffb10c 100644 --- a/types/config/tsconfig.json +++ b/types/config/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/configstore/tsconfig.json b/types/configstore/tsconfig.json index 2bff288f39..8479846189 100644 --- a/types/configstore/tsconfig.json +++ b/types/configstore/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/confit/tsconfig.json b/types/confit/tsconfig.json index fb3580f31f..6d141ea715 100644 --- a/types/confit/tsconfig.json +++ b/types/confit/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/connect-ensure-login/tsconfig.json b/types/connect-ensure-login/tsconfig.json index 1440c86913..95f39e8bf0 100644 --- a/types/connect-ensure-login/tsconfig.json +++ b/types/connect-ensure-login/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "connect-ensure-login-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/connect-flash/tsconfig.json b/types/connect-flash/tsconfig.json index a89c345bee..0d8c04c7de 100644 --- a/types/connect-flash/tsconfig.json +++ b/types/connect-flash/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/connect-history-api-fallback/tsconfig.json b/types/connect-history-api-fallback/tsconfig.json index 124c7dc340..ad8919e94e 100644 --- a/types/connect-history-api-fallback/tsconfig.json +++ b/types/connect-history-api-fallback/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "connect-history-api-fallback-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/connect-livereload/tsconfig.json b/types/connect-livereload/tsconfig.json index f8574cb409..599ea294bf 100644 --- a/types/connect-livereload/tsconfig.json +++ b/types/connect-livereload/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/connect-modrewrite/tsconfig.json b/types/connect-modrewrite/tsconfig.json index 63cf878ef5..235df5d93e 100644 --- a/types/connect-modrewrite/tsconfig.json +++ b/types/connect-modrewrite/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/connect-mongo/tsconfig.json b/types/connect-mongo/tsconfig.json index 7cf4cc0975..c352be5580 100644 --- a/types/connect-mongo/tsconfig.json +++ b/types/connect-mongo/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/connect-pg-simple/tsconfig.json b/types/connect-pg-simple/tsconfig.json index d192ede32f..ed22faf257 100644 --- a/types/connect-pg-simple/tsconfig.json +++ b/types/connect-pg-simple/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "connect-pg-simple-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/connect-redis/tsconfig.json b/types/connect-redis/tsconfig.json index ebbef60825..b47af7235d 100644 --- a/types/connect-redis/tsconfig.json +++ b/types/connect-redis/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/connect-slashes/tsconfig.json b/types/connect-slashes/tsconfig.json index cceb646faf..18eed04f1a 100644 --- a/types/connect-slashes/tsconfig.json +++ b/types/connect-slashes/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/connect-timeout/tsconfig.json b/types/connect-timeout/tsconfig.json index 52eff5e6b3..79082f279a 100644 --- a/types/connect-timeout/tsconfig.json +++ b/types/connect-timeout/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/connect/tsconfig.json b/types/connect/tsconfig.json index f0bf140567..bcd813bc77 100644 --- a/types/connect/tsconfig.json +++ b/types/connect/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/console-stamp/tsconfig.json b/types/console-stamp/tsconfig.json index a8ba0aae9b..e4112e2035 100644 --- a/types/console-stamp/tsconfig.json +++ b/types/console-stamp/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/consolidate/tsconfig.json b/types/consolidate/tsconfig.json index c03c07a3a9..aab02b23e5 100644 --- a/types/consolidate/tsconfig.json +++ b/types/consolidate/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "consolidate-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/consul/tsconfig.json b/types/consul/tsconfig.json index 96f66d5c7d..9401826c02 100644 --- a/types/consul/tsconfig.json +++ b/types/consul/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/content-disposition/tsconfig.json b/types/content-disposition/tsconfig.json index 459ad4c307..25125c4ab6 100644 --- a/types/content-disposition/tsconfig.json +++ b/types/content-disposition/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/content-type/tsconfig.json b/types/content-type/tsconfig.json index 3361989225..139851cbde 100644 --- a/types/content-type/tsconfig.json +++ b/types/content-type/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "content-type-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/contentful-resolve-response/tsconfig.json b/types/contentful-resolve-response/tsconfig.json index 04b6576fee..f15c47db0a 100644 --- a/types/contentful-resolve-response/tsconfig.json +++ b/types/contentful-resolve-response/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/contextjs/tsconfig.json b/types/contextjs/tsconfig.json index f307972922..3054b8f3ca 100644 --- a/types/contextjs/tsconfig.json +++ b/types/contextjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/continuation-local-storage/tsconfig.json b/types/continuation-local-storage/tsconfig.json index 0bf318d3e8..f1305a49af 100644 --- a/types/continuation-local-storage/tsconfig.json +++ b/types/continuation-local-storage/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "continuation-local-storage-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/convert-hrtime/tsconfig.json b/types/convert-hrtime/tsconfig.json index 08efd1ab39..9d2b304763 100644 --- a/types/convert-hrtime/tsconfig.json +++ b/types/convert-hrtime/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "convert-hrtime-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/convert-layout/tsconfig.json b/types/convert-layout/tsconfig.json index 6f4bf50c1d..6e40f2f030 100644 --- a/types/convert-layout/tsconfig.json +++ b/types/convert-layout/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -26,4 +27,4 @@ "uk.d.ts", "convert-layout-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/convert-source-map/tsconfig.json b/types/convert-source-map/tsconfig.json index 4e5ff0aa9f..a9125c586c 100644 --- a/types/convert-source-map/tsconfig.json +++ b/types/convert-source-map/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/convict/tsconfig.json b/types/convict/tsconfig.json index 9c86c0db34..75e1402283 100644 --- a/types/convict/tsconfig.json +++ b/types/convict/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cookie-parser/tsconfig.json b/types/cookie-parser/tsconfig.json index 3eb1356a9d..20cf8359b5 100644 --- a/types/cookie-parser/tsconfig.json +++ b/types/cookie-parser/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cookie-session/tsconfig.json b/types/cookie-session/tsconfig.json index 14e5bffe19..bacf93c9f4 100644 --- a/types/cookie-session/tsconfig.json +++ b/types/cookie-session/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cookie-signature/tsconfig.json b/types/cookie-signature/tsconfig.json index 57344e816a..38aab055c7 100644 --- a/types/cookie-signature/tsconfig.json +++ b/types/cookie-signature/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "cookie-signature-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/cookie/tsconfig.json b/types/cookie/tsconfig.json index 3a3a4b60f9..f1a68c4f57 100644 --- a/types/cookie/tsconfig.json +++ b/types/cookie/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cookie_js/tsconfig.json b/types/cookie_js/tsconfig.json index 146b1adc25..d181ce7661 100644 --- a/types/cookie_js/tsconfig.json +++ b/types/cookie_js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "cookie_js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/cookies/tsconfig.json b/types/cookies/tsconfig.json index cba6e21671..d7a17c23bc 100644 --- a/types/cookies/tsconfig.json +++ b/types/cookies/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/copy-paste/tsconfig.json b/types/copy-paste/tsconfig.json index 2995ec5145..7c78f81542 100644 --- a/types/copy-paste/tsconfig.json +++ b/types/copy-paste/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/copy-text-to-clipboard/tsconfig.json b/types/copy-text-to-clipboard/tsconfig.json index 71b4595292..2889d9fdc6 100644 --- a/types/copy-text-to-clipboard/tsconfig.json +++ b/types/copy-text-to-clipboard/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "copy-text-to-clipboard-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/copy-webpack-plugin/tsconfig.json b/types/copy-webpack-plugin/tsconfig.json index 6952c8998f..026508651e 100644 --- a/types/copy-webpack-plugin/tsconfig.json +++ b/types/copy-webpack-plugin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-ionic/tsconfig.json b/types/cordova-ionic/tsconfig.json index 9468064357..52153dc3a6 100644 --- a/types/cordova-ionic/tsconfig.json +++ b/types/cordova-ionic/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-app-version/tsconfig.json b/types/cordova-plugin-app-version/tsconfig.json index 1c9f396113..bf9fa4b727 100644 --- a/types/cordova-plugin-app-version/tsconfig.json +++ b/types/cordova-plugin-app-version/tsconfig.json @@ -1,23 +1,24 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "cordova-plugin-app-version-tests.ts" - ] + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "cordova-plugin-app-version-tests.ts" + ] } \ No newline at end of file diff --git a/types/cordova-plugin-background-mode/tsconfig.json b/types/cordova-plugin-background-mode/tsconfig.json index 40b785d13b..2f4b1be013 100644 --- a/types/cordova-plugin-background-mode/tsconfig.json +++ b/types/cordova-plugin-background-mode/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-badge/tsconfig.json b/types/cordova-plugin-badge/tsconfig.json index 5f6a71f137..1354c708fd 100644 --- a/types/cordova-plugin-badge/tsconfig.json +++ b/types/cordova-plugin-badge/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "cordova-plugin-badge-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/cordova-plugin-battery-status/tsconfig.json b/types/cordova-plugin-battery-status/tsconfig.json index dc873349a3..0149bb419c 100644 --- a/types/cordova-plugin-battery-status/tsconfig.json +++ b/types/cordova-plugin-battery-status/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-ble-central/tsconfig.json b/types/cordova-plugin-ble-central/tsconfig.json index 82135ca8f7..84cd1205c3 100644 --- a/types/cordova-plugin-ble-central/tsconfig.json +++ b/types/cordova-plugin-ble-central/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-camera/tsconfig.json b/types/cordova-plugin-camera/tsconfig.json index e54cb67d89..267426a6fa 100644 --- a/types/cordova-plugin-camera/tsconfig.json +++ b/types/cordova-plugin-camera/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-canvascamera/tsconfig.json b/types/cordova-plugin-canvascamera/tsconfig.json index f4a291c106..dcc6bf63a2 100644 --- a/types/cordova-plugin-canvascamera/tsconfig.json +++ b/types/cordova-plugin-canvascamera/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "noEmit": true, "forceConsistentCasingInFileNames": true, "baseUrl": "../", diff --git a/types/cordova-plugin-contacts/tsconfig.json b/types/cordova-plugin-contacts/tsconfig.json index 76ef345600..6217f6ac02 100644 --- a/types/cordova-plugin-contacts/tsconfig.json +++ b/types/cordova-plugin-contacts/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-device-motion/tsconfig.json b/types/cordova-plugin-device-motion/tsconfig.json index 7330314961..ac897b5d8b 100644 --- a/types/cordova-plugin-device-motion/tsconfig.json +++ b/types/cordova-plugin-device-motion/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-device-name/tsconfig.json b/types/cordova-plugin-device-name/tsconfig.json index 5012f628be..c74e58b914 100644 --- a/types/cordova-plugin-device-name/tsconfig.json +++ b/types/cordova-plugin-device-name/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-device-orientation/tsconfig.json b/types/cordova-plugin-device-orientation/tsconfig.json index 8ffb719195..9b5d7a2f53 100644 --- a/types/cordova-plugin-device-orientation/tsconfig.json +++ b/types/cordova-plugin-device-orientation/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-device/tsconfig.json b/types/cordova-plugin-device/tsconfig.json index 3265c8b5b8..43170b45db 100644 --- a/types/cordova-plugin-device/tsconfig.json +++ b/types/cordova-plugin-device/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-dialogs/tsconfig.json b/types/cordova-plugin-dialogs/tsconfig.json index 1f11e8d304..0f12ab4850 100644 --- a/types/cordova-plugin-dialogs/tsconfig.json +++ b/types/cordova-plugin-dialogs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-email-composer/tsconfig.json b/types/cordova-plugin-email-composer/tsconfig.json index c01c309dc3..9de9930ed1 100644 --- a/types/cordova-plugin-email-composer/tsconfig.json +++ b/types/cordova-plugin-email-composer/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-file-opener2/tsconfig.json b/types/cordova-plugin-file-opener2/tsconfig.json index b9b71ec9e2..0b84dfe84e 100644 --- a/types/cordova-plugin-file-opener2/tsconfig.json +++ b/types/cordova-plugin-file-opener2/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "cordova-plugin-file-opener2-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/cordova-plugin-file-transfer/tsconfig.json b/types/cordova-plugin-file-transfer/tsconfig.json index 558186b6a7..eaa8a05e18 100644 --- a/types/cordova-plugin-file-transfer/tsconfig.json +++ b/types/cordova-plugin-file-transfer/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-file/tsconfig.json b/types/cordova-plugin-file/tsconfig.json index c735f5876b..f855076e2a 100644 --- a/types/cordova-plugin-file/tsconfig.json +++ b/types/cordova-plugin-file/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-globalization/tsconfig.json b/types/cordova-plugin-globalization/tsconfig.json index d9317cc455..8455c229c3 100644 --- a/types/cordova-plugin-globalization/tsconfig.json +++ b/types/cordova-plugin-globalization/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-ibeacon/tsconfig.json b/types/cordova-plugin-ibeacon/tsconfig.json index af70edc7f5..ba0aa9b7cf 100644 --- a/types/cordova-plugin-ibeacon/tsconfig.json +++ b/types/cordova-plugin-ibeacon/tsconfig.json @@ -8,12 +8,15 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/cordova-plugin-inappbrowser/tsconfig.json b/types/cordova-plugin-inappbrowser/tsconfig.json index aea375a6ca..ff0151160c 100644 --- a/types/cordova-plugin-inappbrowser/tsconfig.json +++ b/types/cordova-plugin-inappbrowser/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "cordova-plugin-inappbrowser-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/cordova-plugin-insomnia/tsconfig.json b/types/cordova-plugin-insomnia/tsconfig.json index 27dec59de9..9704e7c020 100644 --- a/types/cordova-plugin-insomnia/tsconfig.json +++ b/types/cordova-plugin-insomnia/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-keyboard/tsconfig.json b/types/cordova-plugin-keyboard/tsconfig.json index d5003a2452..730b84c530 100644 --- a/types/cordova-plugin-keyboard/tsconfig.json +++ b/types/cordova-plugin-keyboard/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-mapsforge/tsconfig.json b/types/cordova-plugin-mapsforge/tsconfig.json index 47574a27f4..2be513a0d3 100644 --- a/types/cordova-plugin-mapsforge/tsconfig.json +++ b/types/cordova-plugin-mapsforge/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-media-capture/tsconfig.json b/types/cordova-plugin-media-capture/tsconfig.json index 06cb2a424f..5f87c5709a 100644 --- a/types/cordova-plugin-media-capture/tsconfig.json +++ b/types/cordova-plugin-media-capture/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-media/tsconfig.json b/types/cordova-plugin-media/tsconfig.json index 75eb223a75..8399ccf964 100644 --- a/types/cordova-plugin-media/tsconfig.json +++ b/types/cordova-plugin-media/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-ms-adal/tsconfig.json b/types/cordova-plugin-ms-adal/tsconfig.json index fb114e9983..9ebb3fca10 100644 --- a/types/cordova-plugin-ms-adal/tsconfig.json +++ b/types/cordova-plugin-ms-adal/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-native-keyboard/tsconfig.json b/types/cordova-plugin-native-keyboard/tsconfig.json index 4309b2406b..72ec2f6371 100644 --- a/types/cordova-plugin-native-keyboard/tsconfig.json +++ b/types/cordova-plugin-native-keyboard/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "cordova-plugin-native-keyboard-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/cordova-plugin-network-information/tsconfig.json b/types/cordova-plugin-network-information/tsconfig.json index 8e10e94b39..2ffebf9678 100644 --- a/types/cordova-plugin-network-information/tsconfig.json +++ b/types/cordova-plugin-network-information/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-ouralabs/tsconfig.json b/types/cordova-plugin-ouralabs/tsconfig.json index 6f49ddee6d..2cbd8ea053 100644 --- a/types/cordova-plugin-ouralabs/tsconfig.json +++ b/types/cordova-plugin-ouralabs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-qrscanner/tsconfig.json b/types/cordova-plugin-qrscanner/tsconfig.json index bb4c00016f..e2ef38fa17 100644 --- a/types/cordova-plugin-qrscanner/tsconfig.json +++ b/types/cordova-plugin-qrscanner/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-spinner/tsconfig.json b/types/cordova-plugin-spinner/tsconfig.json index 71540baad3..19ec9b294f 100644 --- a/types/cordova-plugin-spinner/tsconfig.json +++ b/types/cordova-plugin-spinner/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-splashscreen/tsconfig.json b/types/cordova-plugin-splashscreen/tsconfig.json index 20313323c0..cc4a7f28c5 100644 --- a/types/cordova-plugin-splashscreen/tsconfig.json +++ b/types/cordova-plugin-splashscreen/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-statusbar/tsconfig.json b/types/cordova-plugin-statusbar/tsconfig.json index 0518e44a96..2b6c772083 100644 --- a/types/cordova-plugin-statusbar/tsconfig.json +++ b/types/cordova-plugin-statusbar/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-vibration/tsconfig.json b/types/cordova-plugin-vibration/tsconfig.json index 0ea0850540..679fc97d2d 100644 --- a/types/cordova-plugin-vibration/tsconfig.json +++ b/types/cordova-plugin-vibration/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-websql/tsconfig.json b/types/cordova-plugin-websql/tsconfig.json index 190c2aa2fb..db8d59bbe6 100644 --- a/types/cordova-plugin-websql/tsconfig.json +++ b/types/cordova-plugin-websql/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-plugin-x-socialsharing/tsconfig.json b/types/cordova-plugin-x-socialsharing/tsconfig.json index 6dc2e352c9..e2c4bc63d9 100644 --- a/types/cordova-plugin-x-socialsharing/tsconfig.json +++ b/types/cordova-plugin-x-socialsharing/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova-sqlite-storage/tsconfig.json b/types/cordova-sqlite-storage/tsconfig.json index 45a90093e7..a9eb2af0ad 100644 --- a/types/cordova-sqlite-storage/tsconfig.json +++ b/types/cordova-sqlite-storage/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova.plugins.diagnostic/tsconfig.json b/types/cordova.plugins.diagnostic/tsconfig.json index 0c89cc0ff4..bb2cdc4dfd 100644 --- a/types/cordova.plugins.diagnostic/tsconfig.json +++ b/types/cordova.plugins.diagnostic/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova/tsconfig.json b/types/cordova/tsconfig.json index f6a6b7ae87..591c25a1bb 100644 --- a/types/cordova/tsconfig.json +++ b/types/cordova/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordova_app_version_plugin/tsconfig.json b/types/cordova_app_version_plugin/tsconfig.json index 62f656037c..2f439d4979 100644 --- a/types/cordova_app_version_plugin/tsconfig.json +++ b/types/cordova_app_version_plugin/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cordovarduino/tsconfig.json b/types/cordovarduino/tsconfig.json index e10237b685..cb0cf33a1a 100644 --- a/types/cordovarduino/tsconfig.json +++ b/types/cordovarduino/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/core-decorators/tsconfig.json b/types/core-decorators/tsconfig.json index 1c0b389c96..af573cbe86 100644 --- a/types/core-decorators/tsconfig.json +++ b/types/core-decorators/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "experimentalDecorators": true, "typeRoots": [ diff --git a/types/core-js/tsconfig.json b/types/core-js/tsconfig.json index 8c7007b563..a342d6c1bd 100644 --- a/types/core-js/tsconfig.json +++ b/types/core-js/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cors/tsconfig.json b/types/cors/tsconfig.json index 92608af1c2..e9e1db77eb 100644 --- a/types/cors/tsconfig.json +++ b/types/cors/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cote/tsconfig.json b/types/cote/tsconfig.json index 2f8460f53d..c25e78e090 100644 --- a/types/cote/tsconfig.json +++ b/types/cote/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "cote-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/couchbase/tsconfig.json b/types/couchbase/tsconfig.json index 42b654bc76..66ef360c2c 100644 --- a/types/couchbase/tsconfig.json +++ b/types/couchbase/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/countdown/tsconfig.json b/types/countdown/tsconfig.json index 13f9392c88..bf1074d820 100644 --- a/types/countdown/tsconfig.json +++ b/types/countdown/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/counterpart/tsconfig.json b/types/counterpart/tsconfig.json index 9f2ad836b7..1a771cd73c 100644 --- a/types/counterpart/tsconfig.json +++ b/types/counterpart/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "counterpart-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/countries-and-timezones/tsconfig.json b/types/countries-and-timezones/tsconfig.json index 8a5b341368..e5f7728b57 100644 --- a/types/countries-and-timezones/tsconfig.json +++ b/types/countries-and-timezones/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "countries-and-timezones-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/country-list/tsconfig.json b/types/country-list/tsconfig.json index dce3c4a287..30433764bf 100644 --- a/types/country-list/tsconfig.json +++ b/types/country-list/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "country-list-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/country-select-js/tsconfig.json b/types/country-select-js/tsconfig.json index 749b1b3af1..56cb852a6d 100644 --- a/types/country-select-js/tsconfig.json +++ b/types/country-select-js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "country-select-js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/cp-file/tsconfig.json b/types/cp-file/tsconfig.json index ab4eca94d8..12138d0002 100644 --- a/types/cp-file/tsconfig.json +++ b/types/cp-file/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "cp-file-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/cpy/tsconfig.json b/types/cpy/tsconfig.json index 75f61a1e5d..90098461b2 100644 --- a/types/cpy/tsconfig.json +++ b/types/cpy/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "cpy-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/cradle/tsconfig.json b/types/cradle/tsconfig.json index c4e14edbf5..694d713edf 100644 --- a/types/cradle/tsconfig.json +++ b/types/cradle/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/crc/tsconfig.json b/types/crc/tsconfig.json index 1cf7c2f4ff..96511b6609 100644 --- a/types/crc/tsconfig.json +++ b/types/crc/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/create-error/tsconfig.json b/types/create-error/tsconfig.json index 0483cd70bf..7ff8a82807 100644 --- a/types/create-error/tsconfig.json +++ b/types/create-error/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/createjs-lib/tsconfig.json b/types/createjs-lib/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/createjs-lib/tsconfig.json +++ b/types/createjs-lib/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/createjs/tsconfig.json b/types/createjs/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/createjs/tsconfig.json +++ b/types/createjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/credential/tsconfig.json b/types/credential/tsconfig.json index 627a597d83..fb8e758820 100644 --- a/types/credential/tsconfig.json +++ b/types/credential/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/credit-card-type/tsconfig.json b/types/credit-card-type/tsconfig.json index 350e87fba3..0a3b957a29 100644 --- a/types/credit-card-type/tsconfig.json +++ b/types/credit-card-type/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cron/tsconfig.json b/types/cron/tsconfig.json index 926752dcc8..19a72853db 100644 --- a/types/cron/tsconfig.json +++ b/types/cron/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cropperjs/tsconfig.json b/types/cropperjs/tsconfig.json index 4100fb8912..ea6b7edb26 100644 --- a/types/cropperjs/tsconfig.json +++ b/types/cropperjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/croppie/tsconfig.json b/types/croppie/tsconfig.json index 488e016fce..aa4a07017d 100644 --- a/types/croppie/tsconfig.json +++ b/types/croppie/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cross-storage/tsconfig.json b/types/cross-storage/tsconfig.json index 58cd7f5807..eb05417639 100644 --- a/types/cross-storage/tsconfig.json +++ b/types/cross-storage/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/crossfilter/tsconfig.json b/types/crossfilter/tsconfig.json index 4512ebdb3c..bc0573220f 100644 --- a/types/crossfilter/tsconfig.json +++ b/types/crossfilter/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/crossroads/tsconfig.json b/types/crossroads/tsconfig.json index 4560977b00..b948857129 100644 --- a/types/crossroads/tsconfig.json +++ b/types/crossroads/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cryptiles/tsconfig.json b/types/cryptiles/tsconfig.json index 2515c735a4..6ae78bacb4 100644 --- a/types/cryptiles/tsconfig.json +++ b/types/cryptiles/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "cryptiles-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/crypto-js/tsconfig.json b/types/crypto-js/tsconfig.json index 10865613d3..62ec3d1e40 100644 --- a/types/crypto-js/tsconfig.json +++ b/types/crypto-js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -65,4 +66,4 @@ "pad-zeropadding/index.d.ts", "pad-nopadding/index.d.ts" ] -} +} \ No newline at end of file diff --git a/types/cryptojs/tsconfig.json b/types/cryptojs/tsconfig.json index 37c28e35d8..6747ffb9c5 100644 --- a/types/cryptojs/tsconfig.json +++ b/types/cryptojs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cson/tsconfig.json b/types/cson/tsconfig.json index dc01e869d3..a5ca0a8041 100644 --- a/types/cson/tsconfig.json +++ b/types/cson/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/csprng/tsconfig.json b/types/csprng/tsconfig.json index 0877c1ab25..b921bb3b7c 100644 --- a/types/csprng/tsconfig.json +++ b/types/csprng/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "csprng-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/csrf/tsconfig.json b/types/csrf/tsconfig.json index 658116154e..423d71f3c2 100644 --- a/types/csrf/tsconfig.json +++ b/types/csrf/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "csrf-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/css-font-loading-module/tsconfig.json b/types/css-font-loading-module/tsconfig.json index 7037164a1f..b45d115596 100644 --- a/types/css-font-loading-module/tsconfig.json +++ b/types/css-font-loading-module/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/css-modules-require-hook/tsconfig.json b/types/css-modules-require-hook/tsconfig.json index 3343450de2..e7f91df2f8 100644 --- a/types/css-modules-require-hook/tsconfig.json +++ b/types/css-modules-require-hook/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/css-modules/tsconfig.json b/types/css-modules/tsconfig.json index 40a428a927..e079616b1d 100644 --- a/types/css-modules/tsconfig.json +++ b/types/css-modules/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/css/tsconfig.json b/types/css/tsconfig.json index 5e942dfd7c..7a69ddb612 100644 --- a/types/css/tsconfig.json +++ b/types/css/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cssbeautify/tsconfig.json b/types/cssbeautify/tsconfig.json index 622328ac5d..a8c452dc97 100644 --- a/types/cssbeautify/tsconfig.json +++ b/types/cssbeautify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/csurf/tsconfig.json b/types/csurf/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/csurf/tsconfig.json +++ b/types/csurf/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/csv-parse/tsconfig.json b/types/csv-parse/tsconfig.json index b721ff4fe6..2b52f434a2 100644 --- a/types/csv-parse/tsconfig.json +++ b/types/csv-parse/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/csv-stringify/tsconfig.json b/types/csv-stringify/tsconfig.json index 12aac1d2a0..766e9c084e 100644 --- a/types/csv-stringify/tsconfig.json +++ b/types/csv-stringify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/csvtojson/tsconfig.json b/types/csvtojson/tsconfig.json index 81ec6a66a2..91b15a3856 100644 --- a/types/csvtojson/tsconfig.json +++ b/types/csvtojson/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "csvtojson-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/cucumber/tsconfig.json b/types/cucumber/tsconfig.json index a2bd1c7023..e2f9cd081b 100644 --- a/types/cucumber/tsconfig.json +++ b/types/cucumber/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "cucumber-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/cucumber/v1/tsconfig.json b/types/cucumber/v1/tsconfig.json index 3c64799f9a..343c701491 100644 --- a/types/cucumber/v1/tsconfig.json +++ b/types/cucumber/v1/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" @@ -28,4 +29,4 @@ "index.d.ts", "cucumber-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/cuid/tsconfig.json b/types/cuid/tsconfig.json index 838a40b34e..6aebd0a158 100644 --- a/types/cuid/tsconfig.json +++ b/types/cuid/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/currency-formatter/tsconfig.json b/types/currency-formatter/tsconfig.json index 1b94e5fe16..47674cfe0d 100644 --- a/types/currency-formatter/tsconfig.json +++ b/types/currency-formatter/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/custom-error-generator/tsconfig.json b/types/custom-error-generator/tsconfig.json index 78356d1c2a..ab16a76d97 100644 --- a/types/custom-error-generator/tsconfig.json +++ b/types/custom-error-generator/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cwise-compiler/tsconfig.json b/types/cwise-compiler/tsconfig.json index a78923fa03..083c5f1666 100644 --- a/types/cwise-compiler/tsconfig.json +++ b/types/cwise-compiler/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "cwise-compiler-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/cwise-parser/tsconfig.json b/types/cwise-parser/tsconfig.json index ce6c3c1355..226bb609fb 100644 --- a/types/cwise-parser/tsconfig.json +++ b/types/cwise-parser/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "cwise-parser-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/cwise/tsconfig.json b/types/cwise/tsconfig.json index f4aaf9b1a3..c1ea871113 100644 --- a/types/cwise/tsconfig.json +++ b/types/cwise/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "cwise-tests.ts" - ] + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "cwise-tests.ts" + ] } \ No newline at end of file diff --git a/types/cybozulabs-md5/tsconfig.json b/types/cybozulabs-md5/tsconfig.json index 2bfbaca631..a85459ac83 100644 --- a/types/cybozulabs-md5/tsconfig.json +++ b/types/cybozulabs-md5/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/cypress/tsconfig.json b/types/cypress/tsconfig.json index 6e61b09e60..93fcd9f8c2 100644 --- a/types/cypress/tsconfig.json +++ b/types/cypress/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "cypress-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/d3-array/tsconfig.json b/types/d3-array/tsconfig.json index b70f6aed80..a1dbb238ee 100644 --- a/types/d3-array/tsconfig.json +++ b/types/d3-array/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-axis/tsconfig.json b/types/d3-axis/tsconfig.json index 5a9af63a15..5b54d1f622 100644 --- a/types/d3-axis/tsconfig.json +++ b/types/d3-axis/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-box/tsconfig.json b/types/d3-box/tsconfig.json index 57c83445a9..d6411b9a05 100644 --- a/types/d3-box/tsconfig.json +++ b/types/d3-box/tsconfig.json @@ -8,13 +8,16 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "paths": { - "d3": ["d3/v3"] + "d3": [ + "d3/v3" + ] }, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/d3-brush/tsconfig.json b/types/d3-brush/tsconfig.json index 017b6001da..2aeb012361 100644 --- a/types/d3-brush/tsconfig.json +++ b/types/d3-brush/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-chord/tsconfig.json b/types/d3-chord/tsconfig.json index bac0f16968..eff4938f78 100644 --- a/types/d3-chord/tsconfig.json +++ b/types/d3-chord/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-collection/tsconfig.json b/types/d3-collection/tsconfig.json index e4870c413c..c2ae30cdbd 100644 --- a/types/d3-collection/tsconfig.json +++ b/types/d3-collection/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-color/tsconfig.json b/types/d3-color/tsconfig.json index 7237aab597..d783922755 100644 --- a/types/d3-color/tsconfig.json +++ b/types/d3-color/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-contour/tsconfig.json b/types/d3-contour/tsconfig.json index 4f9d0a8284..d367ee16c7 100644 --- a/types/d3-contour/tsconfig.json +++ b/types/d3-contour/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "d3-contour-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/d3-dispatch/tsconfig.json b/types/d3-dispatch/tsconfig.json index 236dac7276..b270a9c1a0 100644 --- a/types/d3-dispatch/tsconfig.json +++ b/types/d3-dispatch/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-drag/tsconfig.json b/types/d3-drag/tsconfig.json index 5974212b94..cb6cab8ba0 100644 --- a/types/d3-drag/tsconfig.json +++ b/types/d3-drag/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-dsv/tsconfig.json b/types/d3-dsv/tsconfig.json index 48d5f2eac6..82e3ef399f 100644 --- a/types/d3-dsv/tsconfig.json +++ b/types/d3-dsv/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-dsv/v0/tsconfig.json b/types/d3-dsv/v0/tsconfig.json index 87a2df205f..e0ae8b7a42 100644 --- a/types/d3-dsv/v0/tsconfig.json +++ b/types/d3-dsv/v0/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/d3-ease/tsconfig.json b/types/d3-ease/tsconfig.json index 9e26ce19f5..6d0831f1a5 100644 --- a/types/d3-ease/tsconfig.json +++ b/types/d3-ease/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-force/tsconfig.json b/types/d3-force/tsconfig.json index 699078ccdc..3d407406eb 100644 --- a/types/d3-force/tsconfig.json +++ b/types/d3-force/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-format/tsconfig.json b/types/d3-format/tsconfig.json index 8572936846..6017e0916f 100644 --- a/types/d3-format/tsconfig.json +++ b/types/d3-format/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-geo/tsconfig.json b/types/d3-geo/tsconfig.json index e342102139..f3661c3ad2 100644 --- a/types/d3-geo/tsconfig.json +++ b/types/d3-geo/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-hexbin/tsconfig.json b/types/d3-hexbin/tsconfig.json index f46c9e304b..773221263b 100644 --- a/types/d3-hexbin/tsconfig.json +++ b/types/d3-hexbin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-hierarchy/tsconfig.json b/types/d3-hierarchy/tsconfig.json index 93d3ad11b7..7fbc1fb5df 100644 --- a/types/d3-hierarchy/tsconfig.json +++ b/types/d3-hierarchy/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-hsv/tsconfig.json b/types/d3-hsv/tsconfig.json index 0f872942fe..c92ce346b2 100644 --- a/types/d3-hsv/tsconfig.json +++ b/types/d3-hsv/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-interpolate/tsconfig.json b/types/d3-interpolate/tsconfig.json index bc1aa2f903..14435aff3d 100644 --- a/types/d3-interpolate/tsconfig.json +++ b/types/d3-interpolate/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-path/tsconfig.json b/types/d3-path/tsconfig.json index f9a1e4e0b9..5f3fa1ca3e 100644 --- a/types/d3-path/tsconfig.json +++ b/types/d3-path/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-polygon/tsconfig.json b/types/d3-polygon/tsconfig.json index 2a955a7956..79bd8a43b8 100644 --- a/types/d3-polygon/tsconfig.json +++ b/types/d3-polygon/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-quadtree/tsconfig.json b/types/d3-quadtree/tsconfig.json index ee764403c4..cbbb70a658 100644 --- a/types/d3-quadtree/tsconfig.json +++ b/types/d3-quadtree/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-queue/tsconfig.json b/types/d3-queue/tsconfig.json index a565283a30..72f00c11e5 100644 --- a/types/d3-queue/tsconfig.json +++ b/types/d3-queue/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-random/tsconfig.json b/types/d3-random/tsconfig.json index f9544a0527..a8db248667 100644 --- a/types/d3-random/tsconfig.json +++ b/types/d3-random/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "d3-random-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/d3-request/tsconfig.json b/types/d3-request/tsconfig.json index c82a674e44..a52d00ffaa 100644 --- a/types/d3-request/tsconfig.json +++ b/types/d3-request/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-sankey/tsconfig.json b/types/d3-sankey/tsconfig.json index bd11293dc2..503145683b 100644 --- a/types/d3-sankey/tsconfig.json +++ b/types/d3-sankey/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "d3-sankey-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/d3-scale-chromatic/tsconfig.json b/types/d3-scale-chromatic/tsconfig.json index 090fd4f242..6dda07c981 100644 --- a/types/d3-scale-chromatic/tsconfig.json +++ b/types/d3-scale-chromatic/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-scale/tsconfig.json b/types/d3-scale/tsconfig.json index d6361411a4..4fb09e2d39 100644 --- a/types/d3-scale/tsconfig.json +++ b/types/d3-scale/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-selection-multi/tsconfig.json b/types/d3-selection-multi/tsconfig.json index b5ef37ac44..7344010335 100644 --- a/types/d3-selection-multi/tsconfig.json +++ b/types/d3-selection-multi/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-selection/tsconfig.json b/types/d3-selection/tsconfig.json index 0b437cdda7..9dea0e1226 100644 --- a/types/d3-selection/tsconfig.json +++ b/types/d3-selection/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-shape/tsconfig.json b/types/d3-shape/tsconfig.json index d80ba9d5f0..0436aafd66 100644 --- a/types/d3-shape/tsconfig.json +++ b/types/d3-shape/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-time-format/tsconfig.json b/types/d3-time-format/tsconfig.json index 2f6f2ab56a..8cdbe89fe0 100644 --- a/types/d3-time-format/tsconfig.json +++ b/types/d3-time-format/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-time/tsconfig.json b/types/d3-time/tsconfig.json index 37ad648870..963c0df157 100644 --- a/types/d3-time/tsconfig.json +++ b/types/d3-time/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-timer/tsconfig.json b/types/d3-timer/tsconfig.json index bd1369fa5d..f3af0c7d8e 100644 --- a/types/d3-timer/tsconfig.json +++ b/types/d3-timer/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-tip/tsconfig.json b/types/d3-tip/tsconfig.json index 8ac2d487e9..8bd5f064c9 100644 --- a/types/d3-tip/tsconfig.json +++ b/types/d3-tip/tsconfig.json @@ -8,13 +8,16 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "paths": { - "d3": ["d3/v3"] + "d3": [ + "d3/v3" + ] }, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/d3-transition/tsconfig.json b/types/d3-transition/tsconfig.json index ae927077dc..f23a386a94 100644 --- a/types/d3-transition/tsconfig.json +++ b/types/d3-transition/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-voronoi/tsconfig.json b/types/d3-voronoi/tsconfig.json index 473b2a139d..ada834dec3 100644 --- a/types/d3-voronoi/tsconfig.json +++ b/types/d3-voronoi/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3-zoom/tsconfig.json b/types/d3-zoom/tsconfig.json index 5513e1328f..ed184bf861 100644 --- a/types/d3-zoom/tsconfig.json +++ b/types/d3-zoom/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3.cloud.layout/tsconfig.json b/types/d3.cloud.layout/tsconfig.json index 39eb337ea0..ffb26214cc 100644 --- a/types/d3.cloud.layout/tsconfig.json +++ b/types/d3.cloud.layout/tsconfig.json @@ -8,13 +8,16 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "paths": { - "d3": ["d3/v3"] + "d3": [ + "d3/v3" + ] }, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/d3.slider/tsconfig.json b/types/d3.slider/tsconfig.json index 48b49c9a2d..a2a0a2c0c7 100644 --- a/types/d3.slider/tsconfig.json +++ b/types/d3.slider/tsconfig.json @@ -8,13 +8,16 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "paths": { - "d3": ["d3/v3"] + "d3": [ + "d3/v3" + ] }, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/d3/tsconfig.json b/types/d3/tsconfig.json index 03db6e8b39..8ec0a8e64e 100644 --- a/types/d3/tsconfig.json +++ b/types/d3/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3/v3/tsconfig.json b/types/d3/v3/tsconfig.json index b6c46bd8cf..86747d9ded 100644 --- a/types/d3/v3/tsconfig.json +++ b/types/d3/v3/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/d3kit/tsconfig.json b/types/d3kit/tsconfig.json index e1c744e180..40e266f6f9 100644 --- a/types/d3kit/tsconfig.json +++ b/types/d3kit/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/d3kit/v1/tsconfig.json b/types/d3kit/v1/tsconfig.json index b44561f414..f2112d2661 100644 --- a/types/d3kit/v1/tsconfig.json +++ b/types/d3kit/v1/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/d3pie/tsconfig.json b/types/d3pie/tsconfig.json index 1861cb7f31..c654f02557 100644 --- a/types/d3pie/tsconfig.json +++ b/types/d3pie/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dagre-d3/tsconfig.json b/types/dagre-d3/tsconfig.json index 438fca5ff3..584a8cc848 100644 --- a/types/dagre-d3/tsconfig.json +++ b/types/dagre-d3/tsconfig.json @@ -8,13 +8,16 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "paths": { - "d3": ["d3/v3"] + "d3": [ + "d3/v3" + ] }, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/dagre-layout/tsconfig.json b/types/dagre-layout/tsconfig.json index 060af9fbc5..12bfb07f57 100644 --- a/types/dagre-layout/tsconfig.json +++ b/types/dagre-layout/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "dagre-layout-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/dagre/tsconfig.json b/types/dagre/tsconfig.json index 1a54cc4b6b..b5802bd42e 100644 --- a/types/dagre/tsconfig.json +++ b/types/dagre/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dargs/tsconfig.json b/types/dargs/tsconfig.json index fd5bee5051..88aef9d923 100644 --- a/types/dargs/tsconfig.json +++ b/types/dargs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "dargs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/dat-gui/tsconfig.json b/types/dat-gui/tsconfig.json index 038e9528ad..4961272694 100644 --- a/types/dat-gui/tsconfig.json +++ b/types/dat-gui/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/data-driven/tsconfig.json b/types/data-driven/tsconfig.json index 1215731ac2..7e3cb6a15c 100644 --- a/types/data-driven/tsconfig.json +++ b/types/data-driven/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/datadog-metrics/tsconfig.json b/types/datadog-metrics/tsconfig.json index fa2f86a32e..ca3613429a 100644 --- a/types/datadog-metrics/tsconfig.json +++ b/types/datadog-metrics/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "datadog-metrics-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/datatables.net-buttons/tsconfig.json b/types/datatables.net-buttons/tsconfig.json index 5e407ab2d8..3e8d4ce82c 100644 --- a/types/datatables.net-buttons/tsconfig.json +++ b/types/datatables.net-buttons/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/datatables.net-fixedheader/tsconfig.json b/types/datatables.net-fixedheader/tsconfig.json index e681e2d722..5c747aa854 100644 --- a/types/datatables.net-fixedheader/tsconfig.json +++ b/types/datatables.net-fixedheader/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/datatables.net-rowreorder/tsconfig.json b/types/datatables.net-rowreorder/tsconfig.json index c0b35cadfe..c16752cd22 100644 --- a/types/datatables.net-rowreorder/tsconfig.json +++ b/types/datatables.net-rowreorder/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/datatables.net-select/tsconfig.json b/types/datatables.net-select/tsconfig.json index 927e663144..50398d173e 100644 --- a/types/datatables.net-select/tsconfig.json +++ b/types/datatables.net-select/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/datatables.net/tsconfig.json b/types/datatables.net/tsconfig.json index b48881c33b..04972add17 100644 --- a/types/datatables.net/tsconfig.json +++ b/types/datatables.net/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/date.format.js/tsconfig.json b/types/date.format.js/tsconfig.json index 934970a7d4..a7a5e7f404 100644 --- a/types/date.format.js/tsconfig.json +++ b/types/date.format.js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dateformat/tsconfig.json b/types/dateformat/tsconfig.json index afd0e9fcaa..1c5fc06611 100644 --- a/types/dateformat/tsconfig.json +++ b/types/dateformat/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/datejs/tsconfig.json b/types/datejs/tsconfig.json index 853a92665e..5d17ca2da9 100644 --- a/types/datejs/tsconfig.json +++ b/types/datejs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/daterangepicker/tsconfig.json b/types/daterangepicker/tsconfig.json index 51177c8463..1ed4157bc7 100644 --- a/types/daterangepicker/tsconfig.json +++ b/types/daterangepicker/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/db-migrate-base/tsconfig.json b/types/db-migrate-base/tsconfig.json index 1460e014b5..f4c835bb88 100644 --- a/types/db-migrate-base/tsconfig.json +++ b/types/db-migrate-base/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/db-migrate-pg/tsconfig.json b/types/db-migrate-pg/tsconfig.json index edf3e0d8c1..c63efcd105 100644 --- a/types/db-migrate-pg/tsconfig.json +++ b/types/db-migrate-pg/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/db.js/tsconfig.json b/types/db.js/tsconfig.json index 456eee6635..75989af0b3 100644 --- a/types/db.js/tsconfig.json +++ b/types/db.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dc/tsconfig.json b/types/dc/tsconfig.json index d9a65d56dd..863d600736 100644 --- a/types/dc/tsconfig.json +++ b/types/dc/tsconfig.json @@ -12,13 +12,16 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "paths": { - "d3": ["d3/v3"] + "d3": [ + "d3/v3" + ] }, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/deasync/tsconfig.json b/types/deasync/tsconfig.json index 5b96318954..d61004bac3 100644 --- a/types/deasync/tsconfig.json +++ b/types/deasync/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "deasync-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/debessmann/tsconfig.json b/types/debessmann/tsconfig.json index 745457f1b5..b8b4c01d06 100644 --- a/types/debessmann/tsconfig.json +++ b/types/debessmann/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "debessmann-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/debounce/tsconfig.json b/types/debounce/tsconfig.json index 729b1c0024..bf08d46e44 100644 --- a/types/debounce/tsconfig.json +++ b/types/debounce/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/debug/tsconfig.json b/types/debug/tsconfig.json index 5788679d0f..7caca45f35 100644 --- a/types/debug/tsconfig.json +++ b/types/debug/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/decamelize/tsconfig.json b/types/decamelize/tsconfig.json index 31205a3949..54bea1b020 100644 --- a/types/decamelize/tsconfig.json +++ b/types/decamelize/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "decamelize-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/decay/tsconfig.json b/types/decay/tsconfig.json index 6169ec4e18..d35511f505 100644 --- a/types/decay/tsconfig.json +++ b/types/decay/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "decay-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/decimal.js/tsconfig.json b/types/decimal.js/tsconfig.json index dd07e5cf8b..e2474fecd5 100644 --- a/types/decimal.js/tsconfig.json +++ b/types/decimal.js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/decorum/tsconfig.json b/types/decorum/tsconfig.json index d8af61c395..82792e10c5 100644 --- a/types/decorum/tsconfig.json +++ b/types/decorum/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "experimentalDecorators": true, "typeRoots": [ diff --git a/types/dedent/tsconfig.json b/types/dedent/tsconfig.json index 29eb7040b0..30c39b0a23 100644 --- a/types/dedent/tsconfig.json +++ b/types/dedent/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "dedent-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/deep-assign/tsconfig.json b/types/deep-assign/tsconfig.json index 6ad0581691..76d4b1b23e 100644 --- a/types/deep-assign/tsconfig.json +++ b/types/deep-assign/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/deep-diff/tsconfig.json b/types/deep-diff/tsconfig.json index 9548124d65..95cd2d22ac 100644 --- a/types/deep-diff/tsconfig.json +++ b/types/deep-diff/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/deep-equal/tsconfig.json b/types/deep-equal/tsconfig.json index 6d21a4a7e6..e5c20aa772 100644 --- a/types/deep-equal/tsconfig.json +++ b/types/deep-equal/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/deep-extend/tsconfig.json b/types/deep-extend/tsconfig.json index 9b7dc83a56..c41646d000 100644 --- a/types/deep-extend/tsconfig.json +++ b/types/deep-extend/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/deep-freeze-es6/tsconfig.json b/types/deep-freeze-es6/tsconfig.json index ba72d75a31..cf9a3b32f5 100644 --- a/types/deep-freeze-es6/tsconfig.json +++ b/types/deep-freeze-es6/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "deep-freeze-es6-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/deep-freeze-strict/tsconfig.json b/types/deep-freeze-strict/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/deep-freeze-strict/tsconfig.json +++ b/types/deep-freeze-strict/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/deep-freeze/tsconfig.json b/types/deep-freeze/tsconfig.json index 5ade4f533c..3fe6438f96 100644 --- a/types/deep-freeze/tsconfig.json +++ b/types/deep-freeze/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/deepmerge/tsconfig.json b/types/deepmerge/tsconfig.json index 587ab97438..b863d1bcb9 100644 --- a/types/deepmerge/tsconfig.json +++ b/types/deepmerge/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/defaults/tsconfig.json b/types/defaults/tsconfig.json index 3c689ee2fd..4a66176c28 100644 --- a/types/defaults/tsconfig.json +++ b/types/defaults/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/define-lazy-prop/tsconfig.json b/types/define-lazy-prop/tsconfig.json index 3a5611afb1..e72c943c52 100644 --- a/types/define-lazy-prop/tsconfig.json +++ b/types/define-lazy-prop/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "define-lazy-prop-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/defined/tsconfig.json b/types/defined/tsconfig.json index 63c6202b4c..35b5bb7c83 100644 --- a/types/defined/tsconfig.json +++ b/types/defined/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "defined-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/deku/tsconfig.json b/types/deku/tsconfig.json index 44bbb18182..ad8473665d 100644 --- a/types/deku/tsconfig.json +++ b/types/deku/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/del/tsconfig.json b/types/del/tsconfig.json index ba10982e67..6143d08346 100644 --- a/types/del/tsconfig.json +++ b/types/del/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "del-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/del/v2/tsconfig.json b/types/del/v2/tsconfig.json index 4ec5576309..568d1a8a21 100644 --- a/types/del/v2/tsconfig.json +++ b/types/del/v2/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "del": ["del/v2"] + "del": [ + "del/v2" + ] }, "types": [], "noEmit": true, @@ -22,4 +25,4 @@ "index.d.ts", "del-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/delaunator/tsconfig.json b/types/delaunator/tsconfig.json index 438b1c53af..a9c94600d8 100644 --- a/types/delaunator/tsconfig.json +++ b/types/delaunator/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "delaunator-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/delay/tsconfig.json b/types/delay/tsconfig.json index 2004ba50ba..cb0da53652 100644 --- a/types/delay/tsconfig.json +++ b/types/delay/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "delay-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/denodeify/tsconfig.json b/types/denodeify/tsconfig.json index 39e2a69ba3..04d0008cd5 100644 --- a/types/denodeify/tsconfig.json +++ b/types/denodeify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/deoxxa-content-type/tsconfig.json b/types/deoxxa-content-type/tsconfig.json index 31d7604887..5f50fa4676 100644 --- a/types/deoxxa-content-type/tsconfig.json +++ b/types/deoxxa-content-type/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/depd/tsconfig.json b/types/depd/tsconfig.json index 23aa25d9e0..cea39d4996 100644 --- a/types/depd/tsconfig.json +++ b/types/depd/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "depd-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/deployjava/tsconfig.json b/types/deployjava/tsconfig.json index e0a37b8c86..934531a4ee 100644 --- a/types/deployjava/tsconfig.json +++ b/types/deployjava/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/destroy-on-hwm/tsconfig.json b/types/destroy-on-hwm/tsconfig.json index 9bcad7ee9b..8f77b1b9a4 100644 --- a/types/destroy-on-hwm/tsconfig.json +++ b/types/destroy-on-hwm/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "destroy-on-hwm-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/destroy/tsconfig.json b/types/destroy/tsconfig.json index 197ac0c669..d3c5ca771d 100644 --- a/types/destroy/tsconfig.json +++ b/types/destroy/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "destroy-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/detect-browser/tsconfig.json b/types/detect-browser/tsconfig.json index 300222b307..076582077e 100644 --- a/types/detect-browser/tsconfig.json +++ b/types/detect-browser/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/detect-hover/tsconfig.json b/types/detect-hover/tsconfig.json index d971a2660d..69abd062cd 100644 --- a/types/detect-hover/tsconfig.json +++ b/types/detect-hover/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "detect-hover-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/detect-indent/tsconfig.json b/types/detect-indent/tsconfig.json index 07d6d5adc2..3119632150 100644 --- a/types/detect-indent/tsconfig.json +++ b/types/detect-indent/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "detect-indent-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/detect-indent/v0/tsconfig.json b/types/detect-indent/v0/tsconfig.json index f80769f598..6fb921c298 100644 --- a/types/detect-indent/v0/tsconfig.json +++ b/types/detect-indent/v0/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "detect-indent": ["detect-indent/v0"] + "detect-indent": [ + "detect-indent/v0" + ] }, "types": [], "noEmit": true, @@ -22,4 +25,4 @@ "index.d.ts", "detect-indent-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/detect-it/tsconfig.json b/types/detect-it/tsconfig.json index 16c8ccd62b..28787b09b8 100644 --- a/types/detect-it/tsconfig.json +++ b/types/detect-it/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "detect-it-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/detect-newline/tsconfig.json b/types/detect-newline/tsconfig.json index bbb57f1823..a94c517f93 100644 --- a/types/detect-newline/tsconfig.json +++ b/types/detect-newline/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "detect-newline-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/detect-passive-events/tsconfig.json b/types/detect-passive-events/tsconfig.json index c79e68ee75..83ddf05856 100644 --- a/types/detect-passive-events/tsconfig.json +++ b/types/detect-passive-events/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "detect-passive-events-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/detect-pointer/tsconfig.json b/types/detect-pointer/tsconfig.json index 96115ec503..50b7d6cb7d 100644 --- a/types/detect-pointer/tsconfig.json +++ b/types/detect-pointer/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "detect-pointer-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/detect-port/tsconfig.json b/types/detect-port/tsconfig.json index dde5cf6683..9d400580a4 100644 --- a/types/detect-port/tsconfig.json +++ b/types/detect-port/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/detect-touch-events/tsconfig.json b/types/detect-touch-events/tsconfig.json index 018928fa50..03b3cc49cb 100644 --- a/types/detect-touch-events/tsconfig.json +++ b/types/detect-touch-events/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "detect-touch-events-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/devexpress-web/tsconfig.json b/types/devexpress-web/tsconfig.json index e879af1e9e..3510853ddd 100644 --- a/types/devexpress-web/tsconfig.json +++ b/types/devexpress-web/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/devexpress-web/v161/tsconfig.json b/types/devexpress-web/v161/tsconfig.json index a64418f9b0..0c6ad80e42 100644 --- a/types/devexpress-web/v161/tsconfig.json +++ b/types/devexpress-web/v161/tsconfig.json @@ -8,14 +8,19 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "types": [], "paths": { - "devexpress-web": ["devexpress-web/v161"], - "devexpress-web/*": ["devexpress-web/v161/*"] + "devexpress-web": [ + "devexpress-web/v161" + ], + "devexpress-web/*": [ + "devexpress-web/v161/*" + ] }, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/devexpress-web/v162/tsconfig.json b/types/devexpress-web/v162/tsconfig.json index 7014b0435c..0878906afb 100644 --- a/types/devexpress-web/v162/tsconfig.json +++ b/types/devexpress-web/v162/tsconfig.json @@ -8,14 +8,19 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "types": [], "paths": { - "devexpress-web": ["devexpress-web/v162"], - "devexpress-web/*": ["devexpress-web/v162/*"] + "devexpress-web": [ + "devexpress-web/v162" + ], + "devexpress-web/*": [ + "devexpress-web/v162/*" + ] }, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/devtools-detect/tsconfig.json b/types/devtools-detect/tsconfig.json index b19e809c08..8ab64cb68c 100644 --- a/types/devtools-detect/tsconfig.json +++ b/types/devtools-detect/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/df-visible/tsconfig.json b/types/df-visible/tsconfig.json index 6f73878f77..ca15676b02 100644 --- a/types/df-visible/tsconfig.json +++ b/types/df-visible/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dhtmlxgantt/tsconfig.json b/types/dhtmlxgantt/tsconfig.json index da8ed7891b..f897e58d02 100644 --- a/types/dhtmlxgantt/tsconfig.json +++ b/types/dhtmlxgantt/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dhtmlxscheduler/tsconfig.json b/types/dhtmlxscheduler/tsconfig.json index cd3877fced..8d145fb613 100644 --- a/types/dhtmlxscheduler/tsconfig.json +++ b/types/dhtmlxscheduler/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/di-lite/tsconfig.json b/types/di-lite/tsconfig.json index 7ec26b6dde..7f10ef8967 100644 --- a/types/di-lite/tsconfig.json +++ b/types/di-lite/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/diacritics/tsconfig.json b/types/diacritics/tsconfig.json index c5df557fe5..03b49dbe95 100644 --- a/types/diacritics/tsconfig.json +++ b/types/diacritics/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/diff-match-patch/tsconfig.json b/types/diff-match-patch/tsconfig.json index 275bed6723..11f60e2489 100644 --- a/types/diff-match-patch/tsconfig.json +++ b/types/diff-match-patch/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/diff/tsconfig.json b/types/diff/tsconfig.json index 96385c4e2a..9a1fdba840 100644 --- a/types/diff/tsconfig.json +++ b/types/diff/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/diff2html/tsconfig.json b/types/diff2html/tsconfig.json index 177597e8cd..bb9662b5b6 100644 --- a/types/diff2html/tsconfig.json +++ b/types/diff2html/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dir-resolve/tsconfig.json b/types/dir-resolve/tsconfig.json index 1748792b1d..129d8a0aa9 100644 --- a/types/dir-resolve/tsconfig.json +++ b/types/dir-resolve/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/discontinuous-range/tsconfig.json b/types/discontinuous-range/tsconfig.json index 9aa84910b6..26c43bf7f0 100644 --- a/types/discontinuous-range/tsconfig.json +++ b/types/discontinuous-range/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/disposable-email-domains/tsconfig.json b/types/disposable-email-domains/tsconfig.json index eb54d0c49f..70b9e249d1 100644 --- a/types/disposable-email-domains/tsconfig.json +++ b/types/disposable-email-domains/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/doccookies/tsconfig.json b/types/doccookies/tsconfig.json index f8dcf939f1..e4de927a2f 100644 --- a/types/doccookies/tsconfig.json +++ b/types/doccookies/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dock-spawn/tsconfig.json b/types/dock-spawn/tsconfig.json index 92eac29967..a5c6c7b144 100644 --- a/types/dock-spawn/tsconfig.json +++ b/types/dock-spawn/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dockerode/tsconfig.json b/types/dockerode/tsconfig.json index 8f360ab29a..3334b9b296 100644 --- a/types/dockerode/tsconfig.json +++ b/types/dockerode/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/docopt/tsconfig.json b/types/docopt/tsconfig.json index 60b0174d95..bc71021fcd 100644 --- a/types/docopt/tsconfig.json +++ b/types/docopt/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/doctrine/tsconfig.json b/types/doctrine/tsconfig.json index d7d81a7c16..1b9e7702c2 100644 --- a/types/doctrine/tsconfig.json +++ b/types/doctrine/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/documentdb-server/tsconfig.json b/types/documentdb-server/tsconfig.json index 7c96754e6c..98dcf6bf5c 100644 --- a/types/documentdb-server/tsconfig.json +++ b/types/documentdb-server/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/documentdb-session/tsconfig.json b/types/documentdb-session/tsconfig.json index 478f009cc6..40ab7520b7 100644 --- a/types/documentdb-session/tsconfig.json +++ b/types/documentdb-session/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "documentdb-session-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/documentdb/tsconfig.json b/types/documentdb/tsconfig.json index 0f1d4e70e9..48c13eac51 100644 --- a/types/documentdb/tsconfig.json +++ b/types/documentdb/tsconfig.json @@ -8,11 +8,12 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" - ], - "types": [ ], + ], + "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, diff --git a/types/dojo/tsconfig.json b/types/dojo/tsconfig.json index d20f843c14..983ded2a9c 100644 --- a/types/dojo/tsconfig.json +++ b/types/dojo/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dom-inputevent/tsconfig.json b/types/dom-inputevent/tsconfig.json index 1577efb197..a309b9ec2e 100644 --- a/types/dom-inputevent/tsconfig.json +++ b/types/dom-inputevent/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "dom-inputevent-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/dom4/tsconfig.json b/types/dom4/tsconfig.json index c10c96f75a..3db581ed36 100644 --- a/types/dom4/tsconfig.json +++ b/types/dom4/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/domo/tsconfig.json b/types/domo/tsconfig.json index ca34816a7d..1700042ecc 100644 --- a/types/domo/tsconfig.json +++ b/types/domo/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dompurify/tsconfig.json b/types/dompurify/tsconfig.json index 34d380baf0..f10fdda910 100644 --- a/types/dompurify/tsconfig.json +++ b/types/dompurify/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/domready/tsconfig.json b/types/domready/tsconfig.json index 54d5225b58..1495d185a6 100644 --- a/types/domready/tsconfig.json +++ b/types/domready/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/domurl/tsconfig.json b/types/domurl/tsconfig.json index 86a6ff8fb7..c678dbc069 100644 --- a/types/domurl/tsconfig.json +++ b/types/domurl/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/donna/tsconfig.json b/types/donna/tsconfig.json index 5df1095e12..6e06e71c36 100644 --- a/types/donna/tsconfig.json +++ b/types/donna/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dookie/tsconfig.json b/types/dookie/tsconfig.json index 0c926cf7ff..a788cba5bc 100644 --- a/types/dookie/tsconfig.json +++ b/types/dookie/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dot-object/tsconfig.json b/types/dot-object/tsconfig.json index 505abd7f41..f58205cdaf 100644 --- a/types/dot-object/tsconfig.json +++ b/types/dot-object/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dot-prop/tsconfig.json b/types/dot-prop/tsconfig.json index 9569bb6470..cbacf32b41 100644 --- a/types/dot-prop/tsconfig.json +++ b/types/dot-prop/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "dot-prop-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/dot-prop/v2/tsconfig.json b/types/dot-prop/v2/tsconfig.json index 2e274e84da..f5770f3083 100644 --- a/types/dot-prop/v2/tsconfig.json +++ b/types/dot-prop/v2/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "dot-prop": ["dot-prop/v2"] + "dot-prop": [ + "dot-prop/v2" + ] }, "types": [], "noEmit": true, @@ -22,4 +25,4 @@ "index.d.ts", "dot-prop-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/dot/tsconfig.json b/types/dot/tsconfig.json index 90dfddee0a..2c1a595ac6 100644 --- a/types/dot/tsconfig.json +++ b/types/dot/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dotdotdot/tsconfig.json b/types/dotdotdot/tsconfig.json index 01346ccccc..8be8dc5245 100644 --- a/types/dotdotdot/tsconfig.json +++ b/types/dotdotdot/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dotenv-safe/tsconfig.json b/types/dotenv-safe/tsconfig.json index 6c134db7bf..46b51afc29 100644 --- a/types/dotenv-safe/tsconfig.json +++ b/types/dotenv-safe/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es5" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "dotenv-safe-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es5" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "dotenv-safe-tests.ts" + ] +} \ No newline at end of file diff --git a/types/dotenv/tsconfig.json b/types/dotenv/tsconfig.json index 1f7cfcfcca..5c51b4d698 100644 --- a/types/dotenv/tsconfig.json +++ b/types/dotenv/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dotenv/v2/tsconfig.json b/types/dotenv/v2/tsconfig.json index efaf5860d4..facb307571 100644 --- a/types/dotenv/v2/tsconfig.json +++ b/types/dotenv/v2/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "dotenv": [ "dotenv/v2" ] + "dotenv": [ + "dotenv/v2" + ] }, "types": [], "noEmit": true, @@ -22,4 +25,4 @@ "index.d.ts", "dotenv-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/dottie/tsconfig.json b/types/dottie/tsconfig.json index 03af0fda9b..f770bbf57d 100644 --- a/types/dottie/tsconfig.json +++ b/types/dottie/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "dottie-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/doublearray/tsconfig.json b/types/doublearray/tsconfig.json index c82acdd4e0..fbc5ab9e55 100644 --- a/types/doublearray/tsconfig.json +++ b/types/doublearray/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/doubleclick-gpt/tsconfig.json b/types/doubleclick-gpt/tsconfig.json index c06fe9ff3c..d240d560ce 100644 --- a/types/doubleclick-gpt/tsconfig.json +++ b/types/doubleclick-gpt/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/downloadjs/tsconfig.json b/types/downloadjs/tsconfig.json index 5ce76596d5..15703cf41a 100644 --- a/types/downloadjs/tsconfig.json +++ b/types/downloadjs/tsconfig.json @@ -1,23 +1,24 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "downloadjs-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "downloadjs-tests.ts" + ] +} \ No newline at end of file diff --git a/types/draft-js/tsconfig.json b/types/draft-js/tsconfig.json index 2b3ffe8ec7..58fc6cd302 100644 --- a/types/draft-js/tsconfig.json +++ b/types/draft-js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/drag-timetable/tsconfig.json b/types/drag-timetable/tsconfig.json index f704c30147..875c35f69a 100644 --- a/types/drag-timetable/tsconfig.json +++ b/types/drag-timetable/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "drag-timetable-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/draggabilly/tsconfig.json b/types/draggabilly/tsconfig.json index 32cc6ee235..d34c51c338 100644 --- a/types/draggabilly/tsconfig.json +++ b/types/draggabilly/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "draggabilly-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/dragster/tsconfig.json b/types/dragster/tsconfig.json index 9740d729a0..c415da2b1a 100644 --- a/types/dragster/tsconfig.json +++ b/types/dragster/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dragula/tsconfig.json b/types/dragula/tsconfig.json index 33f4e1e247..8179057247 100644 --- a/types/dragula/tsconfig.json +++ b/types/dragula/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dropboxjs/tsconfig.json b/types/dropboxjs/tsconfig.json index 3e55f0136c..c1c700cf02 100644 --- a/types/dropboxjs/tsconfig.json +++ b/types/dropboxjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dropkickjs/tsconfig.json b/types/dropkickjs/tsconfig.json index 07855ffa97..31076fcede 100644 --- a/types/dropkickjs/tsconfig.json +++ b/types/dropkickjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dropzone/tsconfig.json b/types/dropzone/tsconfig.json index ff427c95f0..552b864cb7 100644 --- a/types/dropzone/tsconfig.json +++ b/types/dropzone/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dropzone/v4/tsconfig.json b/types/dropzone/v4/tsconfig.json index 36eb5f0aef..d88ab721fd 100644 --- a/types/dropzone/v4/tsconfig.json +++ b/types/dropzone/v4/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" @@ -16,7 +17,9 @@ "noEmit": true, "forceConsistentCasingInFileNames": true, "paths": { - "dropzone": ["dropzone/v4"] + "dropzone": [ + "dropzone/v4" + ] } }, "files": [ diff --git a/types/dsv/tsconfig.json b/types/dsv/tsconfig.json index e5f4e1b7c3..ba47a0e093 100644 --- a/types/dsv/tsconfig.json +++ b/types/dsv/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dts-bundle/tsconfig.json b/types/dts-bundle/tsconfig.json index 8e871ab4a2..a380447ece 100644 --- a/types/dts-bundle/tsconfig.json +++ b/types/dts-bundle/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dts-generator/tsconfig.json b/types/dts-generator/tsconfig.json index b1fa8686f2..97bc3726f6 100644 --- a/types/dts-generator/tsconfig.json +++ b/types/dts-generator/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "dts-generator-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/duplexer2/tsconfig.json b/types/duplexer2/tsconfig.json index 08cf6d3426..90332a13a9 100644 --- a/types/duplexer2/tsconfig.json +++ b/types/duplexer2/tsconfig.json @@ -10,6 +10,7 @@ ], "noImplicitAny": true, "strictNullChecks": false, + "strictFunctionTypes": true, "noImplicitThis": true, "baseUrl": "../", "typeRoots": [ diff --git a/types/duplexer3/tsconfig.json b/types/duplexer3/tsconfig.json index 36ac16d2c7..1b3e73cc33 100644 --- a/types/duplexer3/tsconfig.json +++ b/types/duplexer3/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "duplexer3-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/duplexify/tsconfig.json b/types/duplexify/tsconfig.json index 715137eb9d..72c801f5ab 100644 --- a/types/duplexify/tsconfig.json +++ b/types/duplexify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "duplexify-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/duplicate-package-checker-webpack-plugin/tsconfig.json b/types/duplicate-package-checker-webpack-plugin/tsconfig.json index 7b3dc55ffe..7174bf68ea 100644 --- a/types/duplicate-package-checker-webpack-plugin/tsconfig.json +++ b/types/duplicate-package-checker-webpack-plugin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "duplicate-package-checker-webpack-plugin-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/durandal/tsconfig.json b/types/durandal/tsconfig.json index 1401eeeedb..d34d6a1d77 100644 --- a/types/durandal/tsconfig.json +++ b/types/durandal/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/durandal/v1/tsconfig.json b/types/durandal/v1/tsconfig.json index 72d8336896..d39bcbc18d 100644 --- a/types/durandal/v1/tsconfig.json +++ b/types/durandal/v1/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/dustjs-linkedin/tsconfig.json b/types/dustjs-linkedin/tsconfig.json index 73305e5459..36a7497468 100644 --- a/types/dustjs-linkedin/tsconfig.json +++ b/types/dustjs-linkedin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dw-bxslider-4/tsconfig.json b/types/dw-bxslider-4/tsconfig.json index 4686df733a..64526359b3 100644 --- a/types/dw-bxslider-4/tsconfig.json +++ b/types/dw-bxslider-4/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dwt/tsconfig.json b/types/dwt/tsconfig.json index 5ff27b3787..db2ac6bbf4 100644 --- a/types/dwt/tsconfig.json +++ b/types/dwt/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dwt/v12/tsconfig.json b/types/dwt/v12/tsconfig.json index 0681765aaf..f856dd2657 100644 --- a/types/dwt/v12/tsconfig.json +++ b/types/dwt/v12/tsconfig.json @@ -7,19 +7,22 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "dwt": [ "dwt/v12" ] + "dwt": [ + "dwt/v12" + ] }, "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ - "index.d.ts", + "index.d.ts", "dwt-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/dygraphs/tsconfig.json b/types/dygraphs/tsconfig.json index cd2465aaad..c3ff239b4b 100644 --- a/types/dygraphs/tsconfig.json +++ b/types/dygraphs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dymo-label-framework/tsconfig.json b/types/dymo-label-framework/tsconfig.json index 70192c3366..23ac4038d1 100644 --- a/types/dymo-label-framework/tsconfig.json +++ b/types/dymo-label-framework/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/dynatable/tsconfig.json b/types/dynatable/tsconfig.json index 6d37ddabf5..04ffb1120a 100644 --- a/types/dynatable/tsconfig.json +++ b/types/dynatable/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/each/tsconfig.json b/types/each/tsconfig.json index 99df044c84..4b80cb809d 100644 --- a/types/each/tsconfig.json +++ b/types/each/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/easeljs/tsconfig.json b/types/easeljs/tsconfig.json index 106e84b3dc..1925fa9a78 100644 --- a/types/easeljs/tsconfig.json +++ b/types/easeljs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/easy-api-request/tsconfig.json b/types/easy-api-request/tsconfig.json index 0f8b3873e0..8cc26d7811 100644 --- a/types/easy-api-request/tsconfig.json +++ b/types/easy-api-request/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/easy-jsend/tsconfig.json b/types/easy-jsend/tsconfig.json index d3fae576d7..3efc497aaf 100644 --- a/types/easy-jsend/tsconfig.json +++ b/types/easy-jsend/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/easy-session/tsconfig.json b/types/easy-session/tsconfig.json index 55a2221348..99d70bf37b 100644 --- a/types/easy-session/tsconfig.json +++ b/types/easy-session/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/easy-table/tsconfig.json b/types/easy-table/tsconfig.json index 6e1d6842b5..4013bbca85 100644 --- a/types/easy-table/tsconfig.json +++ b/types/easy-table/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/easy-x-headers/tsconfig.json b/types/easy-x-headers/tsconfig.json index 21fd3e6cda..e2b2378af6 100644 --- a/types/easy-x-headers/tsconfig.json +++ b/types/easy-x-headers/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/easy-xapi-supertest/tsconfig.json b/types/easy-xapi-supertest/tsconfig.json index ff088ea5e3..91c132409e 100644 --- a/types/easy-xapi-supertest/tsconfig.json +++ b/types/easy-xapi-supertest/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/easy-xapi-utils/tsconfig.json b/types/easy-xapi-utils/tsconfig.json index 5a38347e84..6cd04a79b9 100644 --- a/types/easy-xapi-utils/tsconfig.json +++ b/types/easy-xapi-utils/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/easy-xapi/tsconfig.json b/types/easy-xapi/tsconfig.json index b995d431ae..fa0e8da402 100644 --- a/types/easy-xapi/tsconfig.json +++ b/types/easy-xapi/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/easystarjs/tsconfig.json b/types/easystarjs/tsconfig.json index 9c5d14bf1d..0f36761c26 100644 --- a/types/easystarjs/tsconfig.json +++ b/types/easystarjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ebongarde-root/tsconfig.json b/types/ebongarde-root/tsconfig.json index f34a4dc97f..4765268055 100644 --- a/types/ebongarde-root/tsconfig.json +++ b/types/ebongarde-root/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "ebongarde-root-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/echarts/tsconfig.json b/types/echarts/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/echarts/tsconfig.json +++ b/types/echarts/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ecurve/tsconfig.json b/types/ecurve/tsconfig.json index e1fbd679a4..b3d1d586fe 100644 --- a/types/ecurve/tsconfig.json +++ b/types/ecurve/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/egg-mock/tsconfig.json b/types/egg-mock/tsconfig.json index 9313ec5190..86b33fc149 100644 --- a/types/egg-mock/tsconfig.json +++ b/types/egg-mock/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/egg.js/tsconfig.json b/types/egg.js/tsconfig.json index 00ca6481ae..c7364d3f99 100644 --- a/types/egg.js/tsconfig.json +++ b/types/egg.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/egg/tsconfig.json b/types/egg/tsconfig.json index d2369bc5bf..3c2ca61db1 100644 --- a/types/egg/tsconfig.json +++ b/types/egg/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/egjs__axes/tsconfig.json b/types/egjs__axes/tsconfig.json index 7d20117cc0..3086687bc3 100644 --- a/types/egjs__axes/tsconfig.json +++ b/types/egjs__axes/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -14,13 +15,17 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "paths":{ - "@egjs/component": ["egjs__component"], - "@egjs/axes": ["egjs__axes"] + "paths": { + "@egjs/component": [ + "egjs__component" + ], + "@egjs/axes": [ + "egjs__axes" + ] } }, "files": [ "index.d.ts", "egjs__axes-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/egjs__component/tsconfig.json b/types/egjs__component/tsconfig.json index b010a23eed..778e5a9f16 100644 --- a/types/egjs__component/tsconfig.json +++ b/types/egjs__component/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -14,12 +15,14 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "paths":{ - "@egjs/component": ["egjs__component"] + "paths": { + "@egjs/component": [ + "egjs__component" + ] } }, "files": [ "index.d.ts", "egjs__component-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ej.web.all/tsconfig.json b/types/ej.web.all/tsconfig.json index e187b54f67..0a0a2b79e4 100644 --- a/types/ej.web.all/tsconfig.json +++ b/types/ej.web.all/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "ej.web.all-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ejs-locals/tsconfig.json b/types/ejs-locals/tsconfig.json index ee2ef81723..7f549cd0a6 100644 --- a/types/ejs-locals/tsconfig.json +++ b/types/ejs-locals/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ejs/tsconfig.json b/types/ejs/tsconfig.json index ce3a024d24..ea91455364 100644 --- a/types/ejs/tsconfig.json +++ b/types/ejs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ejson/tsconfig.json b/types/ejson/tsconfig.json index 95efe7696b..3769f3db66 100644 --- a/types/ejson/tsconfig.json +++ b/types/ejson/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/elastic.js/tsconfig.json b/types/elastic.js/tsconfig.json index 219dffce02..6a705c4c27 100644 --- a/types/elastic.js/tsconfig.json +++ b/types/elastic.js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/elasticsearch/tsconfig.json b/types/elasticsearch/tsconfig.json index af051e1a4f..2d62eac43d 100644 --- a/types/elasticsearch/tsconfig.json +++ b/types/elasticsearch/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/electron-config/tsconfig.json b/types/electron-config/tsconfig.json index 0d3777a09e..8462205033 100644 --- a/types/electron-config/tsconfig.json +++ b/types/electron-config/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "electron-config-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/electron-debug/tsconfig.json b/types/electron-debug/tsconfig.json index 4279922d08..65a83c7c64 100644 --- a/types/electron-debug/tsconfig.json +++ b/types/electron-debug/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/electron-devtools-installer/tsconfig.json b/types/electron-devtools-installer/tsconfig.json index 66e41ee094..77fbb1d7c5 100644 --- a/types/electron-devtools-installer/tsconfig.json +++ b/types/electron-devtools-installer/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/electron-is-dev/tsconfig.json b/types/electron-is-dev/tsconfig.json index 91aa840742..1260f76477 100644 --- a/types/electron-is-dev/tsconfig.json +++ b/types/electron-is-dev/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "electron-is-dev-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/electron-json-storage/tsconfig.json b/types/electron-json-storage/tsconfig.json index 66c91844db..d5bbe0168b 100644 --- a/types/electron-json-storage/tsconfig.json +++ b/types/electron-json-storage/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/electron-notifications/tsconfig.json b/types/electron-notifications/tsconfig.json index cfe77deb03..b5d1926fe9 100644 --- a/types/electron-notifications/tsconfig.json +++ b/types/electron-notifications/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/electron-notify/tsconfig.json b/types/electron-notify/tsconfig.json index 6bdc138b0b..49580cd305 100644 --- a/types/electron-notify/tsconfig.json +++ b/types/electron-notify/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/electron-packager/tsconfig.json b/types/electron-packager/tsconfig.json index 789b385fea..76f19f8f73 100644 --- a/types/electron-packager/tsconfig.json +++ b/types/electron-packager/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/electron-settings/tsconfig.json b/types/electron-settings/tsconfig.json index a9a5a70afc..badf76a8d0 100644 --- a/types/electron-settings/tsconfig.json +++ b/types/electron-settings/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "electron-settings-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/electron-settings/v2/tsconfig.json b/types/electron-settings/v2/tsconfig.json index 335711f7ef..810fdbd504 100644 --- a/types/electron-settings/v2/tsconfig.json +++ b/types/electron-settings/v2/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" @@ -25,4 +26,4 @@ "index.d.ts", "electron-settings-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/electron-store/tsconfig.json b/types/electron-store/tsconfig.json index 311e831103..6f21caec55 100644 --- a/types/electron-store/tsconfig.json +++ b/types/electron-store/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "electron-store-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/electron-window-state/tsconfig.json b/types/electron-window-state/tsconfig.json index 3b9710d961..3843443cda 100644 --- a/types/electron-window-state/tsconfig.json +++ b/types/electron-window-state/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/electron-winstaller/tsconfig.json b/types/electron-winstaller/tsconfig.json index f208c4761f..af16777473 100644 --- a/types/electron-winstaller/tsconfig.json +++ b/types/electron-winstaller/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "electron-winstaller-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/element-ready/tsconfig.json b/types/element-ready/tsconfig.json index 42de8557bc..e5067c7ccf 100644 --- a/types/element-ready/tsconfig.json +++ b/types/element-ready/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "element-ready-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/element-resize-event/tsconfig.json b/types/element-resize-event/tsconfig.json index 74215ead8a..9d86e4632f 100644 --- a/types/element-resize-event/tsconfig.json +++ b/types/element-resize-event/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/elm/tsconfig.json b/types/elm/tsconfig.json index 0d8045c6c7..bca395d3c2 100644 --- a/types/elm/tsconfig.json +++ b/types/elm/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/email-addresses/tsconfig.json b/types/email-addresses/tsconfig.json index b8b983cf3a..2cda1ddc36 100644 --- a/types/email-addresses/tsconfig.json +++ b/types/email-addresses/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/email-templates/tsconfig.json b/types/email-templates/tsconfig.json index cf59410224..5a2994bb04 100644 --- a/types/email-templates/tsconfig.json +++ b/types/email-templates/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "email-templates-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/email-validator/tsconfig.json b/types/email-validator/tsconfig.json index b2af15fd62..d126e18174 100644 --- a/types/email-validator/tsconfig.json +++ b/types/email-validator/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ember-testing-helpers/tsconfig.json b/types/ember-testing-helpers/tsconfig.json index aaf474ecba..725957a948 100644 --- a/types/ember-testing-helpers/tsconfig.json +++ b/types/ember-testing-helpers/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "ember-testing-helpers-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ember/tsconfig.json b/types/ember/tsconfig.json index b73838d20e..194304e853 100644 --- a/types/ember/tsconfig.json +++ b/types/ember/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "ember-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ember/v1/tsconfig.json b/types/ember/v1/tsconfig.json index a03fae9fbe..7be1f0660b 100644 --- a/types/ember/v1/tsconfig.json +++ b/types/ember/v1/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/emissary/tsconfig.json b/types/emissary/tsconfig.json index 99a5433b1e..b6d04f07a7 100644 --- a/types/emissary/tsconfig.json +++ b/types/emissary/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/emojione/tsconfig.json b/types/emojione/tsconfig.json index a772ceb6dd..f74fb50d6f 100644 --- a/types/emojione/tsconfig.json +++ b/types/emojione/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/empower/tsconfig.json b/types/empower/tsconfig.json index 25ea756fdd..9d9d553fc0 100644 --- a/types/empower/tsconfig.json +++ b/types/empower/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/emscripten/tsconfig.json b/types/emscripten/tsconfig.json index d12d0b996a..d17ea9a00a 100644 --- a/types/emscripten/tsconfig.json +++ b/types/emscripten/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/encoding-japanese/tsconfig.json b/types/encoding-japanese/tsconfig.json index f3e5ea83dd..b3b7a2861f 100644 --- a/types/encoding-japanese/tsconfig.json +++ b/types/encoding-japanese/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/end-of-stream/tsconfig.json b/types/end-of-stream/tsconfig.json index 4f06f62e73..b46ee0c768 100644 --- a/types/end-of-stream/tsconfig.json +++ b/types/end-of-stream/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "end-of-stream-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/engine.io-client/tsconfig.json b/types/engine.io-client/tsconfig.json index e98b3db085..cb3a024a3e 100644 --- a/types/engine.io-client/tsconfig.json +++ b/types/engine.io-client/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "engine.io-client-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/engine.io/tsconfig.json b/types/engine.io/tsconfig.json index b003e2f8e4..b31b3394b0 100644 --- a/types/engine.io/tsconfig.json +++ b/types/engine.io/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "engine.io-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/enhanced-resolve/tsconfig.json b/types/enhanced-resolve/tsconfig.json index 23f724b261..9c87f7e7a1 100644 --- a/types/enhanced-resolve/tsconfig.json +++ b/types/enhanced-resolve/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitThis": true, "noImplicitAny": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ent/tsconfig.json b/types/ent/tsconfig.json index 4c9289ae86..53249c7605 100644 --- a/types/ent/tsconfig.json +++ b/types/ent/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/entities/tsconfig.json b/types/entities/tsconfig.json index 7a68bc361b..1a88ad9778 100644 --- a/types/entities/tsconfig.json +++ b/types/entities/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "entities-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/env-to-object/tsconfig.json b/types/env-to-object/tsconfig.json index 316a2acdf6..2e59eff3e4 100644 --- a/types/env-to-object/tsconfig.json +++ b/types/env-to-object/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/envify/tsconfig.json b/types/envify/tsconfig.json index a3f80b63ec..381ca464c9 100644 --- a/types/envify/tsconfig.json +++ b/types/envify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/enzyme-to-json/tsconfig.json b/types/enzyme-to-json/tsconfig.json index 257f8797e0..948a88349a 100644 --- a/types/enzyme-to-json/tsconfig.json +++ b/types/enzyme-to-json/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ @@ -21,4 +22,4 @@ "index.d.ts", "enzyme-to-json-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/enzyme/tsconfig.json b/types/enzyme/tsconfig.json index 83f549d65c..096b64a111 100644 --- a/types/enzyme/tsconfig.json +++ b/types/enzyme/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/eonasdan-bootstrap-datetimepicker/tsconfig.json b/types/eonasdan-bootstrap-datetimepicker/tsconfig.json index 2f6f00a099..d2f659f25f 100644 --- a/types/eonasdan-bootstrap-datetimepicker/tsconfig.json +++ b/types/eonasdan-bootstrap-datetimepicker/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/epiceditor/tsconfig.json b/types/epiceditor/tsconfig.json index 410f7bee8d..ccd9f7cce0 100644 --- a/types/epiceditor/tsconfig.json +++ b/types/epiceditor/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/epub/tsconfig.json b/types/epub/tsconfig.json index 9a409c3ae1..90ba263b21 100644 --- a/types/epub/tsconfig.json +++ b/types/epub/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/eq.js/tsconfig.json b/types/eq.js/tsconfig.json index 6cd21718b8..3d35e3fefa 100644 --- a/types/eq.js/tsconfig.json +++ b/types/eq.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/error-stack-parser/tsconfig.json b/types/error-stack-parser/tsconfig.json index 11e1863b89..98f3beb1a5 100644 --- a/types/error-stack-parser/tsconfig.json +++ b/types/error-stack-parser/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/errorhandler/tsconfig.json b/types/errorhandler/tsconfig.json index fd9a3b1665..dc08f31d21 100644 --- a/types/errorhandler/tsconfig.json +++ b/types/errorhandler/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/es6-collections/tsconfig.json b/types/es6-collections/tsconfig.json index b09ee9b48b..c2b2ba64d7 100644 --- a/types/es6-collections/tsconfig.json +++ b/types/es6-collections/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/es6-error/tsconfig.json b/types/es6-error/tsconfig.json index f0becf44db..1205819cd3 100644 --- a/types/es6-error/tsconfig.json +++ b/types/es6-error/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/es6-promise/tsconfig.json b/types/es6-promise/tsconfig.json index bc50e7c4fb..8b3cc9da2a 100644 --- a/types/es6-promise/tsconfig.json +++ b/types/es6-promise/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/es6-promisify/tsconfig.json b/types/es6-promisify/tsconfig.json index d28d909997..707e6094d3 100644 --- a/types/es6-promisify/tsconfig.json +++ b/types/es6-promisify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "es6-promisify-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/es6-shim/tsconfig.json b/types/es6-shim/tsconfig.json index 02c35aee5a..f11dcede04 100644 --- a/types/es6-shim/tsconfig.json +++ b/types/es6-shim/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "es6-shim-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/es6-weak-map/tsconfig.json b/types/es6-weak-map/tsconfig.json index 4a80116224..2652a8f513 100644 --- a/types/es6-weak-map/tsconfig.json +++ b/types/es6-weak-map/tsconfig.json @@ -1,4 +1,3 @@ - { "compilerOptions": { "module": "commonjs", @@ -8,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +20,4 @@ "index.d.ts", "es6-weak-map-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/escape-html/tsconfig.json b/types/escape-html/tsconfig.json index 7c08568a1e..336fcb1583 100644 --- a/types/escape-html/tsconfig.json +++ b/types/escape-html/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/escape-latex/tsconfig.json b/types/escape-latex/tsconfig.json index 8a925ce6a2..2c782b99a5 100644 --- a/types/escape-latex/tsconfig.json +++ b/types/escape-latex/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/escape-string-regexp/tsconfig.json b/types/escape-string-regexp/tsconfig.json index 9017be036c..46d2b8fec7 100644 --- a/types/escape-string-regexp/tsconfig.json +++ b/types/escape-string-regexp/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/escodegen/tsconfig.json b/types/escodegen/tsconfig.json index 7df2dba0cf..4755f2604a 100644 --- a/types/escodegen/tsconfig.json +++ b/types/escodegen/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/eslint-plugin-prettier/tsconfig.json b/types/eslint-plugin-prettier/tsconfig.json index 17f2f98666..67ba3c86f6 100644 --- a/types/eslint-plugin-prettier/tsconfig.json +++ b/types/eslint-plugin-prettier/tsconfig.json @@ -1,15 +1,23 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6"], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, - "files": ["index.d.ts", "eslint-plugin-prettier-tests.ts"] -} + "files": [ + "index.d.ts", + "eslint-plugin-prettier-tests.ts" + ] +} \ No newline at end of file diff --git a/types/esprima-walk/tsconfig.json b/types/esprima-walk/tsconfig.json index f91f558c64..7314e2d509 100644 --- a/types/esprima-walk/tsconfig.json +++ b/types/esprima-walk/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/esprima/tsconfig.json b/types/esprima/tsconfig.json index e70c3e04a4..2ac3b4bb46 100644 --- a/types/esprima/tsconfig.json +++ b/types/esprima/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/esprima/v2/tsconfig.json b/types/esprima/v2/tsconfig.json index 7de8cc1403..a3c195ca3c 100644 --- a/types/esprima/v2/tsconfig.json +++ b/types/esprima/v2/tsconfig.json @@ -1,27 +1,28 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": false, - "baseUrl": "../../", - "typeRoots": [ - "../../" - ], - "types": [], - "paths": { - "esprima": [ - "esprima/v2" - ] + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "strictFunctionTypes": true, + "baseUrl": "../../", + "typeRoots": [ + "../../" + ], + "types": [], + "paths": { + "esprima": [ + "esprima/v2" + ] + }, + "noEmit": true, + "forceConsistentCasingInFileNames": true }, - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "esprima-tests.ts" - ] + "files": [ + "index.d.ts", + "esprima-tests.ts" + ] } \ No newline at end of file diff --git a/types/esri-leaflet-geocoder/tsconfig.json b/types/esri-leaflet-geocoder/tsconfig.json index d42bd2b388..6bdfac4c4d 100644 --- a/types/esri-leaflet-geocoder/tsconfig.json +++ b/types/esri-leaflet-geocoder/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "esri-leaflet-geocoder-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/esri-leaflet/tsconfig.json b/types/esri-leaflet/tsconfig.json index f342a7b92c..596c74f0a2 100644 --- a/types/esri-leaflet/tsconfig.json +++ b/types/esri-leaflet/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "esri-leaflet-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/estraverse/tsconfig.json b/types/estraverse/tsconfig.json index 45cfe5301c..0a199a8857 100644 --- a/types/estraverse/tsconfig.json +++ b/types/estraverse/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/estree/tsconfig.json b/types/estree/tsconfig.json index cdee8b7fa3..9e10c93348 100644 --- a/types/estree/tsconfig.json +++ b/types/estree/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/etag/tsconfig.json b/types/etag/tsconfig.json index e79f28c8be..5df46bdfe9 100644 --- a/types/etag/tsconfig.json +++ b/types/etag/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "etag-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ethjs-signer/tsconfig.json b/types/ethjs-signer/tsconfig.json index 202b9ca11a..b9548b9847 100644 --- a/types/ethjs-signer/tsconfig.json +++ b/types/ethjs-signer/tsconfig.json @@ -7,11 +7,12 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], - "types": [ ], + "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, diff --git a/types/eureka-js-client/tsconfig.json b/types/eureka-js-client/tsconfig.json index 5cb950ba75..8a981b029d 100644 --- a/types/eureka-js-client/tsconfig.json +++ b/types/eureka-js-client/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/evaporate/tsconfig.json b/types/evaporate/tsconfig.json index d0668e49d9..9164730455 100644 --- a/types/evaporate/tsconfig.json +++ b/types/evaporate/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/event-emitter/tsconfig.json b/types/event-emitter/tsconfig.json index 7b8352ee4d..ef667ae292 100644 --- a/types/event-emitter/tsconfig.json +++ b/types/event-emitter/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -23,4 +24,4 @@ "unify.d.ts", "event-emitter-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/event-kit/tsconfig.json b/types/event-kit/tsconfig.json index ec89f9ddb9..0097bf6ba3 100644 --- a/types/event-kit/tsconfig.json +++ b/types/event-kit/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "event-kit-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/event-kit/v1/tsconfig.json b/types/event-kit/v1/tsconfig.json index d3cc578758..ba260dd683 100644 --- a/types/event-kit/v1/tsconfig.json +++ b/types/event-kit/v1/tsconfig.json @@ -8,12 +8,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "event-kit": [ "event-kit/v1" ] + "event-kit": [ + "event-kit/v1" + ] }, "types": [], "noEmit": true, @@ -23,4 +26,4 @@ "index.d.ts", "event-kit-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/event-loop-lag/tsconfig.json b/types/event-loop-lag/tsconfig.json index 839fd4263e..39962c46ae 100644 --- a/types/event-loop-lag/tsconfig.json +++ b/types/event-loop-lag/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/event-stream/tsconfig.json b/types/event-stream/tsconfig.json index 768497bcd8..93e6b0c016 100644 --- a/types/event-stream/tsconfig.json +++ b/types/event-stream/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/event-to-promise/tsconfig.json b/types/event-to-promise/tsconfig.json index 7ec7626f4c..d47bd1672d 100644 --- a/types/event-to-promise/tsconfig.json +++ b/types/event-to-promise/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/evernote/tsconfig.json b/types/evernote/tsconfig.json index ecf7678a0d..2c89a52715 100644 --- a/types/evernote/tsconfig.json +++ b/types/evernote/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/exceljs/tsconfig.json b/types/exceljs/tsconfig.json index f9cb219d06..a477befe57 100644 --- a/types/exceljs/tsconfig.json +++ b/types/exceljs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "exceljs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/execa/tsconfig.json b/types/execa/tsconfig.json index 276a55194a..2d20077a4f 100644 --- a/types/execa/tsconfig.json +++ b/types/execa/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "execa-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/exit-hook/tsconfig.json b/types/exit-hook/tsconfig.json index 3eb97da053..34396672b0 100644 --- a/types/exit-hook/tsconfig.json +++ b/types/exit-hook/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "exit-hook-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/exit/tsconfig.json b/types/exit/tsconfig.json index 1966c83028..4343e78761 100644 --- a/types/exit/tsconfig.json +++ b/types/exit/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/exorcist/tsconfig.json b/types/exorcist/tsconfig.json index d7f4d9cfd2..c32fd613f3 100644 --- a/types/exorcist/tsconfig.json +++ b/types/exorcist/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/expect.js/tsconfig.json b/types/expect.js/tsconfig.json index a74bc1bdda..c8f60ed6e5 100644 --- a/types/expect.js/tsconfig.json +++ b/types/expect.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/expect/tsconfig.json b/types/expect/tsconfig.json index a034e6b04d..33e71dad4c 100644 --- a/types/expect/tsconfig.json +++ b/types/expect/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/expectations/tsconfig.json b/types/expectations/tsconfig.json index e114451de7..857a8a1eef 100644 --- a/types/expectations/tsconfig.json +++ b/types/expectations/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/expr-eval/tsconfig.json b/types/expr-eval/tsconfig.json index 73b68bb278..01f1b1e4e3 100644 --- a/types/expr-eval/tsconfig.json +++ b/types/expr-eval/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/express-brute-memcached/tsconfig.json b/types/express-brute-memcached/tsconfig.json index 2518dc464a..c49c399e0d 100644 --- a/types/express-brute-memcached/tsconfig.json +++ b/types/express-brute-memcached/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/express-brute-mongo/tsconfig.json b/types/express-brute-mongo/tsconfig.json index 40a6ef01df..9d21f88e3c 100644 --- a/types/express-brute-mongo/tsconfig.json +++ b/types/express-brute-mongo/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/express-brute-redis/tsconfig.json b/types/express-brute-redis/tsconfig.json index 387e065dfb..a033b8f228 100644 --- a/types/express-brute-redis/tsconfig.json +++ b/types/express-brute-redis/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "express-brute-redis-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/express-brute/tsconfig.json b/types/express-brute/tsconfig.json index 30be640387..30bf0ccf14 100644 --- a/types/express-brute/tsconfig.json +++ b/types/express-brute/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/express-debug/tsconfig.json b/types/express-debug/tsconfig.json index f3fa1043b9..9763943be8 100644 --- a/types/express-debug/tsconfig.json +++ b/types/express-debug/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/express-domain-middleware/tsconfig.json b/types/express-domain-middleware/tsconfig.json index 59b736e887..454fedea14 100644 --- a/types/express-domain-middleware/tsconfig.json +++ b/types/express-domain-middleware/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/express-enforces-ssl/tsconfig.json b/types/express-enforces-ssl/tsconfig.json index 2fdb6a3472..9e071e54fb 100644 --- a/types/express-enforces-ssl/tsconfig.json +++ b/types/express-enforces-ssl/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "express-enforces-ssl-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/express-fileupload/tsconfig.json b/types/express-fileupload/tsconfig.json index 53c878d430..ecbd735cea 100644 --- a/types/express-fileupload/tsconfig.json +++ b/types/express-fileupload/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "express-fileupload-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/express-flash-2/tsconfig.json b/types/express-flash-2/tsconfig.json index 79fba18d61..6a0ef5a28b 100644 --- a/types/express-flash-2/tsconfig.json +++ b/types/express-flash-2/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/express-formidable/tsconfig.json b/types/express-formidable/tsconfig.json index 59c0860d7f..9deeebd96f 100644 --- a/types/express-formidable/tsconfig.json +++ b/types/express-formidable/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/express-graphql/tsconfig.json b/types/express-graphql/tsconfig.json index 8cec14e03c..7924c82706 100644 --- a/types/express-graphql/tsconfig.json +++ b/types/express-graphql/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "express-graphql-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/express-handlebars/tsconfig.json b/types/express-handlebars/tsconfig.json index 9be12b0d0b..9c6da1ba25 100644 --- a/types/express-handlebars/tsconfig.json +++ b/types/express-handlebars/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/express-jwt/tsconfig.json b/types/express-jwt/tsconfig.json index d0c13dcb3e..f91064aba5 100644 --- a/types/express-jwt/tsconfig.json +++ b/types/express-jwt/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/express-less/tsconfig.json b/types/express-less/tsconfig.json index 558ccc0e96..c8e44f8204 100644 --- a/types/express-less/tsconfig.json +++ b/types/express-less/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/express-minify/tsconfig.json b/types/express-minify/tsconfig.json index d6317db044..65c999883e 100644 --- a/types/express-minify/tsconfig.json +++ b/types/express-minify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/express-mung/tsconfig.json b/types/express-mung/tsconfig.json index 063b52f52d..9dd04b84e6 100644 --- a/types/express-mung/tsconfig.json +++ b/types/express-mung/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/express-myconnection/tsconfig.json b/types/express-myconnection/tsconfig.json index 5f0d2ca2b6..b68ca7cb51 100644 --- a/types/express-myconnection/tsconfig.json +++ b/types/express-myconnection/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/express-mysql-session/tsconfig.json b/types/express-mysql-session/tsconfig.json index f897d59bc8..f6d45a934d 100644 --- a/types/express-mysql-session/tsconfig.json +++ b/types/express-mysql-session/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/express-openapi/tsconfig.json b/types/express-openapi/tsconfig.json index d6fea1fa8a..a6cf4f3530 100644 --- a/types/express-openapi/tsconfig.json +++ b/types/express-openapi/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/express-partials/tsconfig.json b/types/express-partials/tsconfig.json index 173210c180..72e02dcdee 100644 --- a/types/express-partials/tsconfig.json +++ b/types/express-partials/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/express-rate-limit/tsconfig.json b/types/express-rate-limit/tsconfig.json index ca3c32c3bb..7dfb99a1d4 100644 --- a/types/express-rate-limit/tsconfig.json +++ b/types/express-rate-limit/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "express-rate-limit-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "express-rate-limit-tests.ts" + ] +} \ No newline at end of file diff --git a/types/express-route-fs/tsconfig.json b/types/express-route-fs/tsconfig.json index 48849326c7..550f0d3b31 100644 --- a/types/express-route-fs/tsconfig.json +++ b/types/express-route-fs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/express-sanitized/tsconfig.json b/types/express-sanitized/tsconfig.json index 2a1865d32c..9924f49f46 100644 --- a/types/express-sanitized/tsconfig.json +++ b/types/express-sanitized/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "express-sanitized-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/express-serve-static-core/tsconfig.json b/types/express-serve-static-core/tsconfig.json index cdb77c3573..73c2b38c7d 100644 --- a/types/express-serve-static-core/tsconfig.json +++ b/types/express-serve-static-core/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/express-session/tsconfig.json b/types/express-session/tsconfig.json index 674aaf8385..14c2e75bd5 100644 --- a/types/express-session/tsconfig.json +++ b/types/express-session/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/express-unless/tsconfig.json b/types/express-unless/tsconfig.json index 2eaf41b0d5..44038c38d3 100644 --- a/types/express-unless/tsconfig.json +++ b/types/express-unless/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/express-useragent/tsconfig.json b/types/express-useragent/tsconfig.json index 804b3434a8..3bbc5c5520 100644 --- a/types/express-useragent/tsconfig.json +++ b/types/express-useragent/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/express/tsconfig.json b/types/express/tsconfig.json index 009cb9ec00..b38c24658e 100644 --- a/types/express/tsconfig.json +++ b/types/express/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/extend/tsconfig.json b/types/extend/tsconfig.json index 7e5d04a155..dce058009d 100644 --- a/types/extend/tsconfig.json +++ b/types/extend/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/extended-listbox/tsconfig.json b/types/extended-listbox/tsconfig.json index 2943719a7f..38eda11579 100644 --- a/types/extended-listbox/tsconfig.json +++ b/types/extended-listbox/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/extjs/tsconfig.json b/types/extjs/tsconfig.json index 77e9863d6a..16cf9bcee6 100644 --- a/types/extjs/tsconfig.json +++ b/types/extjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/extract-stack/tsconfig.json b/types/extract-stack/tsconfig.json index ea1f60704b..26f0c50479 100644 --- a/types/extract-stack/tsconfig.json +++ b/types/extract-stack/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "extract-stack-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/extract-text-webpack-plugin/tsconfig.json b/types/extract-text-webpack-plugin/tsconfig.json index af41789949..dc6516b37e 100644 --- a/types/extract-text-webpack-plugin/tsconfig.json +++ b/types/extract-text-webpack-plugin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "extract-text-webpack-plugin-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/extract-zip/tsconfig.json b/types/extract-zip/tsconfig.json index fc69a3fbc0..821ad3b5b3 100644 --- a/types/extract-zip/tsconfig.json +++ b/types/extract-zip/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/eyes/tsconfig.json b/types/eyes/tsconfig.json index 7711a38e68..e0effcdb85 100644 --- a/types/eyes/tsconfig.json +++ b/types/eyes/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/f1/tsconfig.json b/types/f1/tsconfig.json index 501e1649db..e54cd01b58 100644 --- a/types/f1/tsconfig.json +++ b/types/f1/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fabric/tsconfig.json b/types/fabric/tsconfig.json index ab7021e0c9..fc7ce8ddc9 100644 --- a/types/fabric/tsconfig.json +++ b/types/fabric/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/facebook-js-sdk/tsconfig.json b/types/facebook-js-sdk/tsconfig.json index a37eb513c6..2ac8efade5 100644 --- a/types/facebook-js-sdk/tsconfig.json +++ b/types/facebook-js-sdk/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/facebook-pixel/tsconfig.json b/types/facebook-pixel/tsconfig.json index cfbd7e82da..c4cc9bd7fa 100644 --- a/types/facebook-pixel/tsconfig.json +++ b/types/facebook-pixel/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/faker/tsconfig.json b/types/faker/tsconfig.json index 0589e5dc54..33d32cb266 100644 --- a/types/faker/tsconfig.json +++ b/types/faker/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "faker-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/faker/v3/tsconfig.json b/types/faker/v3/tsconfig.json index b95cdea472..5cfa258457 100644 --- a/types/faker/v3/tsconfig.json +++ b/types/faker/v3/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "faker": [ "faker/v3" ] + "faker": [ + "faker/v3" + ] }, "types": [], "noEmit": true, @@ -22,4 +25,4 @@ "index.d.ts", "faker-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/falcor-express/tsconfig.json b/types/falcor-express/tsconfig.json index 8c31012eff..0f4a36624a 100644 --- a/types/falcor-express/tsconfig.json +++ b/types/falcor-express/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/falcor-http-datasource/tsconfig.json b/types/falcor-http-datasource/tsconfig.json index 8f7327c1f0..114a1e5046 100644 --- a/types/falcor-http-datasource/tsconfig.json +++ b/types/falcor-http-datasource/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/falcor-json-graph/tsconfig.json b/types/falcor-json-graph/tsconfig.json index b746208c00..2753b64668 100644 --- a/types/falcor-json-graph/tsconfig.json +++ b/types/falcor-json-graph/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/falcor-router/tsconfig.json b/types/falcor-router/tsconfig.json index dbcf71fc2c..4f37ee59be 100644 --- a/types/falcor-router/tsconfig.json +++ b/types/falcor-router/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/falcor/tsconfig.json b/types/falcor/tsconfig.json index 450a570778..94084a9884 100644 --- a/types/falcor/tsconfig.json +++ b/types/falcor/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/famous/tsconfig.json b/types/famous/tsconfig.json index efe289fcb5..e2760ecc02 100644 --- a/types/famous/tsconfig.json +++ b/types/famous/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fancybox/tsconfig.json b/types/fancybox/tsconfig.json index 0ed6ebd223..e8011cdd21 100644 --- a/types/fancybox/tsconfig.json +++ b/types/fancybox/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/farbtastic/tsconfig.json b/types/farbtastic/tsconfig.json index 4783d61749..91f8048ddb 100644 --- a/types/farbtastic/tsconfig.json +++ b/types/farbtastic/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fast-diff/tsconfig.json b/types/fast-diff/tsconfig.json index e89403e0ef..0c6f0c4ae2 100644 --- a/types/fast-diff/tsconfig.json +++ b/types/fast-diff/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "fast-diff-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/fast-levenshtein/tsconfig.json b/types/fast-levenshtein/tsconfig.json index 1c4790a9ac..1cb0e8b022 100644 --- a/types/fast-levenshtein/tsconfig.json +++ b/types/fast-levenshtein/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fast-list/tsconfig.json b/types/fast-list/tsconfig.json index a639b60ffe..ce90acb3cd 100644 --- a/types/fast-list/tsconfig.json +++ b/types/fast-list/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "fast-list-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/fast-stats/tsconfig.json b/types/fast-stats/tsconfig.json index ac2826ea03..c845c63f47 100644 --- a/types/fast-stats/tsconfig.json +++ b/types/fast-stats/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fastclick/tsconfig.json b/types/fastclick/tsconfig.json index 7a0765f6e8..494a7b78d7 100644 --- a/types/fastclick/tsconfig.json +++ b/types/fastclick/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/favico.js/tsconfig.json b/types/favico.js/tsconfig.json index 38c83f7668..15047d8dbf 100644 --- a/types/favico.js/tsconfig.json +++ b/types/favico.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fb/tsconfig.json b/types/fb/tsconfig.json index 73e4d7ebac..9e8582a781 100644 --- a/types/fb/tsconfig.json +++ b/types/fb/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fbemitter/tsconfig.json b/types/fbemitter/tsconfig.json index a5fab49d7d..8032d97e7f 100644 --- a/types/fbemitter/tsconfig.json +++ b/types/fbemitter/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/featherlight/tsconfig.json b/types/featherlight/tsconfig.json index d675953e89..32c72beb9f 100644 --- a/types/featherlight/tsconfig.json +++ b/types/featherlight/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fecha/tsconfig.json b/types/fecha/tsconfig.json index 581630d1b6..8582f99228 100644 --- a/types/fecha/tsconfig.json +++ b/types/fecha/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "fecha-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/fetch-jsonp/tsconfig.json b/types/fetch-jsonp/tsconfig.json index 05c3f994ed..885a787152 100644 --- a/types/fetch-jsonp/tsconfig.json +++ b/types/fetch-jsonp/tsconfig.json @@ -1,20 +1,26 @@ { - "compilerOptions": { - "baseUrl": "../", - "typeRoots": ["../"], - "types": [], - "module": "commonjs", - "lib": ["es6", "dom"], - "noUnusedLocals": true, - "noUnusedParameters": true, - "strictNullChecks": true, - "noImplicitAny": true, - "noImplicitThis": true, - "forceConsistentCasingInFileNames": true, - "noEmit": true - }, - "files": [ - "index.d.ts", - "fetch-jsonp-tests.ts" - ] -} + "compilerOptions": { + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noUnusedLocals": true, + "noUnusedParameters": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "noImplicitAny": true, + "noImplicitThis": true, + "forceConsistentCasingInFileNames": true, + "noEmit": true + }, + "files": [ + "index.d.ts", + "fetch-jsonp-tests.ts" + ] +} \ No newline at end of file diff --git a/types/fetch-mock/tsconfig.json b/types/fetch-mock/tsconfig.json index 8d38620419..0c410ec0ae 100644 --- a/types/fetch-mock/tsconfig.json +++ b/types/fetch-mock/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fetch.io/tsconfig.json b/types/fetch.io/tsconfig.json index 8b05d3ca33..b47cf8f3bf 100644 --- a/types/fetch.io/tsconfig.json +++ b/types/fetch.io/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "fetch.io-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ffi/tsconfig.json b/types/ffi/tsconfig.json index 5c4d36cac2..3e89d06e94 100644 --- a/types/ffi/tsconfig.json +++ b/types/ffi/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ffmpeg-static/tsconfig.json b/types/ffmpeg-static/tsconfig.json index 94c7a336b8..8a1635e82c 100644 --- a/types/ffmpeg-static/tsconfig.json +++ b/types/ffmpeg-static/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "ffmpeg-static-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ffprobe-static/tsconfig.json b/types/ffprobe-static/tsconfig.json index 726a8e0feb..fab3495614 100644 --- a/types/ffprobe-static/tsconfig.json +++ b/types/ffprobe-static/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "ffprobe-static-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/fhir/tsconfig.json b/types/fhir/tsconfig.json index 4b7b598ca3..8b4970200f 100644 --- a/types/fhir/tsconfig.json +++ b/types/fhir/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fibers/tsconfig.json b/types/fibers/tsconfig.json index c9412a5365..99e4865e3c 100644 --- a/types/fibers/tsconfig.json +++ b/types/fibers/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/field/tsconfig.json b/types/field/tsconfig.json index cad072ad2d..219fa4963d 100644 --- a/types/field/tsconfig.json +++ b/types/field/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/figures/tsconfig.json b/types/figures/tsconfig.json index 595779c25d..720529ea45 100644 --- a/types/figures/tsconfig.json +++ b/types/figures/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "figures-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/file-exists/tsconfig.json b/types/file-exists/tsconfig.json index 4d4cd410b7..ffdee8351c 100644 --- a/types/file-exists/tsconfig.json +++ b/types/file-exists/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "file-exists-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/file-saver/tsconfig.json b/types/file-saver/tsconfig.json index 7eae381719..1dc5a6f8f4 100644 --- a/types/file-saver/tsconfig.json +++ b/types/file-saver/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/file-type/tsconfig.json b/types/file-type/tsconfig.json index 022412fea2..499b81459c 100644 --- a/types/file-type/tsconfig.json +++ b/types/file-type/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/file-url/tsconfig.json b/types/file-url/tsconfig.json index a40e050026..4a6e413ce0 100644 --- a/types/file-url/tsconfig.json +++ b/types/file-url/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/filenamify/tsconfig.json b/types/filenamify/tsconfig.json index aec1f33988..0d41b23a0d 100644 --- a/types/filenamify/tsconfig.json +++ b/types/filenamify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "filenamify-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/filesize/tsconfig.json b/types/filesize/tsconfig.json index e2992f2eb7..350e88d4ad 100644 --- a/types/filesize/tsconfig.json +++ b/types/filesize/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/filesystem/tsconfig.json b/types/filesystem/tsconfig.json index ad6c29ed09..6512ab1028 100644 --- a/types/filesystem/tsconfig.json +++ b/types/filesystem/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/filewriter/tsconfig.json b/types/filewriter/tsconfig.json index 24fee2ed61..7cba1a1289 100644 --- a/types/filewriter/tsconfig.json +++ b/types/filewriter/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fill-pdf/tsconfig.json b/types/fill-pdf/tsconfig.json index f171cd8944..4cbe1dad24 100644 --- a/types/fill-pdf/tsconfig.json +++ b/types/fill-pdf/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/finalhandler/tsconfig.json b/types/finalhandler/tsconfig.json index 75f6e6276e..dd03198a83 100644 --- a/types/finalhandler/tsconfig.json +++ b/types/finalhandler/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/finch/tsconfig.json b/types/finch/tsconfig.json index 886dab1e7a..dfb658a6b2 100644 --- a/types/finch/tsconfig.json +++ b/types/finch/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/find-up/tsconfig.json b/types/find-up/tsconfig.json index 104004639a..ea6bf9d1ad 100644 --- a/types/find-up/tsconfig.json +++ b/types/find-up/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "find-up-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/findup-sync/tsconfig.json b/types/findup-sync/tsconfig.json index 5835f70080..fd44ee7c99 100644 --- a/types/findup-sync/tsconfig.json +++ b/types/findup-sync/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fingerprintjs/tsconfig.json b/types/fingerprintjs/tsconfig.json index 2538e47fab..35166934d4 100644 --- a/types/fingerprintjs/tsconfig.json +++ b/types/fingerprintjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fingerprintjs2/tsconfig.json b/types/fingerprintjs2/tsconfig.json index 30131c07dc..b274c3c488 100644 --- a/types/fingerprintjs2/tsconfig.json +++ b/types/fingerprintjs2/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "fingerprintjs2-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/firebase-client/tsconfig.json b/types/firebase-client/tsconfig.json index b439fb8310..4510d3f56d 100644 --- a/types/firebase-client/tsconfig.json +++ b/types/firebase-client/tsconfig.json @@ -8,12 +8,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/firebase-token-generator/tsconfig.json b/types/firebase-token-generator/tsconfig.json index 9c0c0251ad..e6620557a2 100644 --- a/types/firebase-token-generator/tsconfig.json +++ b/types/firebase-token-generator/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/firebase/tsconfig.json b/types/firebase/tsconfig.json index 306e8bdb6e..4695310ec3 100644 --- a/types/firebase/tsconfig.json +++ b/types/firebase/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/firebird/tsconfig.json b/types/firebird/tsconfig.json index 705913437a..e5e2d1b6ac 100644 --- a/types/firebird/tsconfig.json +++ b/types/firebird/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "firebird-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/firefox/tsconfig.json b/types/firefox/tsconfig.json index b9172a1c32..44ef93219e 100644 --- a/types/firefox/tsconfig.json +++ b/types/firefox/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/firmata/tsconfig.json b/types/firmata/tsconfig.json index 3b0d4b97cb..bf87f0bba2 100644 --- a/types/firmata/tsconfig.json +++ b/types/firmata/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "firmata-tests.ts" - ] + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "firmata-tests.ts" + ] } \ No newline at end of file diff --git a/types/first-mate/tsconfig.json b/types/first-mate/tsconfig.json index edba8406ca..3d6aadabec 100644 --- a/types/first-mate/tsconfig.json +++ b/types/first-mate/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "first-mate-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/first-mate/v4/tsconfig.json b/types/first-mate/v4/tsconfig.json index 62bbc43837..59868ddb2c 100644 --- a/types/first-mate/v4/tsconfig.json +++ b/types/first-mate/v4/tsconfig.json @@ -8,13 +8,18 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "event-kit": [ "event-kit/v1" ], - "first-mate": [ "first-mate/v4" ] + "event-kit": [ + "event-kit/v1" + ], + "first-mate": [ + "first-mate/v4" + ] }, "types": [], "noEmit": true, @@ -24,4 +29,4 @@ "index.d.ts", "first-mate-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/fixed-data-table/tsconfig.json b/types/fixed-data-table/tsconfig.json index 622eaa1d36..02ba840d0b 100644 --- a/types/fixed-data-table/tsconfig.json +++ b/types/fixed-data-table/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/flake-idgen/tsconfig.json b/types/flake-idgen/tsconfig.json index 32c2e540f0..0275fb0c23 100644 --- a/types/flake-idgen/tsconfig.json +++ b/types/flake-idgen/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/flat/tsconfig.json b/types/flat/tsconfig.json index 19684cdd32..7cc1467b3f 100644 --- a/types/flat/tsconfig.json +++ b/types/flat/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/flatbuffers/tsconfig.json b/types/flatbuffers/tsconfig.json index 9d60089890..fe3421fa5b 100644 --- a/types/flatbuffers/tsconfig.json +++ b/types/flatbuffers/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/flatpickr/tsconfig.json b/types/flatpickr/tsconfig.json index f74514f614..7980eb3627 100644 --- a/types/flatpickr/tsconfig.json +++ b/types/flatpickr/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/flatpickr/v2/tsconfig.json b/types/flatpickr/v2/tsconfig.json index 704678c0fd..844aea45cd 100644 --- a/types/flatpickr/v2/tsconfig.json +++ b/types/flatpickr/v2/tsconfig.json @@ -8,12 +8,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "flatpickr": [ "flatpickr/v2" ] + "flatpickr": [ + "flatpickr/v2" + ] }, "types": [], "noEmit": true, @@ -23,4 +26,4 @@ "index.d.ts", "flatpickr-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/flexslider/tsconfig.json b/types/flexslider/tsconfig.json index 12c0cc9692..4ced617dd6 100644 --- a/types/flexslider/tsconfig.json +++ b/types/flexslider/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "flexslider-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/flickity/tsconfig.json b/types/flickity/tsconfig.json index 6123aa5990..e6d8dcef00 100644 --- a/types/flickity/tsconfig.json +++ b/types/flickity/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/flight/tsconfig.json b/types/flight/tsconfig.json index ef6310f96d..18060e6903 100644 --- a/types/flight/tsconfig.json +++ b/types/flight/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/flightplan/tsconfig.json b/types/flightplan/tsconfig.json index 5fe870dd59..be4eb41ec5 100644 --- a/types/flightplan/tsconfig.json +++ b/types/flightplan/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/flipsnap/tsconfig.json b/types/flipsnap/tsconfig.json index d8b39baa72..435b186eb4 100644 --- a/types/flipsnap/tsconfig.json +++ b/types/flipsnap/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/flot/tsconfig.json b/types/flot/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/flot/tsconfig.json +++ b/types/flot/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/flowjs/tsconfig.json b/types/flowjs/tsconfig.json index b00c01cc54..e797332c13 100644 --- a/types/flowjs/tsconfig.json +++ b/types/flowjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fluent-ffmpeg/tsconfig.json b/types/fluent-ffmpeg/tsconfig.json index 03dae683d6..657e97adf6 100644 --- a/types/fluent-ffmpeg/tsconfig.json +++ b/types/fluent-ffmpeg/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "fluent-ffmpeg-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "fluent-ffmpeg-tests.ts" + ] +} \ No newline at end of file diff --git a/types/flux-standard-action/tsconfig.json b/types/flux-standard-action/tsconfig.json index 74ce6e361f..050e130d5a 100644 --- a/types/flux-standard-action/tsconfig.json +++ b/types/flux-standard-action/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/flux/tsconfig.json b/types/flux/tsconfig.json index 540faa9d2b..dd78eff24c 100644 --- a/types/flux/tsconfig.json +++ b/types/flux/tsconfig.json @@ -14,6 +14,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "forceConsistentCasingInFileNames": true, "noEmit": true }, diff --git a/types/fluxxor/tsconfig.json b/types/fluxxor/tsconfig.json index e6bbcbc2ac..7bc0068190 100644 --- a/types/fluxxor/tsconfig.json +++ b/types/fluxxor/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fm-websync/tsconfig.json b/types/fm-websync/tsconfig.json index 1ec64935da..c0b2f14445 100644 --- a/types/fm-websync/tsconfig.json +++ b/types/fm-websync/tsconfig.json @@ -4,12 +4,14 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "lib": [ - "es6", "dom" + "es6", + "dom" ], "types": [], "noEmit": true, @@ -19,4 +21,4 @@ "index.d.ts", "fm-websync-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/fontfaceobserver/tsconfig.json b/types/fontfaceobserver/tsconfig.json index e9a03f3541..3695935f67 100644 --- a/types/fontfaceobserver/tsconfig.json +++ b/types/fontfaceobserver/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fontoxml/tsconfig.json b/types/fontoxml/tsconfig.json index b7501d4042..6d62b697a0 100644 --- a/types/fontoxml/tsconfig.json +++ b/types/fontoxml/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/forever-monitor/tsconfig.json b/types/forever-monitor/tsconfig.json index 363ce2c8a0..30bf59fa63 100644 --- a/types/forever-monitor/tsconfig.json +++ b/types/forever-monitor/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "forever-monitor-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/forge-di/tsconfig.json b/types/forge-di/tsconfig.json index 4a16ed5dcf..14aa632323 100644 --- a/types/forge-di/tsconfig.json +++ b/types/forge-di/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/form-data/tsconfig.json b/types/form-data/tsconfig.json index e97ed4a2c6..d1cdfefaf0 100644 --- a/types/form-data/tsconfig.json +++ b/types/form-data/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/form-serializer/tsconfig.json b/types/form-serializer/tsconfig.json index 8041f14ca5..0e7f5bba79 100644 --- a/types/form-serializer/tsconfig.json +++ b/types/form-serializer/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/format-unicorn/tsconfig.json b/types/format-unicorn/tsconfig.json index 29d4f9a2e6..84864d0f7e 100644 --- a/types/format-unicorn/tsconfig.json +++ b/types/format-unicorn/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/formidable/tsconfig.json b/types/formidable/tsconfig.json index 4e495b8b04..e5b9877247 100644 --- a/types/formidable/tsconfig.json +++ b/types/formidable/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/forwarded/tsconfig.json b/types/forwarded/tsconfig.json index 9df0387d33..58cbcdee21 100644 --- a/types/forwarded/tsconfig.json +++ b/types/forwarded/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "forwarded-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/fossil-delta/tsconfig.json b/types/fossil-delta/tsconfig.json index fa6922eea9..29b7c7e933 100644 --- a/types/fossil-delta/tsconfig.json +++ b/types/fossil-delta/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/foundation-sites/tsconfig.json b/types/foundation-sites/tsconfig.json index 60e0a90e80..301e0bc66b 100644 --- a/types/foundation-sites/tsconfig.json +++ b/types/foundation-sites/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/foundation/tsconfig.json b/types/foundation/tsconfig.json index 2c912b6c88..5ddb587b52 100644 --- a/types/foundation/tsconfig.json +++ b/types/foundation/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fpsmeter/tsconfig.json b/types/fpsmeter/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/fpsmeter/tsconfig.json +++ b/types/fpsmeter/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/framebus/tsconfig.json b/types/framebus/tsconfig.json index 6444134bb7..eec501f70b 100644 --- a/types/framebus/tsconfig.json +++ b/types/framebus/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "framebus-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/freedom/tsconfig.json b/types/freedom/tsconfig.json index 3be620d6cd..dd0bd2e13c 100644 --- a/types/freedom/tsconfig.json +++ b/types/freedom/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/freeport/tsconfig.json b/types/freeport/tsconfig.json index b475d43da6..f6b6ef7b66 100644 --- a/types/freeport/tsconfig.json +++ b/types/freeport/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "freeport-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/fresh/tsconfig.json b/types/fresh/tsconfig.json index 94d14b21a5..298a5c3fae 100644 --- a/types/fresh/tsconfig.json +++ b/types/fresh/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "fresh-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/friendly-errors-webpack-plugin/tsconfig.json b/types/friendly-errors-webpack-plugin/tsconfig.json index b9077f2994..f519c3b954 100644 --- a/types/friendly-errors-webpack-plugin/tsconfig.json +++ b/types/friendly-errors-webpack-plugin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "friendly-errors-webpack-plugin-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/frisby/tsconfig.json b/types/frisby/tsconfig.json index 5ff4c5d7f1..725ebf48f1 100644 --- a/types/frisby/tsconfig.json +++ b/types/frisby/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/from/tsconfig.json b/types/from/tsconfig.json index 7aa11b5c54..649c0d1866 100644 --- a/types/from/tsconfig.json +++ b/types/from/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/from2/tsconfig.json b/types/from2/tsconfig.json index e632fe943f..641eda4cf5 100644 --- a/types/from2/tsconfig.json +++ b/types/from2/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "from2-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/fromjs/tsconfig.json b/types/fromjs/tsconfig.json index 92b3621ebb..4c5e05b65a 100644 --- a/types/fromjs/tsconfig.json +++ b/types/fromjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fromnow/tsconfig.json b/types/fromnow/tsconfig.json index 48462d06eb..56e959f305 100644 --- a/types/fromnow/tsconfig.json +++ b/types/fromnow/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fs-ext/tsconfig.json b/types/fs-ext/tsconfig.json index ef216c4072..18df84572d 100644 --- a/types/fs-ext/tsconfig.json +++ b/types/fs-ext/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fs-extra-promise-es6/tsconfig.json b/types/fs-extra-promise-es6/tsconfig.json index 877953e8d6..b7e6f664f2 100644 --- a/types/fs-extra-promise-es6/tsconfig.json +++ b/types/fs-extra-promise-es6/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fs-extra-promise/tsconfig.json b/types/fs-extra-promise/tsconfig.json index a233a1224c..e0f6cc3450 100644 --- a/types/fs-extra-promise/tsconfig.json +++ b/types/fs-extra-promise/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fs-extra/tsconfig.json b/types/fs-extra/tsconfig.json index 818b38896c..d43823dee8 100644 --- a/types/fs-extra/tsconfig.json +++ b/types/fs-extra/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "fs-extra-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "fs-extra-tests.ts" + ] +} \ No newline at end of file diff --git a/types/fs-finder/tsconfig.json b/types/fs-finder/tsconfig.json index 12014d7788..300e950feb 100644 --- a/types/fs-finder/tsconfig.json +++ b/types/fs-finder/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fs-mock/tsconfig.json b/types/fs-mock/tsconfig.json index 55e0dc8136..f468b62a55 100644 --- a/types/fs-mock/tsconfig.json +++ b/types/fs-mock/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fs-promise/tsconfig.json b/types/fs-promise/tsconfig.json index 0c1c0f6a74..377d4623d9 100644 --- a/types/fs-promise/tsconfig.json +++ b/types/fs-promise/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fs-readdir-recursive/tsconfig.json b/types/fs-readdir-recursive/tsconfig.json index 8578708856..d33141f321 100644 --- a/types/fs-readdir-recursive/tsconfig.json +++ b/types/fs-readdir-recursive/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "fs-readdir-recursive-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/fsevents/tsconfig.json b/types/fsevents/tsconfig.json index 24f9efb3f3..2937460740 100644 --- a/types/fsevents/tsconfig.json +++ b/types/fsevents/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "fsevents-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ftdomdelegate/tsconfig.json b/types/ftdomdelegate/tsconfig.json index f68033bfb3..0220e74665 100644 --- a/types/ftdomdelegate/tsconfig.json +++ b/types/ftdomdelegate/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ftp/tsconfig.json b/types/ftp/tsconfig.json index bdae80b4ae..6a0f57a1fc 100644 --- a/types/ftp/tsconfig.json +++ b/types/ftp/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ftpd/tsconfig.json b/types/ftpd/tsconfig.json index 16849e26c0..24702aad8b 100644 --- a/types/ftpd/tsconfig.json +++ b/types/ftpd/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fullcalendar/tsconfig.json b/types/fullcalendar/tsconfig.json index e57ff2b39c..289c13f80e 100644 --- a/types/fullcalendar/tsconfig.json +++ b/types/fullcalendar/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "fullcalendar-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/fullcalendar/v1/tsconfig.json b/types/fullcalendar/v1/tsconfig.json index 2389638d1c..c6612c5858 100644 --- a/types/fullcalendar/v1/tsconfig.json +++ b/types/fullcalendar/v1/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" @@ -25,4 +26,4 @@ "index.d.ts", "fullcalendar-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/fullname/tsconfig.json b/types/fullname/tsconfig.json index b1bbc33f6f..a086692e32 100644 --- a/types/fullname/tsconfig.json +++ b/types/fullname/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fullpage.js/tsconfig.json b/types/fullpage.js/tsconfig.json index 0b756489f1..c8a11e250e 100644 --- a/types/fullpage.js/tsconfig.json +++ b/types/fullpage.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fuse/tsconfig.json b/types/fuse/tsconfig.json index 8007ac69ea..8f6b34f5d3 100644 --- a/types/fuse/tsconfig.json +++ b/types/fuse/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fusioncharts/tsconfig.json b/types/fusioncharts/tsconfig.json index 970238d9a8..f41f53056a 100644 --- a/types/fusioncharts/tsconfig.json +++ b/types/fusioncharts/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fuzzaldrin-plus/tsconfig.json b/types/fuzzaldrin-plus/tsconfig.json index 9b8024fdab..02e987df6d 100644 --- a/types/fuzzaldrin-plus/tsconfig.json +++ b/types/fuzzaldrin-plus/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fuzzaldrin/tsconfig.json b/types/fuzzaldrin/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/fuzzaldrin/tsconfig.json +++ b/types/fuzzaldrin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fuzzyset/tsconfig.json b/types/fuzzyset/tsconfig.json index 1ca77e5aa2..4ccf3898d4 100644 --- a/types/fuzzyset/tsconfig.json +++ b/types/fuzzyset/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/fxn/tsconfig.json b/types/fxn/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/fxn/tsconfig.json +++ b/types/fxn/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/gae.channel.api/tsconfig.json b/types/gae.channel.api/tsconfig.json index 4ee5f96211..37424f5ae4 100644 --- a/types/gae.channel.api/tsconfig.json +++ b/types/gae.channel.api/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/gamepad/tsconfig.json b/types/gamepad/tsconfig.json index 3f6b376405..4cb63f3d80 100644 --- a/types/gamepad/tsconfig.json +++ b/types/gamepad/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/gamequery/tsconfig.json b/types/gamequery/tsconfig.json index fe46c19286..9acbbdf6ea 100644 --- a/types/gamequery/tsconfig.json +++ b/types/gamequery/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/gandi-livedns/tsconfig.json b/types/gandi-livedns/tsconfig.json index d63ce7bcc4..709af92138 100644 --- a/types/gandi-livedns/tsconfig.json +++ b/types/gandi-livedns/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/gapi.analytics/tsconfig.json b/types/gapi.analytics/tsconfig.json index 15bf7f626b..7ea23b6882 100644 --- a/types/gapi.analytics/tsconfig.json +++ b/types/gapi.analytics/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/gapi.auth2/tsconfig.json b/types/gapi.auth2/tsconfig.json index 18d8b4dc70..8757ec8333 100644 --- a/types/gapi.auth2/tsconfig.json +++ b/types/gapi.auth2/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/gapi.calendar/tsconfig.json b/types/gapi.calendar/tsconfig.json index 7613ee5b3d..2d138f7ac9 100644 --- a/types/gapi.calendar/tsconfig.json +++ b/types/gapi.calendar/tsconfig.json @@ -1,18 +1,24 @@ { - "compilerOptions": { - "baseUrl": "../", - "typeRoots": ["../"], - "types": [], - "module": "commonjs", - "lib": ["es6", "dom"], - "strictNullChecks": true, - "noImplicitAny": true, - "noImplicitThis": true, - "forceConsistentCasingInFileNames": true, - "noEmit": true - }, - "files": [ - "index.d.ts", - "gapi.calendar-tests.ts" - ] -} + "compilerOptions": { + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "strictNullChecks": true, + "strictFunctionTypes": true, + "noImplicitAny": true, + "noImplicitThis": true, + "forceConsistentCasingInFileNames": true, + "noEmit": true + }, + "files": [ + "index.d.ts", + "gapi.calendar-tests.ts" + ] +} \ No newline at end of file diff --git a/types/gapi.drive/tsconfig.json b/types/gapi.drive/tsconfig.json index b66df1103c..4e5f340f58 100644 --- a/types/gapi.drive/tsconfig.json +++ b/types/gapi.drive/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "gapi.drive-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/gapi.pagespeedonline/tsconfig.json b/types/gapi.pagespeedonline/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/gapi.pagespeedonline/tsconfig.json +++ b/types/gapi.pagespeedonline/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/gapi.people/tsconfig.json b/types/gapi.people/tsconfig.json index 93fcfc59b6..1fbbd65218 100644 --- a/types/gapi.people/tsconfig.json +++ b/types/gapi.people/tsconfig.json @@ -1,18 +1,24 @@ { - "compilerOptions": { - "baseUrl": "../", - "typeRoots": ["../"], - "types": [], - "module": "commonjs", - "lib": ["es6", "dom"], - "strictNullChecks": true, - "noImplicitAny": true, - "noImplicitThis": true, - "forceConsistentCasingInFileNames": true, - "noEmit": true - }, - "files": [ - "index.d.ts", - "gapi.people-tests.ts" - ] -} + "compilerOptions": { + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "strictNullChecks": true, + "strictFunctionTypes": true, + "noImplicitAny": true, + "noImplicitThis": true, + "forceConsistentCasingInFileNames": true, + "noEmit": true + }, + "files": [ + "index.d.ts", + "gapi.people-tests.ts" + ] +} \ No newline at end of file diff --git a/types/gapi.plus/tsconfig.json b/types/gapi.plus/tsconfig.json index 1fc2401de1..1ecc447591 100644 --- a/types/gapi.plus/tsconfig.json +++ b/types/gapi.plus/tsconfig.json @@ -1,18 +1,24 @@ { - "compilerOptions": { - "baseUrl": "../", - "typeRoots": ["../"], - "types": [], - "module": "commonjs", - "lib": ["es6", "dom"], - "strictNullChecks": true, - "noImplicitAny": true, - "noImplicitThis": true, - "forceConsistentCasingInFileNames": true, - "noEmit": true - }, - "files": [ - "index.d.ts", - "gapi.plus-tests.ts" - ] -} + "compilerOptions": { + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "strictNullChecks": true, + "strictFunctionTypes": true, + "noImplicitAny": true, + "noImplicitThis": true, + "forceConsistentCasingInFileNames": true, + "noEmit": true + }, + "files": [ + "index.d.ts", + "gapi.plus-tests.ts" + ] +} \ No newline at end of file diff --git a/types/gapi.translate/tsconfig.json b/types/gapi.translate/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/gapi.translate/tsconfig.json +++ b/types/gapi.translate/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/gapi.urlshortener/tsconfig.json b/types/gapi.urlshortener/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/gapi.urlshortener/tsconfig.json +++ b/types/gapi.urlshortener/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/gapi.youtube/tsconfig.json b/types/gapi.youtube/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/gapi.youtube/tsconfig.json +++ b/types/gapi.youtube/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/gapi.youtubeanalytics/tsconfig.json b/types/gapi.youtubeanalytics/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/gapi.youtubeanalytics/tsconfig.json +++ b/types/gapi.youtubeanalytics/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/gapi/tsconfig.json b/types/gapi/tsconfig.json index 22f5738c1a..18f0162c51 100644 --- a/types/gapi/tsconfig.json +++ b/types/gapi/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "gapi-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/gaussian/tsconfig.json b/types/gaussian/tsconfig.json index 3334676bac..30e363a435 100644 --- a/types/gaussian/tsconfig.json +++ b/types/gaussian/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/generic-functions/tsconfig.json b/types/generic-functions/tsconfig.json index 7a76665e2c..7476e09445 100644 --- a/types/generic-functions/tsconfig.json +++ b/types/generic-functions/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/generic-pool/tsconfig.json b/types/generic-pool/tsconfig.json index 1110c67eff..070951dc15 100644 --- a/types/generic-pool/tsconfig.json +++ b/types/generic-pool/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "generic-pool-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/gently/tsconfig.json b/types/gently/tsconfig.json index 3f0c264b9f..0bb239c702 100644 --- a/types/gently/tsconfig.json +++ b/types/gently/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/geodesy/tsconfig.json b/types/geodesy/tsconfig.json index 65a4153f5f..3b785b83fb 100644 --- a/types/geodesy/tsconfig.json +++ b/types/geodesy/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "geodesy-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/geoip-lite/tsconfig.json b/types/geoip-lite/tsconfig.json index 25bcb989be..28668d80f3 100644 --- a/types/geoip-lite/tsconfig.json +++ b/types/geoip-lite/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/geojson/tsconfig.json b/types/geojson/tsconfig.json index 46bc9b0450..071f17c65d 100644 --- a/types/geojson/tsconfig.json +++ b/types/geojson/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/geojson2osm/tsconfig.json b/types/geojson2osm/tsconfig.json index a6259af88a..98f1b66e4e 100644 --- a/types/geojson2osm/tsconfig.json +++ b/types/geojson2osm/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/geokdbush/tsconfig.json b/types/geokdbush/tsconfig.json index 9f00c027da..655591f4e8 100644 --- a/types/geokdbush/tsconfig.json +++ b/types/geokdbush/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "geokdbush-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/geolib/tsconfig.json b/types/geolib/tsconfig.json index 54bb2ee947..233fe708bf 100644 --- a/types/geolib/tsconfig.json +++ b/types/geolib/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/geometry-dom/tsconfig.json b/types/geometry-dom/tsconfig.json index 7662d96888..f845e8f11a 100644 --- a/types/geometry-dom/tsconfig.json +++ b/types/geometry-dom/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/geopattern/tsconfig.json b/types/geopattern/tsconfig.json index d37cd7a2f8..6804c9374d 100644 --- a/types/geopattern/tsconfig.json +++ b/types/geopattern/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/get-node-dimensions/tsconfig.json b/types/get-node-dimensions/tsconfig.json index 74d9b030bf..63d26048ed 100644 --- a/types/get-node-dimensions/tsconfig.json +++ b/types/get-node-dimensions/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "get-node-dimensions-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/get-port/tsconfig.json b/types/get-port/tsconfig.json index 754878e2bf..c221d4e9fd 100644 --- a/types/get-port/tsconfig.json +++ b/types/get-port/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/get-stdin/tsconfig.json b/types/get-stdin/tsconfig.json index f21c0a9957..1052b48f11 100644 --- a/types/get-stdin/tsconfig.json +++ b/types/get-stdin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/get-stream/tsconfig.json b/types/get-stream/tsconfig.json index 766ce0ae4a..7d3b35d42d 100644 --- a/types/get-stream/tsconfig.json +++ b/types/get-stream/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "get-stream-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/getos/tsconfig.json b/types/getos/tsconfig.json index 765383ed1c..fbcc09cf87 100644 --- a/types/getos/tsconfig.json +++ b/types/getos/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "getos-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/gettext.js/tsconfig.json b/types/gettext.js/tsconfig.json index d01ec061ab..3812c6244c 100644 --- a/types/gettext.js/tsconfig.json +++ b/types/gettext.js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "gettext.js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/gijgo/tsconfig.json b/types/gijgo/tsconfig.json index 963daa33cd..36530a70b9 100644 --- a/types/gijgo/tsconfig.json +++ b/types/gijgo/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/giraffe/tsconfig.json b/types/giraffe/tsconfig.json index 7c6be0462b..0602e0fbb5 100644 --- a/types/giraffe/tsconfig.json +++ b/types/giraffe/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/git-config/tsconfig.json b/types/git-config/tsconfig.json index c3751c6d2d..48e528d1cc 100644 --- a/types/git-config/tsconfig.json +++ b/types/git-config/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/git-remote-origin-url/tsconfig.json b/types/git-remote-origin-url/tsconfig.json index 8b9ea1a86e..063c49bfe3 100644 --- a/types/git-remote-origin-url/tsconfig.json +++ b/types/git-remote-origin-url/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/git-rev/tsconfig.json b/types/git-rev/tsconfig.json index 072f480fc1..95396b43c2 100644 --- a/types/git-rev/tsconfig.json +++ b/types/git-rev/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "git-rev-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/git/tsconfig.json b/types/git/tsconfig.json index 09054681dd..397dfc4ac3 100644 --- a/types/git/tsconfig.json +++ b/types/git/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/gl-matrix/tsconfig.json b/types/gl-matrix/tsconfig.json index a382485f8e..ec26405a08 100644 --- a/types/gl-matrix/tsconfig.json +++ b/types/gl-matrix/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/gldatepicker/tsconfig.json b/types/gldatepicker/tsconfig.json index 9066fad091..93ae16bff0 100644 --- a/types/gldatepicker/tsconfig.json +++ b/types/gldatepicker/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/glidejs/tsconfig.json b/types/glidejs/tsconfig.json index 96969d09a5..5659d4d355 100644 --- a/types/glidejs/tsconfig.json +++ b/types/glidejs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/glob-base/tsconfig.json b/types/glob-base/tsconfig.json index b7244ca371..b5cd160770 100644 --- a/types/glob-base/tsconfig.json +++ b/types/glob-base/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "glob-base-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/glob-expand/tsconfig.json b/types/glob-expand/tsconfig.json index ec9d652bb3..4c028e61f8 100644 --- a/types/glob-expand/tsconfig.json +++ b/types/glob-expand/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/glob-stream/tsconfig.json b/types/glob-stream/tsconfig.json index f5e6289a1d..06d8e7ca71 100644 --- a/types/glob-stream/tsconfig.json +++ b/types/glob-stream/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/glob/tsconfig.json b/types/glob/tsconfig.json index dedec1a402..46faaf718d 100644 --- a/types/glob/tsconfig.json +++ b/types/glob/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/global-tunnel-ng/tsconfig.json b/types/global-tunnel-ng/tsconfig.json index fa1974819d..e36f343474 100644 --- a/types/global-tunnel-ng/tsconfig.json +++ b/types/global-tunnel-ng/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "global-tunnel-ng-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/globalize-compiler/tsconfig.json b/types/globalize-compiler/tsconfig.json index 99fac4d895..7c4ac18956 100644 --- a/types/globalize-compiler/tsconfig.json +++ b/types/globalize-compiler/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/globalize/tsconfig.json b/types/globalize/tsconfig.json index 8bda5fdad9..b83bbf7b09 100644 --- a/types/globalize/tsconfig.json +++ b/types/globalize/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/globby/tsconfig.json b/types/globby/tsconfig.json index 23fd250a6a..5cc0a3fe62 100644 --- a/types/globby/tsconfig.json +++ b/types/globby/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "globby-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/globule/tsconfig.json b/types/globule/tsconfig.json index 55317b01f8..9e410fc88b 100644 --- a/types/globule/tsconfig.json +++ b/types/globule/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/gm/tsconfig.json b/types/gm/tsconfig.json index 1a525d6d0c..234c57dbf5 100644 --- a/types/gm/tsconfig.json +++ b/types/gm/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/go/tsconfig.json b/types/go/tsconfig.json index b4c220d790..3c8880bab1 100644 --- a/types/go/tsconfig.json +++ b/types/go/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/google-adwords-scripts/tsconfig.json b/types/google-adwords-scripts/tsconfig.json index 30a952d8a1..748cf4a694 100644 --- a/types/google-adwords-scripts/tsconfig.json +++ b/types/google-adwords-scripts/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "google-adwords-scripts-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/google-apps-script/tsconfig.json b/types/google-apps-script/tsconfig.json index 6ac2098e21..d61786dd17 100644 --- a/types/google-apps-script/tsconfig.json +++ b/types/google-apps-script/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/google-closure-compiler/tsconfig.json b/types/google-closure-compiler/tsconfig.json index 80ccf11444..a4c312936e 100644 --- a/types/google-closure-compiler/tsconfig.json +++ b/types/google-closure-compiler/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/google-cloud__datastore/tsconfig.json b/types/google-cloud__datastore/tsconfig.json index d5934e0ab2..a65f9d3218 100644 --- a/types/google-cloud__datastore/tsconfig.json +++ b/types/google-cloud__datastore/tsconfig.json @@ -1,25 +1,28 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "paths": { - "@google-cloud/datastore": ["google-cloud__datastore"] + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "paths": { + "@google-cloud/datastore": [ + "google-cloud__datastore" + ] + }, + "noEmit": true, + "forceConsistentCasingInFileNames": true }, - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "google-cloud__datastore-tests.ts" - ] -} + "files": [ + "index.d.ts", + "google-cloud__datastore-tests.ts" + ] +} \ No newline at end of file diff --git a/types/google-cloud__storage/tsconfig.json b/types/google-cloud__storage/tsconfig.json index f579440bb8..fe05cce995 100644 --- a/types/google-cloud__storage/tsconfig.json +++ b/types/google-cloud__storage/tsconfig.json @@ -1,25 +1,28 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types" : [], - "paths":{ - "@google-cloud/storage": ["google-cloud__storage"] + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "paths": { + "@google-cloud/storage": [ + "google-cloud__storage" + ] + }, + "noEmit": true, + "forceConsistentCasingInFileNames": true }, - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "google-cloud__storage-tests.ts" - ] -} + "files": [ + "index.d.ts", + "google-cloud__storage-tests.ts" + ] +} \ No newline at end of file diff --git a/types/google-drive-realtime-api/tsconfig.json b/types/google-drive-realtime-api/tsconfig.json index 3541f0f1ef..17d47ba0dc 100644 --- a/types/google-drive-realtime-api/tsconfig.json +++ b/types/google-drive-realtime-api/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/google-earth/tsconfig.json b/types/google-earth/tsconfig.json index 1496596eb6..1ed0784589 100644 --- a/types/google-earth/tsconfig.json +++ b/types/google-earth/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/google-images/tsconfig.json b/types/google-images/tsconfig.json index 692c9ac5a5..017e9116b8 100644 --- a/types/google-images/tsconfig.json +++ b/types/google-images/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "google-images-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/google-libphonenumber/tsconfig.json b/types/google-libphonenumber/tsconfig.json index 2ff1e2713d..e6e1f550b1 100644 --- a/types/google-libphonenumber/tsconfig.json +++ b/types/google-libphonenumber/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/google-map-react/tsconfig.json b/types/google-map-react/tsconfig.json index 2e2a37aaf6..0fc3a3107f 100644 --- a/types/google-map-react/tsconfig.json +++ b/types/google-map-react/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ @@ -21,4 +22,4 @@ "index.d.ts", "google-map-react-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/google-maps/tsconfig.json b/types/google-maps/tsconfig.json index 98a70abfb0..e43916774d 100644 --- a/types/google-maps/tsconfig.json +++ b/types/google-maps/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/google-protobuf/tsconfig.json b/types/google-protobuf/tsconfig.json index ce43a71c33..b20bd4433e 100644 --- a/types/google-protobuf/tsconfig.json +++ b/types/google-protobuf/tsconfig.json @@ -1,34 +1,35 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "google/protobuf/compiler/plugin_pb.d.ts", - "google/protobuf/any_pb.d.ts", - "google/protobuf/api_pb.d.ts", - "google/protobuf/descriptor_pb.d.ts", - "google/protobuf/duration_pb.d.ts", - "google/protobuf/empty_pb.d.ts", - "google/protobuf/field_mask_pb.d.ts", - "google/protobuf/source_context_pb.d.ts", - "google/protobuf/struct_pb.d.ts", - "google/protobuf/timestamp_pb.d.ts", - "google/protobuf/type_pb.d.ts", - "google/protobuf/wrappers_pb.d.ts", - "google-protobuf-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "google/protobuf/compiler/plugin_pb.d.ts", + "google/protobuf/any_pb.d.ts", + "google/protobuf/api_pb.d.ts", + "google/protobuf/descriptor_pb.d.ts", + "google/protobuf/duration_pb.d.ts", + "google/protobuf/empty_pb.d.ts", + "google/protobuf/field_mask_pb.d.ts", + "google/protobuf/source_context_pb.d.ts", + "google/protobuf/struct_pb.d.ts", + "google/protobuf/timestamp_pb.d.ts", + "google/protobuf/type_pb.d.ts", + "google/protobuf/wrappers_pb.d.ts", + "google-protobuf-tests.ts" + ] +} \ No newline at end of file diff --git a/types/google.analytics/tsconfig.json b/types/google.analytics/tsconfig.json index debcac08fc..45e71871b6 100644 --- a/types/google.analytics/tsconfig.json +++ b/types/google.analytics/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/google.feeds/tsconfig.json b/types/google.feeds/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/google.feeds/tsconfig.json +++ b/types/google.feeds/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/google.fonts/tsconfig.json b/types/google.fonts/tsconfig.json index 2df5048a3b..c4aa4943d3 100644 --- a/types/google.fonts/tsconfig.json +++ b/types/google.fonts/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/google.geolocation/tsconfig.json b/types/google.geolocation/tsconfig.json index 250bba19f9..71c8196435 100644 --- a/types/google.geolocation/tsconfig.json +++ b/types/google.geolocation/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/google.picker/tsconfig.json b/types/google.picker/tsconfig.json index e32f3bf2c2..33502e21db 100644 --- a/types/google.picker/tsconfig.json +++ b/types/google.picker/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/google.visualization/tsconfig.json b/types/google.visualization/tsconfig.json index 9747b09170..ad7ea5ef90 100644 --- a/types/google.visualization/tsconfig.json +++ b/types/google.visualization/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/googlemaps.infobubble/tsconfig.json b/types/googlemaps.infobubble/tsconfig.json index 0904eec585..12fd60b566 100644 --- a/types/googlemaps.infobubble/tsconfig.json +++ b/types/googlemaps.infobubble/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/googlemaps/tsconfig.json b/types/googlemaps/tsconfig.json index 442301a80a..7cd79e5d79 100644 --- a/types/googlemaps/tsconfig.json +++ b/types/googlemaps/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/got/tsconfig.json b/types/got/tsconfig.json index be639b3c17..743441a0b9 100644 --- a/types/got/tsconfig.json +++ b/types/got/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "got-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/graceful-fs/tsconfig.json b/types/graceful-fs/tsconfig.json index 3e05046de2..6c2ec1116e 100644 --- a/types/graceful-fs/tsconfig.json +++ b/types/graceful-fs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "graceful-fs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/graceful-fs/v2/tsconfig.json b/types/graceful-fs/v2/tsconfig.json index 014374b912..d22f218ed4 100644 --- a/types/graceful-fs/v2/tsconfig.json +++ b/types/graceful-fs/v2/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "graceful-fs": ["graceful-fs/v2"] + "graceful-fs": [ + "graceful-fs/v2" + ] }, "types": [], "noEmit": true, @@ -22,4 +25,4 @@ "index.d.ts", "graceful-fs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/graham_scan/tsconfig.json b/types/graham_scan/tsconfig.json index bc26ec09e2..3a7a6efef0 100644 --- a/types/graham_scan/tsconfig.json +++ b/types/graham_scan/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/graphene-pk11/tsconfig.json b/types/graphene-pk11/tsconfig.json index 6bf2174878..1d66008bb3 100644 --- a/types/graphene-pk11/tsconfig.json +++ b/types/graphene-pk11/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/graphite-udp/tsconfig.json b/types/graphite-udp/tsconfig.json index 50f3e17459..936a1657f4 100644 --- a/types/graphite-udp/tsconfig.json +++ b/types/graphite-udp/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "graphite-udp-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/graphlib/tsconfig.json b/types/graphlib/tsconfig.json index 06cf2189c6..994651b021 100644 --- a/types/graphlib/tsconfig.json +++ b/types/graphlib/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/graphql-date/tsconfig.json b/types/graphql-date/tsconfig.json index 6d39a621b9..c55674e246 100644 --- a/types/graphql-date/tsconfig.json +++ b/types/graphql-date/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/graphql-relay/tsconfig.json b/types/graphql-relay/tsconfig.json index 3e6900c2c3..bf5b3ba6b6 100644 --- a/types/graphql-relay/tsconfig.json +++ b/types/graphql-relay/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/graphql-type-json/tsconfig.json b/types/graphql-type-json/tsconfig.json index 4120681b12..479196f574 100644 --- a/types/graphql-type-json/tsconfig.json +++ b/types/graphql-type-json/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "graphql-type-json-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/graphql/tsconfig.json b/types/graphql/tsconfig.json index 3d48b9b553..72f0de0665 100644 --- a/types/graphql/tsconfig.json +++ b/types/graphql/tsconfig.json @@ -2,11 +2,13 @@ "compilerOptions": { "module": "commonjs", "lib": [ - "es6", "esnext.asynciterable" + "es6", + "esnext.asynciterable" ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +21,4 @@ "index.d.ts", "graphql-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/graphviz/tsconfig.json b/types/graphviz/tsconfig.json index 9b993c093c..ec9897523b 100644 --- a/types/graphviz/tsconfig.json +++ b/types/graphviz/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/gravatar-url/tsconfig.json b/types/gravatar-url/tsconfig.json index 5448fceb40..8e61e09590 100644 --- a/types/gravatar-url/tsconfig.json +++ b/types/gravatar-url/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "gravatar-url-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/gravatar/tsconfig.json b/types/gravatar/tsconfig.json index 0b7e72453d..d90f933a40 100644 --- a/types/gravatar/tsconfig.json +++ b/types/gravatar/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/greasemonkey/tsconfig.json b/types/greasemonkey/tsconfig.json index 4aa237e2ae..f051af1bc4 100644 --- a/types/greasemonkey/tsconfig.json +++ b/types/greasemonkey/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/grecaptcha/tsconfig.json b/types/grecaptcha/tsconfig.json index 806102deaf..0265247984 100644 --- a/types/grecaptcha/tsconfig.json +++ b/types/grecaptcha/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/gregorian-calendar/tsconfig.json b/types/gregorian-calendar/tsconfig.json index 7c0be46566..2cad93c35f 100644 --- a/types/gregorian-calendar/tsconfig.json +++ b/types/gregorian-calendar/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/griddle-react/tsconfig.json b/types/griddle-react/tsconfig.json index 3de8b9abda..8f233e8e23 100644 --- a/types/griddle-react/tsconfig.json +++ b/types/griddle-react/tsconfig.json @@ -1,27 +1,28 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "jsx": "preserve", - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "test/index.tsx", - "test/CustomColumnComponent.tsx", - "test/CustomFilterComponent.tsx", - "test/CustomHeaderComponent.tsx" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "jsx": "preserve", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "strictFunctionTypes": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "test/index.tsx", + "test/CustomColumnComponent.tsx", + "test/CustomFilterComponent.tsx", + "test/CustomHeaderComponent.tsx" + ] +} \ No newline at end of file diff --git a/types/gridfs-stream/tsconfig.json b/types/gridfs-stream/tsconfig.json index c985c6c2ff..c6d9bffb02 100644 --- a/types/gridfs-stream/tsconfig.json +++ b/types/gridfs-stream/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/gridstack/tsconfig.json b/types/gridstack/tsconfig.json index 428ea32f48..1e4548ab3a 100644 --- a/types/gridstack/tsconfig.json +++ b/types/gridstack/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/grunt/tsconfig.json b/types/grunt/tsconfig.json index c7a688e9b8..af329ced3c 100644 --- a/types/grunt/tsconfig.json +++ b/types/grunt/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/gsap/tsconfig.json b/types/gsap/tsconfig.json index 3fa7eecc03..85301a0877 100644 --- a/types/gsap/tsconfig.json +++ b/types/gsap/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/gulp-angular-templatecache/tsconfig.json b/types/gulp-angular-templatecache/tsconfig.json index 869b08da9a..b494e68ba8 100644 --- a/types/gulp-angular-templatecache/tsconfig.json +++ b/types/gulp-angular-templatecache/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-autoprefixer/tsconfig.json b/types/gulp-autoprefixer/tsconfig.json index 35ad131268..dfaa5a3f0e 100644 --- a/types/gulp-autoprefixer/tsconfig.json +++ b/types/gulp-autoprefixer/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-babel/tsconfig.json b/types/gulp-babel/tsconfig.json index 66c958ba30..e177253e87 100644 --- a/types/gulp-babel/tsconfig.json +++ b/types/gulp-babel/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/gulp-batch/tsconfig.json b/types/gulp-batch/tsconfig.json index 1406137b98..bb64157b23 100644 --- a/types/gulp-batch/tsconfig.json +++ b/types/gulp-batch/tsconfig.json @@ -5,18 +5,21 @@ ], "compilerOptions": { "module": "commonjs", - "lib": [ + "lib": [ "es6" ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-cache/tsconfig.json b/types/gulp-cache/tsconfig.json index 368718e5d1..0012ddcd48 100644 --- a/types/gulp-cache/tsconfig.json +++ b/types/gulp-cache/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-cached/tsconfig.json b/types/gulp-cached/tsconfig.json index 77ef9c0aa1..7195fa2007 100644 --- a/types/gulp-cached/tsconfig.json +++ b/types/gulp-cached/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-changed/tsconfig.json b/types/gulp-changed/tsconfig.json index ab8e90a21d..c3bf70b010 100644 --- a/types/gulp-changed/tsconfig.json +++ b/types/gulp-changed/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-cheerio/tsconfig.json b/types/gulp-cheerio/tsconfig.json index d6cdfaac69..227362df78 100644 --- a/types/gulp-cheerio/tsconfig.json +++ b/types/gulp-cheerio/tsconfig.json @@ -8,12 +8,15 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-coffeeify/tsconfig.json b/types/gulp-coffeeify/tsconfig.json index 67e213beda..87113d7415 100644 --- a/types/gulp-coffeeify/tsconfig.json +++ b/types/gulp-coffeeify/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-coffeelint/tsconfig.json b/types/gulp-coffeelint/tsconfig.json index f1d388ddb7..6a570592f3 100644 --- a/types/gulp-coffeelint/tsconfig.json +++ b/types/gulp-coffeelint/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-concat/tsconfig.json b/types/gulp-concat/tsconfig.json index 0d4c2e1c52..0be8e7ed81 100644 --- a/types/gulp-concat/tsconfig.json +++ b/types/gulp-concat/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-connect/tsconfig.json b/types/gulp-connect/tsconfig.json index 750605f81f..fca451bd85 100644 --- a/types/gulp-connect/tsconfig.json +++ b/types/gulp-connect/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "gulp-connect-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/gulp-copy/tsconfig.json b/types/gulp-copy/tsconfig.json index 0111f96820..cc162d9266 100644 --- a/types/gulp-copy/tsconfig.json +++ b/types/gulp-copy/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-csso/tsconfig.json b/types/gulp-csso/tsconfig.json index 9519eac9b6..79361ceb1b 100644 --- a/types/gulp-csso/tsconfig.json +++ b/types/gulp-csso/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-debug/tsconfig.json b/types/gulp-debug/tsconfig.json index dac4ba0725..8302ca5c8b 100644 --- a/types/gulp-debug/tsconfig.json +++ b/types/gulp-debug/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-diff/tsconfig.json b/types/gulp-diff/tsconfig.json index fd166337b2..9e4474532a 100644 --- a/types/gulp-diff/tsconfig.json +++ b/types/gulp-diff/tsconfig.json @@ -1,18 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": ["es6"], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": ["../"], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "gulp-diff-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "gulp-diff-tests.ts" + ] +} \ No newline at end of file diff --git a/types/gulp-dtsm/tsconfig.json b/types/gulp-dtsm/tsconfig.json index 872e75dd19..3fd7d615a4 100644 --- a/types/gulp-dtsm/tsconfig.json +++ b/types/gulp-dtsm/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-espower/tsconfig.json b/types/gulp-espower/tsconfig.json index 92f4388198..7418c01526 100644 --- a/types/gulp-espower/tsconfig.json +++ b/types/gulp-espower/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-file-include/tsconfig.json b/types/gulp-file-include/tsconfig.json index d08b25fa2e..5fe64f435c 100644 --- a/types/gulp-file-include/tsconfig.json +++ b/types/gulp-file-include/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-filter/tsconfig.json b/types/gulp-filter/tsconfig.json index c48a36bb69..f68c124ec5 100644 --- a/types/gulp-filter/tsconfig.json +++ b/types/gulp-filter/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-flatten/tsconfig.json b/types/gulp-flatten/tsconfig.json index 72d3110eaa..2c189387f7 100644 --- a/types/gulp-flatten/tsconfig.json +++ b/types/gulp-flatten/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-gh-pages/tsconfig.json b/types/gulp-gh-pages/tsconfig.json index 44cffa6d99..76784cfd3d 100644 --- a/types/gulp-gh-pages/tsconfig.json +++ b/types/gulp-gh-pages/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-gzip/tsconfig.json b/types/gulp-gzip/tsconfig.json index 4eea3f8d72..f72b05fb7e 100644 --- a/types/gulp-gzip/tsconfig.json +++ b/types/gulp-gzip/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-help-doc/tsconfig.json b/types/gulp-help-doc/tsconfig.json index 283808fe7b..07185baa30 100644 --- a/types/gulp-help-doc/tsconfig.json +++ b/types/gulp-help-doc/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-help/tsconfig.json b/types/gulp-help/tsconfig.json index f8e499e793..e8247d3ae3 100644 --- a/types/gulp-help/tsconfig.json +++ b/types/gulp-help/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-html-replace/tsconfig.json b/types/gulp-html-replace/tsconfig.json index e074dcc546..0c5f9d408a 100644 --- a/types/gulp-html-replace/tsconfig.json +++ b/types/gulp-html-replace/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-htmlmin/tsconfig.json b/types/gulp-htmlmin/tsconfig.json index 964d06a7a1..f45a7a0721 100644 --- a/types/gulp-htmlmin/tsconfig.json +++ b/types/gulp-htmlmin/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-if/tsconfig.json b/types/gulp-if/tsconfig.json index 6ea4d6a30b..c78250c104 100644 --- a/types/gulp-if/tsconfig.json +++ b/types/gulp-if/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-inject/tsconfig.json b/types/gulp-inject/tsconfig.json index c243f76d43..1d5bd5080b 100644 --- a/types/gulp-inject/tsconfig.json +++ b/types/gulp-inject/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-insert/tsconfig.json b/types/gulp-insert/tsconfig.json index aa58483b8a..aca1a98ef4 100644 --- a/types/gulp-insert/tsconfig.json +++ b/types/gulp-insert/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-install/tsconfig.json b/types/gulp-install/tsconfig.json index 79ecdd6cf1..d5a0bdce77 100644 --- a/types/gulp-install/tsconfig.json +++ b/types/gulp-install/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-istanbul/tsconfig.json b/types/gulp-istanbul/tsconfig.json index f860b33143..837285ca19 100644 --- a/types/gulp-istanbul/tsconfig.json +++ b/types/gulp-istanbul/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-jade/tsconfig.json b/types/gulp-jade/tsconfig.json index 6b9c5c22c4..87dca8e4b2 100644 --- a/types/gulp-jade/tsconfig.json +++ b/types/gulp-jade/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-jasmine-browser/tsconfig.json b/types/gulp-jasmine-browser/tsconfig.json index c347d86d35..06b97335ea 100644 --- a/types/gulp-jasmine-browser/tsconfig.json +++ b/types/gulp-jasmine-browser/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-json-editor/tsconfig.json b/types/gulp-json-editor/tsconfig.json index 8d6021c6f8..1375d471be 100644 --- a/types/gulp-json-editor/tsconfig.json +++ b/types/gulp-json-editor/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-jspm/tsconfig.json b/types/gulp-jspm/tsconfig.json index e52189d99a..4c6b72f8dc 100644 --- a/types/gulp-jspm/tsconfig.json +++ b/types/gulp-jspm/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-less/tsconfig.json b/types/gulp-less/tsconfig.json index 4c9110c114..f171058365 100644 --- a/types/gulp-less/tsconfig.json +++ b/types/gulp-less/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-load-plugins/tsconfig.json b/types/gulp-load-plugins/tsconfig.json index 4e3ea0ba8c..ba1a293ff2 100644 --- a/types/gulp-load-plugins/tsconfig.json +++ b/types/gulp-load-plugins/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-minify-css/tsconfig.json b/types/gulp-minify-css/tsconfig.json index 0b04647f28..d819c27e96 100644 --- a/types/gulp-minify-css/tsconfig.json +++ b/types/gulp-minify-css/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-minify-html/tsconfig.json b/types/gulp-minify-html/tsconfig.json index 2b5f377a6c..76d980ea8d 100644 --- a/types/gulp-minify-html/tsconfig.json +++ b/types/gulp-minify-html/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-mocha/tsconfig.json b/types/gulp-mocha/tsconfig.json index 3405efd531..273fda23a6 100644 --- a/types/gulp-mocha/tsconfig.json +++ b/types/gulp-mocha/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-modernizr/tsconfig.json b/types/gulp-modernizr/tsconfig.json index 28ad6706e0..a2f50619a3 100644 --- a/types/gulp-modernizr/tsconfig.json +++ b/types/gulp-modernizr/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "gulp-modernizr-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/gulp-msbuild/tsconfig.json b/types/gulp-msbuild/tsconfig.json index ce9a595c77..e999f3b231 100644 --- a/types/gulp-msbuild/tsconfig.json +++ b/types/gulp-msbuild/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "gulp-msbuild-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/gulp-mustache/tsconfig.json b/types/gulp-mustache/tsconfig.json index df7c5074b4..f461c5d525 100644 --- a/types/gulp-mustache/tsconfig.json +++ b/types/gulp-mustache/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "gulp-mustache-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/gulp-newer/tsconfig.json b/types/gulp-newer/tsconfig.json index 53fd3b5fd5..6b5366c6c6 100644 --- a/types/gulp-newer/tsconfig.json +++ b/types/gulp-newer/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-ng-annotate/tsconfig.json b/types/gulp-ng-annotate/tsconfig.json index b8b4d4fc6d..63cd5003e0 100644 --- a/types/gulp-ng-annotate/tsconfig.json +++ b/types/gulp-ng-annotate/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-nodemon/tsconfig.json b/types/gulp-nodemon/tsconfig.json index 9af358b797..46bb88dd05 100644 --- a/types/gulp-nodemon/tsconfig.json +++ b/types/gulp-nodemon/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-nunit-runner/tsconfig.json b/types/gulp-nunit-runner/tsconfig.json index d2a44506a1..97a0a7a8cb 100644 --- a/types/gulp-nunit-runner/tsconfig.json +++ b/types/gulp-nunit-runner/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "gulp-nunit-runner-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/gulp-plumber/tsconfig.json b/types/gulp-plumber/tsconfig.json index 9f00169b06..2ba3904c26 100644 --- a/types/gulp-plumber/tsconfig.json +++ b/types/gulp-plumber/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-protractor/tsconfig.json b/types/gulp-protractor/tsconfig.json index 667da98b75..26c6e1555d 100644 --- a/types/gulp-protractor/tsconfig.json +++ b/types/gulp-protractor/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-pug/tsconfig.json b/types/gulp-pug/tsconfig.json index 58c3140198..b3b2597c1e 100644 --- a/types/gulp-pug/tsconfig.json +++ b/types/gulp-pug/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "gulp-pug-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/gulp-remember/tsconfig.json b/types/gulp-remember/tsconfig.json index f8ae755cca..b4aab06a9a 100644 --- a/types/gulp-remember/tsconfig.json +++ b/types/gulp-remember/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-rename/tsconfig.json b/types/gulp-rename/tsconfig.json index 7276696b70..41e681e145 100644 --- a/types/gulp-rename/tsconfig.json +++ b/types/gulp-rename/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-replace/tsconfig.json b/types/gulp-replace/tsconfig.json index 8b78b80dcc..dc8f1136a6 100644 --- a/types/gulp-replace/tsconfig.json +++ b/types/gulp-replace/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-rev-replace/tsconfig.json b/types/gulp-rev-replace/tsconfig.json index dfbd0d502f..3b2af8ba17 100644 --- a/types/gulp-rev-replace/tsconfig.json +++ b/types/gulp-rev-replace/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-rev/tsconfig.json b/types/gulp-rev/tsconfig.json index b1f1715d28..067b8c92f9 100644 --- a/types/gulp-rev/tsconfig.json +++ b/types/gulp-rev/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-ruby-sass/tsconfig.json b/types/gulp-ruby-sass/tsconfig.json index b6c74a2dd8..75580fe986 100644 --- a/types/gulp-ruby-sass/tsconfig.json +++ b/types/gulp-ruby-sass/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-sass/tsconfig.json b/types/gulp-sass/tsconfig.json index bec0180414..efe0eabef2 100644 --- a/types/gulp-sass/tsconfig.json +++ b/types/gulp-sass/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-shell/tsconfig.json b/types/gulp-shell/tsconfig.json index ac0bc0cf3a..98b9e954ff 100644 --- a/types/gulp-shell/tsconfig.json +++ b/types/gulp-shell/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-size/tsconfig.json b/types/gulp-size/tsconfig.json index 0e924d2b94..f8cd52f4a8 100644 --- a/types/gulp-size/tsconfig.json +++ b/types/gulp-size/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, @@ -22,4 +25,4 @@ "index.d.ts", "gulp-size-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/gulp-sort/tsconfig.json b/types/gulp-sort/tsconfig.json index 1921a1884c..0292a80e42 100644 --- a/types/gulp-sort/tsconfig.json +++ b/types/gulp-sort/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-sourcemaps/tsconfig.json b/types/gulp-sourcemaps/tsconfig.json index 9ce9bf808f..f5120afcf2 100644 --- a/types/gulp-sourcemaps/tsconfig.json +++ b/types/gulp-sourcemaps/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-strip-debug/tsconfig.json b/types/gulp-strip-debug/tsconfig.json index 572113b3cf..6fbe80a409 100644 --- a/types/gulp-strip-debug/tsconfig.json +++ b/types/gulp-strip-debug/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-svg-sprite/tsconfig.json b/types/gulp-svg-sprite/tsconfig.json index 82b417934a..7e048c457d 100644 --- a/types/gulp-svg-sprite/tsconfig.json +++ b/types/gulp-svg-sprite/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-task-listing/tsconfig.json b/types/gulp-task-listing/tsconfig.json index fb06f0a926..28850e65d1 100644 --- a/types/gulp-task-listing/tsconfig.json +++ b/types/gulp-task-listing/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-tsd/tsconfig.json b/types/gulp-tsd/tsconfig.json index 813e29fd74..b935f8e5e5 100644 --- a/types/gulp-tsd/tsconfig.json +++ b/types/gulp-tsd/tsconfig.json @@ -7,15 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] - }, - "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-tslint/tsconfig.json b/types/gulp-tslint/tsconfig.json index 46befdb599..117173c83d 100644 --- a/types/gulp-tslint/tsconfig.json +++ b/types/gulp-tslint/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-typedoc/tsconfig.json b/types/gulp-typedoc/tsconfig.json index f60478c1fa..5fce39a6e5 100644 --- a/types/gulp-typedoc/tsconfig.json +++ b/types/gulp-typedoc/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-uglify/tsconfig.json b/types/gulp-uglify/tsconfig.json index 16668a9b9f..72fd35c65e 100644 --- a/types/gulp-uglify/tsconfig.json +++ b/types/gulp-uglify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "composer.d.ts", "gulp-uglify-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/gulp-useref/tsconfig.json b/types/gulp-useref/tsconfig.json index 67e8c2aaed..ee962cd194 100644 --- a/types/gulp-useref/tsconfig.json +++ b/types/gulp-useref/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-util/tsconfig.json b/types/gulp-util/tsconfig.json index 44b42dbad1..66cca3e125 100644 --- a/types/gulp-util/tsconfig.json +++ b/types/gulp-util/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-watch/tsconfig.json b/types/gulp-watch/tsconfig.json index 9822101d39..9dc56e0f0c 100644 --- a/types/gulp-watch/tsconfig.json +++ b/types/gulp-watch/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/gulp-zip/tsconfig.json b/types/gulp-zip/tsconfig.json index 621b4764a8..a5f75d75fa 100644 --- a/types/gulp-zip/tsconfig.json +++ b/types/gulp-zip/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "gulp-zip-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/gulp/tsconfig.json b/types/gulp/tsconfig.json index 08bee78c82..b0ca843318 100644 --- a/types/gulp/tsconfig.json +++ b/types/gulp/tsconfig.json @@ -14,6 +14,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "forceConsistentCasingInFileNames": true, "noEmit": true }, @@ -21,4 +22,4 @@ "index.d.ts", "test/index.ts" ] -} +} \ No newline at end of file diff --git a/types/gulp/v3/tsconfig.json b/types/gulp/v3/tsconfig.json index 242192adaa..1a7d4547b7 100644 --- a/types/gulp/v3/tsconfig.json +++ b/types/gulp/v3/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" @@ -27,4 +28,4 @@ "index.d.ts", "gulp-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/gzip-size/tsconfig.json b/types/gzip-size/tsconfig.json index dd3dbc82c7..6d244facf6 100644 --- a/types/gzip-size/tsconfig.json +++ b/types/gzip-size/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/h2o2/tsconfig.json b/types/h2o2/tsconfig.json index 1abbac7fb0..57ff1914fc 100644 --- a/types/h2o2/tsconfig.json +++ b/types/h2o2/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/halfred/tsconfig.json b/types/halfred/tsconfig.json index 4e002ebff3..7d75a822cb 100644 --- a/types/halfred/tsconfig.json +++ b/types/halfred/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/halogen/tsconfig.json b/types/halogen/tsconfig.json index 1de37993c0..f234a05b87 100644 --- a/types/halogen/tsconfig.json +++ b/types/halogen/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/hammerjs/tsconfig.json b/types/hammerjs/tsconfig.json index 866e8d0a1f..c0ba95885c 100644 --- a/types/hammerjs/tsconfig.json +++ b/types/hammerjs/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/hammerjs/v1/tsconfig.json b/types/hammerjs/v1/tsconfig.json index 72ca2c960d..aeabf7ff07 100644 --- a/types/hammerjs/v1/tsconfig.json +++ b/types/hammerjs/v1/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/handlebars/tsconfig.json b/types/handlebars/tsconfig.json index ecb3323d57..5f874f3996 100644 --- a/types/handlebars/tsconfig.json +++ b/types/handlebars/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/handlebars/v1/tsconfig.json b/types/handlebars/v1/tsconfig.json index d16d87d96d..96818b903b 100644 --- a/types/handlebars/v1/tsconfig.json +++ b/types/handlebars/v1/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/handsontable/tsconfig.json b/types/handsontable/tsconfig.json index 03348ea9b7..afe6365050 100644 --- a/types/handsontable/tsconfig.json +++ b/types/handsontable/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/hapi-auth-basic/tsconfig.json b/types/hapi-auth-basic/tsconfig.json index 9e26f11c47..b1fb0f67e0 100644 --- a/types/hapi-auth-basic/tsconfig.json +++ b/types/hapi-auth-basic/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "hapi-auth-basic-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/hapi-auth-jwt2/tsconfig.json b/types/hapi-auth-jwt2/tsconfig.json index 727deb9122..3bdb692c52 100644 --- a/types/hapi-auth-jwt2/tsconfig.json +++ b/types/hapi-auth-jwt2/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "hapi-auth-jwt2-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/hapi-decorators/tsconfig.json b/types/hapi-decorators/tsconfig.json index ebd36039d9..fb06375c84 100644 --- a/types/hapi-decorators/tsconfig.json +++ b/types/hapi-decorators/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "experimentalDecorators": true, "baseUrl": "../", "typeRoots": [ diff --git a/types/hapi/tsconfig.json b/types/hapi/tsconfig.json index 39ff8e810c..2a3f7dbd5d 100644 --- a/types/hapi/tsconfig.json +++ b/types/hapi/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -93,4 +94,4 @@ "test/server/table.ts", "test/server/version.ts" ] -} +} \ No newline at end of file diff --git a/types/hapi/v12/tsconfig.json b/types/hapi/v12/tsconfig.json index 4659b7940a..c461c7d288 100644 --- a/types/hapi/v12/tsconfig.json +++ b/types/hapi/v12/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/hapi/v15/tsconfig.json b/types/hapi/v15/tsconfig.json index 4a54b80605..154b6a8f0e 100644 --- a/types/hapi/v15/tsconfig.json +++ b/types/hapi/v15/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/hapi/v8/tsconfig.json b/types/hapi/v8/tsconfig.json index 721be0b070..7eb82005fd 100644 --- a/types/hapi/v8/tsconfig.json +++ b/types/hapi/v8/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/har-format/tsconfig.json b/types/har-format/tsconfig.json index 7a22f7eb17..f5029a7c18 100644 --- a/types/har-format/tsconfig.json +++ b/types/har-format/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/hard-rejection/tsconfig.json b/types/hard-rejection/tsconfig.json index cb43da5708..6c83946da7 100644 --- a/types/hard-rejection/tsconfig.json +++ b/types/hard-rejection/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "hard-rejection-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/harmony-proxy/tsconfig.json b/types/harmony-proxy/tsconfig.json index 4be32be65d..2190dd8e23 100644 --- a/types/harmony-proxy/tsconfig.json +++ b/types/harmony-proxy/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/has-ansi/tsconfig.json b/types/has-ansi/tsconfig.json index e4d14969af..d5b52a8974 100644 --- a/types/has-ansi/tsconfig.json +++ b/types/has-ansi/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "has-ansi-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/hash-file/tsconfig.json b/types/hash-file/tsconfig.json index 2f3b07265c..67f8cfcf8c 100644 --- a/types/hash-file/tsconfig.json +++ b/types/hash-file/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "hash-file-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/hash-stream/tsconfig.json b/types/hash-stream/tsconfig.json index e158a9bf82..e1846bd608 100644 --- a/types/hash-stream/tsconfig.json +++ b/types/hash-stream/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "hash-stream-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/hasha/tsconfig.json b/types/hasha/tsconfig.json index 3aeb5973e8..fe359d64a5 100644 --- a/types/hasha/tsconfig.json +++ b/types/hasha/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "hasha-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/hasher/tsconfig.json b/types/hasher/tsconfig.json index cd51d136fa..dae70f6dc4 100644 --- a/types/hasher/tsconfig.json +++ b/types/hasher/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/hashids/tsconfig.json b/types/hashids/tsconfig.json index 3c81324c7f..4d118acf1b 100644 --- a/types/hashids/tsconfig.json +++ b/types/hashids/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/hashmap/tsconfig.json b/types/hashmap/tsconfig.json index 5b8d8112dd..f2d00e0999 100644 --- a/types/hashmap/tsconfig.json +++ b/types/hashmap/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/hashmap/v1/tsconfig.json b/types/hashmap/v1/tsconfig.json index b82818e3ad..a085a1d89d 100644 --- a/types/hashmap/v1/tsconfig.json +++ b/types/hashmap/v1/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/hashset/tsconfig.json b/types/hashset/tsconfig.json index dea06062fb..7bf84fd5f1 100644 --- a/types/hashset/tsconfig.json +++ b/types/hashset/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/hashtable/tsconfig.json b/types/hashtable/tsconfig.json index f33b7d90a4..497a9448bf 100644 --- a/types/hashtable/tsconfig.json +++ b/types/hashtable/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/haversine/tsconfig.json b/types/haversine/tsconfig.json index aaf7c243c2..6b8c2dfaf6 100644 --- a/types/haversine/tsconfig.json +++ b/types/haversine/tsconfig.json @@ -1,20 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": ["es6"], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "haversine-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "haversine-tests.ts" + ] +} \ No newline at end of file diff --git a/types/he/tsconfig.json b/types/he/tsconfig.json index 95e4f0e6d4..6e02234def 100644 --- a/types/he/tsconfig.json +++ b/types/he/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/headroom/tsconfig.json b/types/headroom/tsconfig.json index ef85c733d5..eb03738511 100644 --- a/types/headroom/tsconfig.json +++ b/types/headroom/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/heap/tsconfig.json b/types/heap/tsconfig.json index 6948c04509..ed8f269f6e 100644 --- a/types/heap/tsconfig.json +++ b/types/heap/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/heatmap.js/tsconfig.json b/types/heatmap.js/tsconfig.json index 055cfad536..06fa28716f 100644 --- a/types/heatmap.js/tsconfig.json +++ b/types/heatmap.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/hedron/tsconfig.json b/types/hedron/tsconfig.json index bc9aa5b828..bed62b30c6 100644 --- a/types/hedron/tsconfig.json +++ b/types/hedron/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/hellojs/tsconfig.json b/types/hellojs/tsconfig.json index 971acf84e8..c3baa66581 100644 --- a/types/hellojs/tsconfig.json +++ b/types/hellojs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/hellosign-embedded/tsconfig.json b/types/hellosign-embedded/tsconfig.json index 2c28465905..4712a41816 100644 --- a/types/hellosign-embedded/tsconfig.json +++ b/types/hellosign-embedded/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/helmet/tsconfig.json b/types/helmet/tsconfig.json index a44452e11a..0a85e89659 100644 --- a/types/helmet/tsconfig.json +++ b/types/helmet/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/heredatalens/tsconfig.json b/types/heredatalens/tsconfig.json index 9c60b13753..5a2650b93f 100644 --- a/types/heredatalens/tsconfig.json +++ b/types/heredatalens/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/heremaps/tsconfig.json b/types/heremaps/tsconfig.json index 85f5ebfdc9..7f83e9f79c 100644 --- a/types/heremaps/tsconfig.json +++ b/types/heremaps/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/heroku-logger/tsconfig.json b/types/heroku-logger/tsconfig.json index 2bcbe3a08b..802ac41a2a 100644 --- a/types/heroku-logger/tsconfig.json +++ b/types/heroku-logger/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "heroku-logger-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/hexo-bunyan/tsconfig.json b/types/hexo-bunyan/tsconfig.json index a2cbd4e379..abf333c6bf 100644 --- a/types/hexo-bunyan/tsconfig.json +++ b/types/hexo-bunyan/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -18,4 +19,4 @@ "files": [ "index.d.ts" ] -} +} \ No newline at end of file diff --git a/types/hexo-fs/tsconfig.json b/types/hexo-fs/tsconfig.json index fe667f65e4..4d8c00b74e 100644 --- a/types/hexo-fs/tsconfig.json +++ b/types/hexo-fs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "hexo-fs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/hexo-log/tsconfig.json b/types/hexo-log/tsconfig.json index 88d5965c59..b0af5da25b 100644 --- a/types/hexo-log/tsconfig.json +++ b/types/hexo-log/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "hexo-log-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/highcharts-ng/tsconfig.json b/types/highcharts-ng/tsconfig.json index a5620e430b..6f313e502a 100644 --- a/types/highcharts-ng/tsconfig.json +++ b/types/highcharts-ng/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/highcharts/tsconfig.json b/types/highcharts/tsconfig.json index 93645d284b..ed1e69ef0c 100644 --- a/types/highcharts/tsconfig.json +++ b/types/highcharts/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -33,4 +34,4 @@ "test/no-data-to-display.ts", "test/offline-exporting.ts" ] -} +} \ No newline at end of file diff --git a/types/highland/tsconfig.json b/types/highland/tsconfig.json index 30a728d380..369326fd9f 100644 --- a/types/highland/tsconfig.json +++ b/types/highland/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/highlight.js/tsconfig.json b/types/highlight.js/tsconfig.json index 19772348e6..5f5d2ae011 100644 --- a/types/highlight.js/tsconfig.json +++ b/types/highlight.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/highlight.js/v7/tsconfig.json b/types/highlight.js/v7/tsconfig.json index fd254e62a6..10570c9f69 100644 --- a/types/highlight.js/v7/tsconfig.json +++ b/types/highlight.js/v7/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/hiredis/tsconfig.json b/types/hiredis/tsconfig.json index 8f58ff798a..927fdef018 100644 --- a/types/hiredis/tsconfig.json +++ b/types/hiredis/tsconfig.json @@ -6,6 +6,7 @@ ], "noImplicitAny": true, "strictNullChecks": true, + "strictFunctionTypes": true, "noImplicitThis": true, "baseUrl": "../", "typeRoots": [ @@ -19,4 +20,4 @@ "index.d.ts", "hiredis-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/history.js/tsconfig.json b/types/history.js/tsconfig.json index f906d0884c..4834d24b35 100644 --- a/types/history.js/tsconfig.json +++ b/types/history.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/history/tsconfig.json b/types/history/tsconfig.json index 107d79617e..f5638c9603 100644 --- a/types/history/tsconfig.json +++ b/types/history/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -28,4 +29,4 @@ "LocationUtils.d.ts", "PathUtils.d.ts" ] -} +} \ No newline at end of file diff --git a/types/history/v2/tsconfig.json b/types/history/v2/tsconfig.json index 342bb3d25d..4ee5476d05 100644 --- a/types/history/v2/tsconfig.json +++ b/types/history/v2/tsconfig.json @@ -8,14 +8,19 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "types": [], "paths": { - "history": ["history/v2"], - "history/*": ["history/v2/*"] + "history": [ + "history/v2" + ], + "history/*": [ + "history/v2/*" + ] }, "noEmit": true, "forceConsistentCasingInFileNames": true @@ -33,4 +38,4 @@ "lib/useBeforeUnload.d.ts", "lib/useQueries.d.ts" ] -} +} \ No newline at end of file diff --git a/types/history/v3/tsconfig.json b/types/history/v3/tsconfig.json index 7523fbbbe9..2075f25a15 100644 --- a/types/history/v3/tsconfig.json +++ b/types/history/v3/tsconfig.json @@ -8,14 +8,19 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "types": [], "paths": { - "history": ["history/v3"], - "history/*": ["history/v3/*"] + "history": [ + "history/v3" + ], + "history/*": [ + "history/v3/*" + ] }, "noEmit": true, "forceConsistentCasingInFileNames": true @@ -32,4 +37,4 @@ "lib/useBeforeUnload.d.ts", "lib/useQueries.d.ts" ] -} +} \ No newline at end of file diff --git a/types/hjson/tsconfig.json b/types/hjson/tsconfig.json index 6312b53457..5e6692a9bd 100644 --- a/types/hjson/tsconfig.json +++ b/types/hjson/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "hjson-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/hls.js/tsconfig.json b/types/hls.js/tsconfig.json index 6d7aab4ca9..ed68ee32f3 100644 --- a/types/hls.js/tsconfig.json +++ b/types/hls.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "hls.js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/hoek/tsconfig.json b/types/hoek/tsconfig.json index 2b605d3ae4..06617f251f 100644 --- a/types/hoek/tsconfig.json +++ b/types/hoek/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/homeworks/tsconfig.json b/types/homeworks/tsconfig.json index d29bd1acfe..e26de44673 100644 --- a/types/homeworks/tsconfig.json +++ b/types/homeworks/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "homeworks-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/hooker/tsconfig.json b/types/hooker/tsconfig.json index f746a7c7a4..446825fb97 100644 --- a/types/hooker/tsconfig.json +++ b/types/hooker/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/hopscotch/tsconfig.json b/types/hopscotch/tsconfig.json index f6c2fb553b..d9fb810610 100644 --- a/types/hopscotch/tsconfig.json +++ b/types/hopscotch/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/howler/tsconfig.json b/types/howler/tsconfig.json index 0c5e07318f..00ec7b93d7 100644 --- a/types/howler/tsconfig.json +++ b/types/howler/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/hpp/tsconfig.json b/types/hpp/tsconfig.json index e355d78a8c..0193bd22d2 100644 --- a/types/hpp/tsconfig.json +++ b/types/hpp/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "hpp-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/html-entities/tsconfig.json b/types/html-entities/tsconfig.json index f563445dea..ad38016e35 100644 --- a/types/html-entities/tsconfig.json +++ b/types/html-entities/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/html-minifier/tsconfig.json b/types/html-minifier/tsconfig.json index 4baadf6c99..129a20c71f 100644 --- a/types/html-minifier/tsconfig.json +++ b/types/html-minifier/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/html-pdf/tsconfig.json b/types/html-pdf/tsconfig.json index 2c000624ad..e6936f2588 100644 --- a/types/html-pdf/tsconfig.json +++ b/types/html-pdf/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/html-to-text/tsconfig.json b/types/html-to-text/tsconfig.json index 36f0c09901..089a8e128e 100644 --- a/types/html-to-text/tsconfig.json +++ b/types/html-to-text/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/html-webpack-plugin/tsconfig.json b/types/html-webpack-plugin/tsconfig.json index 10d5e8e835..61d842ab9c 100644 --- a/types/html-webpack-plugin/tsconfig.json +++ b/types/html-webpack-plugin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/html-webpack-template/tsconfig.json b/types/html-webpack-template/tsconfig.json index ee25f30942..7b0b56e459 100644 --- a/types/html-webpack-template/tsconfig.json +++ b/types/html-webpack-template/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/html2canvas/tsconfig.json b/types/html2canvas/tsconfig.json index 309c089483..0fcf24b6f8 100644 --- a/types/html2canvas/tsconfig.json +++ b/types/html2canvas/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/htmlbars-inline-precompile/tsconfig.json b/types/htmlbars-inline-precompile/tsconfig.json index 32ad3d22fb..fd03f6a476 100644 --- a/types/htmlbars-inline-precompile/tsconfig.json +++ b/types/htmlbars-inline-precompile/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "htmlbars-inline-precompile-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/htmlescape/tsconfig.json b/types/htmlescape/tsconfig.json index 6ba5d9819a..581a713fff 100644 --- a/types/htmlescape/tsconfig.json +++ b/types/htmlescape/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "htmlescape-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/htmlhint/tsconfig.json b/types/htmlhint/tsconfig.json index 1ae3c23f81..b8472efbda 100644 --- a/types/htmlhint/tsconfig.json +++ b/types/htmlhint/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "htmlhint-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/htmlparser2/tsconfig.json b/types/htmlparser2/tsconfig.json index 01742e875c..c6ccfee7cc 100644 --- a/types/htmlparser2/tsconfig.json +++ b/types/htmlparser2/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/htmltojsx/tsconfig.json b/types/htmltojsx/tsconfig.json index 488ecd327b..5b0fc81735 100644 --- a/types/htmltojsx/tsconfig.json +++ b/types/htmltojsx/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/http-assert/tsconfig.json b/types/http-assert/tsconfig.json index 335ea59861..711327f38b 100644 --- a/types/http-assert/tsconfig.json +++ b/types/http-assert/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/http-aws-es/tsconfig.json b/types/http-aws-es/tsconfig.json index f1689d92e4..5d248f0375 100644 --- a/types/http-aws-es/tsconfig.json +++ b/types/http-aws-es/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "http-aws-es-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/http-codes/tsconfig.json b/types/http-codes/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/http-codes/tsconfig.json +++ b/types/http-codes/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/http-errors/tsconfig.json b/types/http-errors/tsconfig.json index 6067e7af56..430bec9565 100644 --- a/types/http-errors/tsconfig.json +++ b/types/http-errors/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "http-errors-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/http-link-header/tsconfig.json b/types/http-link-header/tsconfig.json index bd0c2793e6..3acfe11a33 100644 --- a/types/http-link-header/tsconfig.json +++ b/types/http-link-header/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/http-proxy-middleware/tsconfig.json b/types/http-proxy-middleware/tsconfig.json index 1fa2b32d6d..459138e584 100644 --- a/types/http-proxy-middleware/tsconfig.json +++ b/types/http-proxy-middleware/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "http-proxy-middleware-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/http-proxy/tsconfig.json b/types/http-proxy/tsconfig.json index fe722af931..24a9ed6c48 100644 --- a/types/http-proxy/tsconfig.json +++ b/types/http-proxy/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "http-proxy-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/http-status-codes/tsconfig.json b/types/http-status-codes/tsconfig.json index e114747729..c6e7cecee8 100644 --- a/types/http-status-codes/tsconfig.json +++ b/types/http-status-codes/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/http-status/tsconfig.json b/types/http-status/tsconfig.json index 42d5e2ed18..acb7f89cde 100644 --- a/types/http-status/tsconfig.json +++ b/types/http-status/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "http-status-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/http-string-parser/tsconfig.json b/types/http-string-parser/tsconfig.json index 81569ff0a1..80f7cd176a 100644 --- a/types/http-string-parser/tsconfig.json +++ b/types/http-string-parser/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/httperr/tsconfig.json b/types/httperr/tsconfig.json index 7f55de9d58..85505edbc8 100644 --- a/types/httperr/tsconfig.json +++ b/types/httperr/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/hubot/tsconfig.json b/types/hubot/tsconfig.json index 0e3faa4c35..9354cf926c 100644 --- a/types/hubot/tsconfig.json +++ b/types/hubot/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "hubot-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/hubspot-pace/tsconfig.json b/types/hubspot-pace/tsconfig.json index 63dce2e88f..1d2a2ec99e 100644 --- a/types/hubspot-pace/tsconfig.json +++ b/types/hubspot-pace/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/humane/tsconfig.json b/types/humane/tsconfig.json index 77ee4d370e..7b2fc3e81b 100644 --- a/types/humane/tsconfig.json +++ b/types/humane/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/humanize-plus/tsconfig.json b/types/humanize-plus/tsconfig.json index c79c7259f7..37b195e2cd 100644 --- a/types/humanize-plus/tsconfig.json +++ b/types/humanize-plus/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "humanize-plus-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/humanparser/tsconfig.json b/types/humanparser/tsconfig.json index 54b6d282d0..1e12c171d0 100644 --- a/types/humanparser/tsconfig.json +++ b/types/humanparser/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/humps/tsconfig.json b/types/humps/tsconfig.json index 2b02f594ae..ec1866d58c 100644 --- a/types/humps/tsconfig.json +++ b/types/humps/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/hyco-ws/tsconfig.json b/types/hyco-ws/tsconfig.json index a625ff1bab..cc21647f01 100644 --- a/types/hyco-ws/tsconfig.json +++ b/types/hyco-ws/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "experimentalDecorators": true, "baseUrl": "../", "typeRoots": [ diff --git a/types/hyperscript/tsconfig.json b/types/hyperscript/tsconfig.json index 64f57c346a..dcd78c9f85 100644 --- a/types/hyperscript/tsconfig.json +++ b/types/hyperscript/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/hypertext-application-language/tsconfig.json b/types/hypertext-application-language/tsconfig.json index 6c039ab061..15621fa9c2 100644 --- a/types/hypertext-application-language/tsconfig.json +++ b/types/hypertext-application-language/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/hystrixjs/tsconfig.json b/types/hystrixjs/tsconfig.json index e1cb1a7c4d..0cf5de7b81 100644 --- a/types/hystrixjs/tsconfig.json +++ b/types/hystrixjs/tsconfig.json @@ -8,12 +8,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/i18n/tsconfig.json b/types/i18n/tsconfig.json index c0f4ba7a10..4429a81fe6 100644 --- a/types/i18n/tsconfig.json +++ b/types/i18n/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/i18next-browser-languagedetector/tsconfig.json b/types/i18next-browser-languagedetector/tsconfig.json index eeb1bd7670..32755315aa 100644 --- a/types/i18next-browser-languagedetector/tsconfig.json +++ b/types/i18next-browser-languagedetector/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "i18next-browser-languagedetector-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/i18next-browser-languagedetector/v0/tsconfig.json b/types/i18next-browser-languagedetector/v0/tsconfig.json index 61e38c316d..9873c74134 100644 --- a/types/i18next-browser-languagedetector/v0/tsconfig.json +++ b/types/i18next-browser-languagedetector/v0/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" @@ -24,4 +25,4 @@ "index.d.ts", "i18next-browser-languagedetector-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/i18next-express-middleware/tsconfig.json b/types/i18next-express-middleware/tsconfig.json index 6f42d82105..5a13f1733d 100644 --- a/types/i18next-express-middleware/tsconfig.json +++ b/types/i18next-express-middleware/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "i18next-express-middleware-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/i18next-node-fs-backend/tsconfig.json b/types/i18next-node-fs-backend/tsconfig.json index 6bbdf7e287..03b3347068 100644 --- a/types/i18next-node-fs-backend/tsconfig.json +++ b/types/i18next-node-fs-backend/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -24,4 +25,4 @@ "index.d.ts", "i18next-node-fs-backend-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/i18next-sprintf-postprocessor/tsconfig.json b/types/i18next-sprintf-postprocessor/tsconfig.json index 64c795ab39..9a52882abe 100644 --- a/types/i18next-sprintf-postprocessor/tsconfig.json +++ b/types/i18next-sprintf-postprocessor/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -24,4 +25,4 @@ "index.d.ts", "i18next-sprintf-postprocessor-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/i18next-xhr-backend/tsconfig.json b/types/i18next-xhr-backend/tsconfig.json index f6f93640ce..a7ca4c2adb 100644 --- a/types/i18next-xhr-backend/tsconfig.json +++ b/types/i18next-xhr-backend/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "i18next-xhr-backend-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/i18next/tsconfig.json b/types/i18next/tsconfig.json index 73434ac2f5..9eadf37b0f 100644 --- a/types/i18next/tsconfig.json +++ b/types/i18next/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/i18next/v2/tsconfig.json b/types/i18next/v2/tsconfig.json index faea1ce12c..00464c1701 100644 --- a/types/i18next/v2/tsconfig.json +++ b/types/i18next/v2/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" @@ -25,4 +26,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/i2c-bus/tsconfig.json b/types/i2c-bus/tsconfig.json index d1b7843fdb..8407ea3efd 100644 --- a/types/i2c-bus/tsconfig.json +++ b/types/i2c-bus/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/iban/tsconfig.json b/types/iban/tsconfig.json index 0ddc7bcd4a..352470aa0d 100644 --- a/types/iban/tsconfig.json +++ b/types/iban/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ibm-mobilefirst/tsconfig.json b/types/ibm-mobilefirst/tsconfig.json index 89d222469f..eabcd34447 100644 --- a/types/ibm-mobilefirst/tsconfig.json +++ b/types/ibm-mobilefirst/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "ibm-mobilefirst-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ibm_db/tsconfig.json b/types/ibm_db/tsconfig.json index 4d653705a2..f92b637034 100644 --- a/types/ibm_db/tsconfig.json +++ b/types/ibm_db/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "ibm_db-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/icepick/tsconfig.json b/types/icepick/tsconfig.json index 18a951321c..530031866b 100644 --- a/types/icepick/tsconfig.json +++ b/types/icepick/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/icheck/tsconfig.json b/types/icheck/tsconfig.json index cadcfcd8d6..b700077c47 100644 --- a/types/icheck/tsconfig.json +++ b/types/icheck/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/iconv-lite/tsconfig.json b/types/iconv-lite/tsconfig.json index 6f87b287f5..27ea4716bf 100644 --- a/types/iconv-lite/tsconfig.json +++ b/types/iconv-lite/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/iconv/tsconfig.json b/types/iconv/tsconfig.json index d79b335e7c..b97ea1a7f3 100644 --- a/types/iconv/tsconfig.json +++ b/types/iconv/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ids/tsconfig.json b/types/ids/tsconfig.json index 556184fceb..1c739774db 100644 --- a/types/ids/tsconfig.json +++ b/types/ids/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/iframe-resizer/tsconfig.json b/types/iframe-resizer/tsconfig.json index d2b812a1f7..e8a87f1302 100644 --- a/types/iframe-resizer/tsconfig.json +++ b/types/iframe-resizer/tsconfig.json @@ -1,26 +1,27 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "exclude": [ + "node_modules" ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "exclude": [ - "node_modules" - ], - "files": [ - "index.d.ts", - "iframe-resizer-tests.ts" - ] + "files": [ + "index.d.ts", + "iframe-resizer-tests.ts" + ] } \ No newline at end of file diff --git a/types/ignite-ui/tsconfig.json b/types/ignite-ui/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/ignite-ui/tsconfig.json +++ b/types/ignite-ui/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/image-size/tsconfig.json b/types/image-size/tsconfig.json index bb3fe8cb49..7a864603b7 100644 --- a/types/image-size/tsconfig.json +++ b/types/image-size/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/imagemagick-native/tsconfig.json b/types/imagemagick-native/tsconfig.json index 95c028b28b..bfd2f88451 100644 --- a/types/imagemagick-native/tsconfig.json +++ b/types/imagemagick-native/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/imagemagick/tsconfig.json b/types/imagemagick/tsconfig.json index 80686f53b5..3a28cb5c59 100644 --- a/types/imagemagick/tsconfig.json +++ b/types/imagemagick/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/imagemapster/tsconfig.json b/types/imagemapster/tsconfig.json index ca23742027..cb5e3bdff8 100644 --- a/types/imagemapster/tsconfig.json +++ b/types/imagemapster/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -25,4 +26,4 @@ "index.d.ts", "imagemapster-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/images/tsconfig.json b/types/images/tsconfig.json index 7a261dbc3f..75c7b85340 100644 --- a/types/images/tsconfig.json +++ b/types/images/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "images-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "images-tests.ts" + ] +} \ No newline at end of file diff --git a/types/imagesloaded/tsconfig.json b/types/imagesloaded/tsconfig.json index fb3f883f0b..0673d1eaa2 100644 --- a/types/imagesloaded/tsconfig.json +++ b/types/imagesloaded/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/imap-simple/tsconfig.json b/types/imap-simple/tsconfig.json index 3f51a787ac..859835549a 100644 --- a/types/imap-simple/tsconfig.json +++ b/types/imap-simple/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/imap/tsconfig.json b/types/imap/tsconfig.json index ec1c1b1b69..987167daf3 100644 --- a/types/imap/tsconfig.json +++ b/types/imap/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/imgur-rest-api/tsconfig.json b/types/imgur-rest-api/tsconfig.json index 91f414e021..f2803640de 100644 --- a/types/imgur-rest-api/tsconfig.json +++ b/types/imgur-rest-api/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/immutability-helper/tsconfig.json b/types/immutability-helper/tsconfig.json index b8babd8c43..a2307c394a 100644 --- a/types/immutability-helper/tsconfig.json +++ b/types/immutability-helper/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/impress/tsconfig.json b/types/impress/tsconfig.json index 3f80cf37e7..a278db24c9 100644 --- a/types/impress/tsconfig.json +++ b/types/impress/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/in-range/tsconfig.json b/types/in-range/tsconfig.json index 1f59573204..7d5182a929 100644 --- a/types/in-range/tsconfig.json +++ b/types/in-range/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/incremental-dom/tsconfig.json b/types/incremental-dom/tsconfig.json index 101179c675..8ba7d824d5 100644 --- a/types/incremental-dom/tsconfig.json +++ b/types/incremental-dom/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/indent-string/tsconfig.json b/types/indent-string/tsconfig.json index 4ff0142f89..4f2e008801 100644 --- a/types/indent-string/tsconfig.json +++ b/types/indent-string/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/inert/tsconfig.json b/types/inert/tsconfig.json index 5b805cfc2d..ad4e395bca 100644 --- a/types/inert/tsconfig.json +++ b/types/inert/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/inflected/tsconfig.json b/types/inflected/tsconfig.json index 3f5d7182e5..b0a3a1d8b5 100644 --- a/types/inflected/tsconfig.json +++ b/types/inflected/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/inflection/tsconfig.json b/types/inflection/tsconfig.json index 00f7342815..e77c4028fc 100644 --- a/types/inflection/tsconfig.json +++ b/types/inflection/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/inherits/tsconfig.json b/types/inherits/tsconfig.json index 6a0b0ce1c2..bdb4c4d873 100644 --- a/types/inherits/tsconfig.json +++ b/types/inherits/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ini/tsconfig.json b/types/ini/tsconfig.json index f1e6fa5bc1..ccc924b3fc 100644 --- a/types/ini/tsconfig.json +++ b/types/ini/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/iniparser/tsconfig.json b/types/iniparser/tsconfig.json index 712d167a05..0d7970f93a 100644 --- a/types/iniparser/tsconfig.json +++ b/types/iniparser/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/inline-css/tsconfig.json b/types/inline-css/tsconfig.json index 45a73748a6..4a13506061 100644 --- a/types/inline-css/tsconfig.json +++ b/types/inline-css/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/inline-style-prefixer/tsconfig.json b/types/inline-style-prefixer/tsconfig.json index a0651edee4..7d6d4209bc 100644 --- a/types/inline-style-prefixer/tsconfig.json +++ b/types/inline-style-prefixer/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "inline-style-prefixer-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/inquirer/tsconfig.json b/types/inquirer/tsconfig.json index 08d34eac0e..59793a86a1 100644 --- a/types/inquirer/tsconfig.json +++ b/types/inquirer/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/insert-module-globals/tsconfig.json b/types/insert-module-globals/tsconfig.json index 0a6e51fb74..a9b4f218da 100644 --- a/types/insert-module-globals/tsconfig.json +++ b/types/insert-module-globals/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "insert-module-globals-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/insight/tsconfig.json b/types/insight/tsconfig.json index c69d2d64d9..7efb108eae 100644 --- a/types/insight/tsconfig.json +++ b/types/insight/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/integer/tsconfig.json b/types/integer/tsconfig.json index 7c5e9c9791..60e0921a42 100644 --- a/types/integer/tsconfig.json +++ b/types/integer/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "integer-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/interact.js/tsconfig.json b/types/interact.js/tsconfig.json index eb8868338a..6d4887d0f1 100644 --- a/types/interact.js/tsconfig.json +++ b/types/interact.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/intercom-web/tsconfig.json b/types/intercom-web/tsconfig.json index d11c606183..d77c89a53f 100755 --- a/types/intercom-web/tsconfig.json +++ b/types/intercom-web/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "intercom-web-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/intercomjs/tsconfig.json b/types/intercomjs/tsconfig.json index 42858e375a..a74351a03a 100644 --- a/types/intercomjs/tsconfig.json +++ b/types/intercomjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/internal-ip/tsconfig.json b/types/internal-ip/tsconfig.json index fbca1b2374..746718e07c 100644 --- a/types/internal-ip/tsconfig.json +++ b/types/internal-ip/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "internal-ip-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/intl-messageformat/tsconfig.json b/types/intl-messageformat/tsconfig.json index 1a4a156267..61f9873265 100644 --- a/types/intl-messageformat/tsconfig.json +++ b/types/intl-messageformat/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/intl-tel-input/tsconfig.json b/types/intl-tel-input/tsconfig.json index a9ca5094bc..380d60229d 100644 --- a/types/intl-tel-input/tsconfig.json +++ b/types/intl-tel-input/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/intl/tsconfig.json b/types/intl/tsconfig.json index 520dc3c689..30370fd405 100644 --- a/types/intl/tsconfig.json +++ b/types/intl/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "intl-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/into-stream/tsconfig.json b/types/into-stream/tsconfig.json index c48cf3e387..cc8a2cfa00 100644 --- a/types/into-stream/tsconfig.json +++ b/types/into-stream/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "into-stream-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/intro.js/tsconfig.json b/types/intro.js/tsconfig.json index 0709adac52..c86cbffec5 100644 --- a/types/intro.js/tsconfig.json +++ b/types/intro.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/invariant/tsconfig.json b/types/invariant/tsconfig.json index 5f24d951b1..1cd411b7f4 100644 --- a/types/invariant/tsconfig.json +++ b/types/invariant/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/inversify-devtools/tsconfig.json b/types/inversify-devtools/tsconfig.json index a0953ef1ac..4883fdc99e 100644 --- a/types/inversify-devtools/tsconfig.json +++ b/types/inversify-devtools/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "experimentalDecorators": true, "typeRoots": [ diff --git a/types/ion.rangeslider/tsconfig.json b/types/ion.rangeslider/tsconfig.json index 9ddb909ef3..1affa9f527 100644 --- a/types/ion.rangeslider/tsconfig.json +++ b/types/ion.rangeslider/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ion.rangeslider/v1/tsconfig.json b/types/ion.rangeslider/v1/tsconfig.json index 1d748c4d46..c63da8c0e1 100644 --- a/types/ion.rangeslider/v1/tsconfig.json +++ b/types/ion.rangeslider/v1/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/ionic/tsconfig.json b/types/ionic/tsconfig.json index b057fc1144..0c0ab4f00c 100644 --- a/types/ionic/tsconfig.json +++ b/types/ionic/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ioredis/tsconfig.json b/types/ioredis/tsconfig.json index 908157d5f7..f073160729 100644 --- a/types/ioredis/tsconfig.json +++ b/types/ioredis/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ip-regex/tsconfig.json b/types/ip-regex/tsconfig.json index 4a5780ec8b..e09382966a 100644 --- a/types/ip-regex/tsconfig.json +++ b/types/ip-regex/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "ip-regex-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ip/tsconfig.json b/types/ip/tsconfig.json index ae5838138f..a445ebefe8 100644 --- a/types/ip/tsconfig.json +++ b/types/ip/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/irc/tsconfig.json b/types/irc/tsconfig.json index cfa02bc06b..ac224646a3 100644 --- a/types/irc/tsconfig.json +++ b/types/irc/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/is-absolute-url/tsconfig.json b/types/is-absolute-url/tsconfig.json index aea408feb3..57c46bb32b 100644 --- a/types/is-absolute-url/tsconfig.json +++ b/types/is-absolute-url/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/is-alphanumerical/tsconfig.json b/types/is-alphanumerical/tsconfig.json index 481957289e..90b83f80fb 100644 --- a/types/is-alphanumerical/tsconfig.json +++ b/types/is-alphanumerical/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "is-alphanumerical-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/is-archive/tsconfig.json b/types/is-archive/tsconfig.json index 53afd65081..ce2b001789 100644 --- a/types/is-archive/tsconfig.json +++ b/types/is-archive/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/is-array/tsconfig.json b/types/is-array/tsconfig.json index 2d027ece6d..022fbc852e 100644 --- a/types/is-array/tsconfig.json +++ b/types/is-array/tsconfig.json @@ -1,4 +1,3 @@ - { "compilerOptions": { "module": "commonjs", @@ -8,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +20,4 @@ "index.d.ts", "is-array-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/is-binary-path/tsconfig.json b/types/is-binary-path/tsconfig.json index 062c21523b..e0fd45ed1e 100644 --- a/types/is-binary-path/tsconfig.json +++ b/types/is-binary-path/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/is-compressed/tsconfig.json b/types/is-compressed/tsconfig.json index 51738f3ff4..b44edb3059 100644 --- a/types/is-compressed/tsconfig.json +++ b/types/is-compressed/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/is-finite/tsconfig.json b/types/is-finite/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/is-finite/tsconfig.json +++ b/types/is-finite/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/is-ip/tsconfig.json b/types/is-ip/tsconfig.json index be6e5c55e0..ea49885cbb 100644 --- a/types/is-ip/tsconfig.json +++ b/types/is-ip/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "is-ip-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/is-my-json-valid/tsconfig.json b/types/is-my-json-valid/tsconfig.json index 010220d6a3..687e2a6c57 100644 --- a/types/is-my-json-valid/tsconfig.json +++ b/types/is-my-json-valid/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/is-number/tsconfig.json b/types/is-number/tsconfig.json index 7ccd892bf8..930df6698f 100644 --- a/types/is-number/tsconfig.json +++ b/types/is-number/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "is-number-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/is-path-cwd/tsconfig.json b/types/is-path-cwd/tsconfig.json index d656dedaf0..6f5a83c33d 100644 --- a/types/is-path-cwd/tsconfig.json +++ b/types/is-path-cwd/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/is-path-in-cwd/tsconfig.json b/types/is-path-in-cwd/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/is-path-in-cwd/tsconfig.json +++ b/types/is-path-in-cwd/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/is-plain-object/tsconfig.json b/types/is-plain-object/tsconfig.json index f610df973d..1522dc4f0e 100644 --- a/types/is-plain-object/tsconfig.json +++ b/types/is-plain-object/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/is-promise/tsconfig.json b/types/is-promise/tsconfig.json index 17a7477d06..fbc17a9140 100644 --- a/types/is-promise/tsconfig.json +++ b/types/is-promise/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/is-relative-url/tsconfig.json b/types/is-relative-url/tsconfig.json index efc617ca79..1a85dcf51a 100644 --- a/types/is-relative-url/tsconfig.json +++ b/types/is-relative-url/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/is-root-path/tsconfig.json b/types/is-root-path/tsconfig.json index 6e33afc691..28d7f23893 100644 --- a/types/is-root-path/tsconfig.json +++ b/types/is-root-path/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/is-root/tsconfig.json b/types/is-root/tsconfig.json index 8e69782eae..a92ff73369 100644 --- a/types/is-root/tsconfig.json +++ b/types/is-root/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/is-stream/tsconfig.json b/types/is-stream/tsconfig.json index 926737569f..061e555f72 100644 --- a/types/is-stream/tsconfig.json +++ b/types/is-stream/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "is-stream-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/is-svg/tsconfig.json b/types/is-svg/tsconfig.json index 9776ba1c77..2621a88907 100644 --- a/types/is-svg/tsconfig.json +++ b/types/is-svg/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "is-svg-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/is-text-path/tsconfig.json b/types/is-text-path/tsconfig.json index 1ecb34ba3b..e6587abf96 100644 --- a/types/is-text-path/tsconfig.json +++ b/types/is-text-path/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/is-url-superb/tsconfig.json b/types/is-url-superb/tsconfig.json index 069affddab..3450e58a06 100644 --- a/types/is-url-superb/tsconfig.json +++ b/types/is-url-superb/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "is-url-superb-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/is-url/tsconfig.json b/types/is-url/tsconfig.json index 65d5f8a3b7..56f15b7e2f 100644 --- a/types/is-url/tsconfig.json +++ b/types/is-url/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/is-windows/tsconfig.json b/types/is-windows/tsconfig.json index 94b10d911f..8696d92fe0 100644 --- a/types/is-windows/tsconfig.json +++ b/types/is-windows/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/is/tsconfig.json b/types/is/tsconfig.json index 1df1d26c20..9abe3bbe43 100644 --- a/types/is/tsconfig.json +++ b/types/is/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/isbn-utils/tsconfig.json b/types/isbn-utils/tsconfig.json index b061bf6192..9414c7c040 100644 --- a/types/isbn-utils/tsconfig.json +++ b/types/isbn-utils/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/iscroll/tsconfig.json b/types/iscroll/tsconfig.json index d7642f9fe6..7a1ec2a51b 100644 --- a/types/iscroll/tsconfig.json +++ b/types/iscroll/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/iscroll/v4/tsconfig.json b/types/iscroll/v4/tsconfig.json index e77d78c702..2b09269531 100644 --- a/types/iscroll/v4/tsconfig.json +++ b/types/iscroll/v4/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/iso-3166-2/tsconfig.json b/types/iso-3166-2/tsconfig.json index 7ed345dd25..0e374a83fc 100644 --- a/types/iso-3166-2/tsconfig.json +++ b/types/iso-3166-2/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "iso-3166-2-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/iso8601-localizer/tsconfig.json b/types/iso8601-localizer/tsconfig.json index 047268c980..e245ca21c0 100644 --- a/types/iso8601-localizer/tsconfig.json +++ b/types/iso8601-localizer/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/isomorphic-fetch/tsconfig.json b/types/isomorphic-fetch/tsconfig.json index a53b05cd73..f3cc715548 100644 --- a/types/isomorphic-fetch/tsconfig.json +++ b/types/isomorphic-fetch/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/isotope-layout/tsconfig.json b/types/isotope-layout/tsconfig.json index b498c10ce8..8afefdbd01 100644 --- a/types/isotope-layout/tsconfig.json +++ b/types/isotope-layout/tsconfig.json @@ -2,11 +2,13 @@ "compilerOptions": { "module": "commonjs", "lib": [ - "dom", "es2015" + "dom", + "es2015" ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/istanbul-lib-coverage/tsconfig.json b/types/istanbul-lib-coverage/tsconfig.json index fd839f63f8..433ba89644 100644 --- a/types/istanbul-lib-coverage/tsconfig.json +++ b/types/istanbul-lib-coverage/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/istanbul-lib-hook/tsconfig.json b/types/istanbul-lib-hook/tsconfig.json index 824b360999..c010a0879b 100644 --- a/types/istanbul-lib-hook/tsconfig.json +++ b/types/istanbul-lib-hook/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/istanbul-lib-instrument/tsconfig.json b/types/istanbul-lib-instrument/tsconfig.json index 1f44277fc1..60629254a0 100644 --- a/types/istanbul-lib-instrument/tsconfig.json +++ b/types/istanbul-lib-instrument/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/istanbul-lib-report/tsconfig.json b/types/istanbul-lib-report/tsconfig.json index 960c160e83..782aa1860c 100644 --- a/types/istanbul-lib-report/tsconfig.json +++ b/types/istanbul-lib-report/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/istanbul-lib-source-maps/tsconfig.json b/types/istanbul-lib-source-maps/tsconfig.json index 5693013057..ca94b106d7 100644 --- a/types/istanbul-lib-source-maps/tsconfig.json +++ b/types/istanbul-lib-source-maps/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/istanbul-middleware/tsconfig.json b/types/istanbul-middleware/tsconfig.json index 11a7dbca93..3bba961c04 100644 --- a/types/istanbul-middleware/tsconfig.json +++ b/types/istanbul-middleware/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/istanbul-reports/tsconfig.json b/types/istanbul-reports/tsconfig.json index 6235d65f52..1f43d5038d 100644 --- a/types/istanbul-reports/tsconfig.json +++ b/types/istanbul-reports/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/istanbul/tsconfig.json b/types/istanbul/tsconfig.json index 2f1e32e96f..723eb394c5 100644 --- a/types/istanbul/tsconfig.json +++ b/types/istanbul/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ityped/tsconfig.json b/types/ityped/tsconfig.json index 102956be32..2f2ceabe67 100644 --- a/types/ityped/tsconfig.json +++ b/types/ityped/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ix.js/tsconfig.json b/types/ix.js/tsconfig.json index ae75095c1f..c840c77d73 100644 --- a/types/ix.js/tsconfig.json +++ b/types/ix.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jade/tsconfig.json b/types/jade/tsconfig.json index 96cebcb690..f1c2b94f05 100644 --- a/types/jade/tsconfig.json +++ b/types/jade/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jake/tsconfig.json b/types/jake/tsconfig.json index 640fc6c851..5a5e5fcbd8 100644 --- a/types/jake/tsconfig.json +++ b/types/jake/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jalaali-js/tsconfig.json b/types/jalaali-js/tsconfig.json index d7f1e781b3..995b501496 100644 --- a/types/jalaali-js/tsconfig.json +++ b/types/jalaali-js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/japanese-holidays/tsconfig.json b/types/japanese-holidays/tsconfig.json index 11826ce711..1d8aeb27d0 100644 --- a/types/japanese-holidays/tsconfig.json +++ b/types/japanese-holidays/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jasmine-ajax/tsconfig.json b/types/jasmine-ajax/tsconfig.json index 570eb5733d..01c73a745d 100644 --- a/types/jasmine-ajax/tsconfig.json +++ b/types/jasmine-ajax/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jasmine-data_driven_tests/tsconfig.json b/types/jasmine-data_driven_tests/tsconfig.json index 161fc72daf..232e012191 100644 --- a/types/jasmine-data_driven_tests/tsconfig.json +++ b/types/jasmine-data_driven_tests/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jasmine-enzyme/tsconfig.json b/types/jasmine-enzyme/tsconfig.json index d153f4bc10..6b63fe9694 100644 --- a/types/jasmine-enzyme/tsconfig.json +++ b/types/jasmine-enzyme/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jasmine-es6-promise-matchers/tsconfig.json b/types/jasmine-es6-promise-matchers/tsconfig.json index e1d8979dcd..98d8f03e42 100644 --- a/types/jasmine-es6-promise-matchers/tsconfig.json +++ b/types/jasmine-es6-promise-matchers/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jasmine-expect/tsconfig.json b/types/jasmine-expect/tsconfig.json index 9fdf033fba..62a373d410 100644 --- a/types/jasmine-expect/tsconfig.json +++ b/types/jasmine-expect/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jasmine-fixture/tsconfig.json b/types/jasmine-fixture/tsconfig.json index 9d5d258542..149810b10a 100644 --- a/types/jasmine-fixture/tsconfig.json +++ b/types/jasmine-fixture/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jasmine-given/tsconfig.json b/types/jasmine-given/tsconfig.json index cb1571590b..d1b9541f2c 100644 --- a/types/jasmine-given/tsconfig.json +++ b/types/jasmine-given/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "jasmine-given-tests.ts" - ] + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "jasmine-given-tests.ts" + ] } \ No newline at end of file diff --git a/types/jasmine-jquery/tsconfig.json b/types/jasmine-jquery/tsconfig.json index e574ccb60f..ac43f3d18c 100644 --- a/types/jasmine-jquery/tsconfig.json +++ b/types/jasmine-jquery/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jasmine-matchers/tsconfig.json b/types/jasmine-matchers/tsconfig.json index 5860949933..943271914e 100644 --- a/types/jasmine-matchers/tsconfig.json +++ b/types/jasmine-matchers/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jasmine-node/tsconfig.json b/types/jasmine-node/tsconfig.json index 269151c845..2b68e61c60 100644 --- a/types/jasmine-node/tsconfig.json +++ b/types/jasmine-node/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jasmine-promise-matchers/tsconfig.json b/types/jasmine-promise-matchers/tsconfig.json index 928daedaf0..0b264e6527 100644 --- a/types/jasmine-promise-matchers/tsconfig.json +++ b/types/jasmine-promise-matchers/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jasmine/tsconfig.json b/types/jasmine/tsconfig.json index 9668002197..3af72e4d8b 100644 --- a/types/jasmine/tsconfig.json +++ b/types/jasmine/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jasmine/v1/tsconfig.json b/types/jasmine/v1/tsconfig.json index 197d3d9308..99a9fb48b4 100644 --- a/types/jasmine/v1/tsconfig.json +++ b/types/jasmine/v1/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/jasmine_dom_matchers/tsconfig.json b/types/jasmine_dom_matchers/tsconfig.json index 30a9ab129d..4b09a5d93a 100644 --- a/types/jasmine_dom_matchers/tsconfig.json +++ b/types/jasmine_dom_matchers/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "jasmine_dom_matchers-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jasminewd2/tsconfig.json b/types/jasminewd2/tsconfig.json index 81aa80fe8e..2267f75819 100644 --- a/types/jasminewd2/tsconfig.json +++ b/types/jasminewd2/tsconfig.json @@ -1,20 +1,23 @@ { - "files": [ - "index.d.ts", - "jasminewd2-tests.ts" - ], - "compilerOptions": { - "module": "commonjs", - "lib": [ "es6" ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" + "files": [ + "index.d.ts", + "jasminewd2-tests.ts" ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - } -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + } +} \ No newline at end of file diff --git a/types/java-applet/tsconfig.json b/types/java-applet/tsconfig.json index aa55b6d035..776886e3f1 100644 --- a/types/java-applet/tsconfig.json +++ b/types/java-applet/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/java/tsconfig.json b/types/java/tsconfig.json index 91fc68d18c..9f5ed2d241 100644 --- a/types/java/tsconfig.json +++ b/types/java/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/javascript-astar/tsconfig.json b/types/javascript-astar/tsconfig.json index 067fc70dd9..6ca80fa293 100644 --- a/types/javascript-astar/tsconfig.json +++ b/types/javascript-astar/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/javascript-bignum/tsconfig.json b/types/javascript-bignum/tsconfig.json index 8894412010..d6a0961172 100644 --- a/types/javascript-bignum/tsconfig.json +++ b/types/javascript-bignum/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/javascript-obfuscator/tsconfig.json b/types/javascript-obfuscator/tsconfig.json index 5c46f1e074..5b53fa94db 100644 --- a/types/javascript-obfuscator/tsconfig.json +++ b/types/javascript-obfuscator/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/javascript-state-machine/tsconfig.json b/types/javascript-state-machine/tsconfig.json index 45c4f171fb..75ccb2b212 100644 --- a/types/javascript-state-machine/tsconfig.json +++ b/types/javascript-state-machine/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jbinary/tsconfig.json b/types/jbinary/tsconfig.json index 836b88296d..d272b54223 100644 --- a/types/jbinary/tsconfig.json +++ b/types/jbinary/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jcanvas/tsconfig.json b/types/jcanvas/tsconfig.json index de3dc06b89..9c6aa5edbe 100644 --- a/types/jcanvas/tsconfig.json +++ b/types/jcanvas/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jdataview/tsconfig.json b/types/jdataview/tsconfig.json index 129d85d045..230f748dfe 100644 --- a/types/jdataview/tsconfig.json +++ b/types/jdataview/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jdenticon/tsconfig.json b/types/jdenticon/tsconfig.json index 78414f1426..cb462ee4d6 100644 --- a/types/jdenticon/tsconfig.json +++ b/types/jdenticon/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jee-jsf/tsconfig.json b/types/jee-jsf/tsconfig.json index dc18e1f469..36364a83fa 100644 --- a/types/jee-jsf/tsconfig.json +++ b/types/jee-jsf/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jenkins/tsconfig.json b/types/jenkins/tsconfig.json index be94244e2d..08dc07dbe9 100644 --- a/types/jenkins/tsconfig.json +++ b/types/jenkins/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "jenkins-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jest-docblock/tsconfig.json b/types/jest-docblock/tsconfig.json index a4d7dd0bd2..4b1181bdad 100644 --- a/types/jest-docblock/tsconfig.json +++ b/types/jest-docblock/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "jest-docblock-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jest-matchers/tsconfig.json b/types/jest-matchers/tsconfig.json index 37a7e86d8d..123b605779 100644 --- a/types/jest-matchers/tsconfig.json +++ b/types/jest-matchers/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "jest-matchers-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jest-validate/tsconfig.json b/types/jest-validate/tsconfig.json index b31c51e81a..5b8abec385 100644 --- a/types/jest-validate/tsconfig.json +++ b/types/jest-validate/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "jest-validate-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jest/tsconfig.json b/types/jest/tsconfig.json index 3f8a9c6af1..8a02004840 100644 --- a/types/jest/tsconfig.json +++ b/types/jest/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jest/v16/tsconfig.json b/types/jest/v16/tsconfig.json index 2e023e1205..faf67cd73a 100644 --- a/types/jest/v16/tsconfig.json +++ b/types/jest/v16/tsconfig.json @@ -8,13 +8,18 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "jest": ["jest/v16"], - "jest/*": ["jest/v16/*"] + "jest": [ + "jest/v16" + ], + "jest/*": [ + "jest/v16/*" + ] }, "types": [], "noEmit": true, @@ -24,4 +29,4 @@ "index.d.ts", "jest-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jfp/tsconfig.json b/types/jfp/tsconfig.json index 95ad731d40..81402f37d4 100644 --- a/types/jfp/tsconfig.json +++ b/types/jfp/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jfs/tsconfig.json b/types/jfs/tsconfig.json index 7681ab072d..2fd6c9f41b 100644 --- a/types/jfs/tsconfig.json +++ b/types/jfs/tsconfig.json @@ -1,23 +1,24 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "jfs-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "jfs-tests.ts" + ] +} \ No newline at end of file diff --git a/types/jimp/tsconfig.json b/types/jimp/tsconfig.json index d03d20f554..03ab32095b 100644 --- a/types/jimp/tsconfig.json +++ b/types/jimp/tsconfig.json @@ -1,10 +1,13 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6"], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -17,4 +20,4 @@ "index.d.ts", "jimp-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jjv/tsconfig.json b/types/jjv/tsconfig.json index 629fdeb617..ce2a0343d8 100644 --- a/types/jjv/tsconfig.json +++ b/types/jjv/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jjve/tsconfig.json b/types/jjve/tsconfig.json index bd4e171dad..12f97579f7 100644 --- a/types/jjve/tsconfig.json +++ b/types/jjve/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jmespath/tsconfig.json b/types/jmespath/tsconfig.json index 7db8ecc248..1b416d36d1 100644 --- a/types/jmespath/tsconfig.json +++ b/types/jmespath/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "jmespath-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jodata/tsconfig.json b/types/jodata/tsconfig.json index c63117eb21..be177ebe58 100644 --- a/types/jodata/tsconfig.json +++ b/types/jodata/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/johnny-five/tsconfig.json b/types/johnny-five/tsconfig.json index 8220fe7f4f..5218cc5e2b 100644 --- a/types/johnny-five/tsconfig.json +++ b/types/johnny-five/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/joi/tsconfig.json b/types/joi/tsconfig.json index 8d3ca40052..f6b8f170dc 100644 --- a/types/joi/tsconfig.json +++ b/types/joi/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/joi/v6/tsconfig.json b/types/joi/v6/tsconfig.json index dc2b727546..75aacbeeea 100644 --- a/types/joi/v6/tsconfig.json +++ b/types/joi/v6/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/joigoose/tsconfig.json b/types/joigoose/tsconfig.json index 0add07f5d7..05aa2fd1c2 100644 --- a/types/joigoose/tsconfig.json +++ b/types/joigoose/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "joigoose-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jointjs/tsconfig.json b/types/jointjs/tsconfig.json index cb169471f2..82e6284376 100644 --- a/types/jointjs/tsconfig.json +++ b/types/jointjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "files": [ "index.d.ts" ] -} +} \ No newline at end of file diff --git a/types/jpeg-js/tsconfig.json b/types/jpeg-js/tsconfig.json index 1e3c116f4f..20d7ba3d8d 100644 --- a/types/jpeg-js/tsconfig.json +++ b/types/jpeg-js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "jpeg-js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jpm/tsconfig.json b/types/jpm/tsconfig.json index 5051f9a7bd..257f95eafa 100644 --- a/types/jpm/tsconfig.json +++ b/types/jpm/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jqgrid/tsconfig.json b/types/jqgrid/tsconfig.json index 1c50c95496..fd6e8c36a2 100644 --- a/types/jqgrid/tsconfig.json +++ b/types/jqgrid/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jqrangeslider/tsconfig.json b/types/jqrangeslider/tsconfig.json index 4a41364b36..9c8eabeb88 100644 --- a/types/jqrangeslider/tsconfig.json +++ b/types/jqrangeslider/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "jqrangeslider-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jquery-ajax-chain/tsconfig.json b/types/jquery-ajax-chain/tsconfig.json index 183a1f0d2a..58a43cc65e 100644 --- a/types/jquery-ajax-chain/tsconfig.json +++ b/types/jquery-ajax-chain/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery-alertable/tsconfig.json b/types/jquery-alertable/tsconfig.json index a098d1a39a..ca545d4a12 100644 --- a/types/jquery-alertable/tsconfig.json +++ b/types/jquery-alertable/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery-backstretch/tsconfig.json b/types/jquery-backstretch/tsconfig.json index c8cdd7e38f..c2fb9bc82f 100644 --- a/types/jquery-backstretch/tsconfig.json +++ b/types/jquery-backstretch/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery-cropbox/tsconfig.json b/types/jquery-cropbox/tsconfig.json index 29f81906b4..8ff494d309 100644 --- a/types/jquery-cropbox/tsconfig.json +++ b/types/jquery-cropbox/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery-deparam/tsconfig.json b/types/jquery-deparam/tsconfig.json index 1ee54a472f..b7d9a9d091 100644 --- a/types/jquery-deparam/tsconfig.json +++ b/types/jquery-deparam/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery-easy-loading/tsconfig.json b/types/jquery-easy-loading/tsconfig.json index 9e16b77cbf..c6c8a6a160 100644 --- a/types/jquery-easy-loading/tsconfig.json +++ b/types/jquery-easy-loading/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "jquery-easy-loading-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jquery-editable-select/tsconfig.json b/types/jquery-editable-select/tsconfig.json index 4ab3a20737..a284c442fa 100644 --- a/types/jquery-editable-select/tsconfig.json +++ b/types/jquery-editable-select/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery-fullscreen/tsconfig.json b/types/jquery-fullscreen/tsconfig.json index ae805153ca..81b275bff5 100644 --- a/types/jquery-fullscreen/tsconfig.json +++ b/types/jquery-fullscreen/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery-galleria/tsconfig.json b/types/jquery-galleria/tsconfig.json index a7e73a2902..c082643a87 100644 --- a/types/jquery-galleria/tsconfig.json +++ b/types/jquery-galleria/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery-handsontable/tsconfig.json b/types/jquery-handsontable/tsconfig.json index 3be8b88cce..fac1311bb7 100644 --- a/types/jquery-handsontable/tsconfig.json +++ b/types/jquery-handsontable/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery-jsonrpcclient/tsconfig.json b/types/jquery-jsonrpcclient/tsconfig.json index 20d202d92d..812781d6cc 100644 --- a/types/jquery-jsonrpcclient/tsconfig.json +++ b/types/jquery-jsonrpcclient/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery-knob/tsconfig.json b/types/jquery-knob/tsconfig.json index 207c14495f..c177f5a019 100644 --- a/types/jquery-knob/tsconfig.json +++ b/types/jquery-knob/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery-mask-plugin/tsconfig.json b/types/jquery-mask-plugin/tsconfig.json index 2b685d11cf..21be524f87 100644 --- a/types/jquery-mask-plugin/tsconfig.json +++ b/types/jquery-mask-plugin/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery-match-height/tsconfig.json b/types/jquery-match-height/tsconfig.json index 2dd28f9c69..103ae84843 100644 --- a/types/jquery-match-height/tsconfig.json +++ b/types/jquery-match-height/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "jquery-match-height-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jquery-mockjax/tsconfig.json b/types/jquery-mockjax/tsconfig.json index 660cf14287..42505b57a0 100644 --- a/types/jquery-mockjax/tsconfig.json +++ b/types/jquery-mockjax/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "jquery-mockjax-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jquery-mousewheel/tsconfig.json b/types/jquery-mousewheel/tsconfig.json index 1285fe551e..7fe74c814f 100644 --- a/types/jquery-mousewheel/tsconfig.json +++ b/types/jquery-mousewheel/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery-param/tsconfig.json b/types/jquery-param/tsconfig.json index 6b84279539..65999b18ff 100644 --- a/types/jquery-param/tsconfig.json +++ b/types/jquery-param/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery-sortable/tsconfig.json b/types/jquery-sortable/tsconfig.json index a01c9497b9..2a77692104 100644 --- a/types/jquery-sortable/tsconfig.json +++ b/types/jquery-sortable/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery-steps/tsconfig.json b/types/jquery-steps/tsconfig.json index f041763a67..5af8c482b0 100644 --- a/types/jquery-steps/tsconfig.json +++ b/types/jquery-steps/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery-timeentry/tsconfig.json b/types/jquery-timeentry/tsconfig.json index 0afdeec58b..0869745caf 100644 --- a/types/jquery-timeentry/tsconfig.json +++ b/types/jquery-timeentry/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery-toastmessage-plugin/tsconfig.json b/types/jquery-toastmessage-plugin/tsconfig.json index 193619fa0a..79e81125ce 100644 --- a/types/jquery-toastmessage-plugin/tsconfig.json +++ b/types/jquery-toastmessage-plugin/tsconfig.json @@ -4,11 +4,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], - "lib": ["es6", "dom"], + "lib": [ + "es6", + "dom" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/jquery-truncate-html/tsconfig.json b/types/jquery-truncate-html/tsconfig.json index 7ca5f8dc87..c4ea956cac 100644 --- a/types/jquery-truncate-html/tsconfig.json +++ b/types/jquery-truncate-html/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery-urlparam/tsconfig.json b/types/jquery-urlparam/tsconfig.json index 868feb3104..bdcb0ffebe 100644 --- a/types/jquery-urlparam/tsconfig.json +++ b/types/jquery-urlparam/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery-validation-unobtrusive/tsconfig.json b/types/jquery-validation-unobtrusive/tsconfig.json index 11c359fd95..7cf39e48e0 100644 --- a/types/jquery-validation-unobtrusive/tsconfig.json +++ b/types/jquery-validation-unobtrusive/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.address/tsconfig.json b/types/jquery.address/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/jquery.address/tsconfig.json +++ b/types/jquery.address/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.are-you-sure/tsconfig.json b/types/jquery.are-you-sure/tsconfig.json index d4018d19e4..165728a00e 100644 --- a/types/jquery.are-you-sure/tsconfig.json +++ b/types/jquery.are-you-sure/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.autosize/tsconfig.json b/types/jquery.autosize/tsconfig.json index 5a530e4173..6cb415b04c 100644 --- a/types/jquery.autosize/tsconfig.json +++ b/types/jquery.autosize/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.base64/tsconfig.json b/types/jquery.base64/tsconfig.json index db6880328f..157bbd92d9 100644 --- a/types/jquery.base64/tsconfig.json +++ b/types/jquery.base64/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.bbq/tsconfig.json b/types/jquery.bbq/tsconfig.json index b6df3537a9..48e78a892d 100644 --- a/types/jquery.bbq/tsconfig.json +++ b/types/jquery.bbq/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -25,4 +26,4 @@ "index.d.ts", "jquery.bbq-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jquery.blockui/tsconfig.json b/types/jquery.blockui/tsconfig.json index 33f90965d1..e46b2e83ec 100644 --- a/types/jquery.blockui/tsconfig.json +++ b/types/jquery.blockui/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.bootstrap.wizard/tsconfig.json b/types/jquery.bootstrap.wizard/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/jquery.bootstrap.wizard/tsconfig.json +++ b/types/jquery.bootstrap.wizard/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.cleditor/tsconfig.json b/types/jquery.cleditor/tsconfig.json index e2c0c30f28..70f33953ab 100644 --- a/types/jquery.cleditor/tsconfig.json +++ b/types/jquery.cleditor/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.clientsidelogging/tsconfig.json b/types/jquery.clientsidelogging/tsconfig.json index 5a94a133b5..80a2b6dbf4 100644 --- a/types/jquery.clientsidelogging/tsconfig.json +++ b/types/jquery.clientsidelogging/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "jquery.clientsidelogging-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jquery.color/tsconfig.json b/types/jquery.color/tsconfig.json index e14fefd574..35da9bb381 100644 --- a/types/jquery.color/tsconfig.json +++ b/types/jquery.color/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.colorbox/tsconfig.json b/types/jquery.colorbox/tsconfig.json index 612676d352..decbdf5578 100644 --- a/types/jquery.colorbox/tsconfig.json +++ b/types/jquery.colorbox/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.colorpicker/tsconfig.json b/types/jquery.colorpicker/tsconfig.json index aa2710147b..f0edccd4d6 100644 --- a/types/jquery.colorpicker/tsconfig.json +++ b/types/jquery.colorpicker/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.contextmenu/tsconfig.json b/types/jquery.contextmenu/tsconfig.json index 46294d4b9c..2de43ba64f 100644 --- a/types/jquery.contextmenu/tsconfig.json +++ b/types/jquery.contextmenu/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.cookie/tsconfig.json b/types/jquery.cookie/tsconfig.json index 4152cf2b73..0b4c16e92a 100644 --- a/types/jquery.cookie/tsconfig.json +++ b/types/jquery.cookie/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.customselect/tsconfig.json b/types/jquery.customselect/tsconfig.json index 1ba0efba9e..ce71c3244f 100644 --- a/types/jquery.customselect/tsconfig.json +++ b/types/jquery.customselect/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.cycle/tsconfig.json b/types/jquery.cycle/tsconfig.json index 6df1a02bb3..b807c05700 100644 --- a/types/jquery.cycle/tsconfig.json +++ b/types/jquery.cycle/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.cycle2/tsconfig.json b/types/jquery.cycle2/tsconfig.json index d67131d9ad..8fe54da959 100644 --- a/types/jquery.cycle2/tsconfig.json +++ b/types/jquery.cycle2/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.dropotron/tsconfig.json b/types/jquery.dropotron/tsconfig.json index cd856d5abf..c811e857c6 100644 --- a/types/jquery.dropotron/tsconfig.json +++ b/types/jquery.dropotron/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.dynatree/tsconfig.json b/types/jquery.dynatree/tsconfig.json index 18a8b83b88..1963c75cb1 100644 --- a/types/jquery.dynatree/tsconfig.json +++ b/types/jquery.dynatree/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.elang/tsconfig.json b/types/jquery.elang/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/jquery.elang/tsconfig.json +++ b/types/jquery.elang/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.fancytree/tsconfig.json b/types/jquery.fancytree/tsconfig.json index 0d9e0b9fd9..bd2d2932ca 100644 --- a/types/jquery.fancytree/tsconfig.json +++ b/types/jquery.fancytree/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.fileupload/tsconfig.json b/types/jquery.fileupload/tsconfig.json index 2bdcd8e57a..ddefea0e79 100644 --- a/types/jquery.fileupload/tsconfig.json +++ b/types/jquery.fileupload/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.filtertable/tsconfig.json b/types/jquery.filtertable/tsconfig.json index 6f114e37d7..a0166c7d6b 100644 --- a/types/jquery.filtertable/tsconfig.json +++ b/types/jquery.filtertable/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "jquery.filtertable-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jquery.finger/tsconfig.json b/types/jquery.finger/tsconfig.json index 52d43523c7..55be70767e 100644 --- a/types/jquery.finger/tsconfig.json +++ b/types/jquery.finger/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.flagstrap/tsconfig.json b/types/jquery.flagstrap/tsconfig.json index 0ef25065fb..c4bf7e1a72 100644 --- a/types/jquery.flagstrap/tsconfig.json +++ b/types/jquery.flagstrap/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.form/tsconfig.json b/types/jquery.form/tsconfig.json index 2b318e02d3..02b4195224 100644 --- a/types/jquery.form/tsconfig.json +++ b/types/jquery.form/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.fullscreen/tsconfig.json b/types/jquery.fullscreen/tsconfig.json index 5d0d9c9b8e..bc666dcb90 100644 --- a/types/jquery.fullscreen/tsconfig.json +++ b/types/jquery.fullscreen/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.gridster/tsconfig.json b/types/jquery.gridster/tsconfig.json index 194b6347b8..b1e75c13e7 100644 --- a/types/jquery.gridster/tsconfig.json +++ b/types/jquery.gridster/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.growl/tsconfig.json b/types/jquery.growl/tsconfig.json index 8eb3a19e35..8416f143a7 100644 --- a/types/jquery.growl/tsconfig.json +++ b/types/jquery.growl/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "jquery.growl-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jquery.highlight-bartaz/tsconfig.json b/types/jquery.highlight-bartaz/tsconfig.json index ac76c95cf0..4cbe9ddf76 100644 --- a/types/jquery.highlight-bartaz/tsconfig.json +++ b/types/jquery.highlight-bartaz/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.jnotify/tsconfig.json b/types/jquery.jnotify/tsconfig.json index 18fa0b35f3..abfa7d2782 100644 --- a/types/jquery.jnotify/tsconfig.json +++ b/types/jquery.jnotify/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.joyride/tsconfig.json b/types/jquery.joyride/tsconfig.json index 2c4734d4ae..cf307a3611 100644 --- a/types/jquery.joyride/tsconfig.json +++ b/types/jquery.joyride/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -25,4 +26,4 @@ "index.d.ts", "jquery.joyride-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jquery.jsignature/tsconfig.json b/types/jquery.jsignature/tsconfig.json index 51d24c12bb..c802539b0a 100644 --- a/types/jquery.jsignature/tsconfig.json +++ b/types/jquery.jsignature/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.leanmodal/tsconfig.json b/types/jquery.leanmodal/tsconfig.json index a4a5f01b57..3625769dde 100644 --- a/types/jquery.leanmodal/tsconfig.json +++ b/types/jquery.leanmodal/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.livestampjs/tsconfig.json b/types/jquery.livestampjs/tsconfig.json index 397c2367a4..4042cffe68 100644 --- a/types/jquery.livestampjs/tsconfig.json +++ b/types/jquery.livestampjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.menuaim/tsconfig.json b/types/jquery.menuaim/tsconfig.json index 3d80f2be05..c63cface62 100644 --- a/types/jquery.menuaim/tsconfig.json +++ b/types/jquery.menuaim/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.mmenu/tsconfig.json b/types/jquery.mmenu/tsconfig.json index 09d17e6520..f95d7a3e93 100644 --- a/types/jquery.mmenu/tsconfig.json +++ b/types/jquery.mmenu/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.notify/tsconfig.json b/types/jquery.notify/tsconfig.json index 0fbfcb5134..e703d61e37 100644 --- a/types/jquery.notify/tsconfig.json +++ b/types/jquery.notify/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.notifybar/tsconfig.json b/types/jquery.notifybar/tsconfig.json index 7265920772..7541f17487 100644 --- a/types/jquery.notifybar/tsconfig.json +++ b/types/jquery.notifybar/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.noty/tsconfig.json b/types/jquery.noty/tsconfig.json index 9661cf12ad..fa1c069762 100644 --- a/types/jquery.noty/tsconfig.json +++ b/types/jquery.noty/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.payment/tsconfig.json b/types/jquery.payment/tsconfig.json index e9372ea856..84e6f1c89a 100644 --- a/types/jquery.payment/tsconfig.json +++ b/types/jquery.payment/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.pjax/tsconfig.json b/types/jquery.pjax/tsconfig.json index 5364759f80..5d692dbfe4 100644 --- a/types/jquery.pjax/tsconfig.json +++ b/types/jquery.pjax/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "jquery.pjax-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jquery.placeholder/tsconfig.json b/types/jquery.placeholder/tsconfig.json index af2cc1f64a..40c034b33b 100644 --- a/types/jquery.placeholder/tsconfig.json +++ b/types/jquery.placeholder/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.pnotify/tsconfig.json b/types/jquery.pnotify/tsconfig.json index d99c539d32..a7ad412326 100644 --- a/types/jquery.pnotify/tsconfig.json +++ b/types/jquery.pnotify/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.postmessage/tsconfig.json b/types/jquery.postmessage/tsconfig.json index 771fb98481..dffccae0cd 100644 --- a/types/jquery.postmessage/tsconfig.json +++ b/types/jquery.postmessage/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.prettyphoto/tsconfig.json b/types/jquery.prettyphoto/tsconfig.json index ef0512e746..c35b1d3718 100644 --- a/types/jquery.prettyphoto/tsconfig.json +++ b/types/jquery.prettyphoto/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.qrcode/tsconfig.json b/types/jquery.qrcode/tsconfig.json index 309365ed73..bfa114d23a 100644 --- a/types/jquery.qrcode/tsconfig.json +++ b/types/jquery.qrcode/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.rateit/tsconfig.json b/types/jquery.rateit/tsconfig.json index 185c5f4e7d..a2ab54ec3b 100644 --- a/types/jquery.rateit/tsconfig.json +++ b/types/jquery.rateit/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.rowgrid/tsconfig.json b/types/jquery.rowgrid/tsconfig.json index 84db5db709..452aaeee8b 100644 --- a/types/jquery.rowgrid/tsconfig.json +++ b/types/jquery.rowgrid/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.scrollto/tsconfig.json b/types/jquery.scrollto/tsconfig.json index 76d7d92230..587136c6c3 100644 --- a/types/jquery.scrollto/tsconfig.json +++ b/types/jquery.scrollto/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.simplemodal/tsconfig.json b/types/jquery.simplemodal/tsconfig.json index 07eb011fc3..24b60b0f81 100644 --- a/types/jquery.simplemodal/tsconfig.json +++ b/types/jquery.simplemodal/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.simplepagination/tsconfig.json b/types/jquery.simplepagination/tsconfig.json index d5bdf027a7..fa188d40ae 100644 --- a/types/jquery.simplepagination/tsconfig.json +++ b/types/jquery.simplepagination/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.simulate/tsconfig.json b/types/jquery.simulate/tsconfig.json index 01f84a456c..c1586267bc 100644 --- a/types/jquery.simulate/tsconfig.json +++ b/types/jquery.simulate/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.slimscroll/tsconfig.json b/types/jquery.slimscroll/tsconfig.json index 7c9121b767..d6acf16f4e 100644 --- a/types/jquery.slimscroll/tsconfig.json +++ b/types/jquery.slimscroll/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.soap/tsconfig.json b/types/jquery.soap/tsconfig.json index 80ceefd908..30c25fedd2 100644 --- a/types/jquery.soap/tsconfig.json +++ b/types/jquery.soap/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.sortelements/tsconfig.json b/types/jquery.sortelements/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/jquery.sortelements/tsconfig.json +++ b/types/jquery.sortelements/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.superlink/tsconfig.json b/types/jquery.superlink/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/jquery.superlink/tsconfig.json +++ b/types/jquery.superlink/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.tagsmanager/tsconfig.json b/types/jquery.tagsmanager/tsconfig.json index 8f2ee0be57..26ae59c2ef 100644 --- a/types/jquery.tagsmanager/tsconfig.json +++ b/types/jquery.tagsmanager/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.tile/tsconfig.json b/types/jquery.tile/tsconfig.json index 6d92372e66..4dd9e0f2ed 100644 --- a/types/jquery.tile/tsconfig.json +++ b/types/jquery.tile/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.timeago/tsconfig.json b/types/jquery.timeago/tsconfig.json index ed37be4b46..9d61fbd512 100644 --- a/types/jquery.timeago/tsconfig.json +++ b/types/jquery.timeago/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.timepicker/tsconfig.json b/types/jquery.timepicker/tsconfig.json index 3245ae44b9..6536dcca3b 100644 --- a/types/jquery.timepicker/tsconfig.json +++ b/types/jquery.timepicker/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.timer/tsconfig.json b/types/jquery.timer/tsconfig.json index 65cef6c01d..166eec6bc1 100644 --- a/types/jquery.timer/tsconfig.json +++ b/types/jquery.timer/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.tinycarousel/tsconfig.json b/types/jquery.tinycarousel/tsconfig.json index 3963118c45..f8b4040854 100644 --- a/types/jquery.tinycarousel/tsconfig.json +++ b/types/jquery.tinycarousel/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.tinyscrollbar/tsconfig.json b/types/jquery.tinyscrollbar/tsconfig.json index 567041d00a..f318eedaa4 100644 --- a/types/jquery.tinyscrollbar/tsconfig.json +++ b/types/jquery.tinyscrollbar/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.tipsy/tsconfig.json b/types/jquery.tipsy/tsconfig.json index 83ad4e016e..fc95477a54 100644 --- a/types/jquery.tipsy/tsconfig.json +++ b/types/jquery.tipsy/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.tools/tsconfig.json b/types/jquery.tools/tsconfig.json index 64e79cb10d..3b99d33c86 100644 --- a/types/jquery.tools/tsconfig.json +++ b/types/jquery.tools/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.tooltipster/tsconfig.json b/types/jquery.tooltipster/tsconfig.json index baa3c3bdc6..edc2812c82 100644 --- a/types/jquery.tooltipster/tsconfig.json +++ b/types/jquery.tooltipster/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.total-storage/tsconfig.json b/types/jquery.total-storage/tsconfig.json index 9348a6fe20..ab78e13671 100644 --- a/types/jquery.total-storage/tsconfig.json +++ b/types/jquery.total-storage/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.transit/tsconfig.json b/types/jquery.transit/tsconfig.json index 8afd176026..ba68e939c7 100644 --- a/types/jquery.transit/tsconfig.json +++ b/types/jquery.transit/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.ui.datetimepicker/tsconfig.json b/types/jquery.ui.datetimepicker/tsconfig.json index 877cb4a059..6d28673765 100644 --- a/types/jquery.ui.datetimepicker/tsconfig.json +++ b/types/jquery.ui.datetimepicker/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.ui.layout/tsconfig.json b/types/jquery.ui.layout/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/jquery.ui.layout/tsconfig.json +++ b/types/jquery.ui.layout/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.uniform/tsconfig.json b/types/jquery.uniform/tsconfig.json index a419dc1316..0cd374ab15 100644 --- a/types/jquery.uniform/tsconfig.json +++ b/types/jquery.uniform/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.validation/tsconfig.json b/types/jquery.validation/tsconfig.json index 6c399dc97d..83b1ac2d52 100644 --- a/types/jquery.validation/tsconfig.json +++ b/types/jquery.validation/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.watermark/tsconfig.json b/types/jquery.watermark/tsconfig.json index 703e25a8f9..9543996936 100644 --- a/types/jquery.watermark/tsconfig.json +++ b/types/jquery.watermark/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery.window/tsconfig.json b/types/jquery.window/tsconfig.json index c8d0b1e197..d8608684d5 100644 --- a/types/jquery.window/tsconfig.json +++ b/types/jquery.window/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jquery/tsconfig.json b/types/jquery/tsconfig.json index 901642e583..e481dc63c6 100644 --- a/types/jquery/tsconfig.json +++ b/types/jquery/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -28,4 +29,4 @@ "test/jquery-slim-no-window-module-tests.ts", "test/jquery-slim-window-module-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jquery/v1/tsconfig.json b/types/jquery/v1/tsconfig.json index 03de81078e..02855a9f8e 100644 --- a/types/jquery/v1/tsconfig.json +++ b/types/jquery/v1/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" @@ -25,4 +26,4 @@ "index.d.ts", "jquery-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jquery/v2/tsconfig.json b/types/jquery/v2/tsconfig.json index e1c19d0e90..03ea2df8de 100644 --- a/types/jquery/v2/tsconfig.json +++ b/types/jquery/v2/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" @@ -25,4 +26,4 @@ "index.d.ts", "jquery-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jquerymobile/tsconfig.json b/types/jquerymobile/tsconfig.json index b98fd820f3..fbbd8cb739 100644 --- a/types/jquerymobile/tsconfig.json +++ b/types/jquerymobile/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jqueryui/tsconfig.json b/types/jqueryui/tsconfig.json index 537439f7cd..ea7c9385c3 100644 --- a/types/jqueryui/tsconfig.json +++ b/types/jqueryui/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "jqueryui-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/js-base64/tsconfig.json b/types/js-base64/tsconfig.json index 08d45d098d..f0622b7bc8 100644 --- a/types/js-base64/tsconfig.json +++ b/types/js-base64/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/js-beautify/tsconfig.json b/types/js-beautify/tsconfig.json index fb4bf8241a..28b0a603af 100644 --- a/types/js-beautify/tsconfig.json +++ b/types/js-beautify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/js-clipper/tsconfig.json b/types/js-clipper/tsconfig.json index 9429aa9612..b4074f17c1 100644 --- a/types/js-clipper/tsconfig.json +++ b/types/js-clipper/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/js-combinatorics/tsconfig.json b/types/js-combinatorics/tsconfig.json index d2c753f35b..ff2a188dcb 100644 --- a/types/js-combinatorics/tsconfig.json +++ b/types/js-combinatorics/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/js-cookie/tsconfig.json b/types/js-cookie/tsconfig.json index 486bcb98e4..63cd342137 100644 --- a/types/js-cookie/tsconfig.json +++ b/types/js-cookie/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "js-cookie-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/js-data-angular/tsconfig.json b/types/js-data-angular/tsconfig.json index 398cd19fdb..e5117ff27a 100644 --- a/types/js-data-angular/tsconfig.json +++ b/types/js-data-angular/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/js-data-http/tsconfig.json b/types/js-data-http/tsconfig.json index d0a5b9be34..2dcba49575 100644 --- a/types/js-data-http/tsconfig.json +++ b/types/js-data-http/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/js-fixtures/tsconfig.json b/types/js-fixtures/tsconfig.json index b67bb5ae6f..2f4cb02c4b 100644 --- a/types/js-fixtures/tsconfig.json +++ b/types/js-fixtures/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/js-git/tsconfig.json b/types/js-git/tsconfig.json index ca3d040658..e53cf4f6d8 100644 --- a/types/js-git/tsconfig.json +++ b/types/js-git/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/js-md5/tsconfig.json b/types/js-md5/tsconfig.json index f0ae291e30..6348210a6b 100644 --- a/types/js-md5/tsconfig.json +++ b/types/js-md5/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "js-md5-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/js-priority-queue/tsconfig.json b/types/js-priority-queue/tsconfig.json index d18a5435ed..12e9d7f000 100644 --- a/types/js-priority-queue/tsconfig.json +++ b/types/js-priority-queue/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/js-quantities/tsconfig.json b/types/js-quantities/tsconfig.json index 4c9210e2f0..1866fc5155 100644 --- a/types/js-quantities/tsconfig.json +++ b/types/js-quantities/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/js-schema/tsconfig.json b/types/js-schema/tsconfig.json index 2df3a57592..1c26cda396 100644 --- a/types/js-schema/tsconfig.json +++ b/types/js-schema/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/js-search/tsconfig.json b/types/js-search/tsconfig.json index 83ce87381c..eb6253aec9 100644 --- a/types/js-search/tsconfig.json +++ b/types/js-search/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "js-search-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/js-to-java/tsconfig.json b/types/js-to-java/tsconfig.json index f5bde3a5bb..6a927d9578 100644 --- a/types/js-to-java/tsconfig.json +++ b/types/js-to-java/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "js-to-java-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/js-url/tsconfig.json b/types/js-url/tsconfig.json index cac2845fc8..117bf43420 100644 --- a/types/js-url/tsconfig.json +++ b/types/js-url/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/js-yaml/tsconfig.json b/types/js-yaml/tsconfig.json index 5e00bebcd7..b1e787d1b3 100644 --- a/types/js-yaml/tsconfig.json +++ b/types/js-yaml/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/js.spec/tsconfig.json b/types/js.spec/tsconfig.json index b3afe65da2..c7a1d13a57 100644 --- a/types/js.spec/tsconfig.json +++ b/types/js.spec/tsconfig.json @@ -1,10 +1,13 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6"], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -17,4 +20,4 @@ "index.d.ts", "js.spec-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jsbn/tsconfig.json b/types/jsbn/tsconfig.json index 22fbcb3675..68fb5fc2d5 100644 --- a/types/jsbn/tsconfig.json +++ b/types/jsbn/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jscrollpane/tsconfig.json b/types/jscrollpane/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/jscrollpane/tsconfig.json +++ b/types/jscrollpane/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jsdeferred/tsconfig.json b/types/jsdeferred/tsconfig.json index 63824aad98..7b6fbf8171 100644 --- a/types/jsdeferred/tsconfig.json +++ b/types/jsdeferred/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -25,4 +26,4 @@ "index.d.ts", "jsdeferred-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jsdom/tsconfig.json b/types/jsdom/tsconfig.json index ea8d7b93b3..fe7f9dd41f 100644 --- a/types/jsdom/tsconfig.json +++ b/types/jsdom/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "jsdom-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jsdom/v2/tsconfig.json b/types/jsdom/v2/tsconfig.json index 79417fd53c..3027a13385 100644 --- a/types/jsdom/v2/tsconfig.json +++ b/types/jsdom/v2/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" @@ -25,4 +26,4 @@ "index.d.ts", "jsdom-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jsen/tsconfig.json b/types/jsen/tsconfig.json index 946696fc78..cf32dd60a8 100644 --- a/types/jsen/tsconfig.json +++ b/types/jsen/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jsend/tsconfig.json b/types/jsend/tsconfig.json index 5614ffe7d9..13a1b84a23 100644 --- a/types/jsend/tsconfig.json +++ b/types/jsend/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jsesc/tsconfig.json b/types/jsesc/tsconfig.json index 4ed5441108..d9f4194987 100644 --- a/types/jsesc/tsconfig.json +++ b/types/jsesc/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jsfl/tsconfig.json b/types/jsfl/tsconfig.json index b994fee043..581bbb4199 100644 --- a/types/jsfl/tsconfig.json +++ b/types/jsfl/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jsforce/tsconfig.json b/types/jsforce/tsconfig.json index 63812424be..0d480d799f 100644 --- a/types/jsforce/tsconfig.json +++ b/types/jsforce/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jshamcrest/tsconfig.json b/types/jshamcrest/tsconfig.json index 0f9cb7d631..dd54b4d553 100644 --- a/types/jshamcrest/tsconfig.json +++ b/types/jshamcrest/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jsmockito/tsconfig.json b/types/jsmockito/tsconfig.json index 8b3d3159c4..3b81da0df0 100644 --- a/types/jsmockito/tsconfig.json +++ b/types/jsmockito/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jsnox/tsconfig.json b/types/jsnox/tsconfig.json index 0cbbb155a7..03450f596c 100644 --- a/types/jsnox/tsconfig.json +++ b/types/jsnox/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/json-editor/tsconfig.json b/types/json-editor/tsconfig.json index bc5d6e584c..accf3485bf 100644 --- a/types/json-editor/tsconfig.json +++ b/types/json-editor/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/json-merge-patch/tsconfig.json b/types/json-merge-patch/tsconfig.json index c6552713b4..2c3683dc41 100644 --- a/types/json-merge-patch/tsconfig.json +++ b/types/json-merge-patch/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/json-patch/tsconfig.json b/types/json-patch/tsconfig.json index e3c8bb16c9..bcd1d84d36 100644 --- a/types/json-patch/tsconfig.json +++ b/types/json-patch/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/json-pointer/tsconfig.json b/types/json-pointer/tsconfig.json index 9c4e6d2268..f5b746e548 100644 --- a/types/json-pointer/tsconfig.json +++ b/types/json-pointer/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/json-rpc-ws/tsconfig.json b/types/json-rpc-ws/tsconfig.json index 9707d8e10f..d062401159 100644 --- a/types/json-rpc-ws/tsconfig.json +++ b/types/json-rpc-ws/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/json-schema/tsconfig.json b/types/json-schema/tsconfig.json index d3d4af2b73..443caf8239 100644 --- a/types/json-schema/tsconfig.json +++ b/types/json-schema/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/json-socket/tsconfig.json b/types/json-socket/tsconfig.json index 1306eb983e..5901e0b745 100644 --- a/types/json-socket/tsconfig.json +++ b/types/json-socket/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/json-stable-stringify/tsconfig.json b/types/json-stable-stringify/tsconfig.json index 9ce550b0e8..bb605781c5 100644 --- a/types/json-stable-stringify/tsconfig.json +++ b/types/json-stable-stringify/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/json-stringify-safe/tsconfig.json b/types/json-stringify-safe/tsconfig.json index 5ba2999d6d..f4ca1b5e30 100644 --- a/types/json-stringify-safe/tsconfig.json +++ b/types/json-stringify-safe/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "json-stringify-safe-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/json2md/tsconfig.json b/types/json2md/tsconfig.json index 8fec5e6f49..e0fd95f150 100644 --- a/types/json2md/tsconfig.json +++ b/types/json2md/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "json2md-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/json5/tsconfig.json b/types/json5/tsconfig.json index 4e568c642d..bf318f8b10 100644 --- a/types/json5/tsconfig.json +++ b/types/json5/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jsonata/tsconfig.json b/types/jsonata/tsconfig.json index e7ca21b6c6..c047ca52bf 100644 --- a/types/jsonata/tsconfig.json +++ b/types/jsonata/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "jsonata-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jsoneditor/tsconfig.json b/types/jsoneditor/tsconfig.json index 3a2fdc86a6..299abd4f68 100644 --- a/types/jsoneditor/tsconfig.json +++ b/types/jsoneditor/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jsoneditoronline/tsconfig.json b/types/jsoneditoronline/tsconfig.json index 0a67259635..25ef8ae26a 100644 --- a/types/jsoneditoronline/tsconfig.json +++ b/types/jsoneditoronline/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jsonminify/tsconfig.json b/types/jsonminify/tsconfig.json index 64ee314bf6..0df74ef465 100644 --- a/types/jsonminify/tsconfig.json +++ b/types/jsonminify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jsonnet/tsconfig.json b/types/jsonnet/tsconfig.json index f890873469..c30a5a2ffb 100644 --- a/types/jsonnet/tsconfig.json +++ b/types/jsonnet/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jsonp/tsconfig.json b/types/jsonp/tsconfig.json index 4ba94d9d89..760822ff6b 100644 --- a/types/jsonp/tsconfig.json +++ b/types/jsonp/tsconfig.json @@ -8,8 +8,11 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true @@ -18,4 +21,4 @@ "index.d.ts", "jsonp-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jsonpath/tsconfig.json b/types/jsonpath/tsconfig.json index 1ac9df8aba..04b06d5baf 100644 --- a/types/jsonpath/tsconfig.json +++ b/types/jsonpath/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jsonrpc-serializer/tsconfig.json b/types/jsonrpc-serializer/tsconfig.json index f17f1b210b..f3a91d58c1 100644 --- a/types/jsonrpc-serializer/tsconfig.json +++ b/types/jsonrpc-serializer/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jsonstream/tsconfig.json b/types/jsonstream/tsconfig.json index 84138c9dec..9fe19a4c05 100644 --- a/types/jsonstream/tsconfig.json +++ b/types/jsonstream/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jsonwebtoken/tsconfig.json b/types/jsonwebtoken/tsconfig.json index 058e7360ce..c16a931577 100644 --- a/types/jsonwebtoken/tsconfig.json +++ b/types/jsonwebtoken/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jspdf/tsconfig.json b/types/jspdf/tsconfig.json index 90c6d0a5b6..697de6db64 100644 --- a/types/jspdf/tsconfig.json +++ b/types/jspdf/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jsplumb/tsconfig.json b/types/jsplumb/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/jsplumb/tsconfig.json +++ b/types/jsplumb/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jsqrcode/tsconfig.json b/types/jsqrcode/tsconfig.json index f4a291c106..dcc6bf63a2 100644 --- a/types/jsqrcode/tsconfig.json +++ b/types/jsqrcode/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "noEmit": true, "forceConsistentCasingInFileNames": true, "baseUrl": "../", diff --git a/types/jsrender/tsconfig.json b/types/jsrender/tsconfig.json index 5044b0e8ad..71bcce3848 100644 --- a/types/jsrender/tsconfig.json +++ b/types/jsrender/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jsrp/tsconfig.json b/types/jsrp/tsconfig.json index e939c3b49b..eee1ca1391 100644 --- a/types/jsrp/tsconfig.json +++ b/types/jsrp/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "jsrp-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jss/tsconfig.json b/types/jss/tsconfig.json index c600a58c9e..d22eb9d75e 100644 --- a/types/jss/tsconfig.json +++ b/types/jss/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jssha/tsconfig.json b/types/jssha/tsconfig.json index ce8218b5d7..9e54d3c27a 100644 --- a/types/jssha/tsconfig.json +++ b/types/jssha/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jstimezonedetect/tsconfig.json b/types/jstimezonedetect/tsconfig.json index ba9295edd9..b774b2f27b 100644 --- a/types/jstimezonedetect/tsconfig.json +++ b/types/jstimezonedetect/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jstorage/tsconfig.json b/types/jstorage/tsconfig.json index 554abb6d04..7d03130196 100644 --- a/types/jstorage/tsconfig.json +++ b/types/jstorage/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jstree/tsconfig.json b/types/jstree/tsconfig.json index ba230e68f1..235aef261c 100644 --- a/types/jstree/tsconfig.json +++ b/types/jstree/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jsts/tsconfig.json b/types/jsts/tsconfig.json index 302e50d103..ac8ce72682 100644 --- a/types/jsts/tsconfig.json +++ b/types/jsts/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jsuite/tsconfig.json b/types/jsuite/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/jsuite/tsconfig.json +++ b/types/jsuite/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jsuri/tsconfig.json b/types/jsuri/tsconfig.json index d065e68f57..aa5a702117 100644 --- a/types/jsuri/tsconfig.json +++ b/types/jsuri/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jsurl/tsconfig.json b/types/jsurl/tsconfig.json index 0508fb02fc..3b795be015 100644 --- a/types/jsurl/tsconfig.json +++ b/types/jsurl/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jsx-chai/tsconfig.json b/types/jsx-chai/tsconfig.json index 7995cb00dc..5ff33d9bec 100644 --- a/types/jsx-chai/tsconfig.json +++ b/types/jsx-chai/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jszip/tsconfig.json b/types/jszip/tsconfig.json index 80c7836f06..c5a1abf752 100644 --- a/types/jszip/tsconfig.json +++ b/types/jszip/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "jszip-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jug/tsconfig.json b/types/jug/tsconfig.json index 174d7c3d87..ceaf8a8e0a 100644 --- a/types/jug/tsconfig.json +++ b/types/jug/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jui-core/tsconfig.json b/types/jui-core/tsconfig.json index 1328971c9e..67f1eb8560 100644 --- a/types/jui-core/tsconfig.json +++ b/types/jui-core/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "jui-core-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jui-grid/tsconfig.json b/types/jui-grid/tsconfig.json index e79594958e..44d9c93211 100644 --- a/types/jui-grid/tsconfig.json +++ b/types/jui-grid/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -17,7 +18,7 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "index.d.ts", - "jui-grid-tests.ts" + "index.d.ts", + "jui-grid-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jui/tsconfig.json b/types/jui/tsconfig.json index 9137f72c78..6ea9a2ea6b 100644 --- a/types/jui/tsconfig.json +++ b/types/jui/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -17,7 +18,7 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "index.d.ts", - "jui-tests.ts" + "index.d.ts", + "jui-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jump.js/tsconfig.json b/types/jump.js/tsconfig.json index eb922b4eeb..58186807e9 100644 --- a/types/jump.js/tsconfig.json +++ b/types/jump.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jweixin/tsconfig.json b/types/jweixin/tsconfig.json index 1031f719fd..d2740833c5 100644 --- a/types/jweixin/tsconfig.json +++ b/types/jweixin/tsconfig.json @@ -1,23 +1,24 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "jweixin-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "jweixin-tests.ts" + ] +} \ No newline at end of file diff --git a/types/jwplayer/tsconfig.json b/types/jwplayer/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/jwplayer/tsconfig.json +++ b/types/jwplayer/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jwt-client/tsconfig.json b/types/jwt-client/tsconfig.json index 1e833af482..3611c59237 100644 --- a/types/jwt-client/tsconfig.json +++ b/types/jwt-client/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/jwt-decode/tsconfig.json b/types/jwt-decode/tsconfig.json index 8d87ddb618..f53a16f5a6 100644 --- a/types/jwt-decode/tsconfig.json +++ b/types/jwt-decode/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "jwt-decode-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jwt-decode/v1/tsconfig.json b/types/jwt-decode/v1/tsconfig.json index a0d0dd4f39..261fdece08 100644 --- a/types/jwt-decode/v1/tsconfig.json +++ b/types/jwt-decode/v1/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" @@ -24,4 +25,4 @@ "index.d.ts", "jwt-decode-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jwt-simple/tsconfig.json b/types/jwt-simple/tsconfig.json index 1ac8cea6f1..52f84f6e77 100644 --- a/types/jwt-simple/tsconfig.json +++ b/types/jwt-simple/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/kafka-node/tsconfig.json b/types/kafka-node/tsconfig.json index 616ae7507a..154c35e191 100644 --- a/types/kafka-node/tsconfig.json +++ b/types/kafka-node/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "kafka-node-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/karma-chai-sinon/tsconfig.json b/types/karma-chai-sinon/tsconfig.json index 48d0aaa5f2..86c4fa3299 100644 --- a/types/karma-chai-sinon/tsconfig.json +++ b/types/karma-chai-sinon/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/karma-chai/tsconfig.json b/types/karma-chai/tsconfig.json index 578bca4c14..726bb90e80 100644 --- a/types/karma-chai/tsconfig.json +++ b/types/karma-chai/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "karma-chai-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/karma-coverage/tsconfig.json b/types/karma-coverage/tsconfig.json index 404aa4ec66..02a491bc01 100644 --- a/types/karma-coverage/tsconfig.json +++ b/types/karma-coverage/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/karma-fixture/tsconfig.json b/types/karma-fixture/tsconfig.json index 29d2f94e74..0b39c302b4 100644 --- a/types/karma-fixture/tsconfig.json +++ b/types/karma-fixture/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/karma-jasmine/tsconfig.json b/types/karma-jasmine/tsconfig.json index 22f2f52c79..54f70b6c45 100644 --- a/types/karma-jasmine/tsconfig.json +++ b/types/karma-jasmine/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/karma-webpack/tsconfig.json b/types/karma-webpack/tsconfig.json index 6f357958af..d91714d8bc 100644 --- a/types/karma-webpack/tsconfig.json +++ b/types/karma-webpack/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, @@ -22,4 +25,4 @@ "index.d.ts", "karma-webpack-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/karma/tsconfig.json b/types/karma/tsconfig.json index b2d5e469ba..50bbc0c60b 100644 --- a/types/karma/tsconfig.json +++ b/types/karma/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/katex/tsconfig.json b/types/katex/tsconfig.json index e5f500e3f4..2cf3297aca 100644 --- a/types/katex/tsconfig.json +++ b/types/katex/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/kcors/tsconfig.json b/types/kcors/tsconfig.json index 017137b6dd..3322dc4921 100644 --- a/types/kcors/tsconfig.json +++ b/types/kcors/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/kdbush/tsconfig.json b/types/kdbush/tsconfig.json index 16814b627e..11107837a0 100644 --- a/types/kdbush/tsconfig.json +++ b/types/kdbush/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "kdbush-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/kefir/tsconfig.json b/types/kefir/tsconfig.json index 9f05950582..e1d57fe2e3 100644 --- a/types/kefir/tsconfig.json +++ b/types/kefir/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/kendo-ui/tsconfig.json b/types/kendo-ui/tsconfig.json index e43c0b12f2..e6e296e3ee 100644 --- a/types/kendo-ui/tsconfig.json +++ b/types/kendo-ui/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/keyboardjs/tsconfig.json b/types/keyboardjs/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/keyboardjs/tsconfig.json +++ b/types/keyboardjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/keycloak-js/tsconfig.json b/types/keycloak-js/tsconfig.json index 7ac994a5dc..7c2834a781 100644 --- a/types/keycloak-js/tsconfig.json +++ b/types/keycloak-js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "keycloak-authz.d.ts", "keycloak-js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/keygrip/tsconfig.json b/types/keygrip/tsconfig.json index b5667e063a..6a68ad8ba2 100644 --- a/types/keygrip/tsconfig.json +++ b/types/keygrip/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/keymaster/tsconfig.json b/types/keymaster/tsconfig.json index fb5fbe56d3..c35aaa1b01 100644 --- a/types/keymaster/tsconfig.json +++ b/types/keymaster/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/keymirror/tsconfig.json b/types/keymirror/tsconfig.json index e29384c526..4d6365bc4c 100644 --- a/types/keymirror/tsconfig.json +++ b/types/keymirror/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/keypress.js/tsconfig.json b/types/keypress.js/tsconfig.json index e34001b2f2..1643b0a002 100644 --- a/types/keypress.js/tsconfig.json +++ b/types/keypress.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/keysym/tsconfig.json b/types/keysym/tsconfig.json index 01fdbb99b9..b2daaa6d31 100644 --- a/types/keysym/tsconfig.json +++ b/types/keysym/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "keysym-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/keytar/tsconfig.json b/types/keytar/tsconfig.json index 7fb028fabd..5a2fe428ff 100644 --- a/types/keytar/tsconfig.json +++ b/types/keytar/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/kii-cloud-sdk/tsconfig.json b/types/kii-cloud-sdk/tsconfig.json index 7c1fee614e..fd1b84aab9 100644 --- a/types/kii-cloud-sdk/tsconfig.json +++ b/types/kii-cloud-sdk/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/kik-browser/tsconfig.json b/types/kik-browser/tsconfig.json index e5bd914ec0..d832795617 100644 --- a/types/kik-browser/tsconfig.json +++ b/types/kik-browser/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/kineticjs/tsconfig.json b/types/kineticjs/tsconfig.json index aff40245f3..cee48ec061 100644 --- a/types/kineticjs/tsconfig.json +++ b/types/kineticjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/klaw-sync/tsconfig.json b/types/klaw-sync/tsconfig.json index ca120a7ba3..f6fe9eb8bd 100644 --- a/types/klaw-sync/tsconfig.json +++ b/types/klaw-sync/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "klaw-sync-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/klaw/tsconfig.json b/types/klaw/tsconfig.json index d9191309e7..1d3db09e05 100644 --- a/types/klaw/tsconfig.json +++ b/types/klaw/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/knex-postgis/tsconfig.json b/types/knex-postgis/tsconfig.json index 78352f64b6..7d088da2f2 100644 --- a/types/knex-postgis/tsconfig.json +++ b/types/knex-postgis/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "knex-postgis-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/knex/tsconfig.json b/types/knex/tsconfig.json index 820352f41b..8f0b7771d9 100644 --- a/types/knex/tsconfig.json +++ b/types/knex/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/knockback/tsconfig.json b/types/knockback/tsconfig.json index 9661cf12ad..fa1c069762 100644 --- a/types/knockback/tsconfig.json +++ b/types/knockback/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/knockout-amd-helpers/tsconfig.json b/types/knockout-amd-helpers/tsconfig.json index 83c42c0bd5..b79c6d90d2 100644 --- a/types/knockout-amd-helpers/tsconfig.json +++ b/types/knockout-amd-helpers/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/knockout-secure-binding/tsconfig.json b/types/knockout-secure-binding/tsconfig.json index 1f945cd202..111b6eeeee 100644 --- a/types/knockout-secure-binding/tsconfig.json +++ b/types/knockout-secure-binding/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/knockout-transformations/tsconfig.json b/types/knockout-transformations/tsconfig.json index 296a2aa453..4e5e456ef6 100644 --- a/types/knockout-transformations/tsconfig.json +++ b/types/knockout-transformations/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/knockout.deferred.updates/tsconfig.json b/types/knockout.deferred.updates/tsconfig.json index 4dc316a17a..e454e60d07 100644 --- a/types/knockout.deferred.updates/tsconfig.json +++ b/types/knockout.deferred.updates/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/knockout.editables/tsconfig.json b/types/knockout.editables/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/knockout.editables/tsconfig.json +++ b/types/knockout.editables/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/knockout.es5/tsconfig.json b/types/knockout.es5/tsconfig.json index 6d1c70fe3f..794ea97505 100644 --- a/types/knockout.es5/tsconfig.json +++ b/types/knockout.es5/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/knockout.kogrid/tsconfig.json b/types/knockout.kogrid/tsconfig.json index d46268534b..005a8c6eb1 100644 --- a/types/knockout.kogrid/tsconfig.json +++ b/types/knockout.kogrid/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/knockout.mapper/tsconfig.json b/types/knockout.mapper/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/knockout.mapper/tsconfig.json +++ b/types/knockout.mapper/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/knockout.mapping/tsconfig.json b/types/knockout.mapping/tsconfig.json index 24b00ef829..1ae87d442f 100644 --- a/types/knockout.mapping/tsconfig.json +++ b/types/knockout.mapping/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/knockout.postbox/tsconfig.json b/types/knockout.postbox/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/knockout.postbox/tsconfig.json +++ b/types/knockout.postbox/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/knockout.projections/tsconfig.json b/types/knockout.projections/tsconfig.json index d962e55fc5..97fa4bbc5e 100644 --- a/types/knockout.projections/tsconfig.json +++ b/types/knockout.projections/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/knockout.punches/tsconfig.json b/types/knockout.punches/tsconfig.json index f42d080001..6851149d09 100644 --- a/types/knockout.punches/tsconfig.json +++ b/types/knockout.punches/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/knockout.rx/tsconfig.json b/types/knockout.rx/tsconfig.json index d05b336095..3a2a3fdb73 100644 --- a/types/knockout.rx/tsconfig.json +++ b/types/knockout.rx/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/knockout.validation/tsconfig.json b/types/knockout.validation/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/knockout.validation/tsconfig.json +++ b/types/knockout.validation/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/knockout.viewmodel/tsconfig.json b/types/knockout.viewmodel/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/knockout.viewmodel/tsconfig.json +++ b/types/knockout.viewmodel/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/knockout/tsconfig.json b/types/knockout/tsconfig.json index c5dd9f2ae7..1a314f7b0e 100644 --- a/types/knockout/tsconfig.json +++ b/types/knockout/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "test/templatingBehaviors.ts", "test/index.ts" ] -} +} \ No newline at end of file diff --git a/types/knockstrap/tsconfig.json b/types/knockstrap/tsconfig.json index abe418072e..4d09924e6d 100644 --- a/types/knockstrap/tsconfig.json +++ b/types/knockstrap/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/knuddels-userapps-api/tsconfig.json b/types/knuddels-userapps-api/tsconfig.json index 21fec51518..96c3a04cc9 100644 --- a/types/knuddels-userapps-api/tsconfig.json +++ b/types/knuddels-userapps-api/tsconfig.json @@ -1,23 +1,24 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "knuddels-userapps-api-tests.ts" - ] + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "knuddels-userapps-api-tests.ts" + ] } \ No newline at end of file diff --git a/types/ko.plus/tsconfig.json b/types/ko.plus/tsconfig.json index 5c3f63d332..7dbc42737f 100644 --- a/types/ko.plus/tsconfig.json +++ b/types/ko.plus/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/koa-basic-auth/tsconfig.json b/types/koa-basic-auth/tsconfig.json index 181d92bae2..26e8260665 100644 --- a/types/koa-basic-auth/tsconfig.json +++ b/types/koa-basic-auth/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/koa-bodyparser/tsconfig.json b/types/koa-bodyparser/tsconfig.json index 939c56b2c9..1e7b5ee33e 100644 --- a/types/koa-bodyparser/tsconfig.json +++ b/types/koa-bodyparser/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/koa-cache-control/tsconfig.json b/types/koa-cache-control/tsconfig.json index 846b5abbae..3ecc5fd497 100644 --- a/types/koa-cache-control/tsconfig.json +++ b/types/koa-cache-control/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "koa-cache-control-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/koa-compose/tsconfig.json b/types/koa-compose/tsconfig.json index 452eee9f98..59b13908a4 100644 --- a/types/koa-compose/tsconfig.json +++ b/types/koa-compose/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/koa-compress/tsconfig.json b/types/koa-compress/tsconfig.json index 2f4485fbb0..332dd960c4 100644 --- a/types/koa-compress/tsconfig.json +++ b/types/koa-compress/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/koa-favicon/tsconfig.json b/types/koa-favicon/tsconfig.json index a375b967d4..15566de398 100644 --- a/types/koa-favicon/tsconfig.json +++ b/types/koa-favicon/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/koa-generic-session/tsconfig.json b/types/koa-generic-session/tsconfig.json index b4cf43dab8..d16c12ef15 100644 --- a/types/koa-generic-session/tsconfig.json +++ b/types/koa-generic-session/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/koa-hbs/tsconfig.json b/types/koa-hbs/tsconfig.json index 5e0b9691a4..b286334455 100644 --- a/types/koa-hbs/tsconfig.json +++ b/types/koa-hbs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/koa-helmet/tsconfig.json b/types/koa-helmet/tsconfig.json index 53162f08e8..1024081843 100644 --- a/types/koa-helmet/tsconfig.json +++ b/types/koa-helmet/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "koa-helmet-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/koa-json-error/tsconfig.json b/types/koa-json-error/tsconfig.json index 49d647a322..7aa60a506f 100644 --- a/types/koa-json-error/tsconfig.json +++ b/types/koa-json-error/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/koa-json/tsconfig.json b/types/koa-json/tsconfig.json index 32dcc5d9e4..914c85a096 100644 --- a/types/koa-json/tsconfig.json +++ b/types/koa-json/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/koa-jwt/tsconfig.json b/types/koa-jwt/tsconfig.json index 6b8a12b3d2..0348b0636b 100644 --- a/types/koa-jwt/tsconfig.json +++ b/types/koa-jwt/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/koa-logger-winston/tsconfig.json b/types/koa-logger-winston/tsconfig.json index 0cd24d7f45..2f3ccb79ee 100644 --- a/types/koa-logger-winston/tsconfig.json +++ b/types/koa-logger-winston/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "koa-logger-winston-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/koa-logger/tsconfig.json b/types/koa-logger/tsconfig.json index b919cca987..28110f20ac 100644 --- a/types/koa-logger/tsconfig.json +++ b/types/koa-logger/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/koa-morgan/tsconfig.json b/types/koa-morgan/tsconfig.json index d8dae4f5fc..ecf170e923 100644 --- a/types/koa-morgan/tsconfig.json +++ b/types/koa-morgan/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "koa-morgan-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/koa-mount/tsconfig.json b/types/koa-mount/tsconfig.json index 511ea065f4..d19516145b 100644 --- a/types/koa-mount/tsconfig.json +++ b/types/koa-mount/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/koa-passport/tsconfig.json b/types/koa-passport/tsconfig.json index 90d49d7c29..fcd51d7953 100644 --- a/types/koa-passport/tsconfig.json +++ b/types/koa-passport/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/koa-pino-logger/tsconfig.json b/types/koa-pino-logger/tsconfig.json index ddfc0c7e95..13810e891e 100644 --- a/types/koa-pino-logger/tsconfig.json +++ b/types/koa-pino-logger/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/koa-pug/tsconfig.json b/types/koa-pug/tsconfig.json index c2a62396b1..ac317cd48f 100644 --- a/types/koa-pug/tsconfig.json +++ b/types/koa-pug/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/koa-range/tsconfig.json b/types/koa-range/tsconfig.json index 742860d438..37c1c00f19 100644 --- a/types/koa-range/tsconfig.json +++ b/types/koa-range/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "koa-range-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/koa-redis/tsconfig.json b/types/koa-redis/tsconfig.json index c6a27579dd..a49a3a13c1 100644 --- a/types/koa-redis/tsconfig.json +++ b/types/koa-redis/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "koa-redis-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/koa-route/tsconfig.json b/types/koa-route/tsconfig.json index 7b54228aaa..97dff8158a 100644 --- a/types/koa-route/tsconfig.json +++ b/types/koa-route/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "koa-route-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/koa-router/tsconfig.json b/types/koa-router/tsconfig.json index 998f99cd59..76f07fef64 100644 --- a/types/koa-router/tsconfig.json +++ b/types/koa-router/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/koa-send/tsconfig.json b/types/koa-send/tsconfig.json index 97cf5eeb16..202d12546a 100644 --- a/types/koa-send/tsconfig.json +++ b/types/koa-send/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/koa-session-minimal/tsconfig.json b/types/koa-session-minimal/tsconfig.json index b32297846a..42cafb4d4a 100644 --- a/types/koa-session-minimal/tsconfig.json +++ b/types/koa-session-minimal/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/koa-session/tsconfig.json b/types/koa-session/tsconfig.json index d312ce0105..eea5fc5068 100644 --- a/types/koa-session/tsconfig.json +++ b/types/koa-session/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "koa-session-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/koa-static/tsconfig.json b/types/koa-static/tsconfig.json index 8e8987ca6f..ce89a3c21f 100644 --- a/types/koa-static/tsconfig.json +++ b/types/koa-static/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/koa-views/tsconfig.json b/types/koa-views/tsconfig.json index 69d0c62b8c..95d7a74d53 100644 --- a/types/koa-views/tsconfig.json +++ b/types/koa-views/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/koa-websocket/tsconfig.json b/types/koa-websocket/tsconfig.json index effcb59356..87c9225d08 100644 --- a/types/koa-websocket/tsconfig.json +++ b/types/koa-websocket/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "koa-websocket-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/koa/tsconfig.json b/types/koa/tsconfig.json index bd57bca4ac..5c4ba0f656 100644 --- a/types/koa/tsconfig.json +++ b/types/koa/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/koa__cors/tsconfig.json b/types/koa__cors/tsconfig.json index 1bde80dc70..220bebc26a 100644 --- a/types/koa__cors/tsconfig.json +++ b/types/koa__cors/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -14,12 +15,14 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "paths":{ - "@koa/cors": ["koa__cors"] + "paths": { + "@koa/cors": [ + "koa__cors" + ] } }, "files": [ "index.d.ts", "koa__cors-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/kolite/tsconfig.json b/types/kolite/tsconfig.json index b45c2a15e1..1dc7da3187 100644 --- a/types/kolite/tsconfig.json +++ b/types/kolite/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/konami.js/tsconfig.json b/types/konami.js/tsconfig.json index 23556b0bde..b802a3109c 100644 --- a/types/konami.js/tsconfig.json +++ b/types/konami.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/kramed/tsconfig.json b/types/kramed/tsconfig.json index dec874decf..b816669307 100644 --- a/types/kramed/tsconfig.json +++ b/types/kramed/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "kramed-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/kss/tsconfig.json b/types/kss/tsconfig.json index 30cdd58f41..987701f0bb 100644 --- a/types/kss/tsconfig.json +++ b/types/kss/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "kss-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/kue/tsconfig.json b/types/kue/tsconfig.json index 52aab9e4f3..dab7ca300b 100644 --- a/types/kue/tsconfig.json +++ b/types/kue/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/kurento-utils/tsconfig.json b/types/kurento-utils/tsconfig.json index 5cf0b9a383..8920df3604 100644 --- a/types/kurento-utils/tsconfig.json +++ b/types/kurento-utils/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/kuromoji/tsconfig.json b/types/kuromoji/tsconfig.json index ba74d250d4..f74ea439af 100644 --- a/types/kuromoji/tsconfig.json +++ b/types/kuromoji/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lab/tsconfig.json b/types/lab/tsconfig.json index 8af22fcd5c..8e0ad06d10 100644 --- a/types/lab/tsconfig.json +++ b/types/lab/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ladda/tsconfig.json b/types/ladda/tsconfig.json index 44d481481a..2d878b6f9d 100644 --- a/types/ladda/tsconfig.json +++ b/types/ladda/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/later/tsconfig.json b/types/later/tsconfig.json index add4a07667..5b74d9d144 100644 --- a/types/later/tsconfig.json +++ b/types/later/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/latinize/tsconfig.json b/types/latinize/tsconfig.json index 00e8ec0f94..90b98478aa 100644 --- a/types/latinize/tsconfig.json +++ b/types/latinize/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/launchpad/tsconfig.json b/types/launchpad/tsconfig.json index e8c758a80f..01333e0ca2 100644 --- a/types/launchpad/tsconfig.json +++ b/types/launchpad/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "noEmit": true, "forceConsistentCasingInFileNames": true, "types": [], diff --git a/types/lazy.js/tsconfig.json b/types/lazy.js/tsconfig.json index a994fa60a9..0f2d64001d 100644 --- a/types/lazy.js/tsconfig.json +++ b/types/lazy.js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lazypipe/tsconfig.json b/types/lazypipe/tsconfig.json index 801cf4648a..31a6b4b294 100644 --- a/types/lazypipe/tsconfig.json +++ b/types/lazypipe/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/ldapjs/tsconfig.json b/types/ldapjs/tsconfig.json index be88c48519..1f1d5bafc9 100644 --- a/types/ldapjs/tsconfig.json +++ b/types/ldapjs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ldclient-js/tsconfig.json b/types/ldclient-js/tsconfig.json index d341317f57..a43d586229 100644 --- a/types/ldclient-js/tsconfig.json +++ b/types/ldclient-js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/leadfoot/tsconfig.json b/types/leadfoot/tsconfig.json index 50a2f0042a..5672c5bf4d 100644 --- a/types/leadfoot/tsconfig.json +++ b/types/leadfoot/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/leaflet-areaselect/tsconfig.json b/types/leaflet-areaselect/tsconfig.json index efa50ab66e..98aceb4b21 100644 --- a/types/leaflet-areaselect/tsconfig.json +++ b/types/leaflet-areaselect/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "leaflet-areaselect-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/leaflet-curve/tsconfig.json b/types/leaflet-curve/tsconfig.json index 06ed09cdd1..6ca509b566 100644 --- a/types/leaflet-curve/tsconfig.json +++ b/types/leaflet-curve/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/leaflet-draw/tsconfig.json b/types/leaflet-draw/tsconfig.json index e36b77de72..5db4feb624 100644 --- a/types/leaflet-draw/tsconfig.json +++ b/types/leaflet-draw/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/leaflet-editable/tsconfig.json b/types/leaflet-editable/tsconfig.json index 4ae40d6774..d03e43670e 100644 --- a/types/leaflet-editable/tsconfig.json +++ b/types/leaflet-editable/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/leaflet-fullscreen/tsconfig.json b/types/leaflet-fullscreen/tsconfig.json index 0da8d35169..102331a4af 100644 --- a/types/leaflet-fullscreen/tsconfig.json +++ b/types/leaflet-fullscreen/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/leaflet-geocoder-mapzen/tsconfig.json b/types/leaflet-geocoder-mapzen/tsconfig.json index b5786e4cda..9bf4ee0bfb 100644 --- a/types/leaflet-geocoder-mapzen/tsconfig.json +++ b/types/leaflet-geocoder-mapzen/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/leaflet-gpx/tsconfig.json b/types/leaflet-gpx/tsconfig.json index 68f95ad1a4..08f5612820 100644 --- a/types/leaflet-gpx/tsconfig.json +++ b/types/leaflet-gpx/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "leaflet-gpx-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/leaflet-imageoverlay-rotated/tsconfig.json b/types/leaflet-imageoverlay-rotated/tsconfig.json index c6f8181b86..440971024d 100644 --- a/types/leaflet-imageoverlay-rotated/tsconfig.json +++ b/types/leaflet-imageoverlay-rotated/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/leaflet-label/tsconfig.json b/types/leaflet-label/tsconfig.json index a3e17b8d51..bf2cfa0f43 100644 --- a/types/leaflet-label/tsconfig.json +++ b/types/leaflet-label/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/leaflet-polylinedecorator/tsconfig.json b/types/leaflet-polylinedecorator/tsconfig.json index d50a96123e..f84b2a3913 100644 --- a/types/leaflet-polylinedecorator/tsconfig.json +++ b/types/leaflet-polylinedecorator/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "leaflet-polylinedecorator-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/leaflet-providers/tsconfig.json b/types/leaflet-providers/tsconfig.json index 3cacd8e3db..bb2349b7d5 100644 --- a/types/leaflet-providers/tsconfig.json +++ b/types/leaflet-providers/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "leaflet-providers-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/leaflet.awesome-markers/tsconfig.json b/types/leaflet.awesome-markers/tsconfig.json index d4e34220c0..079cf577d2 100644 --- a/types/leaflet.awesome-markers/tsconfig.json +++ b/types/leaflet.awesome-markers/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "leaflet.awesome-markers-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/leaflet.awesome-markers/v0/tsconfig.json b/types/leaflet.awesome-markers/v0/tsconfig.json index 95c7b0b62f..549076e43b 100644 --- a/types/leaflet.awesome-markers/v0/tsconfig.json +++ b/types/leaflet.awesome-markers/v0/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" @@ -28,4 +29,4 @@ "index.d.ts", "leaflet.awesome-markers-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/leaflet.fullscreen/tsconfig.json b/types/leaflet.fullscreen/tsconfig.json index 3ca1cc4de7..bb2cf83e37 100644 --- a/types/leaflet.fullscreen/tsconfig.json +++ b/types/leaflet.fullscreen/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/leaflet.gridlayer.googlemutant/tsconfig.json b/types/leaflet.gridlayer.googlemutant/tsconfig.json index 7001206f48..d739a04322 100644 --- a/types/leaflet.gridlayer.googlemutant/tsconfig.json +++ b/types/leaflet.gridlayer.googlemutant/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/leaflet.locatecontrol/tsconfig.json b/types/leaflet.locatecontrol/tsconfig.json index 0ccab11228..22ab0179b2 100644 --- a/types/leaflet.locatecontrol/tsconfig.json +++ b/types/leaflet.locatecontrol/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/leaflet.markercluster.layersupport/tsconfig.json b/types/leaflet.markercluster.layersupport/tsconfig.json index 4e82ec1409..13ba48e6f4 100644 --- a/types/leaflet.markercluster.layersupport/tsconfig.json +++ b/types/leaflet.markercluster.layersupport/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "leaflet.markercluster.layersupport-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/leaflet.markercluster/tsconfig.json b/types/leaflet.markercluster/tsconfig.json index 6cc587aa00..b1f7f8c1af 100644 --- a/types/leaflet.markercluster/tsconfig.json +++ b/types/leaflet.markercluster/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/leaflet.pm/tsconfig.json b/types/leaflet.pm/tsconfig.json index f106913bbd..b2313b93ee 100644 --- a/types/leaflet.pm/tsconfig.json +++ b/types/leaflet.pm/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/leaflet/tsconfig.json b/types/leaflet/tsconfig.json index 6eaf769059..55862abef1 100644 --- a/types/leaflet/tsconfig.json +++ b/types/leaflet/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/leaflet/v0/tsconfig.json b/types/leaflet/v0/tsconfig.json index a37ed57eab..c8003b67d8 100644 --- a/types/leaflet/v0/tsconfig.json +++ b/types/leaflet/v0/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/leapmotionts/tsconfig.json b/types/leapmotionts/tsconfig.json index 8417c33f63..7ac842a053 100644 --- a/types/leapmotionts/tsconfig.json +++ b/types/leapmotionts/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/left-pad/tsconfig.json b/types/left-pad/tsconfig.json index d8e429b77a..383ebedf76 100644 --- a/types/left-pad/tsconfig.json +++ b/types/left-pad/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/less-middleware/tsconfig.json b/types/less-middleware/tsconfig.json index 1ef75ffec3..8a807955b0 100644 --- a/types/less-middleware/tsconfig.json +++ b/types/less-middleware/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/less/tsconfig.json b/types/less/tsconfig.json index 6ed26dfe1a..635134c330 100644 --- a/types/less/tsconfig.json +++ b/types/less/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lestate/tsconfig.json b/types/lestate/tsconfig.json index 6b25aa19f4..152bf946a6 100644 --- a/types/lestate/tsconfig.json +++ b/types/lestate/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/level-sublevel/tsconfig.json b/types/level-sublevel/tsconfig.json index 28c9e7a208..4dad69a329 100644 --- a/types/level-sublevel/tsconfig.json +++ b/types/level-sublevel/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/leveldown/tsconfig.json b/types/leveldown/tsconfig.json index c69d58061a..68b5638f5b 100644 --- a/types/leveldown/tsconfig.json +++ b/types/leveldown/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "leveldown-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/levelup/tsconfig.json b/types/levelup/tsconfig.json index 1670ee86e6..8825ba9b79 100644 --- a/types/levelup/tsconfig.json +++ b/types/levelup/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/leven/tsconfig.json b/types/leven/tsconfig.json index cddcbe652b..14d505d892 100644 --- a/types/leven/tsconfig.json +++ b/types/leven/tsconfig.json @@ -1,10 +1,13 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6"], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/levenshtein/tsconfig.json b/types/levenshtein/tsconfig.json index a8f2abee1a..da44f54a3e 100644 --- a/types/levenshtein/tsconfig.json +++ b/types/levenshtein/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/libpq/tsconfig.json b/types/libpq/tsconfig.json index 5ab89a06ee..c2179c6020 100644 --- a/types/libpq/tsconfig.json +++ b/types/libpq/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "libpq-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/libxmljs/tsconfig.json b/types/libxmljs/tsconfig.json index 0b1cbca085..7201fffe81 100644 --- a/types/libxmljs/tsconfig.json +++ b/types/libxmljs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/libxslt/tsconfig.json b/types/libxslt/tsconfig.json index 5819e6de24..a7f7f94ffc 100644 --- a/types/libxslt/tsconfig.json +++ b/types/libxslt/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/license-checker/tsconfig.json b/types/license-checker/tsconfig.json index 4560756381..3cfded1e87 100644 --- a/types/license-checker/tsconfig.json +++ b/types/license-checker/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "license-checker-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/lime-js/tsconfig.json b/types/lime-js/tsconfig.json index 1fbc4e9e82..fb352deb87 100644 --- a/types/lime-js/tsconfig.json +++ b/types/lime-js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/line-by-line/tsconfig.json b/types/line-by-line/tsconfig.json index a0f6fb9b81..c92dc43aac 100644 --- a/types/line-by-line/tsconfig.json +++ b/types/line-by-line/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/line-reader/tsconfig.json b/types/line-reader/tsconfig.json index 968735ad02..0bf05161de 100644 --- a/types/line-reader/tsconfig.json +++ b/types/line-reader/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/linkify-it/tsconfig.json b/types/linkify-it/tsconfig.json index d773912f34..53501188a6 100644 --- a/types/linkify-it/tsconfig.json +++ b/types/linkify-it/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "linkify-it-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/linq4js/tsconfig.json b/types/linq4js/tsconfig.json index 3fcd8a216f..3479566f16 100644 --- a/types/linq4js/tsconfig.json +++ b/types/linq4js/tsconfig.json @@ -8,15 +8,16 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "target": "es6", "baseUrl": "../", "typeRoots": [ "../" ], "types": [], - "lib":[ - "es6" - ], + "lib": [ + "es6" + ], "noEmit": true, "forceConsistentCasingInFileNames": true } diff --git a/types/lls/tsconfig.json b/types/lls/tsconfig.json index e159cb7263..41aa184116 100644 --- a/types/lls/tsconfig.json +++ b/types/lls/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/load-json-file/tsconfig.json b/types/load-json-file/tsconfig.json index aca093adfb..9cbafc8746 100644 --- a/types/load-json-file/tsconfig.json +++ b/types/load-json-file/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "load-json-file-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/loader-runner/tsconfig.json b/types/loader-runner/tsconfig.json index 4f926c24c2..9a8894c61b 100644 --- a/types/loader-runner/tsconfig.json +++ b/types/loader-runner/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/loader-utils/tsconfig.json b/types/loader-utils/tsconfig.json index 9b57f2b7b2..91aa5704c4 100644 --- a/types/loader-utils/tsconfig.json +++ b/types/loader-utils/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "loader-utils-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/lobibox/tsconfig.json b/types/lobibox/tsconfig.json index 923f2c88ec..ef1a1c2f64 100644 --- a/types/lobibox/tsconfig.json +++ b/types/lobibox/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/localforage-cordovasqlitedriver/tsconfig.json b/types/localforage-cordovasqlitedriver/tsconfig.json index 21bd910eae..8e2874eaa8 100644 --- a/types/localforage-cordovasqlitedriver/tsconfig.json +++ b/types/localforage-cordovasqlitedriver/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/localized-countries/tsconfig.json b/types/localized-countries/tsconfig.json index ebd99f99c2..61ec539732 100644 --- a/types/localized-countries/tsconfig.json +++ b/types/localized-countries/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "localized-countries-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/localizejs-library/tsconfig.json b/types/localizejs-library/tsconfig.json index 0dfeec7c44..2c7631c828 100644 --- a/types/localizejs-library/tsconfig.json +++ b/types/localizejs-library/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "localizejs-library-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/locate-path/tsconfig.json b/types/locate-path/tsconfig.json index ba894e700e..355b51b851 100644 --- a/types/locate-path/tsconfig.json +++ b/types/locate-path/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "locate-path-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/lockfile/tsconfig.json b/types/lockfile/tsconfig.json index b18316bbb3..83b6126099 100644 --- a/types/lockfile/tsconfig.json +++ b/types/lockfile/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "lockfile-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/lockfile/v0/tsconfig.json b/types/lockfile/v0/tsconfig.json index b4e33bf919..a5f99334c4 100644 --- a/types/lockfile/v0/tsconfig.json +++ b/types/lockfile/v0/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "lockfile": ["lockfile/v0"] + "lockfile": [ + "lockfile/v0" + ] }, "types": [], "noEmit": true, @@ -22,4 +25,4 @@ "index.d.ts", "lockfile-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/lockr/tsconfig.json b/types/lockr/tsconfig.json index 8aa1ca22ec..391de2fb03 100644 --- a/types/lockr/tsconfig.json +++ b/types/lockr/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/locutus/tsconfig.json b/types/locutus/tsconfig.json index 67e9c76747..2a54cd1721 100644 --- a/types/locutus/tsconfig.json +++ b/types/locutus/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash-es/tsconfig.json b/types/lodash-es/tsconfig.json index 3a7ac3575b..a3f03eab48 100644 --- a/types/lodash-es/tsconfig.json +++ b/types/lodash-es/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash-webpack-plugin/tsconfig.json b/types/lodash-webpack-plugin/tsconfig.json index 34ca502764..5a4f35d31e 100644 --- a/types/lodash-webpack-plugin/tsconfig.json +++ b/types/lodash-webpack-plugin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "lodash-webpack-plugin-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/lodash.add/tsconfig.json b/types/lodash.add/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.add/tsconfig.json +++ b/types/lodash.add/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.after/tsconfig.json b/types/lodash.after/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.after/tsconfig.json +++ b/types/lodash.after/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.ary/tsconfig.json b/types/lodash.ary/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.ary/tsconfig.json +++ b/types/lodash.ary/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.assign/tsconfig.json b/types/lodash.assign/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.assign/tsconfig.json +++ b/types/lodash.assign/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.assignin/tsconfig.json b/types/lodash.assignin/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.assignin/tsconfig.json +++ b/types/lodash.assignin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.assigninwith/tsconfig.json b/types/lodash.assigninwith/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.assigninwith/tsconfig.json +++ b/types/lodash.assigninwith/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.assignwith/tsconfig.json b/types/lodash.assignwith/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.assignwith/tsconfig.json +++ b/types/lodash.assignwith/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.at/tsconfig.json b/types/lodash.at/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.at/tsconfig.json +++ b/types/lodash.at/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.attempt/tsconfig.json b/types/lodash.attempt/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.attempt/tsconfig.json +++ b/types/lodash.attempt/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.before/tsconfig.json b/types/lodash.before/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.before/tsconfig.json +++ b/types/lodash.before/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.bind/tsconfig.json b/types/lodash.bind/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.bind/tsconfig.json +++ b/types/lodash.bind/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.bindall/tsconfig.json b/types/lodash.bindall/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.bindall/tsconfig.json +++ b/types/lodash.bindall/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.bindkey/tsconfig.json b/types/lodash.bindkey/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.bindkey/tsconfig.json +++ b/types/lodash.bindkey/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.camelcase/tsconfig.json b/types/lodash.camelcase/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.camelcase/tsconfig.json +++ b/types/lodash.camelcase/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.capitalize/tsconfig.json b/types/lodash.capitalize/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.capitalize/tsconfig.json +++ b/types/lodash.capitalize/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.castarray/tsconfig.json b/types/lodash.castarray/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.castarray/tsconfig.json +++ b/types/lodash.castarray/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.ceil/tsconfig.json b/types/lodash.ceil/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.ceil/tsconfig.json +++ b/types/lodash.ceil/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.chunk/tsconfig.json b/types/lodash.chunk/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.chunk/tsconfig.json +++ b/types/lodash.chunk/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.clamp/tsconfig.json b/types/lodash.clamp/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.clamp/tsconfig.json +++ b/types/lodash.clamp/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.clone/tsconfig.json b/types/lodash.clone/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.clone/tsconfig.json +++ b/types/lodash.clone/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.clonedeep/tsconfig.json b/types/lodash.clonedeep/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.clonedeep/tsconfig.json +++ b/types/lodash.clonedeep/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.clonedeepwith/tsconfig.json b/types/lodash.clonedeepwith/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.clonedeepwith/tsconfig.json +++ b/types/lodash.clonedeepwith/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.clonewith/tsconfig.json b/types/lodash.clonewith/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.clonewith/tsconfig.json +++ b/types/lodash.clonewith/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.compact/tsconfig.json b/types/lodash.compact/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.compact/tsconfig.json +++ b/types/lodash.compact/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.concat/tsconfig.json b/types/lodash.concat/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.concat/tsconfig.json +++ b/types/lodash.concat/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.cond/tsconfig.json b/types/lodash.cond/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.cond/tsconfig.json +++ b/types/lodash.cond/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.constant/tsconfig.json b/types/lodash.constant/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.constant/tsconfig.json +++ b/types/lodash.constant/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.countby/tsconfig.json b/types/lodash.countby/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.countby/tsconfig.json +++ b/types/lodash.countby/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.create/tsconfig.json b/types/lodash.create/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.create/tsconfig.json +++ b/types/lodash.create/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.curry/tsconfig.json b/types/lodash.curry/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.curry/tsconfig.json +++ b/types/lodash.curry/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.curryright/tsconfig.json b/types/lodash.curryright/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.curryright/tsconfig.json +++ b/types/lodash.curryright/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.debounce/tsconfig.json b/types/lodash.debounce/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.debounce/tsconfig.json +++ b/types/lodash.debounce/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.deburr/tsconfig.json b/types/lodash.deburr/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.deburr/tsconfig.json +++ b/types/lodash.deburr/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.defaults/tsconfig.json b/types/lodash.defaults/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.defaults/tsconfig.json +++ b/types/lodash.defaults/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.defaultsdeep/tsconfig.json b/types/lodash.defaultsdeep/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.defaultsdeep/tsconfig.json +++ b/types/lodash.defaultsdeep/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.defer/tsconfig.json b/types/lodash.defer/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.defer/tsconfig.json +++ b/types/lodash.defer/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.delay/tsconfig.json b/types/lodash.delay/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.delay/tsconfig.json +++ b/types/lodash.delay/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.difference/tsconfig.json b/types/lodash.difference/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.difference/tsconfig.json +++ b/types/lodash.difference/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.differenceby/tsconfig.json b/types/lodash.differenceby/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.differenceby/tsconfig.json +++ b/types/lodash.differenceby/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.differencewith/tsconfig.json b/types/lodash.differencewith/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.differencewith/tsconfig.json +++ b/types/lodash.differencewith/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.divide/tsconfig.json b/types/lodash.divide/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.divide/tsconfig.json +++ b/types/lodash.divide/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.drop/tsconfig.json b/types/lodash.drop/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.drop/tsconfig.json +++ b/types/lodash.drop/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.dropright/tsconfig.json b/types/lodash.dropright/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.dropright/tsconfig.json +++ b/types/lodash.dropright/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.droprightwhile/tsconfig.json b/types/lodash.droprightwhile/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.droprightwhile/tsconfig.json +++ b/types/lodash.droprightwhile/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.dropwhile/tsconfig.json b/types/lodash.dropwhile/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.dropwhile/tsconfig.json +++ b/types/lodash.dropwhile/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.endswith/tsconfig.json b/types/lodash.endswith/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.endswith/tsconfig.json +++ b/types/lodash.endswith/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.eq/tsconfig.json b/types/lodash.eq/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.eq/tsconfig.json +++ b/types/lodash.eq/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.escape/tsconfig.json b/types/lodash.escape/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.escape/tsconfig.json +++ b/types/lodash.escape/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.escaperegexp/tsconfig.json b/types/lodash.escaperegexp/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.escaperegexp/tsconfig.json +++ b/types/lodash.escaperegexp/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.every/tsconfig.json b/types/lodash.every/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.every/tsconfig.json +++ b/types/lodash.every/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.fill/tsconfig.json b/types/lodash.fill/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.fill/tsconfig.json +++ b/types/lodash.fill/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.filter/tsconfig.json b/types/lodash.filter/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.filter/tsconfig.json +++ b/types/lodash.filter/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.find/tsconfig.json b/types/lodash.find/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.find/tsconfig.json +++ b/types/lodash.find/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.findindex/tsconfig.json b/types/lodash.findindex/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.findindex/tsconfig.json +++ b/types/lodash.findindex/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.findkey/tsconfig.json b/types/lodash.findkey/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.findkey/tsconfig.json +++ b/types/lodash.findkey/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.findlast/tsconfig.json b/types/lodash.findlast/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.findlast/tsconfig.json +++ b/types/lodash.findlast/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.findlastindex/tsconfig.json b/types/lodash.findlastindex/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.findlastindex/tsconfig.json +++ b/types/lodash.findlastindex/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.findlastkey/tsconfig.json b/types/lodash.findlastkey/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.findlastkey/tsconfig.json +++ b/types/lodash.findlastkey/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.first/tsconfig.json b/types/lodash.first/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.first/tsconfig.json +++ b/types/lodash.first/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.flatmap/tsconfig.json b/types/lodash.flatmap/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.flatmap/tsconfig.json +++ b/types/lodash.flatmap/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.flatmapdeep/tsconfig.json b/types/lodash.flatmapdeep/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.flatmapdeep/tsconfig.json +++ b/types/lodash.flatmapdeep/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.flatmapdepth/tsconfig.json b/types/lodash.flatmapdepth/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.flatmapdepth/tsconfig.json +++ b/types/lodash.flatmapdepth/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.flatten/tsconfig.json b/types/lodash.flatten/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.flatten/tsconfig.json +++ b/types/lodash.flatten/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.flattendeep/tsconfig.json b/types/lodash.flattendeep/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.flattendeep/tsconfig.json +++ b/types/lodash.flattendeep/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.flattendepth/tsconfig.json b/types/lodash.flattendepth/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.flattendepth/tsconfig.json +++ b/types/lodash.flattendepth/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.flip/tsconfig.json b/types/lodash.flip/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.flip/tsconfig.json +++ b/types/lodash.flip/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.floor/tsconfig.json b/types/lodash.floor/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.floor/tsconfig.json +++ b/types/lodash.floor/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.flow/tsconfig.json b/types/lodash.flow/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.flow/tsconfig.json +++ b/types/lodash.flow/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.flowright/tsconfig.json b/types/lodash.flowright/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.flowright/tsconfig.json +++ b/types/lodash.flowright/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.foreach/tsconfig.json b/types/lodash.foreach/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.foreach/tsconfig.json +++ b/types/lodash.foreach/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.foreachright/tsconfig.json b/types/lodash.foreachright/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.foreachright/tsconfig.json +++ b/types/lodash.foreachright/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.forin/tsconfig.json b/types/lodash.forin/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.forin/tsconfig.json +++ b/types/lodash.forin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.forinright/tsconfig.json b/types/lodash.forinright/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.forinright/tsconfig.json +++ b/types/lodash.forinright/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.forown/tsconfig.json b/types/lodash.forown/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.forown/tsconfig.json +++ b/types/lodash.forown/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.forownright/tsconfig.json b/types/lodash.forownright/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.forownright/tsconfig.json +++ b/types/lodash.forownright/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.frompairs/tsconfig.json b/types/lodash.frompairs/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.frompairs/tsconfig.json +++ b/types/lodash.frompairs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.functions/tsconfig.json b/types/lodash.functions/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.functions/tsconfig.json +++ b/types/lodash.functions/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.functionsin/tsconfig.json b/types/lodash.functionsin/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.functionsin/tsconfig.json +++ b/types/lodash.functionsin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.get/tsconfig.json b/types/lodash.get/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.get/tsconfig.json +++ b/types/lodash.get/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.groupby/tsconfig.json b/types/lodash.groupby/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.groupby/tsconfig.json +++ b/types/lodash.groupby/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.gt/tsconfig.json b/types/lodash.gt/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.gt/tsconfig.json +++ b/types/lodash.gt/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.gte/tsconfig.json b/types/lodash.gte/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.gte/tsconfig.json +++ b/types/lodash.gte/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.has/tsconfig.json b/types/lodash.has/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.has/tsconfig.json +++ b/types/lodash.has/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.hasin/tsconfig.json b/types/lodash.hasin/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.hasin/tsconfig.json +++ b/types/lodash.hasin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.head/tsconfig.json b/types/lodash.head/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.head/tsconfig.json +++ b/types/lodash.head/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.identity/tsconfig.json b/types/lodash.identity/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.identity/tsconfig.json +++ b/types/lodash.identity/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.includes/tsconfig.json b/types/lodash.includes/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.includes/tsconfig.json +++ b/types/lodash.includes/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.indexof/tsconfig.json b/types/lodash.indexof/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.indexof/tsconfig.json +++ b/types/lodash.indexof/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.initial/tsconfig.json b/types/lodash.initial/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.initial/tsconfig.json +++ b/types/lodash.initial/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.inrange/tsconfig.json b/types/lodash.inrange/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.inrange/tsconfig.json +++ b/types/lodash.inrange/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.intersection/tsconfig.json b/types/lodash.intersection/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.intersection/tsconfig.json +++ b/types/lodash.intersection/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.intersectionby/tsconfig.json b/types/lodash.intersectionby/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.intersectionby/tsconfig.json +++ b/types/lodash.intersectionby/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.intersectionwith/tsconfig.json b/types/lodash.intersectionwith/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.intersectionwith/tsconfig.json +++ b/types/lodash.intersectionwith/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.invert/tsconfig.json b/types/lodash.invert/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.invert/tsconfig.json +++ b/types/lodash.invert/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.invertby/tsconfig.json b/types/lodash.invertby/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.invertby/tsconfig.json +++ b/types/lodash.invertby/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.invoke/tsconfig.json b/types/lodash.invoke/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.invoke/tsconfig.json +++ b/types/lodash.invoke/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.invokemap/tsconfig.json b/types/lodash.invokemap/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.invokemap/tsconfig.json +++ b/types/lodash.invokemap/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isarguments/tsconfig.json b/types/lodash.isarguments/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isarguments/tsconfig.json +++ b/types/lodash.isarguments/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isarray/tsconfig.json b/types/lodash.isarray/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isarray/tsconfig.json +++ b/types/lodash.isarray/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isarraybuffer/tsconfig.json b/types/lodash.isarraybuffer/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isarraybuffer/tsconfig.json +++ b/types/lodash.isarraybuffer/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isarraylike/tsconfig.json b/types/lodash.isarraylike/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isarraylike/tsconfig.json +++ b/types/lodash.isarraylike/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isarraylikeobject/tsconfig.json b/types/lodash.isarraylikeobject/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isarraylikeobject/tsconfig.json +++ b/types/lodash.isarraylikeobject/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isboolean/tsconfig.json b/types/lodash.isboolean/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isboolean/tsconfig.json +++ b/types/lodash.isboolean/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isbuffer/tsconfig.json b/types/lodash.isbuffer/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isbuffer/tsconfig.json +++ b/types/lodash.isbuffer/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isdate/tsconfig.json b/types/lodash.isdate/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isdate/tsconfig.json +++ b/types/lodash.isdate/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.iselement/tsconfig.json b/types/lodash.iselement/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.iselement/tsconfig.json +++ b/types/lodash.iselement/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isempty/tsconfig.json b/types/lodash.isempty/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isempty/tsconfig.json +++ b/types/lodash.isempty/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isequal/tsconfig.json b/types/lodash.isequal/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isequal/tsconfig.json +++ b/types/lodash.isequal/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isequalwith/tsconfig.json b/types/lodash.isequalwith/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isequalwith/tsconfig.json +++ b/types/lodash.isequalwith/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.iserror/tsconfig.json b/types/lodash.iserror/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.iserror/tsconfig.json +++ b/types/lodash.iserror/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isfinite/tsconfig.json b/types/lodash.isfinite/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isfinite/tsconfig.json +++ b/types/lodash.isfinite/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isfunction/tsconfig.json b/types/lodash.isfunction/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isfunction/tsconfig.json +++ b/types/lodash.isfunction/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isinteger/tsconfig.json b/types/lodash.isinteger/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isinteger/tsconfig.json +++ b/types/lodash.isinteger/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.islength/tsconfig.json b/types/lodash.islength/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.islength/tsconfig.json +++ b/types/lodash.islength/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.ismap/tsconfig.json b/types/lodash.ismap/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.ismap/tsconfig.json +++ b/types/lodash.ismap/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.ismatch/tsconfig.json b/types/lodash.ismatch/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.ismatch/tsconfig.json +++ b/types/lodash.ismatch/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.ismatchwith/tsconfig.json b/types/lodash.ismatchwith/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.ismatchwith/tsconfig.json +++ b/types/lodash.ismatchwith/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isnan/tsconfig.json b/types/lodash.isnan/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isnan/tsconfig.json +++ b/types/lodash.isnan/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isnative/tsconfig.json b/types/lodash.isnative/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isnative/tsconfig.json +++ b/types/lodash.isnative/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isnil/tsconfig.json b/types/lodash.isnil/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isnil/tsconfig.json +++ b/types/lodash.isnil/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isnull/tsconfig.json b/types/lodash.isnull/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isnull/tsconfig.json +++ b/types/lodash.isnull/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isnumber/tsconfig.json b/types/lodash.isnumber/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isnumber/tsconfig.json +++ b/types/lodash.isnumber/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isobject/tsconfig.json b/types/lodash.isobject/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isobject/tsconfig.json +++ b/types/lodash.isobject/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isobjectlike/tsconfig.json b/types/lodash.isobjectlike/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isobjectlike/tsconfig.json +++ b/types/lodash.isobjectlike/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isplainobject/tsconfig.json b/types/lodash.isplainobject/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isplainobject/tsconfig.json +++ b/types/lodash.isplainobject/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isregexp/tsconfig.json b/types/lodash.isregexp/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isregexp/tsconfig.json +++ b/types/lodash.isregexp/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.issafeinteger/tsconfig.json b/types/lodash.issafeinteger/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.issafeinteger/tsconfig.json +++ b/types/lodash.issafeinteger/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isset/tsconfig.json b/types/lodash.isset/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isset/tsconfig.json +++ b/types/lodash.isset/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isstring/tsconfig.json b/types/lodash.isstring/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isstring/tsconfig.json +++ b/types/lodash.isstring/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.issymbol/tsconfig.json b/types/lodash.issymbol/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.issymbol/tsconfig.json +++ b/types/lodash.issymbol/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.istypedarray/tsconfig.json b/types/lodash.istypedarray/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.istypedarray/tsconfig.json +++ b/types/lodash.istypedarray/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isundefined/tsconfig.json b/types/lodash.isundefined/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isundefined/tsconfig.json +++ b/types/lodash.isundefined/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isweakmap/tsconfig.json b/types/lodash.isweakmap/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isweakmap/tsconfig.json +++ b/types/lodash.isweakmap/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.isweakset/tsconfig.json b/types/lodash.isweakset/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.isweakset/tsconfig.json +++ b/types/lodash.isweakset/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.iteratee/tsconfig.json b/types/lodash.iteratee/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.iteratee/tsconfig.json +++ b/types/lodash.iteratee/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.join/tsconfig.json b/types/lodash.join/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.join/tsconfig.json +++ b/types/lodash.join/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.kebabcase/tsconfig.json b/types/lodash.kebabcase/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.kebabcase/tsconfig.json +++ b/types/lodash.kebabcase/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.keyby/tsconfig.json b/types/lodash.keyby/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.keyby/tsconfig.json +++ b/types/lodash.keyby/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.keys/tsconfig.json b/types/lodash.keys/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.keys/tsconfig.json +++ b/types/lodash.keys/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.keysin/tsconfig.json b/types/lodash.keysin/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.keysin/tsconfig.json +++ b/types/lodash.keysin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.last/tsconfig.json b/types/lodash.last/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.last/tsconfig.json +++ b/types/lodash.last/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.lastindexof/tsconfig.json b/types/lodash.lastindexof/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.lastindexof/tsconfig.json +++ b/types/lodash.lastindexof/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.lowercase/tsconfig.json b/types/lodash.lowercase/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.lowercase/tsconfig.json +++ b/types/lodash.lowercase/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.lowerfirst/tsconfig.json b/types/lodash.lowerfirst/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.lowerfirst/tsconfig.json +++ b/types/lodash.lowerfirst/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.lt/tsconfig.json b/types/lodash.lt/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.lt/tsconfig.json +++ b/types/lodash.lt/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.lte/tsconfig.json b/types/lodash.lte/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.lte/tsconfig.json +++ b/types/lodash.lte/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.mapkeys/tsconfig.json b/types/lodash.mapkeys/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.mapkeys/tsconfig.json +++ b/types/lodash.mapkeys/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.mapvalues/tsconfig.json b/types/lodash.mapvalues/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.mapvalues/tsconfig.json +++ b/types/lodash.mapvalues/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.matches/tsconfig.json b/types/lodash.matches/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.matches/tsconfig.json +++ b/types/lodash.matches/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.matchesproperty/tsconfig.json b/types/lodash.matchesproperty/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.matchesproperty/tsconfig.json +++ b/types/lodash.matchesproperty/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.max/tsconfig.json b/types/lodash.max/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.max/tsconfig.json +++ b/types/lodash.max/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.maxby/tsconfig.json b/types/lodash.maxby/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.maxby/tsconfig.json +++ b/types/lodash.maxby/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.mean/tsconfig.json b/types/lodash.mean/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.mean/tsconfig.json +++ b/types/lodash.mean/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.meanby/tsconfig.json b/types/lodash.meanby/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.meanby/tsconfig.json +++ b/types/lodash.meanby/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.memoize/tsconfig.json b/types/lodash.memoize/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.memoize/tsconfig.json +++ b/types/lodash.memoize/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.merge/tsconfig.json b/types/lodash.merge/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.merge/tsconfig.json +++ b/types/lodash.merge/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.mergewith/tsconfig.json b/types/lodash.mergewith/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.mergewith/tsconfig.json +++ b/types/lodash.mergewith/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.method/tsconfig.json b/types/lodash.method/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.method/tsconfig.json +++ b/types/lodash.method/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.methodof/tsconfig.json b/types/lodash.methodof/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.methodof/tsconfig.json +++ b/types/lodash.methodof/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.min/tsconfig.json b/types/lodash.min/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.min/tsconfig.json +++ b/types/lodash.min/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.minby/tsconfig.json b/types/lodash.minby/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.minby/tsconfig.json +++ b/types/lodash.minby/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.mixin/tsconfig.json b/types/lodash.mixin/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.mixin/tsconfig.json +++ b/types/lodash.mixin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.negate/tsconfig.json b/types/lodash.negate/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.negate/tsconfig.json +++ b/types/lodash.negate/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.noop/tsconfig.json b/types/lodash.noop/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.noop/tsconfig.json +++ b/types/lodash.noop/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.now/tsconfig.json b/types/lodash.now/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.now/tsconfig.json +++ b/types/lodash.now/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.nth/tsconfig.json b/types/lodash.nth/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.nth/tsconfig.json +++ b/types/lodash.nth/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.ntharg/tsconfig.json b/types/lodash.ntharg/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.ntharg/tsconfig.json +++ b/types/lodash.ntharg/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.omit/tsconfig.json b/types/lodash.omit/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.omit/tsconfig.json +++ b/types/lodash.omit/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.omitby/tsconfig.json b/types/lodash.omitby/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.omitby/tsconfig.json +++ b/types/lodash.omitby/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.once/tsconfig.json b/types/lodash.once/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.once/tsconfig.json +++ b/types/lodash.once/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.orderby/tsconfig.json b/types/lodash.orderby/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.orderby/tsconfig.json +++ b/types/lodash.orderby/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.over/tsconfig.json b/types/lodash.over/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.over/tsconfig.json +++ b/types/lodash.over/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.overargs/tsconfig.json b/types/lodash.overargs/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.overargs/tsconfig.json +++ b/types/lodash.overargs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.overevery/tsconfig.json b/types/lodash.overevery/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.overevery/tsconfig.json +++ b/types/lodash.overevery/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.oversome/tsconfig.json b/types/lodash.oversome/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.oversome/tsconfig.json +++ b/types/lodash.oversome/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.pad/tsconfig.json b/types/lodash.pad/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.pad/tsconfig.json +++ b/types/lodash.pad/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.padend/tsconfig.json b/types/lodash.padend/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.padend/tsconfig.json +++ b/types/lodash.padend/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.padstart/tsconfig.json b/types/lodash.padstart/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.padstart/tsconfig.json +++ b/types/lodash.padstart/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.parseint/tsconfig.json b/types/lodash.parseint/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.parseint/tsconfig.json +++ b/types/lodash.parseint/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.partial/tsconfig.json b/types/lodash.partial/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.partial/tsconfig.json +++ b/types/lodash.partial/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.partialright/tsconfig.json b/types/lodash.partialright/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.partialright/tsconfig.json +++ b/types/lodash.partialright/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.partition/tsconfig.json b/types/lodash.partition/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.partition/tsconfig.json +++ b/types/lodash.partition/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.pick/tsconfig.json b/types/lodash.pick/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.pick/tsconfig.json +++ b/types/lodash.pick/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.pickby/tsconfig.json b/types/lodash.pickby/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.pickby/tsconfig.json +++ b/types/lodash.pickby/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.property/tsconfig.json b/types/lodash.property/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.property/tsconfig.json +++ b/types/lodash.property/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.propertyof/tsconfig.json b/types/lodash.propertyof/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.propertyof/tsconfig.json +++ b/types/lodash.propertyof/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.pull/tsconfig.json b/types/lodash.pull/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.pull/tsconfig.json +++ b/types/lodash.pull/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.pullall/tsconfig.json b/types/lodash.pullall/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.pullall/tsconfig.json +++ b/types/lodash.pullall/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.pullallby/tsconfig.json b/types/lodash.pullallby/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.pullallby/tsconfig.json +++ b/types/lodash.pullallby/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.pullallwith/tsconfig.json b/types/lodash.pullallwith/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.pullallwith/tsconfig.json +++ b/types/lodash.pullallwith/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.pullat/tsconfig.json b/types/lodash.pullat/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.pullat/tsconfig.json +++ b/types/lodash.pullat/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.random/tsconfig.json b/types/lodash.random/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.random/tsconfig.json +++ b/types/lodash.random/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.range/tsconfig.json b/types/lodash.range/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.range/tsconfig.json +++ b/types/lodash.range/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.rangeright/tsconfig.json b/types/lodash.rangeright/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.rangeright/tsconfig.json +++ b/types/lodash.rangeright/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.rearg/tsconfig.json b/types/lodash.rearg/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.rearg/tsconfig.json +++ b/types/lodash.rearg/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.reduce/tsconfig.json b/types/lodash.reduce/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.reduce/tsconfig.json +++ b/types/lodash.reduce/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.reduceright/tsconfig.json b/types/lodash.reduceright/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.reduceright/tsconfig.json +++ b/types/lodash.reduceright/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.reject/tsconfig.json b/types/lodash.reject/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.reject/tsconfig.json +++ b/types/lodash.reject/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.remove/tsconfig.json b/types/lodash.remove/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.remove/tsconfig.json +++ b/types/lodash.remove/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.repeat/tsconfig.json b/types/lodash.repeat/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.repeat/tsconfig.json +++ b/types/lodash.repeat/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.replace/tsconfig.json b/types/lodash.replace/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.replace/tsconfig.json +++ b/types/lodash.replace/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.rest/tsconfig.json b/types/lodash.rest/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.rest/tsconfig.json +++ b/types/lodash.rest/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.result/tsconfig.json b/types/lodash.result/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.result/tsconfig.json +++ b/types/lodash.result/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.reverse/tsconfig.json b/types/lodash.reverse/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.reverse/tsconfig.json +++ b/types/lodash.reverse/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.round/tsconfig.json b/types/lodash.round/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.round/tsconfig.json +++ b/types/lodash.round/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.sample/tsconfig.json b/types/lodash.sample/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.sample/tsconfig.json +++ b/types/lodash.sample/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.samplesize/tsconfig.json b/types/lodash.samplesize/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.samplesize/tsconfig.json +++ b/types/lodash.samplesize/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.set/tsconfig.json b/types/lodash.set/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.set/tsconfig.json +++ b/types/lodash.set/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.setwith/tsconfig.json b/types/lodash.setwith/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.setwith/tsconfig.json +++ b/types/lodash.setwith/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.shuffle/tsconfig.json b/types/lodash.shuffle/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.shuffle/tsconfig.json +++ b/types/lodash.shuffle/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.size/tsconfig.json b/types/lodash.size/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.size/tsconfig.json +++ b/types/lodash.size/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.slice/tsconfig.json b/types/lodash.slice/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.slice/tsconfig.json +++ b/types/lodash.slice/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.snakecase/tsconfig.json b/types/lodash.snakecase/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.snakecase/tsconfig.json +++ b/types/lodash.snakecase/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.some/tsconfig.json b/types/lodash.some/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.some/tsconfig.json +++ b/types/lodash.some/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.sortby/tsconfig.json b/types/lodash.sortby/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.sortby/tsconfig.json +++ b/types/lodash.sortby/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.sortedindex/tsconfig.json b/types/lodash.sortedindex/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.sortedindex/tsconfig.json +++ b/types/lodash.sortedindex/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.sortedindexby/tsconfig.json b/types/lodash.sortedindexby/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.sortedindexby/tsconfig.json +++ b/types/lodash.sortedindexby/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.sortedindexof/tsconfig.json b/types/lodash.sortedindexof/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.sortedindexof/tsconfig.json +++ b/types/lodash.sortedindexof/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.sortedlastindex/tsconfig.json b/types/lodash.sortedlastindex/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.sortedlastindex/tsconfig.json +++ b/types/lodash.sortedlastindex/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.sortedlastindexby/tsconfig.json b/types/lodash.sortedlastindexby/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.sortedlastindexby/tsconfig.json +++ b/types/lodash.sortedlastindexby/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.sortedlastindexof/tsconfig.json b/types/lodash.sortedlastindexof/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.sortedlastindexof/tsconfig.json +++ b/types/lodash.sortedlastindexof/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.sorteduniq/tsconfig.json b/types/lodash.sorteduniq/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.sorteduniq/tsconfig.json +++ b/types/lodash.sorteduniq/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.sorteduniqby/tsconfig.json b/types/lodash.sorteduniqby/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.sorteduniqby/tsconfig.json +++ b/types/lodash.sorteduniqby/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.split/tsconfig.json b/types/lodash.split/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.split/tsconfig.json +++ b/types/lodash.split/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.spread/tsconfig.json b/types/lodash.spread/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.spread/tsconfig.json +++ b/types/lodash.spread/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.startcase/tsconfig.json b/types/lodash.startcase/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.startcase/tsconfig.json +++ b/types/lodash.startcase/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.startswith/tsconfig.json b/types/lodash.startswith/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.startswith/tsconfig.json +++ b/types/lodash.startswith/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.subtract/tsconfig.json b/types/lodash.subtract/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.subtract/tsconfig.json +++ b/types/lodash.subtract/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.sum/tsconfig.json b/types/lodash.sum/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.sum/tsconfig.json +++ b/types/lodash.sum/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.sumby/tsconfig.json b/types/lodash.sumby/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.sumby/tsconfig.json +++ b/types/lodash.sumby/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.tail/tsconfig.json b/types/lodash.tail/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.tail/tsconfig.json +++ b/types/lodash.tail/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.take/tsconfig.json b/types/lodash.take/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.take/tsconfig.json +++ b/types/lodash.take/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.takeright/tsconfig.json b/types/lodash.takeright/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.takeright/tsconfig.json +++ b/types/lodash.takeright/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.takerightwhile/tsconfig.json b/types/lodash.takerightwhile/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.takerightwhile/tsconfig.json +++ b/types/lodash.takerightwhile/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.takewhile/tsconfig.json b/types/lodash.takewhile/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.takewhile/tsconfig.json +++ b/types/lodash.takewhile/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.template/tsconfig.json b/types/lodash.template/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.template/tsconfig.json +++ b/types/lodash.template/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.throttle/tsconfig.json b/types/lodash.throttle/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.throttle/tsconfig.json +++ b/types/lodash.throttle/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.times/tsconfig.json b/types/lodash.times/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.times/tsconfig.json +++ b/types/lodash.times/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.toarray/tsconfig.json b/types/lodash.toarray/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.toarray/tsconfig.json +++ b/types/lodash.toarray/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.tofinite/tsconfig.json b/types/lodash.tofinite/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.tofinite/tsconfig.json +++ b/types/lodash.tofinite/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.tointeger/tsconfig.json b/types/lodash.tointeger/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.tointeger/tsconfig.json +++ b/types/lodash.tointeger/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.tolength/tsconfig.json b/types/lodash.tolength/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.tolength/tsconfig.json +++ b/types/lodash.tolength/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.tolower/tsconfig.json b/types/lodash.tolower/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.tolower/tsconfig.json +++ b/types/lodash.tolower/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.tonumber/tsconfig.json b/types/lodash.tonumber/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.tonumber/tsconfig.json +++ b/types/lodash.tonumber/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.topairs/tsconfig.json b/types/lodash.topairs/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.topairs/tsconfig.json +++ b/types/lodash.topairs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.topairsin/tsconfig.json b/types/lodash.topairsin/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.topairsin/tsconfig.json +++ b/types/lodash.topairsin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.topath/tsconfig.json b/types/lodash.topath/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.topath/tsconfig.json +++ b/types/lodash.topath/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.toplainobject/tsconfig.json b/types/lodash.toplainobject/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.toplainobject/tsconfig.json +++ b/types/lodash.toplainobject/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.tosafeinteger/tsconfig.json b/types/lodash.tosafeinteger/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.tosafeinteger/tsconfig.json +++ b/types/lodash.tosafeinteger/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.tostring/tsconfig.json b/types/lodash.tostring/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.tostring/tsconfig.json +++ b/types/lodash.tostring/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.toupper/tsconfig.json b/types/lodash.toupper/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.toupper/tsconfig.json +++ b/types/lodash.toupper/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.transform/tsconfig.json b/types/lodash.transform/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.transform/tsconfig.json +++ b/types/lodash.transform/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.trim/tsconfig.json b/types/lodash.trim/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.trim/tsconfig.json +++ b/types/lodash.trim/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.trimend/tsconfig.json b/types/lodash.trimend/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.trimend/tsconfig.json +++ b/types/lodash.trimend/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.trimstart/tsconfig.json b/types/lodash.trimstart/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.trimstart/tsconfig.json +++ b/types/lodash.trimstart/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.truncate/tsconfig.json b/types/lodash.truncate/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.truncate/tsconfig.json +++ b/types/lodash.truncate/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.unary/tsconfig.json b/types/lodash.unary/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.unary/tsconfig.json +++ b/types/lodash.unary/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.unescape/tsconfig.json b/types/lodash.unescape/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.unescape/tsconfig.json +++ b/types/lodash.unescape/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.union/tsconfig.json b/types/lodash.union/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.union/tsconfig.json +++ b/types/lodash.union/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.unionby/tsconfig.json b/types/lodash.unionby/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.unionby/tsconfig.json +++ b/types/lodash.unionby/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.unionwith/tsconfig.json b/types/lodash.unionwith/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.unionwith/tsconfig.json +++ b/types/lodash.unionwith/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.uniq/tsconfig.json b/types/lodash.uniq/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.uniq/tsconfig.json +++ b/types/lodash.uniq/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.uniqby/tsconfig.json b/types/lodash.uniqby/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.uniqby/tsconfig.json +++ b/types/lodash.uniqby/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.uniqueid/tsconfig.json b/types/lodash.uniqueid/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.uniqueid/tsconfig.json +++ b/types/lodash.uniqueid/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.uniqwith/tsconfig.json b/types/lodash.uniqwith/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.uniqwith/tsconfig.json +++ b/types/lodash.uniqwith/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.unset/tsconfig.json b/types/lodash.unset/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.unset/tsconfig.json +++ b/types/lodash.unset/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.unzip/tsconfig.json b/types/lodash.unzip/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.unzip/tsconfig.json +++ b/types/lodash.unzip/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.unzipwith/tsconfig.json b/types/lodash.unzipwith/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.unzipwith/tsconfig.json +++ b/types/lodash.unzipwith/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.update/tsconfig.json b/types/lodash.update/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.update/tsconfig.json +++ b/types/lodash.update/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.updatewith/tsconfig.json b/types/lodash.updatewith/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.updatewith/tsconfig.json +++ b/types/lodash.updatewith/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.uppercase/tsconfig.json b/types/lodash.uppercase/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.uppercase/tsconfig.json +++ b/types/lodash.uppercase/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.upperfirst/tsconfig.json b/types/lodash.upperfirst/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.upperfirst/tsconfig.json +++ b/types/lodash.upperfirst/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.values/tsconfig.json b/types/lodash.values/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.values/tsconfig.json +++ b/types/lodash.values/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.valuesin/tsconfig.json b/types/lodash.valuesin/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.valuesin/tsconfig.json +++ b/types/lodash.valuesin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.without/tsconfig.json b/types/lodash.without/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.without/tsconfig.json +++ b/types/lodash.without/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.words/tsconfig.json b/types/lodash.words/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.words/tsconfig.json +++ b/types/lodash.words/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.wrap/tsconfig.json b/types/lodash.wrap/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.wrap/tsconfig.json +++ b/types/lodash.wrap/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.xor/tsconfig.json b/types/lodash.xor/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.xor/tsconfig.json +++ b/types/lodash.xor/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.xorby/tsconfig.json b/types/lodash.xorby/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.xorby/tsconfig.json +++ b/types/lodash.xorby/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.xorwith/tsconfig.json b/types/lodash.xorwith/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.xorwith/tsconfig.json +++ b/types/lodash.xorwith/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.zip/tsconfig.json b/types/lodash.zip/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.zip/tsconfig.json +++ b/types/lodash.zip/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.zipobject/tsconfig.json b/types/lodash.zipobject/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.zipobject/tsconfig.json +++ b/types/lodash.zipobject/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.zipobjectdeep/tsconfig.json b/types/lodash.zipobjectdeep/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.zipobjectdeep/tsconfig.json +++ b/types/lodash.zipobjectdeep/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash.zipwith/tsconfig.json b/types/lodash.zipwith/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/lodash.zipwith/tsconfig.json +++ b/types/lodash.zipwith/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lodash/tsconfig.json b/types/lodash/tsconfig.json index 9947bcc8e6..2c4aa57c54 100644 --- a/types/lodash/tsconfig.json +++ b/types/lodash/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -315,4 +316,4 @@ "zipObjectDeep.d.ts", "zipWith.d.ts" ] -} +} \ No newline at end of file diff --git a/types/lodash/v3/tsconfig.json b/types/lodash/v3/tsconfig.json index e57548c56a..5c5613d3f6 100644 --- a/types/lodash/v3/tsconfig.json +++ b/types/lodash/v3/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/log-symbols/tsconfig.json b/types/log-symbols/tsconfig.json index a8255cad69..8677d194b0 100644 --- a/types/log-symbols/tsconfig.json +++ b/types/log-symbols/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "log-symbols-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/log-update/tsconfig.json b/types/log-update/tsconfig.json index cfc1ac94e3..888455297b 100644 --- a/types/log-update/tsconfig.json +++ b/types/log-update/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "log-update-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/log4javascript/tsconfig.json b/types/log4javascript/tsconfig.json index 4c90f25a3c..27a94829c1 100644 --- a/types/log4javascript/tsconfig.json +++ b/types/log4javascript/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/log4js/tsconfig.json b/types/log4js/tsconfig.json index ed31cb93c7..663df0a13b 100644 --- a/types/log4js/tsconfig.json +++ b/types/log4js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "log4js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/logat/tsconfig.json b/types/logat/tsconfig.json index c8982e5798..75453c3721 100644 --- a/types/logat/tsconfig.json +++ b/types/logat/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/logg/tsconfig.json b/types/logg/tsconfig.json index 3527d06837..9dd1a361e7 100644 --- a/types/logg/tsconfig.json +++ b/types/logg/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/loggly/tsconfig.json b/types/loggly/tsconfig.json index 181a492701..76b8a59ac2 100644 --- a/types/loggly/tsconfig.json +++ b/types/loggly/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/loglevel/tsconfig.json b/types/loglevel/tsconfig.json index 2533113a54..efcc4efad8 100644 --- a/types/loglevel/tsconfig.json +++ b/types/loglevel/tsconfig.json @@ -1,4 +1,4 @@ -{ +{ "compilerOptions": { "module": "commonjs", "lib": [ @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "test/loglevel-tests.ts", "test/loglevel-umd-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/logrotate-stream/tsconfig.json b/types/logrotate-stream/tsconfig.json index 97c28a328c..2f82ad189f 100644 --- a/types/logrotate-stream/tsconfig.json +++ b/types/logrotate-stream/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lokijs/tsconfig.json b/types/lokijs/tsconfig.json index 5ffde42e59..bd01821699 100644 --- a/types/lokijs/tsconfig.json +++ b/types/lokijs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lolex/tsconfig.json b/types/lolex/tsconfig.json index 92e5164d51..e9ab242410 100644 --- a/types/lolex/tsconfig.json +++ b/types/lolex/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/long/tsconfig.json b/types/long/tsconfig.json index 163a7db674..2d90b2337f 100644 --- a/types/long/tsconfig.json +++ b/types/long/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/loopback-boot/tsconfig.json b/types/loopback-boot/tsconfig.json index 1dcded5dd7..2a7cbe1ca5 100644 --- a/types/loopback-boot/tsconfig.json +++ b/types/loopback-boot/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/loopback/tsconfig.json b/types/loopback/tsconfig.json index 3538e33fdf..b967450fde 100644 --- a/types/loopback/tsconfig.json +++ b/types/loopback/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lorem-ipsum/tsconfig.json b/types/lorem-ipsum/tsconfig.json index e337082e32..c1f3e00374 100644 --- a/types/lorem-ipsum/tsconfig.json +++ b/types/lorem-ipsum/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lory.js/tsconfig.json b/types/lory.js/tsconfig.json index 70236e15c6..94d47b69ea 100644 --- a/types/lory.js/tsconfig.json +++ b/types/lory.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/loud-rejection/tsconfig.json b/types/loud-rejection/tsconfig.json index 19094d531a..56909e692c 100644 --- a/types/loud-rejection/tsconfig.json +++ b/types/loud-rejection/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "loud-rejection-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/lovefield/tsconfig.json b/types/lovefield/tsconfig.json index 9dd68ec326..fa9ed6e11d 100644 --- a/types/lovefield/tsconfig.json +++ b/types/lovefield/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lowdb/tsconfig.json b/types/lowdb/tsconfig.json index 4a6104842c..3ca3c13b78 100644 --- a/types/lowdb/tsconfig.json +++ b/types/lowdb/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lowlight/tsconfig.json b/types/lowlight/tsconfig.json index d3ad572247..31ecea4b06 100644 --- a/types/lowlight/tsconfig.json +++ b/types/lowlight/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lozad/tsconfig.json b/types/lozad/tsconfig.json index a6f9e7d96c..9243f7f7d4 100644 --- a/types/lozad/tsconfig.json +++ b/types/lozad/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lru-cache/tsconfig.json b/types/lru-cache/tsconfig.json index e1a61724df..de5c387339 100644 --- a/types/lru-cache/tsconfig.json +++ b/types/lru-cache/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "lru-cache-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/lscache/tsconfig.json b/types/lscache/tsconfig.json index d1db601117..50876365a3 100644 --- a/types/lscache/tsconfig.json +++ b/types/lscache/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ltx/tsconfig.json b/types/ltx/tsconfig.json index 28beec26d4..d4af416e4b 100644 --- a/types/ltx/tsconfig.json +++ b/types/ltx/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "ltx-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "ltx-tests.ts" + ] +} \ No newline at end of file diff --git a/types/luaparse/tsconfig.json b/types/luaparse/tsconfig.json index fca0b48af4..8e932f496e 100644 --- a/types/luaparse/tsconfig.json +++ b/types/luaparse/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lunr/tsconfig.json b/types/lunr/tsconfig.json index 22fad6449b..87faffb76d 100644 --- a/types/lunr/tsconfig.json +++ b/types/lunr/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lunr/v0/tsconfig.json b/types/lunr/v0/tsconfig.json index 37f937893d..a98126157c 100644 --- a/types/lunr/v0/tsconfig.json +++ b/types/lunr/v0/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "lunr": ["lunr/v0"] + "lunr": [ + "lunr/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/lwip/tsconfig.json b/types/lwip/tsconfig.json index 97e74d9626..769d843dfa 100644 --- a/types/lwip/tsconfig.json +++ b/types/lwip/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/lz-string/tsconfig.json b/types/lz-string/tsconfig.json index 397f8ff795..40ca2ffb09 100644 --- a/types/lz-string/tsconfig.json +++ b/types/lz-string/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/magic-number/tsconfig.json b/types/magic-number/tsconfig.json index 079431a4c1..8dedeff2ce 100644 --- a/types/magic-number/tsconfig.json +++ b/types/magic-number/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/magicsuggest/tsconfig.json b/types/magicsuggest/tsconfig.json index 731d9a94e4..19b82ea9cd 100644 --- a/types/magicsuggest/tsconfig.json +++ b/types/magicsuggest/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/magnet-uri/tsconfig.json b/types/magnet-uri/tsconfig.json index ed2ea4e527..e47bf7de89 100644 --- a/types/magnet-uri/tsconfig.json +++ b/types/magnet-uri/tsconfig.json @@ -1,23 +1,24 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "magnet-uri-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "magnet-uri-tests.ts" + ] +} \ No newline at end of file diff --git a/types/mailcheck/tsconfig.json b/types/mailcheck/tsconfig.json index 1e688725ac..9f3bada102 100644 --- a/types/mailcheck/tsconfig.json +++ b/types/mailcheck/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/maildev/tsconfig.json b/types/maildev/tsconfig.json index f572171d40..e7d5d8aa90 100644 --- a/types/maildev/tsconfig.json +++ b/types/maildev/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mailgen/tsconfig.json b/types/mailgen/tsconfig.json index 5c85d2056c..be58901e20 100644 --- a/types/mailgen/tsconfig.json +++ b/types/mailgen/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mailparser/tsconfig.json b/types/mailparser/tsconfig.json index a48e26aeab..0e85dee795 100644 --- a/types/mailparser/tsconfig.json +++ b/types/mailparser/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/main-bower-files/tsconfig.json b/types/main-bower-files/tsconfig.json index 04b363ffc6..a5555d9521 100644 --- a/types/main-bower-files/tsconfig.json +++ b/types/main-bower-files/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/mainloop.js/tsconfig.json b/types/mainloop.js/tsconfig.json index 5dae699f05..b8e7bf9fd5 100644 --- a/types/mainloop.js/tsconfig.json +++ b/types/mainloop.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "mainloop.js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/make-dir/tsconfig.json b/types/make-dir/tsconfig.json index 90686a9f48..f1770d52af 100644 --- a/types/make-dir/tsconfig.json +++ b/types/make-dir/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "make-dir-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/maker.js/tsconfig.json b/types/maker.js/tsconfig.json index 35dfa654de..3f15fa99e1 100644 --- a/types/maker.js/tsconfig.json +++ b/types/maker.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mandrill-api/tsconfig.json b/types/mandrill-api/tsconfig.json index e93086cbce..9855b826de 100644 --- a/types/mandrill-api/tsconfig.json +++ b/types/mandrill-api/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/map-obj/tsconfig.json b/types/map-obj/tsconfig.json index 5c1bd44df9..70c0243a5b 100644 --- a/types/map-obj/tsconfig.json +++ b/types/map-obj/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "map-obj-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/mapbox-gl/tsconfig.json b/types/mapbox-gl/tsconfig.json index 2fa39335f6..2d80f414a1 100644 --- a/types/mapbox-gl/tsconfig.json +++ b/types/mapbox-gl/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mapbox/tsconfig.json b/types/mapbox/tsconfig.json index a469b979bf..9aec764a7c 100644 --- a/types/mapbox/tsconfig.json +++ b/types/mapbox/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mapbox__shelf-pack/tsconfig.json b/types/mapbox__shelf-pack/tsconfig.json index 540d660492..49afd3f46e 100644 --- a/types/mapbox__shelf-pack/tsconfig.json +++ b/types/mapbox__shelf-pack/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -17,6 +18,6 @@ }, "files": [ "index.d.ts", - "mapbox__shelf-pack-tests.ts" + "mapbox__shelf-pack-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/mapsjs/tsconfig.json b/types/mapsjs/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/mapsjs/tsconfig.json +++ b/types/mapsjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mariasql/tsconfig.json b/types/mariasql/tsconfig.json index 13b15cddda..bab62b5218 100644 --- a/types/mariasql/tsconfig.json +++ b/types/mariasql/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/markdown-it-anchor/tsconfig.json b/types/markdown-it-anchor/tsconfig.json index fde07bc890..df3de49f4a 100644 --- a/types/markdown-it-anchor/tsconfig.json +++ b/types/markdown-it-anchor/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "markdown-it-anchor-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/markdown-it-container/tsconfig.json b/types/markdown-it-container/tsconfig.json index 270b4284f0..9dd6ec9ad2 100644 --- a/types/markdown-it-container/tsconfig.json +++ b/types/markdown-it-container/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/markdown-it/tsconfig.json b/types/markdown-it/tsconfig.json index 1717771467..fc493d2d9b 100644 --- a/types/markdown-it/tsconfig.json +++ b/types/markdown-it/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/marked/tsconfig.json b/types/marked/tsconfig.json index b51a9340d6..222ab4e4f1 100644 --- a/types/marked/tsconfig.json +++ b/types/marked/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/marker-animate-unobtrusive/tsconfig.json b/types/marker-animate-unobtrusive/tsconfig.json index f95f612a71..68e2526510 100644 --- a/types/marker-animate-unobtrusive/tsconfig.json +++ b/types/marker-animate-unobtrusive/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/markerclustererplus/tsconfig.json b/types/markerclustererplus/tsconfig.json index e9fdb4efa9..0aca5b9a0a 100644 --- a/types/markerclustererplus/tsconfig.json +++ b/types/markerclustererplus/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/markitup/tsconfig.json b/types/markitup/tsconfig.json index 91edea9865..daa2c18b72 100644 --- a/types/markitup/tsconfig.json +++ b/types/markitup/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/maskedinput/tsconfig.json b/types/maskedinput/tsconfig.json index 0010b13a2a..0884b77742 100644 --- a/types/maskedinput/tsconfig.json +++ b/types/maskedinput/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/masonry-layout/tsconfig.json b/types/masonry-layout/tsconfig.json index 15980678b3..a2133122a5 100644 --- a/types/masonry-layout/tsconfig.json +++ b/types/masonry-layout/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/massive/tsconfig.json b/types/massive/tsconfig.json index cfa32399c8..916b3e2b47 100644 --- a/types/massive/tsconfig.json +++ b/types/massive/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "massive-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/match-media-mock/tsconfig.json b/types/match-media-mock/tsconfig.json index 6a0658a582..adcb526b65 100644 --- a/types/match-media-mock/tsconfig.json +++ b/types/match-media-mock/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/material-design-lite/tsconfig.json b/types/material-design-lite/tsconfig.json index 381b437b57..96da690ed9 100644 --- a/types/material-design-lite/tsconfig.json +++ b/types/material-design-lite/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/material-ui-pagination/tsconfig.json b/types/material-ui-pagination/tsconfig.json index 23f79c4aa6..c98526003d 100644 --- a/types/material-ui-pagination/tsconfig.json +++ b/types/material-ui-pagination/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "experimentalDecorators": true, @@ -22,4 +23,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/material-ui/tsconfig.json b/types/material-ui/tsconfig.json index 7f7f8d61c7..7d478ab185 100644 --- a/types/material-ui/tsconfig.json +++ b/types/material-ui/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "jsx": "react", "experimentalDecorators": true, diff --git a/types/materialize-css/tsconfig.json b/types/materialize-css/tsconfig.json index 1c24218f86..cc986baa67 100644 --- a/types/materialize-css/tsconfig.json +++ b/types/materialize-css/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/math3d/tsconfig.json b/types/math3d/tsconfig.json index dc28196f64..95a0a4148d 100644 --- a/types/math3d/tsconfig.json +++ b/types/math3d/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mathjax/tsconfig.json b/types/mathjax/tsconfig.json index 72db8ffeff..dcf27a92fb 100644 --- a/types/mathjax/tsconfig.json +++ b/types/mathjax/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mathjs/tsconfig.json b/types/mathjs/tsconfig.json index 55499d6a34..c2aefff773 100644 --- a/types/mathjs/tsconfig.json +++ b/types/mathjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/matter-js/tsconfig.json b/types/matter-js/tsconfig.json index e67ee4f7a1..bac77b2a64 100644 --- a/types/matter-js/tsconfig.json +++ b/types/matter-js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/maxmind/tsconfig.json b/types/maxmind/tsconfig.json index 995fba6e58..0b1011f8f7 100644 --- a/types/maxmind/tsconfig.json +++ b/types/maxmind/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mcustomscrollbar/tsconfig.json b/types/mcustomscrollbar/tsconfig.json index 5dba3829a9..b112ee023e 100644 --- a/types/mcustomscrollbar/tsconfig.json +++ b/types/mcustomscrollbar/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/md5/tsconfig.json b/types/md5/tsconfig.json index c3e5a225c7..0f2d4677ab 100644 --- a/types/md5/tsconfig.json +++ b/types/md5/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "md5-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/mdns/tsconfig.json b/types/mdns/tsconfig.json index 905e8be032..94e58f4170 100644 --- a/types/mdns/tsconfig.json +++ b/types/mdns/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/media-typer/tsconfig.json b/types/media-typer/tsconfig.json index a8ba662fc4..fe5268288d 100644 --- a/types/media-typer/tsconfig.json +++ b/types/media-typer/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "media-typer-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/medium-editor/tsconfig.json b/types/medium-editor/tsconfig.json index 1d05857b75..10748accf4 100644 --- a/types/medium-editor/tsconfig.json +++ b/types/medium-editor/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mem/tsconfig.json b/types/mem/tsconfig.json index 96073a18a4..3545985694 100644 --- a/types/mem/tsconfig.json +++ b/types/mem/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/memcached/tsconfig.json b/types/memcached/tsconfig.json index 9e627ffdd1..720907bb10 100644 --- a/types/memcached/tsconfig.json +++ b/types/memcached/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/memoizee/tsconfig.json b/types/memoizee/tsconfig.json index bf28a77a50..b8aa9634f1 100644 --- a/types/memoizee/tsconfig.json +++ b/types/memoizee/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/memory-cache/tsconfig.json b/types/memory-cache/tsconfig.json index 646c894d6d..1d0ac845ac 100644 --- a/types/memory-cache/tsconfig.json +++ b/types/memory-cache/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/memory-fs/tsconfig.json b/types/memory-fs/tsconfig.json index a6e90280a6..13eb7da317 100644 --- a/types/memory-fs/tsconfig.json +++ b/types/memory-fs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/memwatch-next/tsconfig.json b/types/memwatch-next/tsconfig.json index fd5931927e..4541aaa1cf 100644 --- a/types/memwatch-next/tsconfig.json +++ b/types/memwatch-next/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/menubar/tsconfig.json b/types/menubar/tsconfig.json index a1751019e0..d9d6d843b4 100644 --- a/types/menubar/tsconfig.json +++ b/types/menubar/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/meow/tsconfig.json b/types/meow/tsconfig.json index c9664cbcff..33dd0b0883 100644 --- a/types/meow/tsconfig.json +++ b/types/meow/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/merge-descriptors/tsconfig.json b/types/merge-descriptors/tsconfig.json index 4e224b187b..23f7dfbcce 100644 --- a/types/merge-descriptors/tsconfig.json +++ b/types/merge-descriptors/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/merge-stream/tsconfig.json b/types/merge-stream/tsconfig.json index 07500cf286..d68bbea99f 100644 --- a/types/merge-stream/tsconfig.json +++ b/types/merge-stream/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/merge2/tsconfig.json b/types/merge2/tsconfig.json index 64cf45c2a6..aeb71329c3 100644 --- a/types/merge2/tsconfig.json +++ b/types/merge2/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/mersenne-twister/tsconfig.json b/types/mersenne-twister/tsconfig.json index 0c162224fb..418c7a0355 100644 --- a/types/mersenne-twister/tsconfig.json +++ b/types/mersenne-twister/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "mersenne-twister-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/meshblu/tsconfig.json b/types/meshblu/tsconfig.json index 7abf4e1e84..a00e392388 100644 --- a/types/meshblu/tsconfig.json +++ b/types/meshblu/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mess/tsconfig.json b/types/mess/tsconfig.json index 272b27dbb6..8ca702b9a4 100644 --- a/types/mess/tsconfig.json +++ b/types/mess/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/messenger/tsconfig.json b/types/messenger/tsconfig.json index a9382d1d9f..15915e2f35 100644 --- a/types/messenger/tsconfig.json +++ b/types/messenger/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/meteor-accounts-phone/tsconfig.json b/types/meteor-accounts-phone/tsconfig.json index 21ba959534..f6945ba442 100644 --- a/types/meteor-accounts-phone/tsconfig.json +++ b/types/meteor-accounts-phone/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/meteor-collection-hooks/tsconfig.json b/types/meteor-collection-hooks/tsconfig.json index 90fa93f2b5..462b5cb2fe 100644 --- a/types/meteor-collection-hooks/tsconfig.json +++ b/types/meteor-collection-hooks/tsconfig.json @@ -1,23 +1,24 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": false, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "meteor-collection-hooks-tests.ts" - ] + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": false, + "strictNullChecks": false, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "meteor-collection-hooks-tests.ts" + ] } \ No newline at end of file diff --git a/types/meteor-jboulhous-dev/tsconfig.json b/types/meteor-jboulhous-dev/tsconfig.json index 74fabcdbfb..6a0bc28585 100644 --- a/types/meteor-jboulhous-dev/tsconfig.json +++ b/types/meteor-jboulhous-dev/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/meteor-persistent-session/tsconfig.json b/types/meteor-persistent-session/tsconfig.json index fe76b9d4e3..9f9adaeead 100644 --- a/types/meteor-persistent-session/tsconfig.json +++ b/types/meteor-persistent-session/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/meteor-prime8consulting-oauth2/tsconfig.json b/types/meteor-prime8consulting-oauth2/tsconfig.json index 722d8e6fa1..1d71e79d3c 100644 --- a/types/meteor-prime8consulting-oauth2/tsconfig.json +++ b/types/meteor-prime8consulting-oauth2/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/meteor-publish-composite/tsconfig.json b/types/meteor-publish-composite/tsconfig.json index 23189eb80a..81c22f6ce3 100644 --- a/types/meteor-publish-composite/tsconfig.json +++ b/types/meteor-publish-composite/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/meteor-roles/tsconfig.json b/types/meteor-roles/tsconfig.json index eab68b58ca..037db6b9f4 100644 --- a/types/meteor-roles/tsconfig.json +++ b/types/meteor-roles/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/meteor/tsconfig.json b/types/meteor/tsconfig.json index f2b2d3aea0..aaf8ac862c 100644 --- a/types/meteor/tsconfig.json +++ b/types/meteor/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -38,4 +39,4 @@ "index.d.ts", "meteor-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/method-override/tsconfig.json b/types/method-override/tsconfig.json index a0c2ea2d18..1487adc964 100644 --- a/types/method-override/tsconfig.json +++ b/types/method-override/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/methods/tsconfig.json b/types/methods/tsconfig.json index 720595fa80..1b3353ca82 100644 --- a/types/methods/tsconfig.json +++ b/types/methods/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "methods-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/metismenu/tsconfig.json b/types/metismenu/tsconfig.json index 2e3eb83e4f..643934b421 100644 --- a/types/metismenu/tsconfig.json +++ b/types/metismenu/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/metric-suffix/tsconfig.json b/types/metric-suffix/tsconfig.json index 5f31731f40..fc4d7b871f 100644 --- a/types/metric-suffix/tsconfig.json +++ b/types/metric-suffix/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mfiles/tsconfig.json b/types/mfiles/tsconfig.json index d33ba750ee..295542875a 100644 --- a/types/mfiles/tsconfig.json +++ b/types/mfiles/tsconfig.json @@ -1,10 +1,14 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es5", "scripthost"], + "lib": [ + "es5", + "scripthost" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/micro/tsconfig.json b/types/micro/tsconfig.json index 7975056600..7f1e37655b 100644 --- a/types/micro/tsconfig.json +++ b/types/micro/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/microgears/tsconfig.json b/types/microgears/tsconfig.json index f0fd628aa9..7c4170d1af 100644 --- a/types/microgears/tsconfig.json +++ b/types/microgears/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/micromatch/tsconfig.json b/types/micromatch/tsconfig.json index c2edc166e8..acbf548c77 100644 --- a/types/micromatch/tsconfig.json +++ b/types/micromatch/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/microrouter/tsconfig.json b/types/microrouter/tsconfig.json index a2cbd4e379..abf333c6bf 100644 --- a/types/microrouter/tsconfig.json +++ b/types/microrouter/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -18,4 +19,4 @@ "files": [ "index.d.ts" ] -} +} \ No newline at end of file diff --git a/types/microsoft-ajax/tsconfig.json b/types/microsoft-ajax/tsconfig.json index b02b95aa5a..3a8d8bcc37 100644 --- a/types/microsoft-ajax/tsconfig.json +++ b/types/microsoft-ajax/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/microsoft-live-connect/tsconfig.json b/types/microsoft-live-connect/tsconfig.json index b98f234db0..7895e4debe 100644 --- a/types/microsoft-live-connect/tsconfig.json +++ b/types/microsoft-live-connect/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/microsoft-sdk-soap/tsconfig.json b/types/microsoft-sdk-soap/tsconfig.json index 41ffa9a040..3eee7c6b1c 100644 --- a/types/microsoft-sdk-soap/tsconfig.json +++ b/types/microsoft-sdk-soap/tsconfig.json @@ -8,12 +8,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/microsoftteams/tsconfig.json b/types/microsoftteams/tsconfig.json index 3b414b787b..95b8785492 100644 --- a/types/microsoftteams/tsconfig.json +++ b/types/microsoftteams/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/microtime/tsconfig.json b/types/microtime/tsconfig.json index 3bcc951906..c5989f5799 100644 --- a/types/microtime/tsconfig.json +++ b/types/microtime/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "microtime-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/milkcocoa/tsconfig.json b/types/milkcocoa/tsconfig.json index e7df52214b..def0b291ed 100644 --- a/types/milkcocoa/tsconfig.json +++ b/types/milkcocoa/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/milliseconds/tsconfig.json b/types/milliseconds/tsconfig.json index 34585cc8ed..eb756035ba 100644 --- a/types/milliseconds/tsconfig.json +++ b/types/milliseconds/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mime-db/tsconfig.json b/types/mime-db/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/mime-db/tsconfig.json +++ b/types/mime-db/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mime-types/tsconfig.json b/types/mime-types/tsconfig.json index 015c5a8080..d197e5f93c 100644 --- a/types/mime-types/tsconfig.json +++ b/types/mime-types/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "mime-types-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/mime/tsconfig.json b/types/mime/tsconfig.json index 1bf14a5e7f..8e0eb9488e 100644 --- a/types/mime/tsconfig.json +++ b/types/mime/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "Mime.d.ts", "mime-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/mimos/tsconfig.json b/types/mimos/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/mimos/tsconfig.json +++ b/types/mimos/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mina/tsconfig.json b/types/mina/tsconfig.json index a2cbd4e379..abf333c6bf 100644 --- a/types/mina/tsconfig.json +++ b/types/mina/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -18,4 +19,4 @@ "files": [ "index.d.ts" ] -} +} \ No newline at end of file diff --git a/types/minilog/tsconfig.json b/types/minilog/tsconfig.json index cc7db61f43..b999744170 100644 --- a/types/minilog/tsconfig.json +++ b/types/minilog/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/minimatch/tsconfig.json b/types/minimatch/tsconfig.json index 5a39cdda20..7180fe6a29 100644 --- a/types/minimatch/tsconfig.json +++ b/types/minimatch/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/minimist/tsconfig.json b/types/minimist/tsconfig.json index 994d8d3b05..27be869de4 100644 --- a/types/minimist/tsconfig.json +++ b/types/minimist/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/minipass/tsconfig.json b/types/minipass/tsconfig.json index 0bf9d66580..9115c6fe85 100644 --- a/types/minipass/tsconfig.json +++ b/types/minipass/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "minipass-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/mithril-global/tsconfig.json b/types/mithril-global/tsconfig.json index 936d8b88b0..f48de2bee8 100644 --- a/types/mithril-global/tsconfig.json +++ b/types/mithril-global/tsconfig.json @@ -1,21 +1,27 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": ["es2015", "dom"], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "noEmit": true, - "forceConsistentCasingInFileNames": true, - "baseUrl": "../", - "typeRoots": ["../"], - "types": [] - }, - "files": [ - "index.d.ts", - "mithril-global-tests.ts" - ], - "atom": { - "rewriteTsconfig": false - } -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es2015", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "noEmit": true, + "forceConsistentCasingInFileNames": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [] + }, + "files": [ + "index.d.ts", + "mithril-global-tests.ts" + ], + "atom": { + "rewriteTsconfig": false + } +} \ No newline at end of file diff --git a/types/mithril/tsconfig.json b/types/mithril/tsconfig.json index e25806a323..3164285eb5 100644 --- a/types/mithril/tsconfig.json +++ b/types/mithril/tsconfig.json @@ -1,38 +1,44 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": ["es2015", "dom"], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "forceConsistentCasingInFileNames": true, - "noEmit": true, - "baseUrl": "../", - "typeRoots": ["../"], - "types": [] - }, - "files": [ - "test/test-api.ts", - "test/test-class-component.ts", - "test/test-component.ts", - "test/test-factory-component.ts", - "test/test-fragment.ts", - "test/test-jsonp.ts", - "test/test-misc.ts", - "test/test-request.ts", - "test/test-route.ts", - "test/test-stream.ts", - "index.d.ts", - "hyperscript.d.ts", - "mount.d.ts", - "redraw.d.ts", - "render.d.ts", - "request.d.ts", - "route.d.ts", - "withAttr.d.ts", - "stream/index.d.ts" - ], - "atom": { - "rewriteTsconfig": false - } -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es2015", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": false, + "forceConsistentCasingInFileNames": true, + "noEmit": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [] + }, + "files": [ + "test/test-api.ts", + "test/test-class-component.ts", + "test/test-component.ts", + "test/test-factory-component.ts", + "test/test-fragment.ts", + "test/test-jsonp.ts", + "test/test-misc.ts", + "test/test-request.ts", + "test/test-route.ts", + "test/test-stream.ts", + "index.d.ts", + "hyperscript.d.ts", + "mount.d.ts", + "redraw.d.ts", + "render.d.ts", + "request.d.ts", + "route.d.ts", + "withAttr.d.ts", + "stream/index.d.ts" + ], + "atom": { + "rewriteTsconfig": false + } +} \ No newline at end of file diff --git a/types/mitm/tsconfig.json b/types/mitm/tsconfig.json index 7b49290ebd..bb19fc1d20 100644 --- a/types/mitm/tsconfig.json +++ b/types/mitm/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mixpanel/tsconfig.json b/types/mixpanel/tsconfig.json index 332e01d6a1..f5cbbce2f5 100644 --- a/types/mixpanel/tsconfig.json +++ b/types/mixpanel/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mixto/tsconfig.json b/types/mixto/tsconfig.json index 2a36103c77..8cbc98843f 100644 --- a/types/mixto/tsconfig.json +++ b/types/mixto/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mkdirp/tsconfig.json b/types/mkdirp/tsconfig.json index 3022b602d3..a5bd09ff68 100644 --- a/types/mkdirp/tsconfig.json +++ b/types/mkdirp/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mkpath/tsconfig.json b/types/mkpath/tsconfig.json index ea4d563111..e114847c25 100644 --- a/types/mkpath/tsconfig.json +++ b/types/mkpath/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mmmagic/tsconfig.json b/types/mmmagic/tsconfig.json index 56c0a9a623..074e791e6d 100644 --- a/types/mmmagic/tsconfig.json +++ b/types/mmmagic/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mobile-detect/tsconfig.json b/types/mobile-detect/tsconfig.json index 58e74f0636..d728b72f0e 100644 --- a/types/mobile-detect/tsconfig.json +++ b/types/mobile-detect/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mocha-phantomjs/tsconfig.json b/types/mocha-phantomjs/tsconfig.json index 0b88eaff24..12d2f5cf28 100644 --- a/types/mocha-phantomjs/tsconfig.json +++ b/types/mocha-phantomjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mocha/tsconfig.json b/types/mocha/tsconfig.json index d38cd37afd..43be806414 100644 --- a/types/mocha/tsconfig.json +++ b/types/mocha/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mock-fs/tsconfig.json b/types/mock-fs/tsconfig.json index c9f837a67e..b460b4d1d1 100644 --- a/types/mock-fs/tsconfig.json +++ b/types/mock-fs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mock-raf/tsconfig.json b/types/mock-raf/tsconfig.json index 7d4b6c5a8e..dfb1b63e78 100644 --- a/types/mock-raf/tsconfig.json +++ b/types/mock-raf/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mock-require/tsconfig.json b/types/mock-require/tsconfig.json index 9b02a7c5c6..2f5ec713da 100644 --- a/types/mock-require/tsconfig.json +++ b/types/mock-require/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mockdate/tsconfig.json b/types/mockdate/tsconfig.json index e0a84362b9..062a1f1110 100644 --- a/types/mockdate/tsconfig.json +++ b/types/mockdate/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mockery/tsconfig.json b/types/mockery/tsconfig.json index 2147e75e52..a8eef69452 100644 --- a/types/mockery/tsconfig.json +++ b/types/mockery/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mockjs/tsconfig.json b/types/mockjs/tsconfig.json index 59b6876702..631ad48210 100644 --- a/types/mockjs/tsconfig.json +++ b/types/mockjs/tsconfig.json @@ -1,23 +1,24 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "mockjs-tests.ts" - ] + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "mockjs-tests.ts" + ] } \ No newline at end of file diff --git a/types/modernizr/tsconfig.json b/types/modernizr/tsconfig.json index fd2ef33847..291b4008d2 100644 --- a/types/modernizr/tsconfig.json +++ b/types/modernizr/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/modesl/tsconfig.json b/types/modesl/tsconfig.json index bf010625e0..3fc91a7f71 100644 --- a/types/modesl/tsconfig.json +++ b/types/modesl/tsconfig.json @@ -2,10 +2,13 @@ "compilerOptions": { "module": "commonjs", "target": "es6", - "lib": ["es6"], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -18,4 +21,4 @@ "index.d.ts", "modesl-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/moment-business/tsconfig.json b/types/moment-business/tsconfig.json index 3457222069..b7307b4121 100644 --- a/types/moment-business/tsconfig.json +++ b/types/moment-business/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "moment-business-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/moment-duration-format/tsconfig.json b/types/moment-duration-format/tsconfig.json index 07d419c2ea..997b0f907e 100644 --- a/types/moment-duration-format/tsconfig.json +++ b/types/moment-duration-format/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "moment-duration-format-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/moment-jalaali/tsconfig.json b/types/moment-jalaali/tsconfig.json index cb540b61cc..6c52d43cbf 100644 --- a/types/moment-jalaali/tsconfig.json +++ b/types/moment-jalaali/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/moment-range/tsconfig.json b/types/moment-range/tsconfig.json index 7208f89157..1da3b569e0 100644 --- a/types/moment-range/tsconfig.json +++ b/types/moment-range/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/moment-round/tsconfig.json b/types/moment-round/tsconfig.json index f0a73e2ecd..f6761bd247 100644 --- a/types/moment-round/tsconfig.json +++ b/types/moment-round/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/moment-timezone/tsconfig.json b/types/moment-timezone/tsconfig.json index fd0a27b64d..62cbfb4214 100644 --- a/types/moment-timezone/tsconfig.json +++ b/types/moment-timezone/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mongodb/tsconfig.json b/types/mongodb/tsconfig.json index 19e9086a8f..8ed16ed7e6 100644 --- a/types/mongodb/tsconfig.json +++ b/types/mongodb/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mongodb/v1/tsconfig.json b/types/mongodb/v1/tsconfig.json index da211f11a7..c20dfaa9c6 100644 --- a/types/mongodb/v1/tsconfig.json +++ b/types/mongodb/v1/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/mongoose-auto-increment/tsconfig.json b/types/mongoose-auto-increment/tsconfig.json index 20df7ba15a..faef447b4d 100644 --- a/types/mongoose-auto-increment/tsconfig.json +++ b/types/mongoose-auto-increment/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mongoose-deep-populate/tsconfig.json b/types/mongoose-deep-populate/tsconfig.json index 5d7a18e0d7..eb2e278299 100644 --- a/types/mongoose-deep-populate/tsconfig.json +++ b/types/mongoose-deep-populate/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mongoose-mock/tsconfig.json b/types/mongoose-mock/tsconfig.json index 8ea3916ce1..b3cacf1757 100644 --- a/types/mongoose-mock/tsconfig.json +++ b/types/mongoose-mock/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mongoose-paginate/tsconfig.json b/types/mongoose-paginate/tsconfig.json index 89d88a5bdb..3194368f11 100644 --- a/types/mongoose-paginate/tsconfig.json +++ b/types/mongoose-paginate/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mongoose-promise/tsconfig.json b/types/mongoose-promise/tsconfig.json index 128afbaa84..68c68b35a1 100644 --- a/types/mongoose-promise/tsconfig.json +++ b/types/mongoose-promise/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mongoose-seeder/tsconfig.json b/types/mongoose-seeder/tsconfig.json index 8e3f193dbf..d5d44b75cc 100644 --- a/types/mongoose-seeder/tsconfig.json +++ b/types/mongoose-seeder/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/mongoose-sequence/tsconfig.json b/types/mongoose-sequence/tsconfig.json index 63cde407d1..79efa97e34 100644 --- a/types/mongoose-sequence/tsconfig.json +++ b/types/mongoose-sequence/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mongoose-simple-random/tsconfig.json b/types/mongoose-simple-random/tsconfig.json index 28627f97dd..3b879fd8f0 100644 --- a/types/mongoose-simple-random/tsconfig.json +++ b/types/mongoose-simple-random/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "mongoose-simple-random-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/mongoose-unique-validator/tsconfig.json b/types/mongoose-unique-validator/tsconfig.json index 069b7515ff..02d461889d 100644 --- a/types/mongoose-unique-validator/tsconfig.json +++ b/types/mongoose-unique-validator/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "mongoose-unique-validator-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/mongoose/tsconfig.json b/types/mongoose/tsconfig.json index de340232f7..55e06ad201 100644 --- a/types/mongoose/tsconfig.json +++ b/types/mongoose/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mongoose/v3/tsconfig.json b/types/mongoose/v3/tsconfig.json index e718e4bb13..2ea987dff7 100644 --- a/types/mongoose/v3/tsconfig.json +++ b/types/mongoose/v3/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/monk/tsconfig.json b/types/monk/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/monk/tsconfig.json +++ b/types/monk/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/moo/tsconfig.json b/types/moo/tsconfig.json index 18a86a36a5..895fed83d5 100644 --- a/types/moo/tsconfig.json +++ b/types/moo/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "moo-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/moonjs/tsconfig.json b/types/moonjs/tsconfig.json index f4f17e40cf..b66e636445 100644 --- a/types/moonjs/tsconfig.json +++ b/types/moonjs/tsconfig.json @@ -6,9 +6,13 @@ "compilerOptions": { "module": "commonjs", "target": "es6", - "lib": ["es5", "dom"], + "lib": [ + "es5", + "dom" + ], "noImplicitAny": true, "strictNullChecks": true, + "strictFunctionTypes": true, "noImplicitThis": true, "baseUrl": "../", "typeRoots": [ diff --git a/types/morgan/tsconfig.json b/types/morgan/tsconfig.json index 4eec05911f..87ca0a6d5d 100644 --- a/types/morgan/tsconfig.json +++ b/types/morgan/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "morgan-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/morris.js/tsconfig.json b/types/morris.js/tsconfig.json index 7ace6d11e7..10aa9f3c2d 100644 --- a/types/morris.js/tsconfig.json +++ b/types/morris.js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mousetrap/tsconfig.json b/types/mousetrap/tsconfig.json index e6d64d13e9..ade8c0d47d 100644 --- a/types/mousetrap/tsconfig.json +++ b/types/mousetrap/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/move-concurrently/tsconfig.json b/types/move-concurrently/tsconfig.json index 732b0ac5d0..a0e00356c8 100644 --- a/types/move-concurrently/tsconfig.json +++ b/types/move-concurrently/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "move-concurrently-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/moviedb/tsconfig.json b/types/moviedb/tsconfig.json index c943b58729..5b182007ca 100644 --- a/types/moviedb/tsconfig.json +++ b/types/moviedb/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/moxios/tsconfig.json b/types/moxios/tsconfig.json index ae7c3788f9..a0224c335f 100644 --- a/types/moxios/tsconfig.json +++ b/types/moxios/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "moxios-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/mpromise/tsconfig.json b/types/mpromise/tsconfig.json index 1a2e40aa8a..6f5f9d6abc 100644 --- a/types/mpromise/tsconfig.json +++ b/types/mpromise/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mqtt/tsconfig.json b/types/mqtt/tsconfig.json index 4d8e6cef5d..7149db58c4 100644 --- a/types/mqtt/tsconfig.json +++ b/types/mqtt/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mri/tsconfig.json b/types/mri/tsconfig.json index 8e11e720ae..9218819c6b 100644 --- a/types/mri/tsconfig.json +++ b/types/mri/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "mri-tests.ts" - ] + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "mri-tests.ts" + ] } \ No newline at end of file diff --git a/types/ms/tsconfig.json b/types/ms/tsconfig.json index e48ac1c207..aaaa9f14e8 100644 --- a/types/ms/tsconfig.json +++ b/types/ms/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/msgpack-lite/tsconfig.json b/types/msgpack-lite/tsconfig.json index 2547929f61..014ff12483 100644 --- a/types/msgpack-lite/tsconfig.json +++ b/types/msgpack-lite/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/msgpack/tsconfig.json b/types/msgpack/tsconfig.json index 5593e7dc63..b004630b6c 100644 --- a/types/msgpack/tsconfig.json +++ b/types/msgpack/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/msgpack5/tsconfig.json b/types/msgpack5/tsconfig.json index aca6d78aa1..f58f4a8a94 100644 --- a/types/msgpack5/tsconfig.json +++ b/types/msgpack5/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/msnodesql/tsconfig.json b/types/msnodesql/tsconfig.json index 1619c42d99..8eb58e9531 100644 --- a/types/msnodesql/tsconfig.json +++ b/types/msnodesql/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/msportalfx-test/tsconfig.json b/types/msportalfx-test/tsconfig.json index 16c68ed3a8..4df355d685 100644 --- a/types/msportalfx-test/tsconfig.json +++ b/types/msportalfx-test/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/mssql/tsconfig.json b/types/mssql/tsconfig.json index 420e1ba065..51f03fd652 100644 --- a/types/mssql/tsconfig.json +++ b/types/mssql/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "mssql-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/mu2/tsconfig.json b/types/mu2/tsconfig.json index 898824f909..3e01589707 100644 --- a/types/mu2/tsconfig.json +++ b/types/mu2/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/multer-gridfs-storage/tsconfig.json b/types/multer-gridfs-storage/tsconfig.json index eaf9a9a1db..4729416ff1 100644 --- a/types/multer-gridfs-storage/tsconfig.json +++ b/types/multer-gridfs-storage/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "multer-gridfs-storage-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/multer-gridfs-storage/v1/tsconfig.json b/types/multer-gridfs-storage/v1/tsconfig.json index 70583a55af..8fb06dfd29 100644 --- a/types/multer-gridfs-storage/v1/tsconfig.json +++ b/types/multer-gridfs-storage/v1/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "multer-gridfs-storage": [ "multer-gridfs-storage/v1" ] + "multer-gridfs-storage": [ + "multer-gridfs-storage/v1" + ] }, "types": [], "noEmit": true, @@ -22,4 +25,4 @@ "index.d.ts", "multer-gridfs-storage-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/multer-s3/tsconfig.json b/types/multer-s3/tsconfig.json index 8b5444cc52..812fd71b21 100644 --- a/types/multer-s3/tsconfig.json +++ b/types/multer-s3/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/multer/tsconfig.json b/types/multer/tsconfig.json index 500a8758a9..33a047e9dd 100644 --- a/types/multer/tsconfig.json +++ b/types/multer/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "multer-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/multi-typeof/tsconfig.json b/types/multi-typeof/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/multi-typeof/tsconfig.json +++ b/types/multi-typeof/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/multimatch/tsconfig.json b/types/multimatch/tsconfig.json index 3f5a4db2ac..c7ee9e6f63 100644 --- a/types/multimatch/tsconfig.json +++ b/types/multimatch/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "multimatch-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/multiparty/tsconfig.json b/types/multiparty/tsconfig.json index f77ed2c0e2..0adadcf9a3 100644 --- a/types/multiparty/tsconfig.json +++ b/types/multiparty/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/multiplexjs/tsconfig.json b/types/multiplexjs/tsconfig.json index a2fce51999..bad1ec3652 100644 --- a/types/multiplexjs/tsconfig.json +++ b/types/multiplexjs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/murmurhash-js/tsconfig.json b/types/murmurhash-js/tsconfig.json index f5d9b546a5..bcebcbf18e 100644 --- a/types/murmurhash-js/tsconfig.json +++ b/types/murmurhash-js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/murmurhash3js/tsconfig.json b/types/murmurhash3js/tsconfig.json index ac390b20d2..3f3a3a6fe3 100644 --- a/types/murmurhash3js/tsconfig.json +++ b/types/murmurhash3js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/musicmetadata/tsconfig.json b/types/musicmetadata/tsconfig.json index 4118943a6e..da6158b218 100644 --- a/types/musicmetadata/tsconfig.json +++ b/types/musicmetadata/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mustache/tsconfig.json b/types/mustache/tsconfig.json index caa857f601..dd50c6f999 100644 --- a/types/mustache/tsconfig.json +++ b/types/mustache/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mv/tsconfig.json b/types/mv/tsconfig.json index 5291015a15..fc51bf757d 100644 --- a/types/mv/tsconfig.json +++ b/types/mv/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "mv-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/mysql/tsconfig.json b/types/mysql/tsconfig.json index 06d1fe0961..010904ef8b 100644 --- a/types/mysql/tsconfig.json +++ b/types/mysql/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mz/tsconfig.json b/types/mz/tsconfig.json index 072ee098f2..f6a2ef5871 100644 --- a/types/mz/tsconfig.json +++ b/types/mz/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/n3/tsconfig.json b/types/n3/tsconfig.json index 65b94afeeb..4ba121903d 100644 --- a/types/n3/tsconfig.json +++ b/types/n3/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nano/tsconfig.json b/types/nano/tsconfig.json index 6290b1a17e..7586d0b0bf 100644 --- a/types/nano/tsconfig.json +++ b/types/nano/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "nano-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/nanoajax/tsconfig.json b/types/nanoajax/tsconfig.json index 92ad1e1c95..0da0980613 100644 --- a/types/nanoajax/tsconfig.json +++ b/types/nanoajax/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nanomsg/tsconfig.json b/types/nanomsg/tsconfig.json index 25060725b5..e42b4841af 100644 --- a/types/nanomsg/tsconfig.json +++ b/types/nanomsg/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nanoscroller/tsconfig.json b/types/nanoscroller/tsconfig.json index 9727a9e274..7aeed7ab3d 100644 --- a/types/nanoscroller/tsconfig.json +++ b/types/nanoscroller/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nanp/tsconfig.json b/types/nanp/tsconfig.json index e240841011..d873227232 100644 --- a/types/nanp/tsconfig.json +++ b/types/nanp/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nats-hemera/tsconfig.json b/types/nats-hemera/tsconfig.json index 367311d2f8..69c6083e56 100644 --- a/types/nats-hemera/tsconfig.json +++ b/types/nats-hemera/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "nats-hemera-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/natsort/tsconfig.json b/types/natsort/tsconfig.json index 8fd932f326..a23b1f358e 100644 --- a/types/natsort/tsconfig.json +++ b/types/natsort/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "natsort-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/natural-sort/tsconfig.json b/types/natural-sort/tsconfig.json index a850693803..b592fcdb65 100644 --- a/types/natural-sort/tsconfig.json +++ b/types/natural-sort/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/natural/tsconfig.json b/types/natural/tsconfig.json index 2c58eef33c..c04f83d753 100644 --- a/types/natural/tsconfig.json +++ b/types/natural/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/navigation-react/tsconfig.json b/types/navigation-react/tsconfig.json index e98deeb536..75ad101514 100644 --- a/types/navigation-react/tsconfig.json +++ b/types/navigation-react/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/navigation/tsconfig.json b/types/navigation/tsconfig.json index 5f8c7ebc76..8b8e594ec2 100644 --- a/types/navigation/tsconfig.json +++ b/types/navigation/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/navigo/tsconfig.json b/types/navigo/tsconfig.json index 18a90350c6..c43965d118 100644 --- a/types/navigo/tsconfig.json +++ b/types/navigo/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nblas/tsconfig.json b/types/nblas/tsconfig.json index 243cdbd0b7..9da3a941dd 100644 --- a/types/nblas/tsconfig.json +++ b/types/nblas/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nconf/tsconfig.json b/types/nconf/tsconfig.json index 8e79b8ffc7..134b7a4fb9 100644 --- a/types/nconf/tsconfig.json +++ b/types/nconf/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ncp/tsconfig.json b/types/ncp/tsconfig.json index 1183234ffb..ad2247a6c9 100644 --- a/types/ncp/tsconfig.json +++ b/types/ncp/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ndarray/tsconfig.json b/types/ndarray/tsconfig.json index 986486003c..9f2c134f3d 100644 --- a/types/ndarray/tsconfig.json +++ b/types/ndarray/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nearley/tsconfig.json b/types/nearley/tsconfig.json index 9a4feb8763..bce8ee061a 100644 --- a/types/nearley/tsconfig.json +++ b/types/nearley/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "nearley-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/nedb-logger/tsconfig.json b/types/nedb-logger/tsconfig.json index 917e72a038..857cf7bb11 100644 --- a/types/nedb-logger/tsconfig.json +++ b/types/nedb-logger/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nedb/tsconfig.json b/types/nedb/tsconfig.json index b04339e6e8..220dc976e1 100644 --- a/types/nedb/tsconfig.json +++ b/types/nedb/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/needle/tsconfig.json b/types/needle/tsconfig.json index 59f9b2b49e..b0f67719ed 100644 --- a/types/needle/tsconfig.json +++ b/types/needle/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "needle-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/needle/v0/tsconfig.json b/types/needle/v0/tsconfig.json index fc89dc2d42..3ea9ca7f93 100644 --- a/types/needle/v0/tsconfig.json +++ b/types/needle/v0/tsconfig.json @@ -7,14 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "needle": [ - "needle/v0" - ] + "needle": [ + "needle/v0" + ] }, "types": [], "noEmit": true, @@ -24,4 +25,4 @@ "index.d.ts", "needle-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/needle/v1/tsconfig.json b/types/needle/v1/tsconfig.json index f6b8b1e810..7918dc3952 100644 --- a/types/needle/v1/tsconfig.json +++ b/types/needle/v1/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "needle": ["needle/v1"] + "needle": [ + "needle/v1" + ] }, "types": [], "noEmit": true, @@ -22,4 +25,4 @@ "index.d.ts", "needle-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/negotiator/tsconfig.json b/types/negotiator/tsconfig.json index f68e76df2f..89c06ad77a 100644 --- a/types/negotiator/tsconfig.json +++ b/types/negotiator/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "negotiator-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/neo4j/tsconfig.json b/types/neo4j/tsconfig.json index c81dad245f..fa1c26ea60 100644 --- a/types/neo4j/tsconfig.json +++ b/types/neo4j/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nes/tsconfig.json b/types/nes/tsconfig.json index c03d7c22ee..d0100330cd 100644 --- a/types/nes/tsconfig.json +++ b/types/nes/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -32,4 +33,4 @@ "test/subscriptions-client.ts", "test/subscriptions-server.ts" ] -} +} \ No newline at end of file diff --git a/types/netmask/tsconfig.json b/types/netmask/tsconfig.json index 80cd2fedc3..8666e91a29 100644 --- a/types/netmask/tsconfig.json +++ b/types/netmask/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nexpect/tsconfig.json b/types/nexpect/tsconfig.json index 3026b14835..d73f78e043 100644 --- a/types/nexpect/tsconfig.json +++ b/types/nexpect/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/next-redux-wrapper/tsconfig.json b/types/next-redux-wrapper/tsconfig.json index 75ef2fd85b..7cfafdcb96 100644 --- a/types/next-redux-wrapper/tsconfig.json +++ b/types/next-redux-wrapper/tsconfig.json @@ -1,24 +1,25 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "jsx": "react", - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "next-redux-wrapper-tests.tsx" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "jsx": "react", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "next-redux-wrapper-tests.tsx" + ] +} \ No newline at end of file diff --git a/types/next/tsconfig.json b/types/next/tsconfig.json index 26d33efe57..05e0b4e7ad 100644 --- a/types/next/tsconfig.json +++ b/types/next/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -33,4 +34,4 @@ "test/next-dynamic-tests.tsx", "test/next-router-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/ng-command/tsconfig.json b/types/ng-command/tsconfig.json index 7af8d6ad1f..f64e284ecb 100644 --- a/types/ng-command/tsconfig.json +++ b/types/ng-command/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ng-cordova/tsconfig.json b/types/ng-cordova/tsconfig.json index 86b26ec661..d0885bd15f 100644 --- a/types/ng-cordova/tsconfig.json +++ b/types/ng-cordova/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "experimentalDecorators": true, "typeRoots": [ diff --git a/types/ng-dialog/tsconfig.json b/types/ng-dialog/tsconfig.json index ef30259705..91539585a7 100644 --- a/types/ng-dialog/tsconfig.json +++ b/types/ng-dialog/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ng-facebook/tsconfig.json b/types/ng-facebook/tsconfig.json index c7d1184665..dc239cbe5a 100644 --- a/types/ng-facebook/tsconfig.json +++ b/types/ng-facebook/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ng-file-upload/tsconfig.json b/types/ng-file-upload/tsconfig.json index 38431b0efb..b08385c840 100644 --- a/types/ng-file-upload/tsconfig.json +++ b/types/ng-file-upload/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ng-flow/tsconfig.json b/types/ng-flow/tsconfig.json index a40de884dd..47d56906c5 100644 --- a/types/ng-flow/tsconfig.json +++ b/types/ng-flow/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ng-grid/tsconfig.json b/types/ng-grid/tsconfig.json index e109a6e469..5fcf2d1373 100644 --- a/types/ng-grid/tsconfig.json +++ b/types/ng-grid/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ng-i18next/tsconfig.json b/types/ng-i18next/tsconfig.json index a018b2f3c5..bf666912a5 100644 --- a/types/ng-i18next/tsconfig.json +++ b/types/ng-i18next/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ng-notify/tsconfig.json b/types/ng-notify/tsconfig.json index 5622eb70d1..c8cf3b029a 100644 --- a/types/ng-notify/tsconfig.json +++ b/types/ng-notify/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ng-stomp/tsconfig.json b/types/ng-stomp/tsconfig.json index 5fc937e972..151a99eb53 100644 --- a/types/ng-stomp/tsconfig.json +++ b/types/ng-stomp/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ngbootbox/tsconfig.json b/types/ngbootbox/tsconfig.json index b53b786001..a5e7d7d878 100644 --- a/types/ngbootbox/tsconfig.json +++ b/types/ngbootbox/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ngeohash/tsconfig.json b/types/ngeohash/tsconfig.json index 6b3829293b..7f248102e6 100644 --- a/types/ngeohash/tsconfig.json +++ b/types/ngeohash/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ngkookies/tsconfig.json b/types/ngkookies/tsconfig.json index 739674161a..79178992a5 100644 --- a/types/ngkookies/tsconfig.json +++ b/types/ngkookies/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ngmap/tsconfig.json b/types/ngmap/tsconfig.json index c0385849f3..0427e8a338 100644 --- a/types/ngmap/tsconfig.json +++ b/types/ngmap/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ngprogress-lite/tsconfig.json b/types/ngprogress-lite/tsconfig.json index ddbd06479b..5e8b28fdb2 100644 --- a/types/ngprogress-lite/tsconfig.json +++ b/types/ngprogress-lite/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ngprogress/tsconfig.json b/types/ngprogress/tsconfig.json index 359b6d5a3f..237f5f5962 100644 --- a/types/ngprogress/tsconfig.json +++ b/types/ngprogress/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ngreact/tsconfig.json b/types/ngreact/tsconfig.json index 2ed818098d..39325499dd 100644 --- a/types/ngreact/tsconfig.json +++ b/types/ngreact/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ngstorage/tsconfig.json b/types/ngstorage/tsconfig.json index fffe367328..5bdb5efc09 100644 --- a/types/ngstorage/tsconfig.json +++ b/types/ngstorage/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "ngstorage-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ngtoaster/tsconfig.json b/types/ngtoaster/tsconfig.json index 8644727777..5bc6882baf 100644 --- a/types/ngtoaster/tsconfig.json +++ b/types/ngtoaster/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ngwysiwyg/tsconfig.json b/types/ngwysiwyg/tsconfig.json index ba0d14ce01..4292c2cff6 100644 --- a/types/ngwysiwyg/tsconfig.json +++ b/types/ngwysiwyg/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nightmare/tsconfig.json b/types/nightmare/tsconfig.json index 4cebafb384..4bce8306fd 100644 --- a/types/nightmare/tsconfig.json +++ b/types/nightmare/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nightwatch/tsconfig.json b/types/nightwatch/tsconfig.json index 1130615099..4b080c6048 100644 --- a/types/nightwatch/tsconfig.json +++ b/types/nightwatch/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "nightwatch-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/noble/tsconfig.json b/types/noble/tsconfig.json index 9b75c82d95..3539eef12c 100644 --- a/types/noble/tsconfig.json +++ b/types/noble/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "noble-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/nock/tsconfig.json b/types/nock/tsconfig.json index 25f3704be5..30c4ce3aa7 100644 --- a/types/nock/tsconfig.json +++ b/types/nock/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nodal/tsconfig.json b/types/nodal/tsconfig.json index 1926531290..29407ab0a0 100644 --- a/types/nodal/tsconfig.json +++ b/types/nodal/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-7z/tsconfig.json b/types/node-7z/tsconfig.json index 234991dd83..87c09a2635 100644 --- a/types/node-7z/tsconfig.json +++ b/types/node-7z/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-array-ext/tsconfig.json b/types/node-array-ext/tsconfig.json index 8606f3abd3..b7713bacb2 100644 --- a/types/node-array-ext/tsconfig.json +++ b/types/node-array-ext/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-cache/tsconfig.json b/types/node-cache/tsconfig.json index 7d2199b01a..e024dba82d 100644 --- a/types/node-cache/tsconfig.json +++ b/types/node-cache/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-calendar/tsconfig.json b/types/node-calendar/tsconfig.json index a37a9c56c8..f70d2de8ee 100644 --- a/types/node-calendar/tsconfig.json +++ b/types/node-calendar/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-cleanup/tsconfig.json b/types/node-cleanup/tsconfig.json index c05b3b90bf..0b50b3555b 100644 --- a/types/node-cleanup/tsconfig.json +++ b/types/node-cleanup/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "node-cleanup-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/node-common-errors/tsconfig.json b/types/node-common-errors/tsconfig.json index c0221b2676..a862893b87 100644 --- a/types/node-common-errors/tsconfig.json +++ b/types/node-common-errors/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "node-common-errors-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/node-config-manager/tsconfig.json b/types/node-config-manager/tsconfig.json index 46b55675ea..c308808722 100644 --- a/types/node-config-manager/tsconfig.json +++ b/types/node-config-manager/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-dir/tsconfig.json b/types/node-dir/tsconfig.json index 721afc5ea2..b8e68860af 100644 --- a/types/node-dir/tsconfig.json +++ b/types/node-dir/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-dogstatsd/tsconfig.json b/types/node-dogstatsd/tsconfig.json index f428056382..98d50c65f8 100644 --- a/types/node-dogstatsd/tsconfig.json +++ b/types/node-dogstatsd/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-emoji/tsconfig.json b/types/node-emoji/tsconfig.json index babbfb054a..448cf4351c 100644 --- a/types/node-emoji/tsconfig.json +++ b/types/node-emoji/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-feedparser/tsconfig.json b/types/node-feedparser/tsconfig.json index 31cb0cd3b7..ed769c299b 100644 --- a/types/node-feedparser/tsconfig.json +++ b/types/node-feedparser/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "node-feedparser-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/node-fetch/tsconfig.json b/types/node-fetch/tsconfig.json index 5f00ad6183..98a8d56ff1 100644 --- a/types/node-fetch/tsconfig.json +++ b/types/node-fetch/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-fibers/tsconfig.json b/types/node-fibers/tsconfig.json index ffde5ed236..a646c67d7f 100644 --- a/types/node-fibers/tsconfig.json +++ b/types/node-fibers/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-forge/tsconfig.json b/types/node-forge/tsconfig.json index 21c50fb705..8864280abf 100644 --- a/types/node-forge/tsconfig.json +++ b/types/node-forge/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-gcm/tsconfig.json b/types/node-gcm/tsconfig.json index 11bad84e8d..f68df952f2 100644 --- a/types/node-gcm/tsconfig.json +++ b/types/node-gcm/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-geocoder/tsconfig.json b/types/node-geocoder/tsconfig.json index cf586a416c..8076dc932c 100644 --- a/types/node-geocoder/tsconfig.json +++ b/types/node-geocoder/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "node-geocoder-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/node-getopt/tsconfig.json b/types/node-getopt/tsconfig.json index d3271b9cfe..757df0d365 100644 --- a/types/node-getopt/tsconfig.json +++ b/types/node-getopt/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-hid/tsconfig.json b/types/node-hid/tsconfig.json index 960aa11c02..3dce09c22b 100644 --- a/types/node-hid/tsconfig.json +++ b/types/node-hid/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-hue-api/tsconfig.json b/types/node-hue-api/tsconfig.json index 201c60cd0c..6edecf355c 100644 --- a/types/node-hue-api/tsconfig.json +++ b/types/node-hue-api/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-int64/tsconfig.json b/types/node-int64/tsconfig.json index 04f9e046de..b7911dd7a2 100644 --- a/types/node-int64/tsconfig.json +++ b/types/node-int64/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-ipc/tsconfig.json b/types/node-ipc/tsconfig.json index c691342ad8..d8a28a8334 100644 --- a/types/node-ipc/tsconfig.json +++ b/types/node-ipc/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-jsfl-runner/tsconfig.json b/types/node-jsfl-runner/tsconfig.json index 8345033598..eb2c2d7fe9 100644 --- a/types/node-jsfl-runner/tsconfig.json +++ b/types/node-jsfl-runner/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-json-db/tsconfig.json b/types/node-json-db/tsconfig.json index 629e9ecc86..1372add5aa 100644 --- a/types/node-json-db/tsconfig.json +++ b/types/node-json-db/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-mysql-wrapper/tsconfig.json b/types/node-mysql-wrapper/tsconfig.json index 7c97d0fe46..7e12021cdc 100644 --- a/types/node-mysql-wrapper/tsconfig.json +++ b/types/node-mysql-wrapper/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-notifier/tsconfig.json b/types/node-notifier/tsconfig.json index afc934deb7..97b9bb617e 100644 --- a/types/node-notifier/tsconfig.json +++ b/types/node-notifier/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-persist/tsconfig.json b/types/node-persist/tsconfig.json index b2563c2ac3..bcc3c3f2f9 100644 --- a/types/node-persist/tsconfig.json +++ b/types/node-persist/tsconfig.json @@ -8,12 +8,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/node-pg-migrate/tsconfig.json b/types/node-pg-migrate/tsconfig.json index 16939e0c32..952cddcfc7 100644 --- a/types/node-pg-migrate/tsconfig.json +++ b/types/node-pg-migrate/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "node-pg-migrate-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/node-polyglot/tsconfig.json b/types/node-polyglot/tsconfig.json index 06a5d98957..ebf34971af 100644 --- a/types/node-polyglot/tsconfig.json +++ b/types/node-polyglot/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-powershell/tsconfig.json b/types/node-powershell/tsconfig.json index 6cd3607f4f..d24dc26304 100644 --- a/types/node-powershell/tsconfig.json +++ b/types/node-powershell/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "node-powershell-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/node-ral/tsconfig.json b/types/node-ral/tsconfig.json index f5e25638b8..13eec57091 100644 --- a/types/node-ral/tsconfig.json +++ b/types/node-ral/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "node-ral-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/node-red/tsconfig.json b/types/node-red/tsconfig.json index 06c4329f93..e92fbbd930 100644 --- a/types/node-red/tsconfig.json +++ b/types/node-red/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "node-red-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/node-rsa/tsconfig.json b/types/node-rsa/tsconfig.json index dd128fe3be..662a3c6b6f 100644 --- a/types/node-rsa/tsconfig.json +++ b/types/node-rsa/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-sass-middleware/tsconfig.json b/types/node-sass-middleware/tsconfig.json index 9c0992fe75..f1c2b3a530 100644 --- a/types/node-sass-middleware/tsconfig.json +++ b/types/node-sass-middleware/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-sass/tsconfig.json b/types/node-sass/tsconfig.json index 37a5f52d96..a1e4cdb079 100644 --- a/types/node-sass/tsconfig.json +++ b/types/node-sass/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-schedule/tsconfig.json b/types/node-schedule/tsconfig.json index 104ed7765d..7ff95758d0 100644 --- a/types/node-schedule/tsconfig.json +++ b/types/node-schedule/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-slack/tsconfig.json b/types/node-slack/tsconfig.json index caed4009ff..b32803599a 100644 --- a/types/node-slack/tsconfig.json +++ b/types/node-slack/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-snap7/tsconfig.json b/types/node-snap7/tsconfig.json index f4c56a98e4..c78bc5a83f 100644 --- a/types/node-snap7/tsconfig.json +++ b/types/node-snap7/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-sprite-generator/tsconfig.json b/types/node-sprite-generator/tsconfig.json index 25bb75ef75..1a1abcf56b 100644 --- a/types/node-sprite-generator/tsconfig.json +++ b/types/node-sprite-generator/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "node-sprite-generator-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/node-static/tsconfig.json b/types/node-static/tsconfig.json index e857fac482..57a6d79f15 100644 --- a/types/node-static/tsconfig.json +++ b/types/node-static/tsconfig.json @@ -1,19 +1,24 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "lib": ["es6"], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": ["../"], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "node-static-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "node-static-tests.ts" + ] +} \ No newline at end of file diff --git a/types/node-statsd/tsconfig.json b/types/node-statsd/tsconfig.json index cb69327d80..a4f7cdba75 100644 --- a/types/node-statsd/tsconfig.json +++ b/types/node-statsd/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "node-statsd-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/node-telegram-bot-api/tsconfig.json b/types/node-telegram-bot-api/tsconfig.json index 253e5929e6..bb33d5e9b5 100644 --- a/types/node-telegram-bot-api/tsconfig.json +++ b/types/node-telegram-bot-api/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "node-telegram-bot-api-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/node-uuid/tsconfig.json b/types/node-uuid/tsconfig.json index 2ac7435d61..52dc8180a0 100644 --- a/types/node-uuid/tsconfig.json +++ b/types/node-uuid/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-validator/tsconfig.json b/types/node-validator/tsconfig.json index a90813621d..eb98203673 100644 --- a/types/node-validator/tsconfig.json +++ b/types/node-validator/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-vault/tsconfig.json b/types/node-vault/tsconfig.json index 272b66070e..d2875ffa4a 100644 --- a/types/node-vault/tsconfig.json +++ b/types/node-vault/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "node-vault-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/node-waves/tsconfig.json b/types/node-waves/tsconfig.json index 793f2d8de3..06ed81e135 100644 --- a/types/node-waves/tsconfig.json +++ b/types/node-waves/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-wit/tsconfig.json b/types/node-wit/tsconfig.json index 64025cf24e..4c183185fe 100644 --- a/types/node-wit/tsconfig.json +++ b/types/node-wit/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/node-xmpp-client/tsconfig.json b/types/node-xmpp-client/tsconfig.json index c76db9a985..35471e38d2 100644 --- a/types/node-xmpp-client/tsconfig.json +++ b/types/node-xmpp-client/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "node-xmpp-client-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "node-xmpp-client-tests.ts" + ] +} \ No newline at end of file diff --git a/types/node-xmpp-core/tsconfig.json b/types/node-xmpp-core/tsconfig.json index 61048d84cb..65e37ab467 100644 --- a/types/node-xmpp-core/tsconfig.json +++ b/types/node-xmpp-core/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "node-xmpp-core-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "node-xmpp-core-tests.ts" + ] +} \ No newline at end of file diff --git a/types/node-zookeeper-client/tsconfig.json b/types/node-zookeeper-client/tsconfig.json index 7b493509d7..0182035432 100644 --- a/types/node-zookeeper-client/tsconfig.json +++ b/types/node-zookeeper-client/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "node-zookeeper-client-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/node/tsconfig.json b/types/node/tsconfig.json index 67b15bb876..e3ac3b2f91 100644 --- a/types/node/tsconfig.json +++ b/types/node/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/node/v0/tsconfig.json b/types/node/v0/tsconfig.json index 4111c68b3c..a4a370b7a7 100644 --- a/types/node/v0/tsconfig.json +++ b/types/node/v0/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/node/v4/tsconfig.json b/types/node/v4/tsconfig.json index 88fc4fb52f..c89540145a 100644 --- a/types/node/v4/tsconfig.json +++ b/types/node/v4/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" @@ -24,4 +25,4 @@ "index.d.ts", "node-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/node/v6/tsconfig.json b/types/node/v6/tsconfig.json index 0a1a39d7e1..8fc9488eac 100644 --- a/types/node/v6/tsconfig.json +++ b/types/node/v6/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/node/v7/tsconfig.json b/types/node/v7/tsconfig.json index 55147d0867..c5badcdaa5 100644 --- a/types/node/v7/tsconfig.json +++ b/types/node/v7/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" @@ -24,4 +25,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/node_redis/tsconfig.json b/types/node_redis/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/node_redis/tsconfig.json +++ b/types/node_redis/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nodegit/tsconfig.json b/types/nodegit/tsconfig.json index 394ec731df..4ba1bdece6 100644 --- a/types/nodegit/tsconfig.json +++ b/types/nodegit/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -116,4 +117,4 @@ "tree-update.d.ts", "tree.d.ts" ] -} +} \ No newline at end of file diff --git a/types/nodemailer-direct-transport/tsconfig.json b/types/nodemailer-direct-transport/tsconfig.json index 4fb7a7f2f3..00d449ecd7 100644 --- a/types/nodemailer-direct-transport/tsconfig.json +++ b/types/nodemailer-direct-transport/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nodemailer-mailgun-transport/tsconfig.json b/types/nodemailer-mailgun-transport/tsconfig.json index 0bccd31841..4098e7a2d4 100644 --- a/types/nodemailer-mailgun-transport/tsconfig.json +++ b/types/nodemailer-mailgun-transport/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nodemailer-pickup-transport/tsconfig.json b/types/nodemailer-pickup-transport/tsconfig.json index f2b97d05f7..777d450e29 100644 --- a/types/nodemailer-pickup-transport/tsconfig.json +++ b/types/nodemailer-pickup-transport/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nodemailer-ses-transport/tsconfig.json b/types/nodemailer-ses-transport/tsconfig.json index f193aa4436..42f2bb9c76 100644 --- a/types/nodemailer-ses-transport/tsconfig.json +++ b/types/nodemailer-ses-transport/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nodemailer-smtp-pool/tsconfig.json b/types/nodemailer-smtp-pool/tsconfig.json index 43c2b697ef..26e5f2737f 100644 --- a/types/nodemailer-smtp-pool/tsconfig.json +++ b/types/nodemailer-smtp-pool/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nodemailer-smtp-transport/tsconfig.json b/types/nodemailer-smtp-transport/tsconfig.json index 2ad534a972..c35d5cade4 100644 --- a/types/nodemailer-smtp-transport/tsconfig.json +++ b/types/nodemailer-smtp-transport/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nodemailer-stub-transport/tsconfig.json b/types/nodemailer-stub-transport/tsconfig.json index 3ebd3a309a..378719af41 100644 --- a/types/nodemailer-stub-transport/tsconfig.json +++ b/types/nodemailer-stub-transport/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nodemailer/tsconfig.json b/types/nodemailer/tsconfig.json index 83d88fb7a4..412f3312eb 100644 --- a/types/nodemailer/tsconfig.json +++ b/types/nodemailer/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nodeunit/tsconfig.json b/types/nodeunit/tsconfig.json index 5dbba387ac..3d52af1d14 100644 --- a/types/nodeunit/tsconfig.json +++ b/types/nodeunit/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/noisejs/tsconfig.json b/types/noisejs/tsconfig.json index 12e08dbc3a..43e5b37e38 100644 --- a/types/noisejs/tsconfig.json +++ b/types/noisejs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nomnom/tsconfig.json b/types/nomnom/tsconfig.json index 08af53a375..0c5b757ced 100644 --- a/types/nomnom/tsconfig.json +++ b/types/nomnom/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nopt/tsconfig.json b/types/nopt/tsconfig.json index c1b2f5d5ea..0dc537c0c8 100644 --- a/types/nopt/tsconfig.json +++ b/types/nopt/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/normalize-url/tsconfig.json b/types/normalize-url/tsconfig.json index 8d9596fd6f..1626fe81b7 100644 --- a/types/normalize-url/tsconfig.json +++ b/types/normalize-url/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "normalize-url-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/notie/tsconfig.json b/types/notie/tsconfig.json index 74ddc340c2..0ab631c147 100644 --- a/types/notie/tsconfig.json +++ b/types/notie/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/notify.js/tsconfig.json b/types/notify.js/tsconfig.json index 09f11bc13c..4e338e2e8b 100644 --- a/types/notify.js/tsconfig.json +++ b/types/notify.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/notify/tsconfig.json b/types/notify/tsconfig.json index 282bc8fe35..a6957993f9 100644 --- a/types/notify/tsconfig.json +++ b/types/notify/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/notifyjs/tsconfig.json b/types/notifyjs/tsconfig.json index d74737e50c..0652ac5cfc 100644 --- a/types/notifyjs/tsconfig.json +++ b/types/notifyjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nouislider/tsconfig.json b/types/nouislider/tsconfig.json index 22354d1a33..dd6994a4dd 100644 --- a/types/nouislider/tsconfig.json +++ b/types/nouislider/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nouislider/v7/tsconfig.json b/types/nouislider/v7/tsconfig.json index 0a6e463c0e..d24f6c55b0 100644 --- a/types/nouislider/v7/tsconfig.json +++ b/types/nouislider/v7/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/nouislider/v8/tsconfig.json b/types/nouislider/v8/tsconfig.json index b746f14043..6dfd2ac510 100644 --- a/types/nouislider/v8/tsconfig.json +++ b/types/nouislider/v8/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/novnc-core/tsconfig.json b/types/novnc-core/tsconfig.json index 1faf1fac77..3aed33120e 100644 --- a/types/novnc-core/tsconfig.json +++ b/types/novnc-core/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -24,4 +25,4 @@ "lib/util/logging.d.ts", "novnc-core-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/npm-package-arg/tsconfig.json b/types/npm-package-arg/tsconfig.json index 97e72c70ab..1eea7a98ae 100644 --- a/types/npm-package-arg/tsconfig.json +++ b/types/npm-package-arg/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "npm-package-arg-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/npm/tsconfig.json b/types/npm/tsconfig.json index 5eb669f2f3..01aebadc3e 100644 --- a/types/npm/tsconfig.json +++ b/types/npm/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nprogress/tsconfig.json b/types/nprogress/tsconfig.json index cc183c5885..bd50ab2e1f 100644 --- a/types/nprogress/tsconfig.json +++ b/types/nprogress/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ns-api/tsconfig.json b/types/ns-api/tsconfig.json index 4c5703ed8c..6918e1e567 100644 --- a/types/ns-api/tsconfig.json +++ b/types/ns-api/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nslog/tsconfig.json b/types/nslog/tsconfig.json index 885e4f0dc0..6cd009f29d 100644 --- a/types/nslog/tsconfig.json +++ b/types/nslog/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "nslog-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/nsqjs/tsconfig.json b/types/nsqjs/tsconfig.json index 418c3a8170..2e65f5637c 100644 --- a/types/nsqjs/tsconfig.json +++ b/types/nsqjs/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "nsqjs-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "nsqjs-tests.ts" + ] +} \ No newline at end of file diff --git a/types/number-is-nan/tsconfig.json b/types/number-is-nan/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/number-is-nan/tsconfig.json +++ b/types/number-is-nan/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/number-to-words/tsconfig.json b/types/number-to-words/tsconfig.json index c7d9661c4d..49b562b085 100644 --- a/types/number-to-words/tsconfig.json +++ b/types/number-to-words/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "number-to-words-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/numeral/tsconfig.json b/types/numeral/tsconfig.json index 482da37c2d..332485f391 100644 --- a/types/numeral/tsconfig.json +++ b/types/numeral/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/numjs/tsconfig.json b/types/numjs/tsconfig.json index 1c1fa8fbd3..f76db6c4ca 100644 --- a/types/numjs/tsconfig.json +++ b/types/numjs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "numjs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/nunjucks-date/tsconfig.json b/types/nunjucks-date/tsconfig.json index 16cd14c98d..c5851d125c 100644 --- a/types/nunjucks-date/tsconfig.json +++ b/types/nunjucks-date/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nunjucks/tsconfig.json b/types/nunjucks/tsconfig.json index 78cd25bb53..39cf9bfbca 100644 --- a/types/nunjucks/tsconfig.json +++ b/types/nunjucks/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nvd3/tsconfig.json b/types/nvd3/tsconfig.json index bd0c65ea17..a2aa830e00 100644 --- a/types/nvd3/tsconfig.json +++ b/types/nvd3/tsconfig.json @@ -8,13 +8,16 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "paths": { - "d3": ["d3/v3"] + "d3": [ + "d3/v3" + ] }, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/nw.gui/tsconfig.json b/types/nw.gui/tsconfig.json index 5728b8331b..ec66284c38 100644 --- a/types/nw.gui/tsconfig.json +++ b/types/nw.gui/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/nw.js/tsconfig.json b/types/nw.js/tsconfig.json index 6dd8ccc16c..047aa3c15a 100644 --- a/types/nw.js/tsconfig.json +++ b/types/nw.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/o.js/tsconfig.json b/types/o.js/tsconfig.json index b16d5111e8..a3159265ee 100644 --- a/types/o.js/tsconfig.json +++ b/types/o.js/tsconfig.json @@ -8,12 +8,15 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/oauth.js/tsconfig.json b/types/oauth.js/tsconfig.json index 28a466b5f9..39891ddb92 100644 --- a/types/oauth.js/tsconfig.json +++ b/types/oauth.js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/oauth2-server/tsconfig.json b/types/oauth2-server/tsconfig.json index fdafde9f35..b245965239 100644 --- a/types/oauth2-server/tsconfig.json +++ b/types/oauth2-server/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "oauth2-server-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/oauth2orize/tsconfig.json b/types/oauth2orize/tsconfig.json index f8a4375e1c..7903eeb77f 100644 --- a/types/oauth2orize/tsconfig.json +++ b/types/oauth2orize/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/obelisk.js/tsconfig.json b/types/obelisk.js/tsconfig.json index 5cfe359001..f95e82cb80 100644 --- a/types/obelisk.js/tsconfig.json +++ b/types/obelisk.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/object-assign/tsconfig.json b/types/object-assign/tsconfig.json index 152acb7e02..f00a78b509 100644 --- a/types/object-assign/tsconfig.json +++ b/types/object-assign/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/object-diff/tsconfig.json b/types/object-diff/tsconfig.json index bbec24931c..3fdf287fcf 100644 --- a/types/object-diff/tsconfig.json +++ b/types/object-diff/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/object-hash/tsconfig.json b/types/object-hash/tsconfig.json index 8fa75bf05e..7f1eb2a0f1 100644 --- a/types/object-hash/tsconfig.json +++ b/types/object-hash/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/object-map/tsconfig.json b/types/object-map/tsconfig.json index 1282cdab5b..88256eb7f9 100644 --- a/types/object-map/tsconfig.json +++ b/types/object-map/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "object-map-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/object-path/tsconfig.json b/types/object-path/tsconfig.json index bd115ef4c2..14192cc5b0 100644 --- a/types/object-path/tsconfig.json +++ b/types/object-path/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/object-refs/tsconfig.json b/types/object-refs/tsconfig.json index f4106c84af..3d9337cf0a 100644 --- a/types/object-refs/tsconfig.json +++ b/types/object-refs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/oblo-util/tsconfig.json b/types/oblo-util/tsconfig.json index a08661b4aa..c424a7fff8 100644 --- a/types/oblo-util/tsconfig.json +++ b/types/oblo-util/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/oboe/tsconfig.json b/types/oboe/tsconfig.json index 6f30545b15..1c02019149 100644 --- a/types/oboe/tsconfig.json +++ b/types/oboe/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/observe-js/tsconfig.json b/types/observe-js/tsconfig.json index eb2947c5e0..23b2a5106e 100644 --- a/types/observe-js/tsconfig.json +++ b/types/observe-js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/oclazyload/tsconfig.json b/types/oclazyload/tsconfig.json index 7c70c7607d..3ada1d6bee 100644 --- a/types/oclazyload/tsconfig.json +++ b/types/oclazyload/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/odata/tsconfig.json b/types/odata/tsconfig.json index 6aac2e60a7..d7ea224b4e 100644 --- a/types/odata/tsconfig.json +++ b/types/odata/tsconfig.json @@ -8,12 +8,15 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/ofe/tsconfig.json b/types/ofe/tsconfig.json index 9c1f9c174a..dbd94babca 100644 --- a/types/ofe/tsconfig.json +++ b/types/ofe/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "ofe-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/office-js/tsconfig.json b/types/office-js/tsconfig.json index 3e113745ef..28a0881837 100644 --- a/types/office-js/tsconfig.json +++ b/types/office-js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/offline-js/tsconfig.json b/types/offline-js/tsconfig.json index 032b471c22..e7d567565c 100644 --- a/types/offline-js/tsconfig.json +++ b/types/offline-js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/oibackoff/tsconfig.json b/types/oibackoff/tsconfig.json index 1407693c66..d1f4fd90d8 100644 --- a/types/oibackoff/tsconfig.json +++ b/types/oibackoff/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/oidc-token-manager/tsconfig.json b/types/oidc-token-manager/tsconfig.json index 6e08824c8e..9a1d07adb6 100644 --- a/types/oidc-token-manager/tsconfig.json +++ b/types/oidc-token-manager/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/on-finished/tsconfig.json b/types/on-finished/tsconfig.json index 9bf39ded15..14e726f8c4 100644 --- a/types/on-finished/tsconfig.json +++ b/types/on-finished/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "on-finished-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/on-headers/tsconfig.json b/types/on-headers/tsconfig.json index 815122ee4e..a0e5fc13dd 100644 --- a/types/on-headers/tsconfig.json +++ b/types/on-headers/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "on-headers-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/once/tsconfig.json b/types/once/tsconfig.json index 4da17e3d3b..e6b9784107 100644 --- a/types/once/tsconfig.json +++ b/types/once/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "once-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/onetime/tsconfig.json b/types/onetime/tsconfig.json index d6d6394b99..84d3da86b8 100644 --- a/types/onetime/tsconfig.json +++ b/types/onetime/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "onetime-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/oniguruma/tsconfig.json b/types/oniguruma/tsconfig.json index 3f338cdbab..b807c6e5de 100644 --- a/types/oniguruma/tsconfig.json +++ b/types/oniguruma/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "oniguruma-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/onoff/tsconfig.json b/types/onoff/tsconfig.json index 4624eff8b7..cbe0820a5a 100644 --- a/types/onoff/tsconfig.json +++ b/types/onoff/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/open/tsconfig.json b/types/open/tsconfig.json index 68db8d5149..1395893dcb 100644 --- a/types/open/tsconfig.json +++ b/types/open/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/opener/tsconfig.json b/types/opener/tsconfig.json index 5452230c75..8f8b166751 100644 --- a/types/opener/tsconfig.json +++ b/types/opener/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "opener-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/openfin/tsconfig.json b/types/openfin/tsconfig.json index 5317cc92ce..fd3199ceb7 100644 --- a/types/openfin/tsconfig.json +++ b/types/openfin/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "openfin-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/openfin/v15/tsconfig.json b/types/openfin/v15/tsconfig.json index 6aee95c58a..103e765e43 100644 --- a/types/openfin/v15/tsconfig.json +++ b/types/openfin/v15/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/openfin/v16/tsconfig.json b/types/openfin/v16/tsconfig.json index 88e1dbe7fa..cfb0b2d238 100644 --- a/types/openfin/v16/tsconfig.json +++ b/types/openfin/v16/tsconfig.json @@ -1,28 +1,29 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ + "compilerOptions": { + "module": "commonjs", + "lib": [ "es6", "dom" ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../../", - "typeRoots": [ - "../../" - ], - "types": [], - "paths": { - "openfin": [ - "openfin/v16" - ] - }, - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "openfin-tests.ts" - ] -} + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": false, + "baseUrl": "../../", + "typeRoots": [ + "../../" + ], + "types": [], + "paths": { + "openfin": [ + "openfin/v16" + ] + }, + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "openfin-tests.ts" + ] +} \ No newline at end of file diff --git a/types/openjscad/tsconfig.json b/types/openjscad/tsconfig.json index a43234fe34..971a3ee55a 100644 --- a/types/openjscad/tsconfig.json +++ b/types/openjscad/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/openlayers/tsconfig.json b/types/openlayers/tsconfig.json index 9e86dbffeb..5b45cb31b9 100644 --- a/types/openlayers/tsconfig.json +++ b/types/openlayers/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/openlayers/v2/tsconfig.json b/types/openlayers/v2/tsconfig.json index 7f1aebdfe4..67c0f29fd4 100644 --- a/types/openlayers/v2/tsconfig.json +++ b/types/openlayers/v2/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/openlayers/v3/tsconfig.json b/types/openlayers/v3/tsconfig.json index 1433c42333..052323b232 100644 --- a/types/openlayers/v3/tsconfig.json +++ b/types/openlayers/v3/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" @@ -25,4 +26,4 @@ "index.d.ts", "openlayers-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/openpgp/tsconfig.json b/types/openpgp/tsconfig.json index 96cb0b8ce6..8ed156faf3 100644 --- a/types/openpgp/tsconfig.json +++ b/types/openpgp/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/openstack-wrapper/tsconfig.json b/types/openstack-wrapper/tsconfig.json index 07feed0989..f6fa4b227b 100644 --- a/types/openstack-wrapper/tsconfig.json +++ b/types/openstack-wrapper/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/opentok/tsconfig.json b/types/opentok/tsconfig.json index 53754e457d..0e035c2a4c 100644 --- a/types/opentok/tsconfig.json +++ b/types/opentok/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/opentype.js/tsconfig.json b/types/opentype.js/tsconfig.json index c63c42c750..ae36366993 100644 --- a/types/opentype.js/tsconfig.json +++ b/types/opentype.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/openui5/tsconfig.json b/types/openui5/tsconfig.json index 45c2bfccaa..e61a38f38c 100644 --- a/types/openui5/tsconfig.json +++ b/types/openui5/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/opn/tsconfig.json b/types/opn/tsconfig.json index a53810b06c..9c2829989d 100644 --- a/types/opn/tsconfig.json +++ b/types/opn/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/optics-agent/tsconfig.json b/types/optics-agent/tsconfig.json index efd9fbe826..046bfaad81 100644 --- a/types/optics-agent/tsconfig.json +++ b/types/optics-agent/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/optimist/tsconfig.json b/types/optimist/tsconfig.json index 6e32ae57f8..da5b6d43c7 100644 --- a/types/optimist/tsconfig.json +++ b/types/optimist/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/optimize-css-assets-webpack-plugin/tsconfig.json b/types/optimize-css-assets-webpack-plugin/tsconfig.json index 8693d603ec..bb2c39172f 100644 --- a/types/optimize-css-assets-webpack-plugin/tsconfig.json +++ b/types/optimize-css-assets-webpack-plugin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "optimize-css-assets-webpack-plugin-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ora/tsconfig.json b/types/ora/tsconfig.json index 464459407a..4092876efe 100644 --- a/types/ora/tsconfig.json +++ b/types/ora/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "ora-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ora/v0/tsconfig.json b/types/ora/v0/tsconfig.json index f611efce94..b614f6cbc4 100644 --- a/types/ora/v0/tsconfig.json +++ b/types/ora/v0/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" @@ -24,4 +25,4 @@ "index.d.ts", "ora-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/oracledb/tsconfig.json b/types/oracledb/tsconfig.json index b9f6db2a88..2e6eeb9b95 100644 --- a/types/oracledb/tsconfig.json +++ b/types/oracledb/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/orchestrator/tsconfig.json b/types/orchestrator/tsconfig.json index d3af83cd62..734b3aae82 100644 --- a/types/orchestrator/tsconfig.json +++ b/types/orchestrator/tsconfig.json @@ -8,12 +8,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/orderedmap/tsconfig.json b/types/orderedmap/tsconfig.json index cc31c6b296..d8428d94cc 100644 --- a/types/orderedmap/tsconfig.json +++ b/types/orderedmap/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "orderedmap-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/orientjs/tsconfig.json b/types/orientjs/tsconfig.json index 7c730bcc51..87bfdfd2a8 100644 --- a/types/orientjs/tsconfig.json +++ b/types/orientjs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/os-homedir/tsconfig.json b/types/os-homedir/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/os-homedir/tsconfig.json +++ b/types/os-homedir/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/os-locale/tsconfig.json b/types/os-locale/tsconfig.json index 1ee35717ce..fbf08733cf 100644 --- a/types/os-locale/tsconfig.json +++ b/types/os-locale/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "os-locale-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/os-locale/v1/tsconfig.json b/types/os-locale/v1/tsconfig.json index 833b306fa5..acb67ee603 100644 --- a/types/os-locale/v1/tsconfig.json +++ b/types/os-locale/v1/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "os-locale": ["os-locale/v1"] + "os-locale": [ + "os-locale/v1" + ] }, "types": [], "noEmit": true, @@ -22,4 +25,4 @@ "index.d.ts", "os-locale-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/os-name/tsconfig.json b/types/os-name/tsconfig.json index 9e01c425f3..f48355e962 100644 --- a/types/os-name/tsconfig.json +++ b/types/os-name/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "os-name-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/os-tmpdir/tsconfig.json b/types/os-tmpdir/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/os-tmpdir/tsconfig.json +++ b/types/os-tmpdir/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/osmosis/tsconfig.json b/types/osmosis/tsconfig.json index c6c1cd0b81..9627f6d5fe 100644 --- a/types/osmosis/tsconfig.json +++ b/types/osmosis/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "osmosis-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/osmtogeojson/tsconfig.json b/types/osmtogeojson/tsconfig.json index 1d6c6986c3..c50e45768c 100644 --- a/types/osmtogeojson/tsconfig.json +++ b/types/osmtogeojson/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/osrm/tsconfig.json b/types/osrm/tsconfig.json index 75fb168468..8a581c7423 100644 --- a/types/osrm/tsconfig.json +++ b/types/osrm/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "osrm-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/owl.carousel/tsconfig.json b/types/owl.carousel/tsconfig.json index 6d47b2b919..4205eff11f 100644 --- a/types/owl.carousel/tsconfig.json +++ b/types/owl.carousel/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "owl.carousel-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/owlcarousel/tsconfig.json b/types/owlcarousel/tsconfig.json index a4cb1e6220..4438ba88ae 100644 --- a/types/owlcarousel/tsconfig.json +++ b/types/owlcarousel/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/p-all/tsconfig.json b/types/p-all/tsconfig.json index 711f36cb72..5cc346c4e3 100644 --- a/types/p-all/tsconfig.json +++ b/types/p-all/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-all-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-any/tsconfig.json b/types/p-any/tsconfig.json index 564eabff80..67d983361a 100644 --- a/types/p-any/tsconfig.json +++ b/types/p-any/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-any-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-cancelable/tsconfig.json b/types/p-cancelable/tsconfig.json index 2075e9d4f7..504511081d 100644 --- a/types/p-cancelable/tsconfig.json +++ b/types/p-cancelable/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-cancelable-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-debounce/tsconfig.json b/types/p-debounce/tsconfig.json index f2057a00e0..4de0f115d8 100644 --- a/types/p-debounce/tsconfig.json +++ b/types/p-debounce/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-debounce-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-defer/tsconfig.json b/types/p-defer/tsconfig.json index ebf8e83a49..06eb650dbe 100644 --- a/types/p-defer/tsconfig.json +++ b/types/p-defer/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/p-do-whilst/tsconfig.json b/types/p-do-whilst/tsconfig.json index 77b2fc0c71..87392769da 100644 --- a/types/p-do-whilst/tsconfig.json +++ b/types/p-do-whilst/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-do-whilst-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-each-series/tsconfig.json b/types/p-each-series/tsconfig.json index 6fdf68a8d8..e8cd900d05 100644 --- a/types/p-each-series/tsconfig.json +++ b/types/p-each-series/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-each-series-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-event/tsconfig.json b/types/p-event/tsconfig.json index 3d45d58840..0e047aa84b 100644 --- a/types/p-event/tsconfig.json +++ b/types/p-event/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "p-event-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-every/tsconfig.json b/types/p-every/tsconfig.json index ff676d0105..979927093f 100644 --- a/types/p-every/tsconfig.json +++ b/types/p-every/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-every-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-lazy/tsconfig.json b/types/p-lazy/tsconfig.json index 3d90d7b320..73b2e31142 100644 --- a/types/p-lazy/tsconfig.json +++ b/types/p-lazy/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-lazy-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-limit/tsconfig.json b/types/p-limit/tsconfig.json index 62ac82b46f..4634bf6300 100644 --- a/types/p-limit/tsconfig.json +++ b/types/p-limit/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-limit-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-locate/tsconfig.json b/types/p-locate/tsconfig.json index 09d6d1f3dc..1f3e8a7711 100644 --- a/types/p-locate/tsconfig.json +++ b/types/p-locate/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-locate-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-log/tsconfig.json b/types/p-log/tsconfig.json index 04e5764048..891d94fce3 100644 --- a/types/p-log/tsconfig.json +++ b/types/p-log/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-log-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-map-series/tsconfig.json b/types/p-map-series/tsconfig.json index 8843311edf..b06e222983 100644 --- a/types/p-map-series/tsconfig.json +++ b/types/p-map-series/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-map-series-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-map/tsconfig.json b/types/p-map/tsconfig.json index 92e08792e2..ed62309b29 100644 --- a/types/p-map/tsconfig.json +++ b/types/p-map/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-map-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-one/tsconfig.json b/types/p-one/tsconfig.json index 4b4e97dcc9..27a6a05ac7 100644 --- a/types/p-one/tsconfig.json +++ b/types/p-one/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-one-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-props/tsconfig.json b/types/p-props/tsconfig.json index 7e5309c521..8ef73ae141 100644 --- a/types/p-props/tsconfig.json +++ b/types/p-props/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-props-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-queue/tsconfig.json b/types/p-queue/tsconfig.json index 6fd210c82f..b3dd5e5314 100644 --- a/types/p-queue/tsconfig.json +++ b/types/p-queue/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-queue-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-reduce/tsconfig.json b/types/p-reduce/tsconfig.json index 0ae339a232..d06d04e5e7 100644 --- a/types/p-reduce/tsconfig.json +++ b/types/p-reduce/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-reduce-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-reflect/tsconfig.json b/types/p-reflect/tsconfig.json index 7403f4a2ac..0bd514215f 100644 --- a/types/p-reflect/tsconfig.json +++ b/types/p-reflect/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-reflect-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-retry/tsconfig.json b/types/p-retry/tsconfig.json index 68f27fc4b2..8bd6ddd6b5 100644 --- a/types/p-retry/tsconfig.json +++ b/types/p-retry/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-retry-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-series/tsconfig.json b/types/p-series/tsconfig.json index dd97123c13..7ac0ed4d4c 100644 --- a/types/p-series/tsconfig.json +++ b/types/p-series/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-series-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-settle/tsconfig.json b/types/p-settle/tsconfig.json index a83a8b4f49..ba288104e0 100644 --- a/types/p-settle/tsconfig.json +++ b/types/p-settle/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es6", + "target": "es6", "module": "commonjs", "lib": [ "es6" @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "p-settle-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-some/tsconfig.json b/types/p-some/tsconfig.json index 1cf89e7d11..d8bca7e13a 100644 --- a/types/p-some/tsconfig.json +++ b/types/p-some/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-some-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-tap/tsconfig.json b/types/p-tap/tsconfig.json index 57f00f3d05..1d4042647f 100644 --- a/types/p-tap/tsconfig.json +++ b/types/p-tap/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-tap-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-throttle/tsconfig.json b/types/p-throttle/tsconfig.json index 5344df0c1c..81852e4d18 100644 --- a/types/p-throttle/tsconfig.json +++ b/types/p-throttle/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-throttle-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-timeout/tsconfig.json b/types/p-timeout/tsconfig.json index 9ff2454750..d16042504a 100644 --- a/types/p-timeout/tsconfig.json +++ b/types/p-timeout/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-timeout-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-try/tsconfig.json b/types/p-try/tsconfig.json index ea1784a0e7..b8ca67f073 100644 --- a/types/p-try/tsconfig.json +++ b/types/p-try/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-try-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-wait-for/tsconfig.json b/types/p-wait-for/tsconfig.json index 378935ca8e..7df0af64a1 100644 --- a/types/p-wait-for/tsconfig.json +++ b/types/p-wait-for/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-wait-for-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p-whilst/tsconfig.json b/types/p-whilst/tsconfig.json index bcc9fd3dab..3309a228fc 100644 --- a/types/p-whilst/tsconfig.json +++ b/types/p-whilst/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "p-whilst-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/p2/tsconfig.json b/types/p2/tsconfig.json index 494e05a79c..c40f2ddd89 100644 --- a/types/p2/tsconfig.json +++ b/types/p2/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/packery/tsconfig.json b/types/packery/tsconfig.json index 60786abd4f..85c7e3ae6a 100644 --- a/types/packery/tsconfig.json +++ b/types/packery/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pad/tsconfig.json b/types/pad/tsconfig.json index 4a93c20fab..6a6ef6d4c7 100644 --- a/types/pad/tsconfig.json +++ b/types/pad/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/page-icon/tsconfig.json b/types/page-icon/tsconfig.json index 6cedf08408..f5dc72cbcd 100644 --- a/types/page-icon/tsconfig.json +++ b/types/page-icon/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/page/tsconfig.json b/types/page/tsconfig.json index 4609dcf236..3a774901be 100644 --- a/types/page/tsconfig.json +++ b/types/page/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/paho-mqtt/tsconfig.json b/types/paho-mqtt/tsconfig.json index e4666b9ef5..7e9a7ce4e6 100644 --- a/types/paho-mqtt/tsconfig.json +++ b/types/paho-mqtt/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "paho-mqtt-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/pako/tsconfig.json b/types/pako/tsconfig.json index b82b41525c..011a39c83c 100644 --- a/types/pako/tsconfig.json +++ b/types/pako/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/papaparse/tsconfig.json b/types/papaparse/tsconfig.json index 23f9082cd2..1684012a56 100644 --- a/types/papaparse/tsconfig.json +++ b/types/papaparse/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/paper/tsconfig.json b/types/paper/tsconfig.json index be1ca740bc..ba81ca6cf0 100644 --- a/types/paper/tsconfig.json +++ b/types/paper/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/paralleljs/tsconfig.json b/types/paralleljs/tsconfig.json index 0f69036fbb..0cea925bbd 100644 --- a/types/paralleljs/tsconfig.json +++ b/types/paralleljs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/parse-git-config/tsconfig.json b/types/parse-git-config/tsconfig.json index 453d805680..5295cbc1ee 100644 --- a/types/parse-git-config/tsconfig.json +++ b/types/parse-git-config/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "parse-git-config-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/parse-glob/tsconfig.json b/types/parse-glob/tsconfig.json index a32dc73872..0f620fa4e7 100644 --- a/types/parse-glob/tsconfig.json +++ b/types/parse-glob/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/parse-link-header/tsconfig.json b/types/parse-link-header/tsconfig.json index 02e284e352..82b1addcbd 100644 --- a/types/parse-link-header/tsconfig.json +++ b/types/parse-link-header/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "parse-link-header-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/parse-mockdb/tsconfig.json b/types/parse-mockdb/tsconfig.json index 8267c7c27f..47ec90a997 100644 --- a/types/parse-mockdb/tsconfig.json +++ b/types/parse-mockdb/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/parse-torrent-file/tsconfig.json b/types/parse-torrent-file/tsconfig.json index ea57d0f586..dcd42f04f0 100644 --- a/types/parse-torrent-file/tsconfig.json +++ b/types/parse-torrent-file/tsconfig.json @@ -1,23 +1,24 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "parse-torrent-file-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "parse-torrent-file-tests.ts" + ] +} \ No newline at end of file diff --git a/types/parse-torrent/tsconfig.json b/types/parse-torrent/tsconfig.json index 70f8227c59..1a2750195a 100644 --- a/types/parse-torrent/tsconfig.json +++ b/types/parse-torrent/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/parse-unit/tsconfig.json b/types/parse-unit/tsconfig.json index 4f0a626508..081dcee45d 100644 --- a/types/parse-unit/tsconfig.json +++ b/types/parse-unit/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "parse-unit-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/parse/tsconfig.json b/types/parse/tsconfig.json index 5fecdb4dd5..53ec60085d 100644 --- a/types/parse/tsconfig.json +++ b/types/parse/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "parse-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/parseurl/tsconfig.json b/types/parseurl/tsconfig.json index 751dc28d31..f47e85f978 100644 --- a/types/parseurl/tsconfig.json +++ b/types/parseurl/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/parsimmon/tsconfig.json b/types/parsimmon/tsconfig.json index 05f997f419..34d78a5d0a 100644 --- a/types/parsimmon/tsconfig.json +++ b/types/parsimmon/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/passport-anonymous/tsconfig.json b/types/passport-anonymous/tsconfig.json index e7d114d6f7..1d8859e706 100644 --- a/types/passport-anonymous/tsconfig.json +++ b/types/passport-anonymous/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/passport-beam/tsconfig.json b/types/passport-beam/tsconfig.json index 22b12d0422..7b3fc8e513 100644 --- a/types/passport-beam/tsconfig.json +++ b/types/passport-beam/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/passport-client-cert/tsconfig.json b/types/passport-client-cert/tsconfig.json index 614afd9842..fbf48f7438 100644 --- a/types/passport-client-cert/tsconfig.json +++ b/types/passport-client-cert/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "passport-client-cert-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/passport-discord/tsconfig.json b/types/passport-discord/tsconfig.json index da28db2fea..38a8051fb9 100644 --- a/types/passport-discord/tsconfig.json +++ b/types/passport-discord/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "passport-discord-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/passport-facebook-token/tsconfig.json b/types/passport-facebook-token/tsconfig.json index f0de7ab94f..a5f4d17112 100644 --- a/types/passport-facebook-token/tsconfig.json +++ b/types/passport-facebook-token/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/passport-facebook/tsconfig.json b/types/passport-facebook/tsconfig.json index 4f16b8ee25..dcc610efec 100644 --- a/types/passport-facebook/tsconfig.json +++ b/types/passport-facebook/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/passport-github/tsconfig.json b/types/passport-github/tsconfig.json index a71ba7d95e..0e7ac43e0e 100644 --- a/types/passport-github/tsconfig.json +++ b/types/passport-github/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/passport-github2/tsconfig.json b/types/passport-github2/tsconfig.json index 23822974be..ae03d3bb32 100644 --- a/types/passport-github2/tsconfig.json +++ b/types/passport-github2/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "passport-github2-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/passport-google-oauth/tsconfig.json b/types/passport-google-oauth/tsconfig.json index c76668f33b..adde576621 100644 --- a/types/passport-google-oauth/tsconfig.json +++ b/types/passport-google-oauth/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/passport-google-oauth2/tsconfig.json b/types/passport-google-oauth2/tsconfig.json index 38b1a17f54..ee60531f41 100644 --- a/types/passport-google-oauth2/tsconfig.json +++ b/types/passport-google-oauth2/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "passport-google-oauth2-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "passport-google-oauth2-tests.ts" + ] +} \ No newline at end of file diff --git a/types/passport-http-bearer/tsconfig.json b/types/passport-http-bearer/tsconfig.json index 64a8086f78..b6033075ab 100644 --- a/types/passport-http-bearer/tsconfig.json +++ b/types/passport-http-bearer/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/passport-http/tsconfig.json b/types/passport-http/tsconfig.json index 51cc78d31a..d1a35a3390 100644 --- a/types/passport-http/tsconfig.json +++ b/types/passport-http/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/passport-jwt/tsconfig.json b/types/passport-jwt/tsconfig.json index 8f12dbfbfb..906f33004d 100644 --- a/types/passport-jwt/tsconfig.json +++ b/types/passport-jwt/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/passport-local-mongoose/tsconfig.json b/types/passport-local-mongoose/tsconfig.json index 28d15781c8..c0806a2177 100644 --- a/types/passport-local-mongoose/tsconfig.json +++ b/types/passport-local-mongoose/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/passport-local/tsconfig.json b/types/passport-local/tsconfig.json index 31f5ebca99..340ecca02d 100644 --- a/types/passport-local/tsconfig.json +++ b/types/passport-local/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/passport-oauth2-client-password/tsconfig.json b/types/passport-oauth2-client-password/tsconfig.json index fd9b55b7f6..e7cc4cc177 100644 --- a/types/passport-oauth2-client-password/tsconfig.json +++ b/types/passport-oauth2-client-password/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/passport-oauth2/tsconfig.json b/types/passport-oauth2/tsconfig.json index bee4a8416d..5e71cf6328 100644 --- a/types/passport-oauth2/tsconfig.json +++ b/types/passport-oauth2/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "passport-oauth2-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/passport-saml/tsconfig.json b/types/passport-saml/tsconfig.json index 4935a8ff20..0809dbbaf7 100644 --- a/types/passport-saml/tsconfig.json +++ b/types/passport-saml/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "passport-saml-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/passport-steam/tsconfig.json b/types/passport-steam/tsconfig.json index ab34d06c60..94a0d709a4 100644 --- a/types/passport-steam/tsconfig.json +++ b/types/passport-steam/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "passport-steam-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/passport-strategy/tsconfig.json b/types/passport-strategy/tsconfig.json index 3bd96f3908..b9d033a50e 100644 --- a/types/passport-strategy/tsconfig.json +++ b/types/passport-strategy/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/passport-twitter/tsconfig.json b/types/passport-twitter/tsconfig.json index 0971161910..4034aa5640 100644 --- a/types/passport-twitter/tsconfig.json +++ b/types/passport-twitter/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/passport-unique-token/tsconfig.json b/types/passport-unique-token/tsconfig.json index 3277992cff..405438dd5a 100644 --- a/types/passport-unique-token/tsconfig.json +++ b/types/passport-unique-token/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/passport/tsconfig.json b/types/passport/tsconfig.json index 4e9b96c953..08fe485f60 100644 --- a/types/passport/tsconfig.json +++ b/types/passport/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/password-hash-and-salt/tsconfig.json b/types/password-hash-and-salt/tsconfig.json index 27c9ff3242..a2a0427f51 100644 --- a/types/password-hash-and-salt/tsconfig.json +++ b/types/password-hash-and-salt/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/password-hash/tsconfig.json b/types/password-hash/tsconfig.json index eea6198680..b0e161a8a2 100644 --- a/types/password-hash/tsconfig.json +++ b/types/password-hash/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/path-exists/tsconfig.json b/types/path-exists/tsconfig.json index d6a6dcc606..d9e230ee27 100644 --- a/types/path-exists/tsconfig.json +++ b/types/path-exists/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "path-exists-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/path-exists/v1/tsconfig.json b/types/path-exists/v1/tsconfig.json index 1e8753cb6b..3a52689e9c 100644 --- a/types/path-exists/v1/tsconfig.json +++ b/types/path-exists/v1/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "path-exists": ["path-exists/v1"] + "path-exists": [ + "path-exists/v1" + ] }, "types": [], "noEmit": true, @@ -22,4 +25,4 @@ "index.d.ts", "path-exists-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/path-is-absolute/tsconfig.json b/types/path-is-absolute/tsconfig.json index 37ce52205e..c3b15bff95 100644 --- a/types/path-is-absolute/tsconfig.json +++ b/types/path-is-absolute/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/path-parse/tsconfig.json b/types/path-parse/tsconfig.json index a03b33267a..9123b62477 100644 --- a/types/path-parse/tsconfig.json +++ b/types/path-parse/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pathfinding/tsconfig.json b/types/pathfinding/tsconfig.json index 21fb39ae72..0428d67daa 100644 --- a/types/pathfinding/tsconfig.json +++ b/types/pathfinding/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pathjs/tsconfig.json b/types/pathjs/tsconfig.json index dc4adb6d63..60a8aba82a 100644 --- a/types/pathjs/tsconfig.json +++ b/types/pathjs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pathwatcher/tsconfig.json b/types/pathwatcher/tsconfig.json index cd2b999654..c413f34011 100644 --- a/types/pathwatcher/tsconfig.json +++ b/types/pathwatcher/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "pathwatcher-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/pathwatcher/v0/tsconfig.json b/types/pathwatcher/v0/tsconfig.json index e6020a4021..6e6584c70e 100644 --- a/types/pathwatcher/v0/tsconfig.json +++ b/types/pathwatcher/v0/tsconfig.json @@ -7,13 +7,18 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "pathwatcher": [ "pathwatcher/v0" ], - "q": [ "q/v0" ] + "pathwatcher": [ + "pathwatcher/v0" + ], + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, @@ -23,4 +28,4 @@ "index.d.ts", "pathwatcher-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/pause/tsconfig.json b/types/pause/tsconfig.json index 09c24b50a3..76c0af48a3 100644 --- a/types/pause/tsconfig.json +++ b/types/pause/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "pause-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/payment/tsconfig.json b/types/payment/tsconfig.json index c284d0d6a4..4f1166c44f 100644 --- a/types/payment/tsconfig.json +++ b/types/payment/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/paypal-cordova-plugin/tsconfig.json b/types/paypal-cordova-plugin/tsconfig.json index 6aa10eef62..67ee653902 100644 --- a/types/paypal-cordova-plugin/tsconfig.json +++ b/types/paypal-cordova-plugin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/paypal-rest-sdk/tsconfig.json b/types/paypal-rest-sdk/tsconfig.json index 37d11017e6..4e1922b8ba 100644 --- a/types/paypal-rest-sdk/tsconfig.json +++ b/types/paypal-rest-sdk/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "paypal-rest-sdk-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/pbf/tsconfig.json b/types/pbf/tsconfig.json index e5e21f23f4..b9ec4bce50 100644 --- a/types/pbf/tsconfig.json +++ b/types/pbf/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pdfjs-dist/tsconfig.json b/types/pdfjs-dist/tsconfig.json index 110e5b444a..d189de9f02 100644 --- a/types/pdfjs-dist/tsconfig.json +++ b/types/pdfjs-dist/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "pdfjs-dist-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/pdfkit/tsconfig.json b/types/pdfkit/tsconfig.json index 00430ab1cd..f14037a57f 100644 --- a/types/pdfkit/tsconfig.json +++ b/types/pdfkit/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pdfobject/tsconfig.json b/types/pdfobject/tsconfig.json index a1dab4b2b8..178c186ae8 100644 --- a/types/pdfobject/tsconfig.json +++ b/types/pdfobject/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pebblekitjs/tsconfig.json b/types/pebblekitjs/tsconfig.json index 9172299a17..e09e806e3b 100644 --- a/types/pebblekitjs/tsconfig.json +++ b/types/pebblekitjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/peer-dial/tsconfig.json b/types/peer-dial/tsconfig.json index 5cfd0105d1..4672562aef 100644 --- a/types/peer-dial/tsconfig.json +++ b/types/peer-dial/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "peer-dial-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/peerjs/tsconfig.json b/types/peerjs/tsconfig.json index 7cf22f8322..41e815c2c3 100644 --- a/types/peerjs/tsconfig.json +++ b/types/peerjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pegjs/tsconfig.json b/types/pegjs/tsconfig.json index 4f3ff000cc..ea5f1cc8e4 100644 --- a/types/pegjs/tsconfig.json +++ b/types/pegjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pem/tsconfig.json b/types/pem/tsconfig.json index 9af8892083..509312522f 100644 --- a/types/pem/tsconfig.json +++ b/types/pem/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/perfect-scrollbar/tsconfig.json b/types/perfect-scrollbar/tsconfig.json index 5c584bf17c..a3bd2529c9 100644 --- a/types/perfect-scrollbar/tsconfig.json +++ b/types/perfect-scrollbar/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/persona/tsconfig.json b/types/persona/tsconfig.json index eb489f55f7..cadf2878fc 100644 --- a/types/persona/tsconfig.json +++ b/types/persona/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pet-finder-api/tsconfig.json b/types/pet-finder-api/tsconfig.json index 0730a425dd..66a88e70be 100644 --- a/types/pet-finder-api/tsconfig.json +++ b/types/pet-finder-api/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "pet-finder-api-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/pg-connection-string/tsconfig.json b/types/pg-connection-string/tsconfig.json index 780089a760..c3b2765339 100644 --- a/types/pg-connection-string/tsconfig.json +++ b/types/pg-connection-string/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "pg-connection-string-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/pg-ears/tsconfig.json b/types/pg-ears/tsconfig.json index 58f2ea0adf..a98396e776 100644 --- a/types/pg-ears/tsconfig.json +++ b/types/pg-ears/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "pg-ears-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/pg-escape/tsconfig.json b/types/pg-escape/tsconfig.json index ad675e0892..b5afa8ea9a 100644 --- a/types/pg-escape/tsconfig.json +++ b/types/pg-escape/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "pg-escape-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/pg-pool/tsconfig.json b/types/pg-pool/tsconfig.json index 7d97d43d22..5381ba2842 100644 --- a/types/pg-pool/tsconfig.json +++ b/types/pg-pool/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pg-query-stream/tsconfig.json b/types/pg-query-stream/tsconfig.json index aefc4020c0..8137847846 100644 --- a/types/pg-query-stream/tsconfig.json +++ b/types/pg-query-stream/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pg-types/tsconfig.json b/types/pg-types/tsconfig.json index 2530c402a1..d5f4abf341 100644 --- a/types/pg-types/tsconfig.json +++ b/types/pg-types/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pg/tsconfig.json b/types/pg/tsconfig.json index caa997a916..92ec2db62b 100644 --- a/types/pg/tsconfig.json +++ b/types/pg/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "pg-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/pg/v6/tsconfig.json b/types/pg/v6/tsconfig.json index 2c44f5862b..4e12c2c891 100644 --- a/types/pg/v6/tsconfig.json +++ b/types/pg/v6/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "pg": [ "pg/v6" ] + "pg": [ + "pg/v6" + ] }, "types": [], "noEmit": true, @@ -22,4 +25,4 @@ "index.d.ts", "pg-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/pgwmodal/tsconfig.json b/types/pgwmodal/tsconfig.json index f758335e9a..5ad4cd4a98 100644 --- a/types/pgwmodal/tsconfig.json +++ b/types/pgwmodal/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/phantom/tsconfig.json b/types/phantom/tsconfig.json index ff89ed0655..39ae0edc93 100644 --- a/types/phantom/tsconfig.json +++ b/types/phantom/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/phantomcss/tsconfig.json b/types/phantomcss/tsconfig.json index 2a06f9be9d..cba4e19ecd 100644 --- a/types/phantomcss/tsconfig.json +++ b/types/phantomcss/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/phantomjs/tsconfig.json b/types/phantomjs/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/phantomjs/tsconfig.json +++ b/types/phantomjs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/phoenix/tsconfig.json b/types/phoenix/tsconfig.json index e2a5f53665..40bfbb22b6 100644 --- a/types/phoenix/tsconfig.json +++ b/types/phoenix/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/phone-formatter/tsconfig.json b/types/phone-formatter/tsconfig.json index d36c85e0ad..48f951581e 100644 --- a/types/phone-formatter/tsconfig.json +++ b/types/phone-formatter/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/phone/tsconfig.json b/types/phone/tsconfig.json index 2ba4beb764..1890b13a08 100644 --- a/types/phone/tsconfig.json +++ b/types/phone/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/phonegap-facebook-plugin/tsconfig.json b/types/phonegap-facebook-plugin/tsconfig.json index afa1570d1c..0a1d090d05 100644 --- a/types/phonegap-facebook-plugin/tsconfig.json +++ b/types/phonegap-facebook-plugin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/phonegap-nfc/tsconfig.json b/types/phonegap-nfc/tsconfig.json index ed6947b182..72b1f019d8 100644 --- a/types/phonegap-nfc/tsconfig.json +++ b/types/phonegap-nfc/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/phonegap-plugin-barcodescanner/tsconfig.json b/types/phonegap-plugin-barcodescanner/tsconfig.json index 690026998b..ec6d41e488 100644 --- a/types/phonegap-plugin-barcodescanner/tsconfig.json +++ b/types/phonegap-plugin-barcodescanner/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/phonegap-plugin-push/tsconfig.json b/types/phonegap-plugin-push/tsconfig.json index 0541ae96a3..1508fa279d 100644 --- a/types/phonegap-plugin-push/tsconfig.json +++ b/types/phonegap-plugin-push/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/phonegap/tsconfig.json b/types/phonegap/tsconfig.json index 60cf757964..714111c6e0 100644 --- a/types/phonegap/tsconfig.json +++ b/types/phonegap/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/phonon/tsconfig.json b/types/phonon/tsconfig.json index 4532a718b0..bbadd8d12a 100644 --- a/types/phonon/tsconfig.json +++ b/types/phonon/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "phonon-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/photonui/tsconfig.json b/types/photonui/tsconfig.json index 53612c4b5e..7aa685b04b 100644 --- a/types/photonui/tsconfig.json +++ b/types/photonui/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/photoswipe/tsconfig.json b/types/photoswipe/tsconfig.json index 4317aba61f..9e83ea1174 100644 --- a/types/photoswipe/tsconfig.json +++ b/types/photoswipe/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "dist/photoswipe-ui-default/index.d.ts", "photoswipe-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/physijs/tsconfig.json b/types/physijs/tsconfig.json index 7ce8c2c431..6d446c60b3 100644 --- a/types/physijs/tsconfig.json +++ b/types/physijs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pi-spi/tsconfig.json b/types/pi-spi/tsconfig.json index b596a7f4bb..0dada24fe6 100644 --- a/types/pi-spi/tsconfig.json +++ b/types/pi-spi/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pick-weight/tsconfig.json b/types/pick-weight/tsconfig.json index 493177c8f6..86f4110d99 100644 --- a/types/pick-weight/tsconfig.json +++ b/types/pick-weight/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "pick-weight-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/pickadate/tsconfig.json b/types/pickadate/tsconfig.json index 70c069ed32..7b19418034 100644 --- a/types/pickadate/tsconfig.json +++ b/types/pickadate/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/picturefill/tsconfig.json b/types/picturefill/tsconfig.json index 0fefbd709d..1435f75db0 100644 --- a/types/picturefill/tsconfig.json +++ b/types/picturefill/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "picturefill-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/pidusage/tsconfig.json b/types/pidusage/tsconfig.json index 275e85d949..256715e11c 100644 --- a/types/pidusage/tsconfig.json +++ b/types/pidusage/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "pidusage-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/pify/tsconfig.json b/types/pify/tsconfig.json index 03f7ad008d..bf0a1104aa 100644 --- a/types/pify/tsconfig.json +++ b/types/pify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pigpio/tsconfig.json b/types/pigpio/tsconfig.json index 0ca0aba095..e5b61af015 100644 --- a/types/pigpio/tsconfig.json +++ b/types/pigpio/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pikaday-time/tsconfig.json b/types/pikaday-time/tsconfig.json index 25e9ff5370..bf96d27d1a 100644 --- a/types/pikaday-time/tsconfig.json +++ b/types/pikaday-time/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pikaday/tsconfig.json b/types/pikaday/tsconfig.json index a748410434..3c936ab905 100644 --- a/types/pikaday/tsconfig.json +++ b/types/pikaday/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pinkyswear/tsconfig.json b/types/pinkyswear/tsconfig.json index 83098b4a73..c815468eb3 100644 --- a/types/pinkyswear/tsconfig.json +++ b/types/pinkyswear/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pino/tsconfig.json b/types/pino/tsconfig.json index 733bb5bc9a..78c8106f18 100644 --- a/types/pino/tsconfig.json +++ b/types/pino/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "pino-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/pino/v3/tsconfig.json b/types/pino/v3/tsconfig.json index 86c9bbdaf2..cc1e05b0f1 100644 --- a/types/pino/v3/tsconfig.json +++ b/types/pino/v3/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "pino": [ "pino/v3" ] + "pino": [ + "pino/v3" + ] }, "types": [], "noEmit": true, @@ -22,4 +25,4 @@ "index.d.ts", "pino-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/pinterest-sdk/tsconfig.json b/types/pinterest-sdk/tsconfig.json index 0ab00f9ea9..17bc0c1135 100644 --- a/types/pinterest-sdk/tsconfig.json +++ b/types/pinterest-sdk/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pinyin/tsconfig.json b/types/pinyin/tsconfig.json index 88101a7841..2fc91705ca 100644 --- a/types/pinyin/tsconfig.json +++ b/types/pinyin/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "pinyin-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/piwik-tracker/tsconfig.json b/types/piwik-tracker/tsconfig.json index bb177f4a2e..5f3f92ee94 100644 --- a/types/piwik-tracker/tsconfig.json +++ b/types/piwik-tracker/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pixi.js/tsconfig.json b/types/pixi.js/tsconfig.json index 21341f5421..742fa02137 100644 --- a/types/pixi.js/tsconfig.json +++ b/types/pixi.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pkijs/tsconfig.json b/types/pkijs/tsconfig.json index 92f6ee5464..2a4d04ec08 100644 --- a/types/pkijs/tsconfig.json +++ b/types/pkijs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/platform/tsconfig.json b/types/platform/tsconfig.json index 2efb10866a..95084ee11c 100644 --- a/types/platform/tsconfig.json +++ b/types/platform/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/playerframework/tsconfig.json b/types/playerframework/tsconfig.json index 3e0b8a50fa..56c01ef247 100644 --- a/types/playerframework/tsconfig.json +++ b/types/playerframework/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pleasejs/tsconfig.json b/types/pleasejs/tsconfig.json index 96a6fc89ae..94046488fe 100644 --- a/types/pleasejs/tsconfig.json +++ b/types/pleasejs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/plotly.js/tsconfig.json b/types/plotly.js/tsconfig.json index eef24a3216..dd21321c49 100644 --- a/types/plotly.js/tsconfig.json +++ b/types/plotly.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -22,4 +23,4 @@ "test/index-tests.ts", "test/core-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/plottable/tsconfig.json b/types/plottable/tsconfig.json index af320479a2..3eb45943e1 100644 --- a/types/plottable/tsconfig.json +++ b/types/plottable/tsconfig.json @@ -8,13 +8,16 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "paths": { - "d3": ["d3/v3"] + "d3": [ + "d3/v3" + ] }, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/plugapi/tsconfig.json b/types/plugapi/tsconfig.json index 3db8ce2c64..e0f04186ed 100644 --- a/types/plugapi/tsconfig.json +++ b/types/plugapi/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/plupload/tsconfig.json b/types/plupload/tsconfig.json index a78276fac3..fc46738339 100644 --- a/types/plupload/tsconfig.json +++ b/types/plupload/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pluralize/tsconfig.json b/types/pluralize/tsconfig.json index 7d877b9e83..112ed18147 100644 --- a/types/pluralize/tsconfig.json +++ b/types/pluralize/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/png-async/tsconfig.json b/types/png-async/tsconfig.json index 48e19acc23..181b899496 100644 --- a/types/png-async/tsconfig.json +++ b/types/png-async/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pngjs/tsconfig.json b/types/pngjs/tsconfig.json index bdce83e9a2..4a2c2d47fd 100644 --- a/types/pngjs/tsconfig.json +++ b/types/pngjs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "pngjs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/pngjs2/tsconfig.json b/types/pngjs2/tsconfig.json index e89b001db8..cbefc10524 100644 --- a/types/pngjs2/tsconfig.json +++ b/types/pngjs2/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/podcast/tsconfig.json b/types/podcast/tsconfig.json index dd33399b60..8e4c29f1e9 100644 --- a/types/podcast/tsconfig.json +++ b/types/podcast/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/podium/tsconfig.json b/types/podium/tsconfig.json index 267d05537f..a383a8d04c 100644 --- a/types/podium/tsconfig.json +++ b/types/podium/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/point-in-polygon/tsconfig.json b/types/point-in-polygon/tsconfig.json index 7f82e9f497..a17d220c7e 100644 --- a/types/point-in-polygon/tsconfig.json +++ b/types/point-in-polygon/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/polylabel/tsconfig.json b/types/polylabel/tsconfig.json index 88d3cc8826..a9f8f55e42 100644 --- a/types/polylabel/tsconfig.json +++ b/types/polylabel/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/polyline/tsconfig.json b/types/polyline/tsconfig.json index 45f458afdc..267af0e29a 100644 --- a/types/polyline/tsconfig.json +++ b/types/polyline/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/polymer-ts/tsconfig.json b/types/polymer-ts/tsconfig.json index 90a6bcb740..67ef43b3be 100644 --- a/types/polymer-ts/tsconfig.json +++ b/types/polymer-ts/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/polymer/tsconfig.json b/types/polymer/tsconfig.json index cd072e5d74..172edc052b 100644 --- a/types/polymer/tsconfig.json +++ b/types/polymer/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/popcorn/tsconfig.json b/types/popcorn/tsconfig.json index 9661cf12ad..fa1c069762 100644 --- a/types/popcorn/tsconfig.json +++ b/types/popcorn/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/popper.js/tsconfig.json b/types/popper.js/tsconfig.json index d459943eff..e5f5d39e07 100644 --- a/types/popper.js/tsconfig.json +++ b/types/popper.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "popper.js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/portscanner/tsconfig.json b/types/portscanner/tsconfig.json index d9844dae67..0a2ba9f13b 100644 --- a/types/portscanner/tsconfig.json +++ b/types/portscanner/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "portscanner-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/postal/tsconfig.json b/types/postal/tsconfig.json index 2aff504c3f..69e3362d73 100644 --- a/types/postal/tsconfig.json +++ b/types/postal/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/postal/v0/tsconfig.json b/types/postal/v0/tsconfig.json index a9c4e9fca6..207cc2f60b 100644 --- a/types/postal/v0/tsconfig.json +++ b/types/postal/v0/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/postmark/tsconfig.json b/types/postmark/tsconfig.json index a7bd7a7e3c..86df19a17f 100644 --- a/types/postmark/tsconfig.json +++ b/types/postmark/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "postmark-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/pouch-redux-middleware/tsconfig.json b/types/pouch-redux-middleware/tsconfig.json index 92849c6885..f9cf608a5e 100644 --- a/types/pouch-redux-middleware/tsconfig.json +++ b/types/pouch-redux-middleware/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pouchdb-adapter-fruitdown/tsconfig.json b/types/pouchdb-adapter-fruitdown/tsconfig.json index e362706244..c3357ce2d2 100644 --- a/types/pouchdb-adapter-fruitdown/tsconfig.json +++ b/types/pouchdb-adapter-fruitdown/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pouchdb-adapter-http/tsconfig.json b/types/pouchdb-adapter-http/tsconfig.json index 172ab6891a..dd66d20097 100644 --- a/types/pouchdb-adapter-http/tsconfig.json +++ b/types/pouchdb-adapter-http/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pouchdb-adapter-idb/tsconfig.json b/types/pouchdb-adapter-idb/tsconfig.json index 6fd6b28b32..ce5edaa36c 100644 --- a/types/pouchdb-adapter-idb/tsconfig.json +++ b/types/pouchdb-adapter-idb/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pouchdb-adapter-leveldb/tsconfig.json b/types/pouchdb-adapter-leveldb/tsconfig.json index 17848d370d..4c3ceef40c 100644 --- a/types/pouchdb-adapter-leveldb/tsconfig.json +++ b/types/pouchdb-adapter-leveldb/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pouchdb-adapter-localstorage/tsconfig.json b/types/pouchdb-adapter-localstorage/tsconfig.json index c181a0755b..b5c18c4a9f 100644 --- a/types/pouchdb-adapter-localstorage/tsconfig.json +++ b/types/pouchdb-adapter-localstorage/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pouchdb-adapter-memory/tsconfig.json b/types/pouchdb-adapter-memory/tsconfig.json index ffcbc69c25..0bf83e3b74 100644 --- a/types/pouchdb-adapter-memory/tsconfig.json +++ b/types/pouchdb-adapter-memory/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pouchdb-adapter-node-websql/tsconfig.json b/types/pouchdb-adapter-node-websql/tsconfig.json index 56c16d68c7..a154ce42e3 100644 --- a/types/pouchdb-adapter-node-websql/tsconfig.json +++ b/types/pouchdb-adapter-node-websql/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pouchdb-adapter-websql/tsconfig.json b/types/pouchdb-adapter-websql/tsconfig.json index a21a8de7e4..a4dd9848fc 100644 --- a/types/pouchdb-adapter-websql/tsconfig.json +++ b/types/pouchdb-adapter-websql/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pouchdb-browser/tsconfig.json b/types/pouchdb-browser/tsconfig.json index 9ec77f7822..892bc704d0 100644 --- a/types/pouchdb-browser/tsconfig.json +++ b/types/pouchdb-browser/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pouchdb-core/tsconfig.json b/types/pouchdb-core/tsconfig.json index 0068067705..61dd8ca4d1 100644 --- a/types/pouchdb-core/tsconfig.json +++ b/types/pouchdb-core/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pouchdb-find/tsconfig.json b/types/pouchdb-find/tsconfig.json index 25ea81c910..3db7946c2a 100644 --- a/types/pouchdb-find/tsconfig.json +++ b/types/pouchdb-find/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pouchdb-http/tsconfig.json b/types/pouchdb-http/tsconfig.json index c23708f695..0e67095870 100644 --- a/types/pouchdb-http/tsconfig.json +++ b/types/pouchdb-http/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pouchdb-mapreduce/tsconfig.json b/types/pouchdb-mapreduce/tsconfig.json index cf01560ee9..1af053e93b 100644 --- a/types/pouchdb-mapreduce/tsconfig.json +++ b/types/pouchdb-mapreduce/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pouchdb-node/tsconfig.json b/types/pouchdb-node/tsconfig.json index 60c68fd778..c1304343b6 100644 --- a/types/pouchdb-node/tsconfig.json +++ b/types/pouchdb-node/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pouchdb-replication/tsconfig.json b/types/pouchdb-replication/tsconfig.json index 6ac34adb7d..6a64902380 100644 --- a/types/pouchdb-replication/tsconfig.json +++ b/types/pouchdb-replication/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pouchdb-upsert/tsconfig.json b/types/pouchdb-upsert/tsconfig.json index 1236a1af0e..ff5dc47e0c 100644 --- a/types/pouchdb-upsert/tsconfig.json +++ b/types/pouchdb-upsert/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pouchdb/tsconfig.json b/types/pouchdb/tsconfig.json index 7f9e1c05d9..6894fb45dc 100644 --- a/types/pouchdb/tsconfig.json +++ b/types/pouchdb/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/power-assert-formatter/tsconfig.json b/types/power-assert-formatter/tsconfig.json index 979f00a1ec..93cc04326a 100644 --- a/types/power-assert-formatter/tsconfig.json +++ b/types/power-assert-formatter/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/power-assert/tsconfig.json b/types/power-assert/tsconfig.json index 23d27b2404..9093028de3 100644 --- a/types/power-assert/tsconfig.json +++ b/types/power-assert/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/precise/tsconfig.json b/types/precise/tsconfig.json index 5022e2b7c4..e400470ee5 100644 --- a/types/precise/tsconfig.json +++ b/types/precise/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/precond/tsconfig.json b/types/precond/tsconfig.json index 2dd6dc2839..8158d9149d 100644 --- a/types/precond/tsconfig.json +++ b/types/precond/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/preloadjs/tsconfig.json b/types/preloadjs/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/preloadjs/tsconfig.json +++ b/types/preloadjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/prelude-ls/tsconfig.json b/types/prelude-ls/tsconfig.json index c40f360c56..7c846df940 100644 --- a/types/prelude-ls/tsconfig.json +++ b/types/prelude-ls/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/prettier/tsconfig.json b/types/prettier/tsconfig.json index 5a6c388e91..c3ff9609e6 100644 --- a/types/prettier/tsconfig.json +++ b/types/prettier/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "prettier-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/pretty-bytes/tsconfig.json b/types/pretty-bytes/tsconfig.json index 1f040dc3ac..fd11c640b4 100644 --- a/types/pretty-bytes/tsconfig.json +++ b/types/pretty-bytes/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pretty-format/tsconfig.json b/types/pretty-format/tsconfig.json index db0f3e25e4..b51d58bdbb 100644 --- a/types/pretty-format/tsconfig.json +++ b/types/pretty-format/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "pretty-format-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/pretty-ms/tsconfig.json b/types/pretty-ms/tsconfig.json index ebb5c1f0e3..da88b941c7 100644 --- a/types/pretty-ms/tsconfig.json +++ b/types/pretty-ms/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "pretty-ms-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/prettyjson/tsconfig.json b/types/prettyjson/tsconfig.json index 1da749f732..8169c27bba 100644 --- a/types/prettyjson/tsconfig.json +++ b/types/prettyjson/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/printf/tsconfig.json b/types/printf/tsconfig.json index e937977428..620efed257 100644 --- a/types/printf/tsconfig.json +++ b/types/printf/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "printf-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/priorityqueuejs/tsconfig.json b/types/priorityqueuejs/tsconfig.json index 1a961d83f5..565b6f8339 100644 --- a/types/priorityqueuejs/tsconfig.json +++ b/types/priorityqueuejs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/prismjs/tsconfig.json b/types/prismjs/tsconfig.json index 0bd8440986..c5385df0ce 100644 --- a/types/prismjs/tsconfig.json +++ b/types/prismjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "prismjs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/private-ip/tsconfig.json b/types/private-ip/tsconfig.json index 6a04db5f95..33e37f45f5 100644 --- a/types/private-ip/tsconfig.json +++ b/types/private-ip/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "private-ip-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/procfs-stats/tsconfig.json b/types/procfs-stats/tsconfig.json index b59378a269..92d82b595d 100644 --- a/types/procfs-stats/tsconfig.json +++ b/types/procfs-stats/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "procfs-stats-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/progress/tsconfig.json b/types/progress/tsconfig.json index 6881db26b9..8621f46a57 100644 --- a/types/progress/tsconfig.json +++ b/types/progress/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/progressbar/tsconfig.json b/types/progressbar/tsconfig.json index 5f8279d45a..b541482303 100644 --- a/types/progressbar/tsconfig.json +++ b/types/progressbar/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/progressjs/tsconfig.json b/types/progressjs/tsconfig.json index fe96106632..371d303dae 100644 --- a/types/progressjs/tsconfig.json +++ b/types/progressjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/proj4/tsconfig.json b/types/proj4/tsconfig.json index 3822749b6d..a55659d52c 100644 --- a/types/proj4/tsconfig.json +++ b/types/proj4/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/proj4leaflet/tsconfig.json b/types/proj4leaflet/tsconfig.json index 65238995c8..697b96a93a 100644 --- a/types/proj4leaflet/tsconfig.json +++ b/types/proj4leaflet/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "proj4leaflet-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/project-oxford/tsconfig.json b/types/project-oxford/tsconfig.json index aa0c674947..4dbec7201d 100644 --- a/types/project-oxford/tsconfig.json +++ b/types/project-oxford/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/promise-dag/tsconfig.json b/types/promise-dag/tsconfig.json index 97423097e2..c98c23daeb 100644 --- a/types/promise-dag/tsconfig.json +++ b/types/promise-dag/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "promise-dag-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/promise-pg/tsconfig.json b/types/promise-pg/tsconfig.json index b28fb9baa9..33ce665884 100644 --- a/types/promise-pg/tsconfig.json +++ b/types/promise-pg/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/promise-polyfill/tsconfig.json b/types/promise-polyfill/tsconfig.json index 36a713b024..7fc4ac5f7b 100644 --- a/types/promise-polyfill/tsconfig.json +++ b/types/promise-polyfill/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/promise-pool/tsconfig.json b/types/promise-pool/tsconfig.json index f7be6ce41d..98ab2ed31d 100644 --- a/types/promise-pool/tsconfig.json +++ b/types/promise-pool/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/promise.prototype.finally/tsconfig.json b/types/promise.prototype.finally/tsconfig.json index 1ca27b380f..7562ea9a0e 100644 --- a/types/promise.prototype.finally/tsconfig.json +++ b/types/promise.prototype.finally/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/promised-temp/tsconfig.json b/types/promised-temp/tsconfig.json index e1c7a3aef8..95c3dbb03c 100644 --- a/types/promised-temp/tsconfig.json +++ b/types/promised-temp/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -17,7 +18,7 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "index.d.ts", - "promised-temp-tests.ts" + "index.d.ts", + "promised-temp-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/promisify-node/tsconfig.json b/types/promisify-node/tsconfig.json index b0fa5bb453..a6cb4941e3 100644 --- a/types/promisify-node/tsconfig.json +++ b/types/promisify-node/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/promisify-supertest/tsconfig.json b/types/promisify-supertest/tsconfig.json index 74970bfcd1..5c827afe3d 100644 --- a/types/promisify-supertest/tsconfig.json +++ b/types/promisify-supertest/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/prompt-sync-history/tsconfig.json b/types/prompt-sync-history/tsconfig.json index 6a62e81c42..eee808c57f 100644 --- a/types/prompt-sync-history/tsconfig.json +++ b/types/prompt-sync-history/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/prompt-sync/tsconfig.json b/types/prompt-sync/tsconfig.json index 55449f21aa..4e3cc7be7f 100644 --- a/types/prompt-sync/tsconfig.json +++ b/types/prompt-sync/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/promptly/tsconfig.json b/types/promptly/tsconfig.json index 491028f3a6..1743c8cfae 100644 --- a/types/promptly/tsconfig.json +++ b/types/promptly/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/prop-types/tsconfig.json b/types/prop-types/tsconfig.json index 32e0c3a3f5..fc9e42b6d6 100644 --- a/types/prop-types/tsconfig.json +++ b/types/prop-types/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -15,6 +16,8 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "lib" : [ "es6" ] + "lib": [ + "es6" + ] } -} +} \ No newline at end of file diff --git a/types/properties-reader/tsconfig.json b/types/properties-reader/tsconfig.json index 12dabc301b..18f69d9755 100644 --- a/types/properties-reader/tsconfig.json +++ b/types/properties-reader/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "properties-reader-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/prosemirror-collab/tsconfig.json b/types/prosemirror-collab/tsconfig.json index 1820ac70bd..42b55853a5 100644 --- a/types/prosemirror-collab/tsconfig.json +++ b/types/prosemirror-collab/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "prosemirror-collab-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/prosemirror-commands/tsconfig.json b/types/prosemirror-commands/tsconfig.json index ff55c68fa5..0d89f90c3b 100644 --- a/types/prosemirror-commands/tsconfig.json +++ b/types/prosemirror-commands/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/prosemirror-history/tsconfig.json b/types/prosemirror-history/tsconfig.json index d9410dcf2e..011798770e 100644 --- a/types/prosemirror-history/tsconfig.json +++ b/types/prosemirror-history/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/prosemirror-inputrules/tsconfig.json b/types/prosemirror-inputrules/tsconfig.json index 6c1ea1cab4..bb5e0cc19b 100644 --- a/types/prosemirror-inputrules/tsconfig.json +++ b/types/prosemirror-inputrules/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/prosemirror-keymap/tsconfig.json b/types/prosemirror-keymap/tsconfig.json index b96daa75b6..266a148c55 100644 --- a/types/prosemirror-keymap/tsconfig.json +++ b/types/prosemirror-keymap/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/prosemirror-markdown/tsconfig.json b/types/prosemirror-markdown/tsconfig.json index bd2598f4c7..1fe943489c 100644 --- a/types/prosemirror-markdown/tsconfig.json +++ b/types/prosemirror-markdown/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "prosemirror-markdown-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/prosemirror-menu/tsconfig.json b/types/prosemirror-menu/tsconfig.json index 567612296f..3f43e1e2eb 100644 --- a/types/prosemirror-menu/tsconfig.json +++ b/types/prosemirror-menu/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/prosemirror-model/tsconfig.json b/types/prosemirror-model/tsconfig.json index ecd6628430..6ae1c43b0c 100644 --- a/types/prosemirror-model/tsconfig.json +++ b/types/prosemirror-model/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/prosemirror-schema-basic/tsconfig.json b/types/prosemirror-schema-basic/tsconfig.json index 0c90a14f5c..44a2b36f28 100644 --- a/types/prosemirror-schema-basic/tsconfig.json +++ b/types/prosemirror-schema-basic/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "prosemirror-schema-basic-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/prosemirror-schema-list/tsconfig.json b/types/prosemirror-schema-list/tsconfig.json index a02b0a9255..3bc76fb24f 100644 --- a/types/prosemirror-schema-list/tsconfig.json +++ b/types/prosemirror-schema-list/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "prosemirror-schema-list-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/prosemirror-state/tsconfig.json b/types/prosemirror-state/tsconfig.json index 2c704a320a..31354bc4ba 100644 --- a/types/prosemirror-state/tsconfig.json +++ b/types/prosemirror-state/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/prosemirror-tables/tsconfig.json b/types/prosemirror-tables/tsconfig.json index 822345265f..956d15d5b9 100644 --- a/types/prosemirror-tables/tsconfig.json +++ b/types/prosemirror-tables/tsconfig.json @@ -1,23 +1,24 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "prosemirror-tables-tests.ts" - ] + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "prosemirror-tables-tests.ts" + ] } \ No newline at end of file diff --git a/types/prosemirror-transform/tsconfig.json b/types/prosemirror-transform/tsconfig.json index 2526e2d213..c5799c88a6 100644 --- a/types/prosemirror-transform/tsconfig.json +++ b/types/prosemirror-transform/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/prosemirror-view/tsconfig.json b/types/prosemirror-view/tsconfig.json index 25af93cd0b..80349461cb 100644 --- a/types/prosemirror-view/tsconfig.json +++ b/types/prosemirror-view/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/protobufjs/tsconfig.json b/types/protobufjs/tsconfig.json index 126f90ff82..30ec4a0f3e 100644 --- a/types/protobufjs/tsconfig.json +++ b/types/protobufjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/protractor-browser-logs/tsconfig.json b/types/protractor-browser-logs/tsconfig.json index 76e8d82d3a..f0cfe8c279 100644 --- a/types/protractor-browser-logs/tsconfig.json +++ b/types/protractor-browser-logs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -17,7 +18,7 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "index.d.ts", - "protractor-browser-logs-tests.ts" + "index.d.ts", + "protractor-browser-logs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/protractor-helpers/tsconfig.json b/types/protractor-helpers/tsconfig.json index 635aeabf5f..6a0cde55eb 100644 --- a/types/protractor-helpers/tsconfig.json +++ b/types/protractor-helpers/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/protractor-http-mock/tsconfig.json b/types/protractor-http-mock/tsconfig.json index 3ab3f8967f..be5b803a40 100644 --- a/types/protractor-http-mock/tsconfig.json +++ b/types/protractor-http-mock/tsconfig.json @@ -7,13 +7,16 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "paths": { - "selenium-webdriver": ["selenium-webdriver/v2"] + "selenium-webdriver": [ + "selenium-webdriver/v2" + ] }, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/proxy-addr/tsconfig.json b/types/proxy-addr/tsconfig.json index cfd79e445d..2fa7369df3 100644 --- a/types/proxy-addr/tsconfig.json +++ b/types/proxy-addr/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "proxy-addr-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/proxyquire/tsconfig.json b/types/proxyquire/tsconfig.json index 8a9a8fa96f..91f5321dca 100644 --- a/types/proxyquire/tsconfig.json +++ b/types/proxyquire/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pty.js/tsconfig.json b/types/pty.js/tsconfig.json index 4fc0717cee..bea732e24f 100644 --- a/types/pty.js/tsconfig.json +++ b/types/pty.js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/public-ip/tsconfig.json b/types/public-ip/tsconfig.json index 88c711afc2..272171128a 100644 --- a/types/public-ip/tsconfig.json +++ b/types/public-ip/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "public-ip-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/pubsub-js/tsconfig.json b/types/pubsub-js/tsconfig.json index ffe2578142..bccf35e64b 100644 --- a/types/pubsub-js/tsconfig.json +++ b/types/pubsub-js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pug/tsconfig.json b/types/pug/tsconfig.json index 14a8b2785a..efae8f261c 100644 --- a/types/pug/tsconfig.json +++ b/types/pug/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pulltorefreshjs/tsconfig.json b/types/pulltorefreshjs/tsconfig.json index f285033d9d..000858aefb 100644 --- a/types/pulltorefreshjs/tsconfig.json +++ b/types/pulltorefreshjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pump/tsconfig.json b/types/pump/tsconfig.json index ac0fb7fe1c..64e36bc754 100644 --- a/types/pump/tsconfig.json +++ b/types/pump/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "pump-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/puppeteer/tsconfig.json b/types/puppeteer/tsconfig.json index 287537e136..1231a85489 100644 --- a/types/puppeteer/tsconfig.json +++ b/types/puppeteer/tsconfig.json @@ -1,16 +1,26 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": ["es6", "dom", "es2017"], - "target": "es2017", - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": ["../"], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": ["index.d.ts", "puppeteer-tests.ts"] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom", + "es2017" + ], + "target": "es2017", + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "puppeteer-tests.ts" + ] +} \ No newline at end of file diff --git a/types/pure-render-decorator/tsconfig.json b/types/pure-render-decorator/tsconfig.json index 0e1569aa3a..75214d18ff 100644 --- a/types/pure-render-decorator/tsconfig.json +++ b/types/pure-render-decorator/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "experimentalDecorators": true, "typeRoots": [ diff --git a/types/purl/tsconfig.json b/types/purl/tsconfig.json index 1af6bbdfee..ed87062a7f 100644 --- a/types/purl/tsconfig.json +++ b/types/purl/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pusher-js/tsconfig.json b/types/pusher-js/tsconfig.json index 564061e4e2..8827ec25e0 100644 --- a/types/pusher-js/tsconfig.json +++ b/types/pusher-js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/pvutils/tsconfig.json b/types/pvutils/tsconfig.json index c30dca654c..1715d090ce 100644 --- a/types/pvutils/tsconfig.json +++ b/types/pvutils/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/python-shell/tsconfig.json b/types/python-shell/tsconfig.json index e94fb0c548..6a36da55e1 100644 --- a/types/python-shell/tsconfig.json +++ b/types/python-shell/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/q-io/tsconfig.json b/types/q-io/tsconfig.json index cccbe944b1..a4c26f2b30 100644 --- a/types/q-io/tsconfig.json +++ b/types/q-io/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/q-retry/tsconfig.json b/types/q-retry/tsconfig.json index 19c7cb8412..516bc59abf 100644 --- a/types/q-retry/tsconfig.json +++ b/types/q-retry/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/q/tsconfig.json b/types/q/tsconfig.json index 12c105d622..d78aa85a14 100644 --- a/types/q/tsconfig.json +++ b/types/q/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "q-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/q/v0/tsconfig.json b/types/q/v0/tsconfig.json index c44ffeb935..681e8e1f2e 100644 --- a/types/q/v0/tsconfig.json +++ b/types/q/v0/tsconfig.json @@ -8,12 +8,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/qhistory/tsconfig.json b/types/qhistory/tsconfig.json index e559937ec7..98850cf651 100644 --- a/types/qhistory/tsconfig.json +++ b/types/qhistory/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "qhistory-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/qlik-engineapi/tsconfig.json b/types/qlik-engineapi/tsconfig.json index 96c1d84c5d..2486e3c1a1 100644 --- a/types/qlik-engineapi/tsconfig.json +++ b/types/qlik-engineapi/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/qlik-visualizationextensions/tsconfig.json b/types/qlik-visualizationextensions/tsconfig.json index c71a5c597d..fcda37b74c 100644 --- a/types/qlik-visualizationextensions/tsconfig.json +++ b/types/qlik-visualizationextensions/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/qlik/tsconfig.json b/types/qlik/tsconfig.json index 88e56e6236..9ce852a121 100644 --- a/types/qlik/tsconfig.json +++ b/types/qlik/tsconfig.json @@ -1,23 +1,24 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "qlik-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "qlik-tests.ts" + ] +} \ No newline at end of file diff --git a/types/qr-image/tsconfig.json b/types/qr-image/tsconfig.json index c3cc4a05bf..c7703160db 100644 --- a/types/qr-image/tsconfig.json +++ b/types/qr-image/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "qr-image-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/qrcode-generator/tsconfig.json b/types/qrcode-generator/tsconfig.json index 3edfcfe47f..d38967f679 100644 --- a/types/qrcode-generator/tsconfig.json +++ b/types/qrcode-generator/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/qrcode.react/tsconfig.json b/types/qrcode.react/tsconfig.json index c9938f0730..43b0544543 100644 --- a/types/qrcode.react/tsconfig.json +++ b/types/qrcode.react/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ @@ -21,4 +22,4 @@ "index.d.ts", "qrcode.react-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/qrcode/tsconfig.json b/types/qrcode/tsconfig.json index 792bed6543..9731101a88 100644 --- a/types/qrcode/tsconfig.json +++ b/types/qrcode/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/qs/tsconfig.json b/types/qs/tsconfig.json index 624bdc72f2..afbace4b52 100644 --- a/types/qs/tsconfig.json +++ b/types/qs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "qs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/qtip2/tsconfig.json b/types/qtip2/tsconfig.json index 8ba351f2a4..065a751433 100644 --- a/types/qtip2/tsconfig.json +++ b/types/qtip2/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/query-string/tsconfig.json b/types/query-string/tsconfig.json index 3dd890dac3..83d5a52072 100644 --- a/types/query-string/tsconfig.json +++ b/types/query-string/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/quick-lru/tsconfig.json b/types/quick-lru/tsconfig.json index 0678d18c4c..c75dcdb96b 100644 --- a/types/quick-lru/tsconfig.json +++ b/types/quick-lru/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "quick-lru-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/quill/tsconfig.json b/types/quill/tsconfig.json index c412153e0e..a5297158c9 100644 --- a/types/quill/tsconfig.json +++ b/types/quill/tsconfig.json @@ -8,8 +8,11 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true @@ -18,4 +21,4 @@ "index.d.ts", "quill-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/quixote/tsconfig.json b/types/quixote/tsconfig.json index 625e81a419..54bd1570ba 100644 --- a/types/quixote/tsconfig.json +++ b/types/quixote/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/qunit/tsconfig.json b/types/qunit/tsconfig.json index 00a8e979ad..15ac0ffa44 100644 --- a/types/qunit/tsconfig.json +++ b/types/qunit/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/qunit/v1/tsconfig.json b/types/qunit/v1/tsconfig.json index 9e30aaab22..4ed39548dd 100644 --- a/types/qunit/v1/tsconfig.json +++ b/types/qunit/v1/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/quoted-printable/tsconfig.json b/types/quoted-printable/tsconfig.json index 1b061c1715..7bc181f40b 100644 --- a/types/quoted-printable/tsconfig.json +++ b/types/quoted-printable/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/qwest/tsconfig.json b/types/qwest/tsconfig.json index 7c9ff25668..d8cfd81322 100644 --- a/types/qwest/tsconfig.json +++ b/types/qwest/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/r-script/tsconfig.json b/types/r-script/tsconfig.json index 55f03cb8d9..82beae3043 100644 --- a/types/r-script/tsconfig.json +++ b/types/r-script/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "r-script-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/rabbit.js/tsconfig.json b/types/rabbit.js/tsconfig.json index 35908c2526..93e2112a25 100644 --- a/types/rabbit.js/tsconfig.json +++ b/types/rabbit.js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ractive/tsconfig.json b/types/ractive/tsconfig.json index 0921ffe272..a66823796c 100644 --- a/types/ractive/tsconfig.json +++ b/types/ractive/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/radium/tsconfig.json b/types/radium/tsconfig.json index bac345c1e1..73d842bda6 100644 --- a/types/radium/tsconfig.json +++ b/types/radium/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "experimentalDecorators": true, diff --git a/types/radius/tsconfig.json b/types/radius/tsconfig.json index f26dd6826c..9720137921 100644 --- a/types/radius/tsconfig.json +++ b/types/radius/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ramda/tsconfig.json b/types/ramda/tsconfig.json index 25a2a4ef17..d29b3d9783 100644 --- a/types/ramda/tsconfig.json +++ b/types/ramda/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/random-js/tsconfig.json b/types/random-js/tsconfig.json index 1be01a5af8..7f60c90d1b 100644 --- a/types/random-js/tsconfig.json +++ b/types/random-js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/random-seed/tsconfig.json b/types/random-seed/tsconfig.json index 53a4e8347b..0c0fcd958b 100644 --- a/types/random-seed/tsconfig.json +++ b/types/random-seed/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/random-string/tsconfig.json b/types/random-string/tsconfig.json index c80fa79d8c..444464e11e 100644 --- a/types/random-string/tsconfig.json +++ b/types/random-string/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/randomcolor/tsconfig.json b/types/randomcolor/tsconfig.json index 23f5126d10..b3a176e1fc 100644 --- a/types/randomcolor/tsconfig.json +++ b/types/randomcolor/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/randomstring/tsconfig.json b/types/randomstring/tsconfig.json index 893e1b15b6..7a159e3797 100644 --- a/types/randomstring/tsconfig.json +++ b/types/randomstring/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/range-parser/tsconfig.json b/types/range-parser/tsconfig.json index 9fb0a10c5f..15585886a9 100644 --- a/types/range-parser/tsconfig.json +++ b/types/range-parser/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rangy/tsconfig.json b/types/rangy/tsconfig.json index 37d0419d65..4eb68b3ddc 100644 --- a/types/rangy/tsconfig.json +++ b/types/rangy/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "rangy-classapplier.d.ts", "rangy-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/rangyinputs/tsconfig.json b/types/rangyinputs/tsconfig.json index 70eb1c5b70..8db995320f 100644 --- a/types/rangyinputs/tsconfig.json +++ b/types/rangyinputs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/raphael/tsconfig.json b/types/raphael/tsconfig.json index 739025bf33..2225a4e61a 100644 --- a/types/raphael/tsconfig.json +++ b/types/raphael/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rappid/tsconfig.json b/types/rappid/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/rappid/tsconfig.json +++ b/types/rappid/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ratelimiter/tsconfig.json b/types/ratelimiter/tsconfig.json index 21822d6390..7e4e18ce50 100644 --- a/types/ratelimiter/tsconfig.json +++ b/types/ratelimiter/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/raty/tsconfig.json b/types/raty/tsconfig.json index 271d05fb77..d367e9932e 100644 --- a/types/raty/tsconfig.json +++ b/types/raty/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/raven/tsconfig.json b/types/raven/tsconfig.json index dd41de9142..caa66d1660 100644 --- a/types/raven/tsconfig.json +++ b/types/raven/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "raven-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/raygun4js/tsconfig.json b/types/raygun4js/tsconfig.json index f186c8c0e5..13eb0470bc 100644 --- a/types/raygun4js/tsconfig.json +++ b/types/raygun4js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rbush/tsconfig.json b/types/rbush/tsconfig.json index de0fb4e550..fd02361312 100644 --- a/types/rbush/tsconfig.json +++ b/types/rbush/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rc-select/tsconfig.json b/types/rc-select/tsconfig.json index 19f23db405..9f4f75be56 100644 --- a/types/rc-select/tsconfig.json +++ b/types/rc-select/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rc-slider/tsconfig.json b/types/rc-slider/tsconfig.json index d6a3a4e288..8a4133645c 100644 --- a/types/rc-slider/tsconfig.json +++ b/types/rc-slider/tsconfig.json @@ -1,4 +1,4 @@ - { +{ "compilerOptions": { "module": "commonjs", "lib": [ @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -18,7 +19,7 @@ "jsx": "react" }, "files": [ - "index.d.ts", - "rc-slider-tests.tsx" + "index.d.ts", + "rc-slider-tests.tsx" ] } \ No newline at end of file diff --git a/types/rc-tooltip/tsconfig.json b/types/rc-tooltip/tsconfig.json index ff8f56d6e8..6ac85da4a7 100644 --- a/types/rc-tooltip/tsconfig.json +++ b/types/rc-tooltip/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rc-tree/tsconfig.json b/types/rc-tree/tsconfig.json index 3af3996eaf..f0e6f8f352 100644 --- a/types/rc-tree/tsconfig.json +++ b/types/rc-tree/tsconfig.json @@ -10,6 +10,7 @@ "noUnusedParameters": true, "noUnusedLocals": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ @@ -23,4 +24,4 @@ "index.d.ts", "rc-tree-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/rc/tsconfig.json b/types/rc/tsconfig.json index a3c5bee88f..dbd3d2ed1f 100644 --- a/types/rc/tsconfig.json +++ b/types/rc/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rcloader/tsconfig.json b/types/rcloader/tsconfig.json index f2da61d680..09cf468a7b 100644 --- a/types/rcloader/tsconfig.json +++ b/types/rcloader/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-addons-create-fragment/tsconfig.json b/types/react-addons-create-fragment/tsconfig.json index 1401eeeedb..d34d6a1d77 100644 --- a/types/react-addons-create-fragment/tsconfig.json +++ b/types/react-addons-create-fragment/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-addons-css-transition-group/tsconfig.json b/types/react-addons-css-transition-group/tsconfig.json index 1401eeeedb..d34d6a1d77 100644 --- a/types/react-addons-css-transition-group/tsconfig.json +++ b/types/react-addons-css-transition-group/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-addons-linked-state-mixin/tsconfig.json b/types/react-addons-linked-state-mixin/tsconfig.json index 1401eeeedb..d34d6a1d77 100644 --- a/types/react-addons-linked-state-mixin/tsconfig.json +++ b/types/react-addons-linked-state-mixin/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-addons-perf/tsconfig.json b/types/react-addons-perf/tsconfig.json index 92ebbc6458..b2099f42a4 100644 --- a/types/react-addons-perf/tsconfig.json +++ b/types/react-addons-perf/tsconfig.json @@ -10,6 +10,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-addons-pure-render-mixin/tsconfig.json b/types/react-addons-pure-render-mixin/tsconfig.json index 1401eeeedb..d34d6a1d77 100644 --- a/types/react-addons-pure-render-mixin/tsconfig.json +++ b/types/react-addons-pure-render-mixin/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-addons-shallow-compare/tsconfig.json b/types/react-addons-shallow-compare/tsconfig.json index 86f50b0584..f6f4aec748 100644 --- a/types/react-addons-shallow-compare/tsconfig.json +++ b/types/react-addons-shallow-compare/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-addons-test-utils/tsconfig.json b/types/react-addons-test-utils/tsconfig.json index 1401eeeedb..d34d6a1d77 100644 --- a/types/react-addons-test-utils/tsconfig.json +++ b/types/react-addons-test-utils/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-addons-transition-group/tsconfig.json b/types/react-addons-transition-group/tsconfig.json index 1401eeeedb..d34d6a1d77 100644 --- a/types/react-addons-transition-group/tsconfig.json +++ b/types/react-addons-transition-group/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-addons-update/tsconfig.json b/types/react-addons-update/tsconfig.json index 1401eeeedb..d34d6a1d77 100644 --- a/types/react-addons-update/tsconfig.json +++ b/types/react-addons-update/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-app/tsconfig.json b/types/react-app/tsconfig.json index b1cf94dbd6..f8571fc792 100644 --- a/types/react-app/tsconfig.json +++ b/types/react-app/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ @@ -21,4 +22,4 @@ "index.d.ts", "react-app-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-aria-menubutton/tsconfig.json b/types/react-aria-menubutton/tsconfig.json index 0e2508eac6..2dbf395f45 100644 --- a/types/react-aria-menubutton/tsconfig.json +++ b/types/react-aria-menubutton/tsconfig.json @@ -1,19 +1,25 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": ["es6", "dom"], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": ["../"], - "types": [], - "jsx": "react", - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "react-aria-menubutton-tests.tsx" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "jsx": "react", + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "react-aria-menubutton-tests.tsx" + ] +} \ No newline at end of file diff --git a/types/react-autosuggest/tsconfig.json b/types/react-autosuggest/tsconfig.json index f2cd9370b4..b85bc369dc 100644 --- a/types/react-autosuggest/tsconfig.json +++ b/types/react-autosuggest/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-beautiful-dnd/tsconfig.json b/types/react-beautiful-dnd/tsconfig.json index 1dc2ee7b8a..96c9d53cff 100644 --- a/types/react-beautiful-dnd/tsconfig.json +++ b/types/react-beautiful-dnd/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "react-beautiful-dnd-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-big-calendar/tsconfig.json b/types/react-big-calendar/tsconfig.json index 5869b8490a..1a28fe79ae 100644 --- a/types/react-big-calendar/tsconfig.json +++ b/types/react-big-calendar/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-body-classname/tsconfig.json b/types/react-body-classname/tsconfig.json index ca88f0e9aa..eed9b65a7c 100644 --- a/types/react-body-classname/tsconfig.json +++ b/types/react-body-classname/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-bootstrap-date-picker/tsconfig.json b/types/react-bootstrap-date-picker/tsconfig.json index 7b82f84844..c8beba00b1 100644 --- a/types/react-bootstrap-date-picker/tsconfig.json +++ b/types/react-bootstrap-date-picker/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-bootstrap-daterangepicker/tsconfig.json b/types/react-bootstrap-daterangepicker/tsconfig.json index 8856de035a..bc9c951ccf 100644 --- a/types/react-bootstrap-daterangepicker/tsconfig.json +++ b/types/react-bootstrap-daterangepicker/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-bootstrap-table/tsconfig.json b/types/react-bootstrap-table/tsconfig.json index e088067e04..5947d4a26d 100644 --- a/types/react-bootstrap-table/tsconfig.json +++ b/types/react-bootstrap-table/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-bootstrap/tsconfig.json b/types/react-bootstrap/tsconfig.json index eb50273e85..6368cc93de 100644 --- a/types/react-bootstrap/tsconfig.json +++ b/types/react-bootstrap/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ @@ -28,4 +29,4 @@ "lib/utils/splitComponentProps.d.ts", "lib/utils/StyleConfig.d.ts" ] -} +} \ No newline at end of file diff --git a/types/react-breadcrumbs/tsconfig.json b/types/react-breadcrumbs/tsconfig.json index d1a0ccc542..15b3328f6b 100644 --- a/types/react-breadcrumbs/tsconfig.json +++ b/types/react-breadcrumbs/tsconfig.json @@ -8,10 +8,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "paths": { - "history": ["history/v2"], - "react-router": ["react-router/v2"] + "history": [ + "history/v2" + ], + "react-router": [ + "react-router/v2" + ] }, "typeRoots": [ "../" @@ -25,4 +30,4 @@ "index.d.ts", "react-breadcrumbs-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-burger-menu/tsconfig.json b/types/react-burger-menu/tsconfig.json index 19dc806fbe..e8f6d518a5 100644 --- a/types/react-burger-menu/tsconfig.json +++ b/types/react-burger-menu/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "react-burger-menu-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-bytesize-icons/tsconfig.json b/types/react-bytesize-icons/tsconfig.json index 74943485e6..fdabe49e81 100644 --- a/types/react-bytesize-icons/tsconfig.json +++ b/types/react-bytesize-icons/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-calendar-timeline/tsconfig.json b/types/react-calendar-timeline/tsconfig.json index 4345a77faf..0338517fd1 100644 --- a/types/react-calendar-timeline/tsconfig.json +++ b/types/react-calendar-timeline/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-chartjs-2/tsconfig.json b/types/react-chartjs-2/tsconfig.json index 6320b29ac8..ef5b3e00c9 100644 --- a/types/react-chartjs-2/tsconfig.json +++ b/types/react-chartjs-2/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,16 +21,16 @@ "files": [ "index.d.ts", "test/index.tsx", - "test/bar.tsx", - "test/bubble.tsx", - "test/doughnut.tsx", - "test/dynamic-doughnut.tsx", - "test/horizontalBar.tsx", - "test/line.tsx", - "test/mix.tsx", - "test/pie.tsx", - "test/polar.tsx", - "test/radar.tsx", - "test/randomizedLine.tsx" + "test/bar.tsx", + "test/bubble.tsx", + "test/doughnut.tsx", + "test/dynamic-doughnut.tsx", + "test/horizontalBar.tsx", + "test/line.tsx", + "test/mix.tsx", + "test/pie.tsx", + "test/polar.tsx", + "test/radar.tsx", + "test/randomizedLine.tsx" ] } \ No newline at end of file diff --git a/types/react-codemirror/tsconfig.json b/types/react-codemirror/tsconfig.json index 53e0a59d05..af24eb1e1f 100644 --- a/types/react-codemirror/tsconfig.json +++ b/types/react-codemirror/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-color/tsconfig.json b/types/react-color/tsconfig.json index 26e01d85c6..f52a34c374 100644 --- a/types/react-color/tsconfig.json +++ b/types/react-color/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -43,4 +44,4 @@ "lib/components/twitter/Twitter.d.ts", "react-color-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-copy-to-clipboard/tsconfig.json b/types/react-copy-to-clipboard/tsconfig.json index a4e09d1242..99987e8aff 100644 --- a/types/react-copy-to-clipboard/tsconfig.json +++ b/types/react-copy-to-clipboard/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ @@ -21,4 +22,4 @@ "index.d.ts", "react-copy-to-clipboard-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-cropper/tsconfig.json b/types/react-cropper/tsconfig.json index a4e8d361dd..aab8a09ee5 100644 --- a/types/react-cropper/tsconfig.json +++ b/types/react-cropper/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-css-modules/tsconfig.json b/types/react-css-modules/tsconfig.json index adbf9bd876..0975a113c1 100644 --- a/types/react-css-modules/tsconfig.json +++ b/types/react-css-modules/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-css-transition-replace/tsconfig.json b/types/react-css-transition-replace/tsconfig.json index 6899c7e04f..7aff1dd2cc 100644 --- a/types/react-css-transition-replace/tsconfig.json +++ b/types/react-css-transition-replace/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-custom-scrollbars/tsconfig.json b/types/react-custom-scrollbars/tsconfig.json index 0b25f24bde..a03a9609b1 100644 --- a/types/react-custom-scrollbars/tsconfig.json +++ b/types/react-custom-scrollbars/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-custom-scrollbars/v3/tsconfig.json b/types/react-custom-scrollbars/v3/tsconfig.json index 81204a9799..47d2b5bc45 100644 --- a/types/react-custom-scrollbars/v3/tsconfig.json +++ b/types/react-custom-scrollbars/v3/tsconfig.json @@ -8,13 +8,18 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "react-custom-scrollbars": ["react-custom-scrollbars/v3"], - "react-custom-scrollbars/*": ["react-custom-scrollbars/v3/*"] + "react-custom-scrollbars": [ + "react-custom-scrollbars/v3" + ], + "react-custom-scrollbars/*": [ + "react-custom-scrollbars/v3/*" + ] }, "types": [], "noEmit": true, @@ -25,4 +30,4 @@ "index.d.ts", "react-custom-scrollbars-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-data-grid/tsconfig.json b/types/react-data-grid/tsconfig.json index 681ae11040..a113c4a69e 100644 --- a/types/react-data-grid/tsconfig.json +++ b/types/react-data-grid/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-data-grid/v1/tsconfig.json b/types/react-data-grid/v1/tsconfig.json index 96020e8aac..c2602fd049 100644 --- a/types/react-data-grid/v1/tsconfig.json +++ b/types/react-data-grid/v1/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "jsx": "react", "typeRoots": [ @@ -17,11 +18,13 @@ "noEmit": true, "forceConsistentCasingInFileNames": true, "paths": { - "react-data-grid": [ "react-data-grid/v1" ] + "react-data-grid": [ + "react-data-grid/v1" + ] } }, "files": [ "index.d.ts", "react-data-grid-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-datagrid/tsconfig.json b/types/react-datagrid/tsconfig.json index 187f70b933..111a9dd7ea 100644 --- a/types/react-datagrid/tsconfig.json +++ b/types/react-datagrid/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-datepicker/tsconfig.json b/types/react-datepicker/tsconfig.json index f27b7a14b6..39a236a343 100644 --- a/types/react-datepicker/tsconfig.json +++ b/types/react-datepicker/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-daterange-picker/tsconfig.json b/types/react-daterange-picker/tsconfig.json index c2c726ab72..72fcee1873 100644 --- a/types/react-daterange-picker/tsconfig.json +++ b/types/react-daterange-picker/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-dates/tsconfig.json b/types/react-dates/tsconfig.json index 7d246baede..82a46d3cd2 100644 --- a/types/react-dates/tsconfig.json +++ b/types/react-dates/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ @@ -21,4 +22,4 @@ "index.d.ts", "react-dates-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-daum-postcode/tsconfig.json b/types/react-daum-postcode/tsconfig.json index 190eebaf9d..134796ae08 100644 --- a/types/react-daum-postcode/tsconfig.json +++ b/types/react-daum-postcode/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "experimentalDecorators": true, diff --git a/types/react-dnd-html5-backend/tsconfig.json b/types/react-dnd-html5-backend/tsconfig.json index 22d513103d..dca11ac9e1 100644 --- a/types/react-dnd-html5-backend/tsconfig.json +++ b/types/react-dnd-html5-backend/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-dnd/tsconfig.json b/types/react-dnd/tsconfig.json index 43dc8dc5f1..0f441c38f4 100644 --- a/types/react-dnd/tsconfig.json +++ b/types/react-dnd/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ @@ -21,4 +22,4 @@ "index.d.ts", "react-dnd-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-document-title/tsconfig.json b/types/react-document-title/tsconfig.json index 5ebdc1943d..5d63d21fb6 100644 --- a/types/react-document-title/tsconfig.json +++ b/types/react-document-title/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-dom/tsconfig.json b/types/react-dom/tsconfig.json index 8c270fabed..010744a826 100644 --- a/types/react-dom/tsconfig.json +++ b/types/react-dom/tsconfig.json @@ -15,6 +15,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -23,4 +24,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/react-dom/v15/tsconfig.json b/types/react-dom/v15/tsconfig.json index 6cba48934f..8f07ba2276 100644 --- a/types/react-dom/v15/tsconfig.json +++ b/types/react-dom/v15/tsconfig.json @@ -23,6 +23,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" @@ -31,4 +32,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/react-dropzone/tsconfig.json b/types/react-dropzone/tsconfig.json index 4174dabe65..0dbb3fedc8 100644 --- a/types/react-dropzone/tsconfig.json +++ b/types/react-dropzone/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-dropzone/v2/tsconfig.json b/types/react-dropzone/v2/tsconfig.json index 8693dae088..3ea5a034b1 100644 --- a/types/react-dropzone/v2/tsconfig.json +++ b/types/react-dropzone/v2/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "jsx": "react", "baseUrl": "../../", "typeRoots": [ @@ -26,4 +27,4 @@ "index.d.ts", "react-dropzone-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-dropzone/v3/tsconfig.json b/types/react-dropzone/v3/tsconfig.json index 3032b7ca7d..46c4c4cbff 100644 --- a/types/react-dropzone/v3/tsconfig.json +++ b/types/react-dropzone/v3/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "jsx": "react", "baseUrl": "../../", "typeRoots": [ diff --git a/types/react-easy-chart/tsconfig.json b/types/react-easy-chart/tsconfig.json index 119be62ce4..06dd62395e 100644 --- a/types/react-easy-chart/tsconfig.json +++ b/types/react-easy-chart/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-event-listener/tsconfig.json b/types/react-event-listener/tsconfig.json index 71c0231e39..79cad9b350 100644 --- a/types/react-event-listener/tsconfig.json +++ b/types/react-event-listener/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-fa/tsconfig.json b/types/react-fa/tsconfig.json index 188401b1cd..ee7e57f029 100644 --- a/types/react-fa/tsconfig.json +++ b/types/react-fa/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-facebook-login/tsconfig.json b/types/react-facebook-login/tsconfig.json index e91aeefdd3..4d76e11a0f 100644 --- a/types/react-facebook-login/tsconfig.json +++ b/types/react-facebook-login/tsconfig.json @@ -10,6 +10,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -22,4 +23,4 @@ "index.d.ts", "react-facebook-login-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-faux-dom/tsconfig.json b/types/react-faux-dom/tsconfig.json index a7354d8795..198db32576 100644 --- a/types/react-faux-dom/tsconfig.json +++ b/types/react-faux-dom/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-file-input/tsconfig.json b/types/react-file-input/tsconfig.json index 3db5799d64..8455a75373 100644 --- a/types/react-file-input/tsconfig.json +++ b/types/react-file-input/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-file-reader-input/tsconfig.json b/types/react-file-reader-input/tsconfig.json index fa55727f01..020a2e0930 100644 --- a/types/react-file-reader-input/tsconfig.json +++ b/types/react-file-reader-input/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-flatpickr/tsconfig.json b/types/react-flatpickr/tsconfig.json index ea43a6c994..dbde62f5d3 100644 --- a/types/react-flatpickr/tsconfig.json +++ b/types/react-flatpickr/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "react-flatpickr-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-flex/tsconfig.json b/types/react-flex/tsconfig.json index a50abecbb6..2020f9dda4 100644 --- a/types/react-flex/tsconfig.json +++ b/types/react-flex/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-flexr/tsconfig.json b/types/react-flexr/tsconfig.json index 976c506be7..56580115a2 100644 --- a/types/react-flexr/tsconfig.json +++ b/types/react-flexr/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-flip-move/tsconfig.json b/types/react-flip-move/tsconfig.json index 62cb92a878..9472de4695 100644 --- a/types/react-flip-move/tsconfig.json +++ b/types/react-flip-move/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-fontawesome/tsconfig.json b/types/react-fontawesome/tsconfig.json index a305b56a99..c94422a8b8 100644 --- a/types/react-fontawesome/tsconfig.json +++ b/types/react-fontawesome/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-form/tsconfig.json b/types/react-form/tsconfig.json index 13b8c8f5a5..d6c6d41dca 100644 --- a/types/react-form/tsconfig.json +++ b/types/react-form/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ @@ -21,4 +22,4 @@ "index.d.ts", "react-form-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-foundation/tsconfig.json b/types/react-foundation/tsconfig.json index 9daeccfa5b..565dbdcece 100644 --- a/types/react-foundation/tsconfig.json +++ b/types/react-foundation/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ @@ -23,4 +24,4 @@ "utils.d.ts", "test/react-foundation-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-ga/tsconfig.json b/types/react-ga/tsconfig.json index 0e8c21872c..e3bfb3b9b0 100644 --- a/types/react-ga/tsconfig.json +++ b/types/react-ga/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "react-ga-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/react-geosuggest/tsconfig.json b/types/react-geosuggest/tsconfig.json index 3828f89f27..304546787b 100644 --- a/types/react-geosuggest/tsconfig.json +++ b/types/react-geosuggest/tsconfig.json @@ -2,12 +2,14 @@ "compilerOptions": { "module": "commonjs", "lib": [ - "es6", "dom" + "es6", + "dom" ], "jsx": "react", "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +22,4 @@ "index.d.ts", "react-geosuggest-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-gravatar/tsconfig.json b/types/react-gravatar/tsconfig.json index 83a0731b1c..cd0f8f5f34 100644 --- a/types/react-gravatar/tsconfig.json +++ b/types/react-gravatar/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-grid-layout/tsconfig.json b/types/react-grid-layout/tsconfig.json index 89ece1c775..c6f201354f 100644 --- a/types/react-grid-layout/tsconfig.json +++ b/types/react-grid-layout/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-hamburger-menu/tsconfig.json b/types/react-hamburger-menu/tsconfig.json index ec25dd6737..54703bb696 100644 --- a/types/react-hamburger-menu/tsconfig.json +++ b/types/react-hamburger-menu/tsconfig.json @@ -1,24 +1,25 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "jsx": "react", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "react-hamburger-menu-tests.tsx" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "jsx": "react", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "react-hamburger-menu-tests.tsx" + ] +} \ No newline at end of file diff --git a/types/react-helmet/tsconfig.json b/types/react-helmet/tsconfig.json index cbf28cef27..e0c7684aae 100644 --- a/types/react-helmet/tsconfig.json +++ b/types/react-helmet/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-helmet/v4/tsconfig.json b/types/react-helmet/v4/tsconfig.json index 5813078cfb..6f93ba793e 100644 --- a/types/react-helmet/v4/tsconfig.json +++ b/types/react-helmet/v4/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "jsx": "react", "typeRoots": [ diff --git a/types/react-highlight-words/tsconfig.json b/types/react-highlight-words/tsconfig.json index fcd85363d6..1617289fa7 100644 --- a/types/react-highlight-words/tsconfig.json +++ b/types/react-highlight-words/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-highlighter/tsconfig.json b/types/react-highlighter/tsconfig.json index d0ecf277f0..45e30a642e 100644 --- a/types/react-highlighter/tsconfig.json +++ b/types/react-highlighter/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-holder/tsconfig.json b/types/react-holder/tsconfig.json index 2e70780102..e8ee50c417 100644 --- a/types/react-holder/tsconfig.json +++ b/types/react-holder/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-hot-loader/tsconfig.json b/types/react-hot-loader/tsconfig.json index f75cc89014..5e898cb303 100644 --- a/types/react-hot-loader/tsconfig.json +++ b/types/react-hot-loader/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-i18next/tsconfig.json b/types/react-i18next/tsconfig.json index 9228cf2075..cbb9a8b45f 100644 --- a/types/react-i18next/tsconfig.json +++ b/types/react-i18next/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -27,4 +28,4 @@ "src/trans.d.ts", "src/translate.d.ts" ] -} +} \ No newline at end of file diff --git a/types/react-i18next/v1/tsconfig.json b/types/react-i18next/v1/tsconfig.json index d58a88810b..b16cb92b25 100644 --- a/types/react-i18next/v1/tsconfig.json +++ b/types/react-i18next/v1/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" @@ -30,4 +31,4 @@ "index.d.ts", "react-i18next-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-icon-base/tsconfig.json b/types/react-icon-base/tsconfig.json index bb4889e2e9..4e98b45572 100644 --- a/types/react-icon-base/tsconfig.json +++ b/types/react-icon-base/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "react-icon-base-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-icons/tsconfig.json b/types/react-icons/tsconfig.json index b3af87fd55..30695260df 100644 --- a/types/react-icons/tsconfig.json +++ b/types/react-icons/tsconfig.json @@ -1,5 +1,5 @@ { - "compilerOptions": { + "compilerOptions": { "module": "commonjs", "lib": [ "es6", @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -16,5665 +17,5665 @@ "noEmit": true, "forceConsistentCasingInFileNames": true, "jsx": "preserve" - }, - "files": [ - "index.d.ts", - "react-icons-tests.tsx", - "fa/index.d.ts", - "go/index.d.ts", - "io/index.d.ts", - "md/index.d.ts", - "ti/index.d.ts", - "fa/500px.d.ts", - "fa/adjust.d.ts", - "fa/adn.d.ts", - "fa/align-center.d.ts", - "fa/align-justify.d.ts", - "fa/align-left.d.ts", - "fa/align-right.d.ts", - "fa/amazon.d.ts", - "fa/ambulance.d.ts", - "fa/american-sign-language-interpreting.d.ts", - "fa/anchor.d.ts", - "fa/android.d.ts", - "fa/angellist.d.ts", - "fa/angle-double-down.d.ts", - "fa/angle-double-left.d.ts", - "fa/angle-double-right.d.ts", - "fa/angle-double-up.d.ts", - "fa/angle-down.d.ts", - "fa/angle-left.d.ts", - "fa/angle-right.d.ts", - "fa/angle-up.d.ts", - "fa/apple.d.ts", - "fa/archive.d.ts", - "fa/area-chart.d.ts", - "fa/arrow-circle-down.d.ts", - "fa/arrow-circle-left.d.ts", - "fa/arrow-circle-o-down.d.ts", - "fa/arrow-circle-o-left.d.ts", - "fa/arrow-circle-o-right.d.ts", - "fa/arrow-circle-o-up.d.ts", - "fa/arrow-circle-right.d.ts", - "fa/arrow-circle-up.d.ts", - "fa/arrow-down.d.ts", - "fa/arrow-left.d.ts", - "fa/arrow-right.d.ts", - "fa/arrow-up.d.ts", - "fa/arrows-alt.d.ts", - "fa/arrows-h.d.ts", - "fa/arrows-v.d.ts", - "fa/arrows.d.ts", - "fa/assistive-listening-systems.d.ts", - "fa/asterisk.d.ts", - "fa/at.d.ts", - "fa/audio-description.d.ts", - "fa/automobile.d.ts", - "fa/backward.d.ts", - "fa/balance-scale.d.ts", - "fa/ban.d.ts", - "fa/bank.d.ts", - "fa/bar-chart.d.ts", - "fa/barcode.d.ts", - "fa/bars.d.ts", - "fa/battery-0.d.ts", - "fa/battery-1.d.ts", - "fa/battery-2.d.ts", - "fa/battery-3.d.ts", - "fa/battery-4.d.ts", - "fa/bed.d.ts", - "fa/beer.d.ts", - "fa/behance-square.d.ts", - "fa/behance.d.ts", - "fa/bell-o.d.ts", - "fa/bell-slash-o.d.ts", - "fa/bell-slash.d.ts", - "fa/bell.d.ts", - "fa/bicycle.d.ts", - "fa/binoculars.d.ts", - "fa/birthday-cake.d.ts", - "fa/bitbucket-square.d.ts", - "fa/bitbucket.d.ts", - "fa/bitcoin.d.ts", - "fa/black-tie.d.ts", - "fa/blind.d.ts", - "fa/bluetooth-b.d.ts", - "fa/bluetooth.d.ts", - "fa/bold.d.ts", - "fa/bolt.d.ts", - "fa/bomb.d.ts", - "fa/book.d.ts", - "fa/bookmark-o.d.ts", - "fa/bookmark.d.ts", - "fa/braille.d.ts", - "fa/briefcase.d.ts", - "fa/bug.d.ts", - "fa/building-o.d.ts", - "fa/building.d.ts", - "fa/bullhorn.d.ts", - "fa/bullseye.d.ts", - "fa/bus.d.ts", - "fa/buysellads.d.ts", - "fa/cab.d.ts", - "fa/calculator.d.ts", - "fa/calendar-check-o.d.ts", - "fa/calendar-minus-o.d.ts", - "fa/calendar-o.d.ts", - "fa/calendar-plus-o.d.ts", - "fa/calendar-times-o.d.ts", - "fa/calendar.d.ts", - "fa/camera-retro.d.ts", - "fa/camera.d.ts", - "fa/caret-down.d.ts", - "fa/caret-left.d.ts", - "fa/caret-right.d.ts", - "fa/caret-square-o-down.d.ts", - "fa/caret-square-o-left.d.ts", - "fa/caret-square-o-right.d.ts", - "fa/caret-square-o-up.d.ts", - "fa/caret-up.d.ts", - "fa/cart-arrow-down.d.ts", - "fa/cart-plus.d.ts", - "fa/cc-amex.d.ts", - "fa/cc-diners-club.d.ts", - "fa/cc-discover.d.ts", - "fa/cc-jcb.d.ts", - "fa/cc-mastercard.d.ts", - "fa/cc-paypal.d.ts", - "fa/cc-stripe.d.ts", - "fa/cc-visa.d.ts", - "fa/cc.d.ts", - "fa/certificate.d.ts", - "fa/chain-broken.d.ts", - "fa/chain.d.ts", - "fa/check-circle-o.d.ts", - "fa/check-circle.d.ts", - "fa/check-square-o.d.ts", - "fa/check-square.d.ts", - "fa/check.d.ts", - "fa/chevron-circle-down.d.ts", - "fa/chevron-circle-left.d.ts", - "fa/chevron-circle-right.d.ts", - "fa/chevron-circle-up.d.ts", - "fa/chevron-down.d.ts", - "fa/chevron-left.d.ts", - "fa/chevron-right.d.ts", - "fa/chevron-up.d.ts", - "fa/child.d.ts", - "fa/chrome.d.ts", - "fa/circle-o-notch.d.ts", - "fa/circle-o.d.ts", - "fa/circle-thin.d.ts", - "fa/circle.d.ts", - "fa/clipboard.d.ts", - "fa/clock-o.d.ts", - "fa/clone.d.ts", - "fa/close.d.ts", - "fa/cloud-download.d.ts", - "fa/cloud-upload.d.ts", - "fa/cloud.d.ts", - "fa/cny.d.ts", - "fa/code-fork.d.ts", - "fa/code.d.ts", - "fa/codepen.d.ts", - "fa/codiepie.d.ts", - "fa/coffee.d.ts", - "fa/cog.d.ts", - "fa/cogs.d.ts", - "fa/columns.d.ts", - "fa/comment-o.d.ts", - "fa/comment.d.ts", - "fa/commenting-o.d.ts", - "fa/commenting.d.ts", - "fa/comments-o.d.ts", - "fa/comments.d.ts", - "fa/compass.d.ts", - "fa/compress.d.ts", - "fa/connectdevelop.d.ts", - "fa/contao.d.ts", - "fa/copy.d.ts", - "fa/copyright.d.ts", - "fa/creative-commons.d.ts", - "fa/credit-card-alt.d.ts", - "fa/credit-card.d.ts", - "fa/crop.d.ts", - "fa/crosshairs.d.ts", - "fa/css3.d.ts", - "fa/cube.d.ts", - "fa/cubes.d.ts", - "fa/cut.d.ts", - "fa/cutlery.d.ts", - "fa/dashboard.d.ts", - "fa/dashcube.d.ts", - "fa/database.d.ts", - "fa/deaf.d.ts", - "fa/dedent.d.ts", - "fa/delicious.d.ts", - "fa/desktop.d.ts", - "fa/deviantart.d.ts", - "fa/diamond.d.ts", - "fa/digg.d.ts", - "fa/dollar.d.ts", - "fa/dot-circle-o.d.ts", - "fa/download.d.ts", - "fa/dribbble.d.ts", - "fa/dropbox.d.ts", - "fa/drupal.d.ts", - "fa/edge.d.ts", - "fa/edit.d.ts", - "fa/eject.d.ts", - "fa/ellipsis-h.d.ts", - "fa/ellipsis-v.d.ts", - "fa/empire.d.ts", - "fa/envelope-o.d.ts", - "fa/envelope-square.d.ts", - "fa/envelope.d.ts", - "fa/envira.d.ts", - "fa/eraser.d.ts", - "fa/eur.d.ts", - "fa/exchange.d.ts", - "fa/exclamation-circle.d.ts", - "fa/exclamation-triangle.d.ts", - "fa/exclamation.d.ts", - "fa/expand.d.ts", - "fa/expeditedssl.d.ts", - "fa/external-link-square.d.ts", - "fa/external-link.d.ts", - "fa/eye-slash.d.ts", - "fa/eye.d.ts", - "fa/eyedropper.d.ts", - "fa/facebook-official.d.ts", - "fa/facebook-square.d.ts", - "fa/facebook.d.ts", - "fa/fast-backward.d.ts", - "fa/fast-forward.d.ts", - "fa/fax.d.ts", - "fa/feed.d.ts", - "fa/female.d.ts", - "fa/fighter-jet.d.ts", - "fa/file-archive-o.d.ts", - "fa/file-audio-o.d.ts", - "fa/file-code-o.d.ts", - "fa/file-excel-o.d.ts", - "fa/file-image-o.d.ts", - "fa/file-movie-o.d.ts", - "fa/file-o.d.ts", - "fa/file-pdf-o.d.ts", - "fa/file-powerpoint-o.d.ts", - "fa/file-text-o.d.ts", - "fa/file-text.d.ts", - "fa/file-word-o.d.ts", - "fa/file.d.ts", - "fa/film.d.ts", - "fa/filter.d.ts", - "fa/fire-extinguisher.d.ts", - "fa/fire.d.ts", - "fa/firefox.d.ts", - "fa/flag-checkered.d.ts", - "fa/flag-o.d.ts", - "fa/flag.d.ts", - "fa/flask.d.ts", - "fa/flickr.d.ts", - "fa/floppy-o.d.ts", - "fa/folder-o.d.ts", - "fa/folder-open-o.d.ts", - "fa/folder-open.d.ts", - "fa/folder.d.ts", - "fa/font.d.ts", - "fa/fonticons.d.ts", - "fa/fort-awesome.d.ts", - "fa/forumbee.d.ts", - "fa/forward.d.ts", - "fa/foursquare.d.ts", - "fa/frown-o.d.ts", - "fa/futbol-o.d.ts", - "fa/gamepad.d.ts", - "fa/gavel.d.ts", - "fa/gbp.d.ts", - "fa/genderless.d.ts", - "fa/get-pocket.d.ts", - "fa/gg-circle.d.ts", - "fa/gg.d.ts", - "fa/gift.d.ts", - "fa/git-square.d.ts", - "fa/git.d.ts", - "fa/github-alt.d.ts", - "fa/github-square.d.ts", - "fa/github.d.ts", - "fa/gitlab.d.ts", - "fa/gittip.d.ts", - "fa/glass.d.ts", - "fa/glide-g.d.ts", - "fa/glide.d.ts", - "fa/globe.d.ts", - "fa/google-plus-square.d.ts", - "fa/google-plus.d.ts", - "fa/google-wallet.d.ts", - "fa/google.d.ts", - "fa/graduation-cap.d.ts", - "fa/group.d.ts", - "fa/h-square.d.ts", - "fa/hacker-news.d.ts", - "fa/hand-grab-o.d.ts", - "fa/hand-lizard-o.d.ts", - "fa/hand-o-down.d.ts", - "fa/hand-o-left.d.ts", - "fa/hand-o-right.d.ts", - "fa/hand-o-up.d.ts", - "fa/hand-paper-o.d.ts", - "fa/hand-peace-o.d.ts", - "fa/hand-pointer-o.d.ts", - "fa/hand-scissors-o.d.ts", - "fa/hand-spock-o.d.ts", - "fa/hashtag.d.ts", - "fa/hdd-o.d.ts", - "fa/header.d.ts", - "fa/headphones.d.ts", - "fa/heart-o.d.ts", - "fa/heart.d.ts", - "fa/heartbeat.d.ts", - "fa/history.d.ts", - "fa/home.d.ts", - "fa/hospital-o.d.ts", - "fa/hourglass-1.d.ts", - "fa/hourglass-2.d.ts", - "fa/hourglass-3.d.ts", - "fa/hourglass-o.d.ts", - "fa/hourglass.d.ts", - "fa/houzz.d.ts", - "fa/html5.d.ts", - "fa/i-cursor.d.ts", - "fa/ils.d.ts", - "fa/image.d.ts", - "fa/inbox.d.ts", - "fa/indent.d.ts", - "fa/industry.d.ts", - "fa/info-circle.d.ts", - "fa/info.d.ts", - "fa/inr.d.ts", - "fa/instagram.d.ts", - "fa/internet-explorer.d.ts", - "fa/intersex.d.ts", - "fa/ioxhost.d.ts", - "fa/italic.d.ts", - "fa/joomla.d.ts", - "fa/jsfiddle.d.ts", - "fa/key.d.ts", - "fa/keyboard-o.d.ts", - "fa/krw.d.ts", - "fa/language.d.ts", - "fa/laptop.d.ts", - "fa/lastfm-square.d.ts", - "fa/lastfm.d.ts", - "fa/leaf.d.ts", - "fa/leanpub.d.ts", - "fa/lemon-o.d.ts", - "fa/level-down.d.ts", - "fa/level-up.d.ts", - "fa/life-bouy.d.ts", - "fa/lightbulb-o.d.ts", - "fa/line-chart.d.ts", - "fa/linkedin-square.d.ts", - "fa/linkedin.d.ts", - "fa/linux.d.ts", - "fa/list-alt.d.ts", - "fa/list-ol.d.ts", - "fa/list-ul.d.ts", - "fa/list.d.ts", - "fa/location-arrow.d.ts", - "fa/lock.d.ts", - "fa/long-arrow-down.d.ts", - "fa/long-arrow-left.d.ts", - "fa/long-arrow-right.d.ts", - "fa/long-arrow-up.d.ts", - "fa/low-vision.d.ts", - "fa/magic.d.ts", - "fa/magnet.d.ts", - "fa/mail-forward.d.ts", - "fa/mail-reply-all.d.ts", - "fa/mail-reply.d.ts", - "fa/male.d.ts", - "fa/map-marker.d.ts", - "fa/map-o.d.ts", - "fa/map-pin.d.ts", - "fa/map-signs.d.ts", - "fa/map.d.ts", - "fa/mars-double.d.ts", - "fa/mars-stroke-h.d.ts", - "fa/mars-stroke-v.d.ts", - "fa/mars-stroke.d.ts", - "fa/mars.d.ts", - "fa/maxcdn.d.ts", - "fa/meanpath.d.ts", - "fa/medium.d.ts", - "fa/medkit.d.ts", - "fa/meh-o.d.ts", - "fa/mercury.d.ts", - "fa/microphone-slash.d.ts", - "fa/microphone.d.ts", - "fa/minus-circle.d.ts", - "fa/minus-square-o.d.ts", - "fa/minus-square.d.ts", - "fa/minus.d.ts", - "fa/mixcloud.d.ts", - "fa/mobile.d.ts", - "fa/modx.d.ts", - "fa/money.d.ts", - "fa/moon-o.d.ts", - "fa/motorcycle.d.ts", - "fa/mouse-pointer.d.ts", - "fa/music.d.ts", - "fa/neuter.d.ts", - "fa/newspaper-o.d.ts", - "fa/object-group.d.ts", - "fa/object-ungroup.d.ts", - "fa/odnoklassniki-square.d.ts", - "fa/odnoklassniki.d.ts", - "fa/opencart.d.ts", - "fa/openid.d.ts", - "fa/opera.d.ts", - "fa/optin-monster.d.ts", - "fa/pagelines.d.ts", - "fa/paint-brush.d.ts", - "fa/paper-plane-o.d.ts", - "fa/paper-plane.d.ts", - "fa/paperclip.d.ts", - "fa/paragraph.d.ts", - "fa/pause-circle-o.d.ts", - "fa/pause-circle.d.ts", - "fa/pause.d.ts", - "fa/paw.d.ts", - "fa/paypal.d.ts", - "fa/pencil-square.d.ts", - "fa/pencil.d.ts", - "fa/percent.d.ts", - "fa/phone-square.d.ts", - "fa/phone.d.ts", - "fa/pie-chart.d.ts", - "fa/pied-piper-alt.d.ts", - "fa/pied-piper.d.ts", - "fa/pinterest-p.d.ts", - "fa/pinterest-square.d.ts", - "fa/pinterest.d.ts", - "fa/plane.d.ts", - "fa/play-circle-o.d.ts", - "fa/play-circle.d.ts", - "fa/play.d.ts", - "fa/plug.d.ts", - "fa/plus-circle.d.ts", - "fa/plus-square-o.d.ts", - "fa/plus-square.d.ts", - "fa/plus.d.ts", - "fa/power-off.d.ts", - "fa/print.d.ts", - "fa/product-hunt.d.ts", - "fa/puzzle-piece.d.ts", - "fa/qq.d.ts", - "fa/qrcode.d.ts", - "fa/question-circle-o.d.ts", - "fa/question-circle.d.ts", - "fa/question.d.ts", - "fa/quote-left.d.ts", - "fa/quote-right.d.ts", - "fa/ra.d.ts", - "fa/random.d.ts", - "fa/recycle.d.ts", - "fa/reddit-alien.d.ts", - "fa/reddit-square.d.ts", - "fa/reddit.d.ts", - "fa/refresh.d.ts", - "fa/registered.d.ts", - "fa/renren.d.ts", - "fa/repeat.d.ts", - "fa/retweet.d.ts", - "fa/road.d.ts", - "fa/rocket.d.ts", - "fa/rotate-left.d.ts", - "fa/rouble.d.ts", - "fa/rss-square.d.ts", - "fa/safari.d.ts", - "fa/scribd.d.ts", - "fa/search-minus.d.ts", - "fa/search-plus.d.ts", - "fa/search.d.ts", - "fa/sellsy.d.ts", - "fa/server.d.ts", - "fa/share-alt-square.d.ts", - "fa/share-alt.d.ts", - "fa/share-square-o.d.ts", - "fa/share-square.d.ts", - "fa/shield.d.ts", - "fa/ship.d.ts", - "fa/shirtsinbulk.d.ts", - "fa/shopping-bag.d.ts", - "fa/shopping-basket.d.ts", - "fa/shopping-cart.d.ts", - "fa/sign-in.d.ts", - "fa/sign-language.d.ts", - "fa/sign-out.d.ts", - "fa/signal.d.ts", - "fa/simplybuilt.d.ts", - "fa/sitemap.d.ts", - "fa/skyatlas.d.ts", - "fa/skype.d.ts", - "fa/slack.d.ts", - "fa/sliders.d.ts", - "fa/slideshare.d.ts", - "fa/smile-o.d.ts", - "fa/snapchat-ghost.d.ts", - "fa/snapchat-square.d.ts", - "fa/snapchat.d.ts", - "fa/sort-alpha-asc.d.ts", - "fa/sort-alpha-desc.d.ts", - "fa/sort-amount-asc.d.ts", - "fa/sort-amount-desc.d.ts", - "fa/sort-asc.d.ts", - "fa/sort-desc.d.ts", - "fa/sort-numeric-asc.d.ts", - "fa/sort-numeric-desc.d.ts", - "fa/sort.d.ts", - "fa/soundcloud.d.ts", - "fa/space-shuttle.d.ts", - "fa/spinner.d.ts", - "fa/spoon.d.ts", - "fa/spotify.d.ts", - "fa/square-o.d.ts", - "fa/square.d.ts", - "fa/stack-exchange.d.ts", - "fa/stack-overflow.d.ts", - "fa/star-half-empty.d.ts", - "fa/star-half.d.ts", - "fa/star-o.d.ts", - "fa/star.d.ts", - "fa/steam-square.d.ts", - "fa/steam.d.ts", - "fa/step-backward.d.ts", - "fa/step-forward.d.ts", - "fa/stethoscope.d.ts", - "fa/sticky-note-o.d.ts", - "fa/sticky-note.d.ts", - "fa/stop-circle-o.d.ts", - "fa/stop-circle.d.ts", - "fa/stop.d.ts", - "fa/street-view.d.ts", - "fa/strikethrough.d.ts", - "fa/stumbleupon-circle.d.ts", - "fa/stumbleupon.d.ts", - "fa/subscript.d.ts", - "fa/subway.d.ts", - "fa/suitcase.d.ts", - "fa/sun-o.d.ts", - "fa/superscript.d.ts", - "fa/table.d.ts", - "fa/tablet.d.ts", - "fa/tag.d.ts", - "fa/tags.d.ts", - "fa/tasks.d.ts", - "fa/television.d.ts", - "fa/tencent-weibo.d.ts", - "fa/terminal.d.ts", - "fa/text-height.d.ts", - "fa/text-width.d.ts", - "fa/th-large.d.ts", - "fa/th-list.d.ts", - "fa/th.d.ts", - "fa/thumb-tack.d.ts", - "fa/thumbs-down.d.ts", - "fa/thumbs-o-down.d.ts", - "fa/thumbs-o-up.d.ts", - "fa/thumbs-up.d.ts", - "fa/ticket.d.ts", - "fa/times-circle-o.d.ts", - "fa/times-circle.d.ts", - "fa/tint.d.ts", - "fa/toggle-off.d.ts", - "fa/toggle-on.d.ts", - "fa/trademark.d.ts", - "fa/train.d.ts", - "fa/transgender-alt.d.ts", - "fa/trash-o.d.ts", - "fa/trash.d.ts", - "fa/tree.d.ts", - "fa/trello.d.ts", - "fa/tripadvisor.d.ts", - "fa/trophy.d.ts", - "fa/truck.d.ts", - "fa/try.d.ts", - "fa/tty.d.ts", - "fa/tumblr-square.d.ts", - "fa/tumblr.d.ts", - "fa/twitch.d.ts", - "fa/twitter-square.d.ts", - "fa/twitter.d.ts", - "fa/umbrella.d.ts", - "fa/underline.d.ts", - "fa/universal-access.d.ts", - "fa/unlock-alt.d.ts", - "fa/unlock.d.ts", - "fa/upload.d.ts", - "fa/usb.d.ts", - "fa/user-md.d.ts", - "fa/user-plus.d.ts", - "fa/user-secret.d.ts", - "fa/user-times.d.ts", - "fa/user.d.ts", - "fa/venus-double.d.ts", - "fa/venus-mars.d.ts", - "fa/venus.d.ts", - "fa/viacoin.d.ts", - "fa/viadeo-square.d.ts", - "fa/viadeo.d.ts", - "fa/video-camera.d.ts", - "fa/vimeo-square.d.ts", - "fa/vimeo.d.ts", - "fa/vine.d.ts", - "fa/vk.d.ts", - "fa/volume-control-phone.d.ts", - "fa/volume-down.d.ts", - "fa/volume-off.d.ts", - "fa/volume-up.d.ts", - "fa/wechat.d.ts", - "fa/weibo.d.ts", - "fa/whatsapp.d.ts", - "fa/wheelchair-alt.d.ts", - "fa/wheelchair.d.ts", - "fa/wifi.d.ts", - "fa/wikipedia-w.d.ts", - "fa/windows.d.ts", - "fa/wordpress.d.ts", - "fa/wpbeginner.d.ts", - "fa/wpforms.d.ts", - "fa/wrench.d.ts", - "fa/xing-square.d.ts", - "fa/xing.d.ts", - "fa/y-combinator.d.ts", - "fa/yahoo.d.ts", - "fa/yelp.d.ts", - "fa/youtube-play.d.ts", - "fa/youtube-square.d.ts", - "fa/youtube.d.ts", - "go/alert.d.ts", - "go/alignment-align.d.ts", - "go/alignment-aligned-to.d.ts", - "go/alignment-unalign.d.ts", - "go/arrow-down.d.ts", - "go/arrow-left.d.ts", - "go/arrow-right.d.ts", - "go/arrow-small-down.d.ts", - "go/arrow-small-left.d.ts", - "go/arrow-small-right.d.ts", - "go/arrow-small-up.d.ts", - "go/arrow-up.d.ts", - "go/beer.d.ts", - "go/book.d.ts", - "go/bookmark.d.ts", - "go/briefcase.d.ts", - "go/broadcast.d.ts", - "go/browser.d.ts", - "go/bug.d.ts", - "go/calendar.d.ts", - "go/check.d.ts", - "go/checklist.d.ts", - "go/chevron-down.d.ts", - "go/chevron-left.d.ts", - "go/chevron-right.d.ts", - "go/chevron-up.d.ts", - "go/circle-slash.d.ts", - "go/circuit-board.d.ts", - "go/clippy.d.ts", - "go/clock.d.ts", - "go/cloud-download.d.ts", - "go/cloud-upload.d.ts", - "go/code.d.ts", - "go/color-mode.d.ts", - "go/comment-discussion.d.ts", - "go/comment.d.ts", - "go/credit-card.d.ts", - "go/dash.d.ts", - "go/dashboard.d.ts", - "go/database.d.ts", - "go/device-camera-video.d.ts", - "go/device-camera.d.ts", - "go/device-desktop.d.ts", - "go/device-mobile.d.ts", - "go/diff-added.d.ts", - "go/diff-ignored.d.ts", - "go/diff-modified.d.ts", - "go/diff-removed.d.ts", - "go/diff-renamed.d.ts", - "go/diff.d.ts", - "go/ellipsis.d.ts", - "go/eye.d.ts", - "go/file-binary.d.ts", - "go/file-code.d.ts", - "go/file-directory.d.ts", - "go/file-media.d.ts", - "go/file-pdf.d.ts", - "go/file-submodule.d.ts", - "go/file-symlink-directory.d.ts", - "go/file-symlink-file.d.ts", - "go/file-text.d.ts", - "go/file-zip.d.ts", - "go/flame.d.ts", - "go/fold.d.ts", - "go/gear.d.ts", - "go/gift.d.ts", - "go/gist-secret.d.ts", - "go/gist.d.ts", - "go/git-branch.d.ts", - "go/git-commit.d.ts", - "go/git-compare.d.ts", - "go/git-merge.d.ts", - "go/git-pull-request.d.ts", - "go/globe.d.ts", - "go/graph.d.ts", - "go/heart.d.ts", - "go/history.d.ts", - "go/home.d.ts", - "go/horizontal-rule.d.ts", - "go/hourglass.d.ts", - "go/hubot.d.ts", - "go/inbox.d.ts", - "go/info.d.ts", - "go/issue-closed.d.ts", - "go/issue-opened.d.ts", - "go/issue-reopened.d.ts", - "go/jersey.d.ts", - "go/jump-down.d.ts", - "go/jump-left.d.ts", - "go/jump-right.d.ts", - "go/jump-up.d.ts", - "go/key.d.ts", - "go/keyboard.d.ts", - "go/law.d.ts", - "go/light-bulb.d.ts", - "go/link-external.d.ts", - "go/link.d.ts", - "go/list-ordered.d.ts", - "go/list-unordered.d.ts", - "go/location.d.ts", - "go/lock.d.ts", - "go/logo-github.d.ts", - "go/mail-read.d.ts", - "go/mail-reply.d.ts", - "go/mail.d.ts", - "go/mark-github.d.ts", - "go/markdown.d.ts", - "go/megaphone.d.ts", - "go/mention.d.ts", - "go/microscope.d.ts", - "go/milestone.d.ts", - "go/mirror.d.ts", - "go/mortar-board.d.ts", - "go/move-down.d.ts", - "go/move-left.d.ts", - "go/move-right.d.ts", - "go/move-up.d.ts", - "go/mute.d.ts", - "go/no-newline.d.ts", - "go/octoface.d.ts", - "go/organization.d.ts", - "go/package.d.ts", - "go/paintcan.d.ts", - "go/pencil.d.ts", - "go/person.d.ts", - "go/pin.d.ts", - "go/playback-fast-forward.d.ts", - "go/playback-pause.d.ts", - "go/playback-play.d.ts", - "go/playback-rewind.d.ts", - "go/plug.d.ts", - "go/plus.d.ts", - "go/podium.d.ts", - "go/primitive-dot.d.ts", - "go/primitive-square.d.ts", - "go/pulse.d.ts", - "go/puzzle.d.ts", - "go/question.d.ts", - "go/quote.d.ts", - "go/radio-tower.d.ts", - "go/repo-clone.d.ts", - "go/repo-force-push.d.ts", - "go/repo-forked.d.ts", - "go/repo-pull.d.ts", - "go/repo-push.d.ts", - "go/repo.d.ts", - "go/rocket.d.ts", - "go/rss.d.ts", - "go/ruby.d.ts", - "go/screen-full.d.ts", - "go/screen-normal.d.ts", - "go/search.d.ts", - "go/server.d.ts", - "go/settings.d.ts", - "go/sign-in.d.ts", - "go/sign-out.d.ts", - "go/split.d.ts", - "go/squirrel.d.ts", - "go/star.d.ts", - "go/steps.d.ts", - "go/stop.d.ts", - "go/sync.d.ts", - "go/tag.d.ts", - "go/telescope.d.ts", - "go/terminal.d.ts", - "go/three-bars.d.ts", - "go/tools.d.ts", - "go/trashcan.d.ts", - "go/triangle-down.d.ts", - "go/triangle-left.d.ts", - "go/triangle-right.d.ts", - "go/triangle-up.d.ts", - "go/unfold.d.ts", - "go/unmute.d.ts", - "go/versions.d.ts", - "go/x.d.ts", - "go/zap.d.ts", - "io/alert-circled.d.ts", - "io/alert.d.ts", - "io/android-add-circle.d.ts", - "io/android-add.d.ts", - "io/android-alarm-clock.d.ts", - "io/android-alert.d.ts", - "io/android-apps.d.ts", - "io/android-archive.d.ts", - "io/android-arrow-back.d.ts", - "io/android-arrow-down.d.ts", - "io/android-arrow-dropdown-circle.d.ts", - "io/android-arrow-dropdown.d.ts", - "io/android-arrow-dropleft-circle.d.ts", - "io/android-arrow-dropleft.d.ts", - "io/android-arrow-dropright-circle.d.ts", - "io/android-arrow-dropright.d.ts", - "io/android-arrow-dropup-circle.d.ts", - "io/android-arrow-dropup.d.ts", - "io/android-arrow-forward.d.ts", - "io/android-arrow-up.d.ts", - "io/android-attach.d.ts", - "io/android-bar.d.ts", - "io/android-bicycle.d.ts", - "io/android-boat.d.ts", - "io/android-bookmark.d.ts", - "io/android-bulb.d.ts", - "io/android-bus.d.ts", - "io/android-calendar.d.ts", - "io/android-call.d.ts", - "io/android-camera.d.ts", - "io/android-cancel.d.ts", - "io/android-car.d.ts", - "io/android-cart.d.ts", - "io/android-chat.d.ts", - "io/android-checkbox-blank.d.ts", - "io/android-checkbox-outline-blank.d.ts", - "io/android-checkbox-outline.d.ts", - "io/android-checkbox.d.ts", - "io/android-checkmark-circle.d.ts", - "io/android-clipboard.d.ts", - "io/android-close.d.ts", - "io/android-cloud-circle.d.ts", - "io/android-cloud-done.d.ts", - "io/android-cloud-outline.d.ts", - "io/android-cloud.d.ts", - "io/android-color-palette.d.ts", - "io/android-compass.d.ts", - "io/android-contact.d.ts", - "io/android-contacts.d.ts", - "io/android-contract.d.ts", - "io/android-create.d.ts", - "io/android-delete.d.ts", - "io/android-desktop.d.ts", - "io/android-document.d.ts", - "io/android-done-all.d.ts", - "io/android-done.d.ts", - "io/android-download.d.ts", - "io/android-drafts.d.ts", - "io/android-exit.d.ts", - "io/android-expand.d.ts", - "io/android-favorite-outline.d.ts", - "io/android-favorite.d.ts", - "io/android-film.d.ts", - "io/android-folder-open.d.ts", - "io/android-folder.d.ts", - "io/android-funnel.d.ts", - "io/android-globe.d.ts", - "io/android-hand.d.ts", - "io/android-hangout.d.ts", - "io/android-happy.d.ts", - "io/android-home.d.ts", - "io/android-image.d.ts", - "io/android-laptop.d.ts", - "io/android-list.d.ts", - "io/android-locate.d.ts", - "io/android-lock.d.ts", - "io/android-mail.d.ts", - "io/android-map.d.ts", - "io/android-menu.d.ts", - "io/android-microphone-off.d.ts", - "io/android-microphone.d.ts", - "io/android-more-horizontal.d.ts", - "io/android-more-vertical.d.ts", - "io/android-navigate.d.ts", - "io/android-notifications-none.d.ts", - "io/android-notifications-off.d.ts", - "io/android-notifications.d.ts", - "io/android-open.d.ts", - "io/android-options.d.ts", - "io/android-people.d.ts", - "io/android-person-add.d.ts", - "io/android-person.d.ts", - "io/android-phone-landscape.d.ts", - "io/android-phone-portrait.d.ts", - "io/android-pin.d.ts", - "io/android-plane.d.ts", - "io/android-playstore.d.ts", - "io/android-print.d.ts", - "io/android-radio-button-off.d.ts", - "io/android-radio-button-on.d.ts", - "io/android-refresh.d.ts", - "io/android-remove-circle.d.ts", - "io/android-remove.d.ts", - "io/android-restaurant.d.ts", - "io/android-sad.d.ts", - "io/android-search.d.ts", - "io/android-send.d.ts", - "io/android-settings.d.ts", - "io/android-share-alt.d.ts", - "io/android-share.d.ts", - "io/android-star-half.d.ts", - "io/android-star-outline.d.ts", - "io/android-star.d.ts", - "io/android-stopwatch.d.ts", - "io/android-subway.d.ts", - "io/android-sunny.d.ts", - "io/android-sync.d.ts", - "io/android-textsms.d.ts", - "io/android-time.d.ts", - "io/android-train.d.ts", - "io/android-unlock.d.ts", - "io/android-upload.d.ts", - "io/android-volume-down.d.ts", - "io/android-volume-mute.d.ts", - "io/android-volume-off.d.ts", - "io/android-volume-up.d.ts", - "io/android-walk.d.ts", - "io/android-warning.d.ts", - "io/android-watch.d.ts", - "io/android-wifi.d.ts", - "io/aperture.d.ts", - "io/archive.d.ts", - "io/arrow-down-a.d.ts", - "io/arrow-down-b.d.ts", - "io/arrow-down-c.d.ts", - "io/arrow-expand.d.ts", - "io/arrow-graph-down-left.d.ts", - "io/arrow-graph-down-right.d.ts", - "io/arrow-graph-up-left.d.ts", - "io/arrow-graph-up-right.d.ts", - "io/arrow-left-a.d.ts", - "io/arrow-left-b.d.ts", - "io/arrow-left-c.d.ts", - "io/arrow-move.d.ts", - "io/arrow-resize.d.ts", - "io/arrow-return-left.d.ts", - "io/arrow-return-right.d.ts", - "io/arrow-right-a.d.ts", - "io/arrow-right-b.d.ts", - "io/arrow-right-c.d.ts", - "io/arrow-shrink.d.ts", - "io/arrow-swap.d.ts", - "io/arrow-up-a.d.ts", - "io/arrow-up-b.d.ts", - "io/arrow-up-c.d.ts", - "io/asterisk.d.ts", - "io/at.d.ts", - "io/backspace-outline.d.ts", - "io/backspace.d.ts", - "io/bag.d.ts", - "io/battery-charging.d.ts", - "io/battery-empty.d.ts", - "io/battery-full.d.ts", - "io/battery-half.d.ts", - "io/battery-low.d.ts", - "io/beaker.d.ts", - "io/beer.d.ts", - "io/bluetooth.d.ts", - "io/bonfire.d.ts", - "io/bookmark.d.ts", - "io/bowtie.d.ts", - "io/briefcase.d.ts", - "io/bug.d.ts", - "io/calculator.d.ts", - "io/calendar.d.ts", - "io/camera.d.ts", - "io/card.d.ts", - "io/cash.d.ts", - "io/chatbox-working.d.ts", - "io/chatbox.d.ts", - "io/chatboxes.d.ts", - "io/chatbubble-working.d.ts", - "io/chatbubble.d.ts", - "io/chatbubbles.d.ts", - "io/checkmark-circled.d.ts", - "io/checkmark-round.d.ts", - "io/checkmark.d.ts", - "io/chevron-down.d.ts", - "io/chevron-left.d.ts", - "io/chevron-right.d.ts", - "io/chevron-up.d.ts", - "io/clipboard.d.ts", - "io/clock.d.ts", - "io/close-circled.d.ts", - "io/close-round.d.ts", - "io/close.d.ts", - "io/closed-captioning.d.ts", - "io/cloud.d.ts", - "io/code-download.d.ts", - "io/code-working.d.ts", - "io/code.d.ts", - "io/coffee.d.ts", - "io/compass.d.ts", - "io/compose.d.ts", - "io/connectbars.d.ts", - "io/contrast.d.ts", - "io/crop.d.ts", - "io/cube.d.ts", - "io/disc.d.ts", - "io/document-text.d.ts", - "io/document.d.ts", - "io/drag.d.ts", - "io/earth.d.ts", - "io/easel.d.ts", - "io/edit.d.ts", - "io/egg.d.ts", - "io/eject.d.ts", - "io/email-unread.d.ts", - "io/email.d.ts", - "io/erlenmeyer-flask-bubbles.d.ts", - "io/erlenmeyer-flask.d.ts", - "io/eye-disabled.d.ts", - "io/eye.d.ts", - "io/female.d.ts", - "io/filing.d.ts", - "io/film-marker.d.ts", - "io/fireball.d.ts", - "io/flag.d.ts", - "io/flame.d.ts", - "io/flash-off.d.ts", - "io/flash.d.ts", - "io/folder.d.ts", - "io/fork-repo.d.ts", - "io/fork.d.ts", - "io/forward.d.ts", - "io/funnel.d.ts", - "io/gear-a.d.ts", - "io/gear-b.d.ts", - "io/grid.d.ts", - "io/hammer.d.ts", - "io/happy-outline.d.ts", - "io/happy.d.ts", - "io/headphone.d.ts", - "io/heart-broken.d.ts", - "io/heart.d.ts", - "io/help-buoy.d.ts", - "io/help-circled.d.ts", - "io/help.d.ts", - "io/home.d.ts", - "io/icecream.d.ts", - "io/image.d.ts", - "io/images.d.ts", - "io/informatcircled.d.ts", - "io/information.d.ts", - "io/ionic.d.ts", - "io/ios-alarm-outline.d.ts", - "io/ios-alarm.d.ts", - "io/ios-albums-outline.d.ts", - "io/ios-albums.d.ts", - "io/ios-americanfootball-outline.d.ts", - "io/ios-americanfootball.d.ts", - "io/ios-analytics-outline.d.ts", - "io/ios-analytics.d.ts", - "io/ios-arrow-back.d.ts", - "io/ios-arrow-down.d.ts", - "io/ios-arrow-forward.d.ts", - "io/ios-arrow-left.d.ts", - "io/ios-arrow-right.d.ts", - "io/ios-arrow-thin-down.d.ts", - "io/ios-arrow-thin-left.d.ts", - "io/ios-arrow-thin-right.d.ts", - "io/ios-arrow-thin-up.d.ts", - "io/ios-arrow-up.d.ts", - "io/ios-at-outline.d.ts", - "io/ios-at.d.ts", - "io/ios-barcode-outline.d.ts", - "io/ios-barcode.d.ts", - "io/ios-baseball-outline.d.ts", - "io/ios-baseball.d.ts", - "io/ios-basketball-outline.d.ts", - "io/ios-basketball.d.ts", - "io/ios-bell-outline.d.ts", - "io/ios-bell.d.ts", - "io/ios-body-outline.d.ts", - "io/ios-body.d.ts", - "io/ios-bolt-outline.d.ts", - "io/ios-bolt.d.ts", - "io/ios-book-outline.d.ts", - "io/ios-book.d.ts", - "io/ios-bookmarks-outline.d.ts", - "io/ios-bookmarks.d.ts", - "io/ios-box-outline.d.ts", - "io/ios-box.d.ts", - "io/ios-briefcase-outline.d.ts", - "io/ios-briefcase.d.ts", - "io/ios-browsers-outline.d.ts", - "io/ios-browsers.d.ts", - "io/ios-calculator-outline.d.ts", - "io/ios-calculator.d.ts", - "io/ios-calendar-outline.d.ts", - "io/ios-calendar.d.ts", - "io/ios-camera-outline.d.ts", - "io/ios-camera.d.ts", - "io/ios-cart-outline.d.ts", - "io/ios-cart.d.ts", - "io/ios-chatboxes-outline.d.ts", - "io/ios-chatboxes.d.ts", - "io/ios-chatbubble-outline.d.ts", - "io/ios-chatbubble.d.ts", - "io/ios-checkmark-empty.d.ts", - "io/ios-checkmark-outline.d.ts", - "io/ios-checkmark.d.ts", - "io/ios-circle-filled.d.ts", - "io/ios-circle-outline.d.ts", - "io/ios-clock-outline.d.ts", - "io/ios-clock.d.ts", - "io/ios-close-empty.d.ts", - "io/ios-close-outline.d.ts", - "io/ios-close.d.ts", - "io/ios-cloud-download-outline.d.ts", - "io/ios-cloud-download.d.ts", - "io/ios-cloud-outline.d.ts", - "io/ios-cloud-upload-outline.d.ts", - "io/ios-cloud-upload.d.ts", - "io/ios-cloud.d.ts", - "io/ios-cloudy-night-outline.d.ts", - "io/ios-cloudy-night.d.ts", - "io/ios-cloudy-outline.d.ts", - "io/ios-cloudy.d.ts", - "io/ios-cog-outline.d.ts", - "io/ios-cog.d.ts", - "io/ios-color-filter-outline.d.ts", - "io/ios-color-filter.d.ts", - "io/ios-color-wand-outline.d.ts", - "io/ios-color-wand.d.ts", - "io/ios-compose-outline.d.ts", - "io/ios-compose.d.ts", - "io/ios-contact-outline.d.ts", - "io/ios-contact.d.ts", - "io/ios-copy-outline.d.ts", - "io/ios-copy.d.ts", - "io/ios-crop-strong.d.ts", - "io/ios-crop.d.ts", - "io/ios-download-outline.d.ts", - "io/ios-download.d.ts", - "io/ios-drag.d.ts", - "io/ios-email-outline.d.ts", - "io/ios-email.d.ts", - "io/ios-eye-outline.d.ts", - "io/ios-eye.d.ts", - "io/ios-fastforward-outline.d.ts", - "io/ios-fastforward.d.ts", - "io/ios-filing-outline.d.ts", - "io/ios-filing.d.ts", - "io/ios-film-outline.d.ts", - "io/ios-film.d.ts", - "io/ios-flag-outline.d.ts", - "io/ios-flag.d.ts", - "io/ios-flame-outline.d.ts", - "io/ios-flame.d.ts", - "io/ios-flask-outline.d.ts", - "io/ios-flask.d.ts", - "io/ios-flower-outline.d.ts", - "io/ios-flower.d.ts", - "io/ios-folder-outline.d.ts", - "io/ios-folder.d.ts", - "io/ios-football-outline.d.ts", - "io/ios-football.d.ts", - "io/ios-game-controller-a-outline.d.ts", - "io/ios-game-controller-a.d.ts", - "io/ios-game-controller-b-outline.d.ts", - "io/ios-game-controller-b.d.ts", - "io/ios-gear-outline.d.ts", - "io/ios-gear.d.ts", - "io/ios-glasses-outline.d.ts", - "io/ios-glasses.d.ts", - "io/ios-grid-view-outline.d.ts", - "io/ios-grid-view.d.ts", - "io/ios-heart-outline.d.ts", - "io/ios-heart.d.ts", - "io/ios-help-empty.d.ts", - "io/ios-help-outline.d.ts", - "io/ios-help.d.ts", - "io/ios-home-outline.d.ts", - "io/ios-home.d.ts", - "io/ios-infinite-outline.d.ts", - "io/ios-infinite.d.ts", - "io/ios-informatempty.d.ts", - "io/ios-information.d.ts", - "io/ios-informatoutline.d.ts", - "io/ios-ionic-outline.d.ts", - "io/ios-keypad-outline.d.ts", - "io/ios-keypad.d.ts", - "io/ios-lightbulb-outline.d.ts", - "io/ios-lightbulb.d.ts", - "io/ios-list-outline.d.ts", - "io/ios-list.d.ts", - "io/ios-location.d.ts", - "io/ios-locatoutline.d.ts", - "io/ios-locked-outline.d.ts", - "io/ios-locked.d.ts", - "io/ios-loop-strong.d.ts", - "io/ios-loop.d.ts", - "io/ios-medical-outline.d.ts", - "io/ios-medical.d.ts", - "io/ios-medkit-outline.d.ts", - "io/ios-medkit.d.ts", - "io/ios-mic-off.d.ts", - "io/ios-mic-outline.d.ts", - "io/ios-mic.d.ts", - "io/ios-minus-empty.d.ts", - "io/ios-minus-outline.d.ts", - "io/ios-minus.d.ts", - "io/ios-monitor-outline.d.ts", - "io/ios-monitor.d.ts", - "io/ios-moon-outline.d.ts", - "io/ios-moon.d.ts", - "io/ios-more-outline.d.ts", - "io/ios-more.d.ts", - "io/ios-musical-note.d.ts", - "io/ios-musical-notes.d.ts", - "io/ios-navigate-outline.d.ts", - "io/ios-navigate.d.ts", - "io/ios-nutrition.d.ts", - "io/ios-nutritoutline.d.ts", - "io/ios-paper-outline.d.ts", - "io/ios-paper.d.ts", - "io/ios-paperplane-outline.d.ts", - "io/ios-paperplane.d.ts", - "io/ios-partlysunny-outline.d.ts", - "io/ios-partlysunny.d.ts", - "io/ios-pause-outline.d.ts", - "io/ios-pause.d.ts", - "io/ios-paw-outline.d.ts", - "io/ios-paw.d.ts", - "io/ios-people-outline.d.ts", - "io/ios-people.d.ts", - "io/ios-person-outline.d.ts", - "io/ios-person.d.ts", - "io/ios-personadd-outline.d.ts", - "io/ios-personadd.d.ts", - "io/ios-photos-outline.d.ts", - "io/ios-photos.d.ts", - "io/ios-pie-outline.d.ts", - "io/ios-pie.d.ts", - "io/ios-pint-outline.d.ts", - "io/ios-pint.d.ts", - "io/ios-play-outline.d.ts", - "io/ios-play.d.ts", - "io/ios-plus-empty.d.ts", - "io/ios-plus-outline.d.ts", - "io/ios-plus.d.ts", - "io/ios-pricetag-outline.d.ts", - "io/ios-pricetag.d.ts", - "io/ios-pricetags-outline.d.ts", - "io/ios-pricetags.d.ts", - "io/ios-printer-outline.d.ts", - "io/ios-printer.d.ts", - "io/ios-pulse-strong.d.ts", - "io/ios-pulse.d.ts", - "io/ios-rainy-outline.d.ts", - "io/ios-rainy.d.ts", - "io/ios-recording-outline.d.ts", - "io/ios-recording.d.ts", - "io/ios-redo-outline.d.ts", - "io/ios-redo.d.ts", - "io/ios-refresh-empty.d.ts", - "io/ios-refresh-outline.d.ts", - "io/ios-refresh.d.ts", - "io/ios-reload.d.ts", - "io/ios-reverse-camera-outline.d.ts", - "io/ios-reverse-camera.d.ts", - "io/ios-rewind-outline.d.ts", - "io/ios-rewind.d.ts", - "io/ios-rose-outline.d.ts", - "io/ios-rose.d.ts", - "io/ios-search-strong.d.ts", - "io/ios-search.d.ts", - "io/ios-settings-strong.d.ts", - "io/ios-settings.d.ts", - "io/ios-shuffle-strong.d.ts", - "io/ios-shuffle.d.ts", - "io/ios-skipbackward-outline.d.ts", - "io/ios-skipbackward.d.ts", - "io/ios-skipforward-outline.d.ts", - "io/ios-skipforward.d.ts", - "io/ios-snowy.d.ts", - "io/ios-speedometer-outline.d.ts", - "io/ios-speedometer.d.ts", - "io/ios-star-half.d.ts", - "io/ios-star-outline.d.ts", - "io/ios-star.d.ts", - "io/ios-stopwatch-outline.d.ts", - "io/ios-stopwatch.d.ts", - "io/ios-sunny-outline.d.ts", - "io/ios-sunny.d.ts", - "io/ios-telephone-outline.d.ts", - "io/ios-telephone.d.ts", - "io/ios-tennisball-outline.d.ts", - "io/ios-tennisball.d.ts", - "io/ios-thunderstorm-outline.d.ts", - "io/ios-thunderstorm.d.ts", - "io/ios-time-outline.d.ts", - "io/ios-time.d.ts", - "io/ios-timer-outline.d.ts", - "io/ios-timer.d.ts", - "io/ios-toggle-outline.d.ts", - "io/ios-toggle.d.ts", - "io/ios-trash-outline.d.ts", - "io/ios-trash.d.ts", - "io/ios-undo-outline.d.ts", - "io/ios-undo.d.ts", - "io/ios-unlocked-outline.d.ts", - "io/ios-unlocked.d.ts", - "io/ios-upload-outline.d.ts", - "io/ios-upload.d.ts", - "io/ios-videocam-outline.d.ts", - "io/ios-videocam.d.ts", - "io/ios-volume-high.d.ts", - "io/ios-volume-low.d.ts", - "io/ios-wineglass-outline.d.ts", - "io/ios-wineglass.d.ts", - "io/ios-world-outline.d.ts", - "io/ios-world.d.ts", - "io/ipad.d.ts", - "io/iphone.d.ts", - "io/ipod.d.ts", - "io/jet.d.ts", - "io/key.d.ts", - "io/knife.d.ts", - "io/laptop.d.ts", - "io/leaf.d.ts", - "io/levels.d.ts", - "io/lightbulb.d.ts", - "io/link.d.ts", - "io/load-a.d.ts", - "io/load-b.d.ts", - "io/load-c.d.ts", - "io/load-d.d.ts", - "io/location.d.ts", - "io/lock-combination.d.ts", - "io/locked.d.ts", - "io/log-in.d.ts", - "io/log-out.d.ts", - "io/loop.d.ts", - "io/magnet.d.ts", - "io/male.d.ts", - "io/man.d.ts", - "io/map.d.ts", - "io/medkit.d.ts", - "io/merge.d.ts", - "io/mic-a.d.ts", - "io/mic-b.d.ts", - "io/mic-c.d.ts", - "io/minus-circled.d.ts", - "io/minus-round.d.ts", - "io/minus.d.ts", - "io/model-s.d.ts", - "io/monitor.d.ts", - "io/more.d.ts", - "io/mouse.d.ts", - "io/music-note.d.ts", - "io/navicon-round.d.ts", - "io/navicon.d.ts", - "io/navigate.d.ts", - "io/network.d.ts", - "io/no-smoking.d.ts", - "io/nuclear.d.ts", - "io/outlet.d.ts", - "io/paintbrush.d.ts", - "io/paintbucket.d.ts", - "io/paper-airplane.d.ts", - "io/paperclip.d.ts", - "io/pause.d.ts", - "io/person-add.d.ts", - "io/person-stalker.d.ts", - "io/person.d.ts", - "io/pie-graph.d.ts", - "io/pin.d.ts", - "io/pinpoint.d.ts", - "io/pizza.d.ts", - "io/plane.d.ts", - "io/planet.d.ts", - "io/play.d.ts", - "io/playstation.d.ts", - "io/plus-circled.d.ts", - "io/plus-round.d.ts", - "io/plus.d.ts", - "io/podium.d.ts", - "io/pound.d.ts", - "io/power.d.ts", - "io/pricetag.d.ts", - "io/pricetags.d.ts", - "io/printer.d.ts", - "io/pull-request.d.ts", - "io/qr-scanner.d.ts", - "io/quote.d.ts", - "io/radio-waves.d.ts", - "io/record.d.ts", - "io/refresh.d.ts", - "io/reply-all.d.ts", - "io/reply.d.ts", - "io/ribbon-a.d.ts", - "io/ribbon-b.d.ts", - "io/sad-outline.d.ts", - "io/sad.d.ts", - "io/scissors.d.ts", - "io/search.d.ts", - "io/settings.d.ts", - "io/share.d.ts", - "io/shuffle.d.ts", - "io/skip-backward.d.ts", - "io/skip-forward.d.ts", - "io/social-android-outline.d.ts", - "io/social-android.d.ts", - "io/social-angular-outline.d.ts", - "io/social-angular.d.ts", - "io/social-apple-outline.d.ts", - "io/social-apple.d.ts", - "io/social-bitcoin-outline.d.ts", - "io/social-bitcoin.d.ts", - "io/social-buffer-outline.d.ts", - "io/social-buffer.d.ts", - "io/social-chrome-outline.d.ts", - "io/social-chrome.d.ts", - "io/social-codepen-outline.d.ts", - "io/social-codepen.d.ts", - "io/social-css3-outline.d.ts", - "io/social-css3.d.ts", - "io/social-designernews-outline.d.ts", - "io/social-designernews.d.ts", - "io/social-dribbble-outline.d.ts", - "io/social-dribbble.d.ts", - "io/social-dropbox-outline.d.ts", - "io/social-dropbox.d.ts", - "io/social-euro-outline.d.ts", - "io/social-euro.d.ts", - "io/social-facebook-outline.d.ts", - "io/social-facebook.d.ts", - "io/social-foursquare-outline.d.ts", - "io/social-foursquare.d.ts", - "io/social-freebsd-devil.d.ts", - "io/social-github-outline.d.ts", - "io/social-github.d.ts", - "io/social-google-outline.d.ts", - "io/social-google.d.ts", - "io/social-googleplus-outline.d.ts", - "io/social-googleplus.d.ts", - "io/social-hackernews-outline.d.ts", - "io/social-hackernews.d.ts", - "io/social-html5-outline.d.ts", - "io/social-html5.d.ts", - "io/social-instagram-outline.d.ts", - "io/social-instagram.d.ts", - "io/social-javascript-outline.d.ts", - "io/social-javascript.d.ts", - "io/social-linkedin-outline.d.ts", - "io/social-linkedin.d.ts", - "io/social-markdown.d.ts", - "io/social-nodejs.d.ts", - "io/social-octocat.d.ts", - "io/social-pinterest-outline.d.ts", - "io/social-pinterest.d.ts", - "io/social-python.d.ts", - "io/social-reddit-outline.d.ts", - "io/social-reddit.d.ts", - "io/social-rss-outline.d.ts", - "io/social-rss.d.ts", - "io/social-sass.d.ts", - "io/social-skype-outline.d.ts", - "io/social-skype.d.ts", - "io/social-snapchat-outline.d.ts", - "io/social-snapchat.d.ts", - "io/social-tumblr-outline.d.ts", - "io/social-tumblr.d.ts", - "io/social-tux.d.ts", - "io/social-twitch-outline.d.ts", - "io/social-twitch.d.ts", - "io/social-twitter-outline.d.ts", - "io/social-twitter.d.ts", - "io/social-usd-outline.d.ts", - "io/social-usd.d.ts", - "io/social-vimeo-outline.d.ts", - "io/social-vimeo.d.ts", - "io/social-whatsapp-outline.d.ts", - "io/social-whatsapp.d.ts", - "io/social-windows-outline.d.ts", - "io/social-windows.d.ts", - "io/social-wordpress-outline.d.ts", - "io/social-wordpress.d.ts", - "io/social-yahoo-outline.d.ts", - "io/social-yahoo.d.ts", - "io/social-yen-outline.d.ts", - "io/social-yen.d.ts", - "io/social-youtube-outline.d.ts", - "io/social-youtube.d.ts", - "io/soup-can-outline.d.ts", - "io/soup-can.d.ts", - "io/speakerphone.d.ts", - "io/speedometer.d.ts", - "io/spoon.d.ts", - "io/star.d.ts", - "io/stats-bars.d.ts", - "io/steam.d.ts", - "io/stop.d.ts", - "io/thermometer.d.ts", - "io/thumbsdown.d.ts", - "io/thumbsup.d.ts", - "io/toggle-filled.d.ts", - "io/toggle.d.ts", - "io/transgender.d.ts", - "io/trash-a.d.ts", - "io/trash-b.d.ts", - "io/trophy.d.ts", - "io/tshirt-outline.d.ts", - "io/tshirt.d.ts", - "io/umbrella.d.ts", - "io/university.d.ts", - "io/unlocked.d.ts", - "io/upload.d.ts", - "io/usb.d.ts", - "io/videocamera.d.ts", - "io/volume-high.d.ts", - "io/volume-low.d.ts", - "io/volume-medium.d.ts", - "io/volume-mute.d.ts", - "io/wand.d.ts", - "io/waterdrop.d.ts", - "io/wifi.d.ts", - "io/wineglass.d.ts", - "io/woman.d.ts", - "io/wrench.d.ts", - "io/xbox.d.ts", - "md/3d-rotation.d.ts", - "md/ac-unit.d.ts", - "md/access-alarm.d.ts", - "md/access-alarms.d.ts", - "md/access-time.d.ts", - "md/accessibility.d.ts", - "md/accessible.d.ts", - "md/account-balance-wallet.d.ts", - "md/account-balance.d.ts", - "md/account-box.d.ts", - "md/account-circle.d.ts", - "md/adb.d.ts", - "md/add-a-photo.d.ts", - "md/add-alarm.d.ts", - "md/add-alert.d.ts", - "md/add-box.d.ts", - "md/add-circle-outline.d.ts", - "md/add-circle.d.ts", - "md/add-location.d.ts", - "md/add-shopping-cart.d.ts", - "md/add-to-photos.d.ts", - "md/add-to-queue.d.ts", - "md/add.d.ts", - "md/adjust.d.ts", - "md/airline-seat-flat-angled.d.ts", - "md/airline-seat-flat.d.ts", - "md/airline-seat-individual-suite.d.ts", - "md/airline-seat-legroom-extra.d.ts", - "md/airline-seat-legroom-normal.d.ts", - "md/airline-seat-legroom-reduced.d.ts", - "md/airline-seat-recline-extra.d.ts", - "md/airline-seat-recline-normal.d.ts", - "md/airplanemode-active.d.ts", - "md/airplanemode-inactive.d.ts", - "md/airplay.d.ts", - "md/airport-shuttle.d.ts", - "md/alarm-add.d.ts", - "md/alarm-off.d.ts", - "md/alarm-on.d.ts", - "md/alarm.d.ts", - "md/album.d.ts", - "md/all-inclusive.d.ts", - "md/all-out.d.ts", - "md/android.d.ts", - "md/announcement.d.ts", - "md/apps.d.ts", - "md/archive.d.ts", - "md/arrow-back.d.ts", - "md/arrow-downward.d.ts", - "md/arrow-drop-down-circle.d.ts", - "md/arrow-drop-down.d.ts", - "md/arrow-drop-up.d.ts", - "md/arrow-forward.d.ts", - "md/arrow-upward.d.ts", - "md/art-track.d.ts", - "md/aspect-ratio.d.ts", - "md/assessment.d.ts", - "md/assignment-ind.d.ts", - "md/assignment-late.d.ts", - "md/assignment-return.d.ts", - "md/assignment-returned.d.ts", - "md/assignment-turned-in.d.ts", - "md/assignment.d.ts", - "md/assistant-photo.d.ts", - "md/assistant.d.ts", - "md/attach-file.d.ts", - "md/attach-money.d.ts", - "md/attachment.d.ts", - "md/audiotrack.d.ts", - "md/autorenew.d.ts", - "md/av-timer.d.ts", - "md/backspace.d.ts", - "md/backup.d.ts", - "md/battery-alert.d.ts", - "md/battery-charging-full.d.ts", - "md/battery-full.d.ts", - "md/battery-std.d.ts", - "md/battery-unknown.d.ts", - "md/beach-access.d.ts", - "md/beenhere.d.ts", - "md/block.d.ts", - "md/bluetooth-audio.d.ts", - "md/bluetooth-connected.d.ts", - "md/bluetooth-disabled.d.ts", - "md/bluetooth-searching.d.ts", - "md/bluetooth.d.ts", - "md/blur-circular.d.ts", - "md/blur-linear.d.ts", - "md/blur-off.d.ts", - "md/blur-on.d.ts", - "md/book.d.ts", - "md/bookmark-outline.d.ts", - "md/bookmark.d.ts", - "md/border-all.d.ts", - "md/border-bottom.d.ts", - "md/border-clear.d.ts", - "md/border-color.d.ts", - "md/border-horizontal.d.ts", - "md/border-inner.d.ts", - "md/border-left.d.ts", - "md/border-outer.d.ts", - "md/border-right.d.ts", - "md/border-style.d.ts", - "md/border-top.d.ts", - "md/border-vertical.d.ts", - "md/branding-watermark.d.ts", - "md/brightness-1.d.ts", - "md/brightness-2.d.ts", - "md/brightness-3.d.ts", - "md/brightness-4.d.ts", - "md/brightness-5.d.ts", - "md/brightness-6.d.ts", - "md/brightness-7.d.ts", - "md/brightness-auto.d.ts", - "md/brightness-high.d.ts", - "md/brightness-low.d.ts", - "md/brightness-medium.d.ts", - "md/broken-image.d.ts", - "md/brush.d.ts", - "md/bubble-chart.d.ts", - "md/bug-report.d.ts", - "md/build.d.ts", - "md/burst-mode.d.ts", - "md/business-center.d.ts", - "md/business.d.ts", - "md/cached.d.ts", - "md/cake.d.ts", - "md/call-end.d.ts", - "md/call-made.d.ts", - "md/call-merge.d.ts", - "md/call-missed-outgoing.d.ts", - "md/call-missed.d.ts", - "md/call-received.d.ts", - "md/call-split.d.ts", - "md/call-to-action.d.ts", - "md/call.d.ts", - "md/camera-alt.d.ts", - "md/camera-enhance.d.ts", - "md/camera-front.d.ts", - "md/camera-rear.d.ts", - "md/camera-roll.d.ts", - "md/camera.d.ts", - "md/cancel.d.ts", - "md/card-giftcard.d.ts", - "md/card-membership.d.ts", - "md/card-travel.d.ts", - "md/casino.d.ts", - "md/cast-connected.d.ts", - "md/cast.d.ts", - "md/center-focus-strong.d.ts", - "md/center-focus-weak.d.ts", - "md/change-history.d.ts", - "md/chat-bubble-outline.d.ts", - "md/chat-bubble.d.ts", - "md/chat.d.ts", - "md/check-box-outline-blank.d.ts", - "md/check-box.d.ts", - "md/check-circle.d.ts", - "md/check.d.ts", - "md/chevron-left.d.ts", - "md/chevron-right.d.ts", - "md/child-care.d.ts", - "md/child-friendly.d.ts", - "md/chrome-reader-mode.d.ts", - "md/class.d.ts", - "md/clear-all.d.ts", - "md/clear.d.ts", - "md/close.d.ts", - "md/closed-caption.d.ts", - "md/cloud-circle.d.ts", - "md/cloud-done.d.ts", - "md/cloud-download.d.ts", - "md/cloud-off.d.ts", - "md/cloud-queue.d.ts", - "md/cloud-upload.d.ts", - "md/cloud.d.ts", - "md/code.d.ts", - "md/collections-bookmark.d.ts", - "md/collections.d.ts", - "md/color-lens.d.ts", - "md/colorize.d.ts", - "md/comment.d.ts", - "md/compare-arrows.d.ts", - "md/compare.d.ts", - "md/computer.d.ts", - "md/confirmation-number.d.ts", - "md/contact-mail.d.ts", - "md/contact-phone.d.ts", - "md/contacts.d.ts", - "md/content-copy.d.ts", - "md/content-cut.d.ts", - "md/content-paste.d.ts", - "md/control-point-duplicate.d.ts", - "md/control-point.d.ts", - "md/copyright.d.ts", - "md/create-new-folder.d.ts", - "md/create.d.ts", - "md/credit-card.d.ts", - "md/crop-16-9.d.ts", - "md/crop-3-2.d.ts", - "md/crop-5-4.d.ts", - "md/crop-7-5.d.ts", - "md/crop-din.d.ts", - "md/crop-free.d.ts", - "md/crop-landscape.d.ts", - "md/crop-original.d.ts", - "md/crop-portrait.d.ts", - "md/crop-rotate.d.ts", - "md/crop-square.d.ts", - "md/crop.d.ts", - "md/dashboard.d.ts", - "md/data-usage.d.ts", - "md/date-range.d.ts", - "md/dehaze.d.ts", - "md/delete-forever.d.ts", - "md/delete-sweep.d.ts", - "md/delete.d.ts", - "md/description.d.ts", - "md/desktop-mac.d.ts", - "md/desktop-windows.d.ts", - "md/details.d.ts", - "md/developer-board.d.ts", - "md/developer-mode.d.ts", - "md/device-hub.d.ts", - "md/devices-other.d.ts", - "md/devices.d.ts", - "md/dialer-sip.d.ts", - "md/dialpad.d.ts", - "md/directions-bike.d.ts", - "md/directions-boat.d.ts", - "md/directions-bus.d.ts", - "md/directions-car.d.ts", - "md/directions-ferry.d.ts", - "md/directions-railway.d.ts", - "md/directions-run.d.ts", - "md/directions-subway.d.ts", - "md/directions-transit.d.ts", - "md/directions-walk.d.ts", - "md/directions.d.ts", - "md/disc-full.d.ts", - "md/dns.d.ts", - "md/do-not-disturb-alt.d.ts", - "md/do-not-disturb-off.d.ts", - "md/do-not-disturb.d.ts", - "md/dock.d.ts", - "md/domain.d.ts", - "md/done-all.d.ts", - "md/done.d.ts", - "md/donut-large.d.ts", - "md/donut-small.d.ts", - "md/drafts.d.ts", - "md/drag-handle.d.ts", - "md/drive-eta.d.ts", - "md/dvr.d.ts", - "md/edit-location.d.ts", - "md/edit.d.ts", - "md/eject.d.ts", - "md/email.d.ts", - "md/enhanced-encryption.d.ts", - "md/equalizer.d.ts", - "md/error-outline.d.ts", - "md/error.d.ts", - "md/euro-symbol.d.ts", - "md/ev-station.d.ts", - "md/event-available.d.ts", - "md/event-busy.d.ts", - "md/event-note.d.ts", - "md/event-seat.d.ts", - "md/event.d.ts", - "md/exit-to-app.d.ts", - "md/expand-less.d.ts", - "md/expand-more.d.ts", - "md/explicit.d.ts", - "md/explore.d.ts", - "md/exposure-minus-1.d.ts", - "md/exposure-minus-2.d.ts", - "md/exposure-neg-1.d.ts", - "md/exposure-neg-2.d.ts", - "md/exposure-plus-1.d.ts", - "md/exposure-plus-2.d.ts", - "md/exposure-zero.d.ts", - "md/exposure.d.ts", - "md/extension.d.ts", - "md/face.d.ts", - "md/fast-forward.d.ts", - "md/fast-rewind.d.ts", - "md/favorite-border.d.ts", - "md/favorite-outline.d.ts", - "md/favorite.d.ts", - "md/featured-play-list.d.ts", - "md/featured-video.d.ts", - "md/feedback.d.ts", - "md/fiber-dvr.d.ts", - "md/fiber-manual-record.d.ts", - "md/fiber-new.d.ts", - "md/fiber-pin.d.ts", - "md/fiber-smart-record.d.ts", - "md/file-download.d.ts", - "md/file-upload.d.ts", - "md/filter-1.d.ts", - "md/filter-2.d.ts", - "md/filter-3.d.ts", - "md/filter-4.d.ts", - "md/filter-5.d.ts", - "md/filter-6.d.ts", - "md/filter-7.d.ts", - "md/filter-8.d.ts", - "md/filter-9-plus.d.ts", - "md/filter-9.d.ts", - "md/filter-b-and-w.d.ts", - "md/filter-center-focus.d.ts", - "md/filter-drama.d.ts", - "md/filter-frames.d.ts", - "md/filter-hdr.d.ts", - "md/filter-list.d.ts", - "md/filter-none.d.ts", - "md/filter-tilt-shift.d.ts", - "md/filter-vintage.d.ts", - "md/filter.d.ts", - "md/find-in-page.d.ts", - "md/find-replace.d.ts", - "md/fingerprint.d.ts", - "md/first-page.d.ts", - "md/fitness-center.d.ts", - "md/flag.d.ts", - "md/flare.d.ts", - "md/flash-auto.d.ts", - "md/flash-off.d.ts", - "md/flash-on.d.ts", - "md/flight-land.d.ts", - "md/flight-takeoff.d.ts", - "md/flight.d.ts", - "md/flip-to-back.d.ts", - "md/flip-to-front.d.ts", - "md/flip.d.ts", - "md/folder-open.d.ts", - "md/folder-shared.d.ts", - "md/folder-special.d.ts", - "md/folder.d.ts", - "md/font-download.d.ts", - "md/format-align-center.d.ts", - "md/format-align-justify.d.ts", - "md/format-align-left.d.ts", - "md/format-align-right.d.ts", - "md/format-bold.d.ts", - "md/format-clear.d.ts", - "md/format-color-fill.d.ts", - "md/format-color-reset.d.ts", - "md/format-color-text.d.ts", - "md/format-indent-decrease.d.ts", - "md/format-indent-increase.d.ts", - "md/format-italic.d.ts", - "md/format-line-spacing.d.ts", - "md/format-list-bulleted.d.ts", - "md/format-list-numbered.d.ts", - "md/format-paint.d.ts", - "md/format-quote.d.ts", - "md/format-shapes.d.ts", - "md/format-size.d.ts", - "md/format-strikethrough.d.ts", - "md/format-textdirection-l-to-r.d.ts", - "md/format-textdirection-r-to-l.d.ts", - "md/format-underlined.d.ts", - "md/forum.d.ts", - "md/forward-10.d.ts", - "md/forward-30.d.ts", - "md/forward-5.d.ts", - "md/forward.d.ts", - "md/free-breakfast.d.ts", - "md/fullscreen-exit.d.ts", - "md/fullscreen.d.ts", - "md/functions.d.ts", - "md/g-translate.d.ts", - "md/gamepad.d.ts", - "md/games.d.ts", - "md/gavel.d.ts", - "md/gesture.d.ts", - "md/get-app.d.ts", - "md/gif.d.ts", - "md/goat.d.ts", - "md/golf-course.d.ts", - "md/gps-fixed.d.ts", - "md/gps-not-fixed.d.ts", - "md/gps-off.d.ts", - "md/grade.d.ts", - "md/gradient.d.ts", - "md/grain.d.ts", - "md/graphic-eq.d.ts", - "md/grid-off.d.ts", - "md/grid-on.d.ts", - "md/group-add.d.ts", - "md/group-work.d.ts", - "md/group.d.ts", - "md/hd.d.ts", - "md/hdr-off.d.ts", - "md/hdr-on.d.ts", - "md/hdr-strong.d.ts", - "md/hdr-weak.d.ts", - "md/headset-mic.d.ts", - "md/headset.d.ts", - "md/healing.d.ts", - "md/hearing.d.ts", - "md/help-outline.d.ts", - "md/help.d.ts", - "md/high-quality.d.ts", - "md/highlight-off.d.ts", - "md/highlight-remove.d.ts", - "md/highlight.d.ts", - "md/history.d.ts", - "md/home.d.ts", - "md/hot-tub.d.ts", - "md/hotel.d.ts", - "md/hourglass-empty.d.ts", - "md/hourglass-full.d.ts", - "md/http.d.ts", - "md/https.d.ts", - "md/image-aspect-ratio.d.ts", - "md/image.d.ts", - "md/import-contacts.d.ts", - "md/import-export.d.ts", - "md/important-devices.d.ts", - "md/inbox.d.ts", - "md/indeterminate-check-box.d.ts", - "md/info-outline.d.ts", - "md/info.d.ts", - "md/input.d.ts", - "md/insert-chart.d.ts", - "md/insert-comment.d.ts", - "md/insert-drive-file.d.ts", - "md/insert-emoticon.d.ts", - "md/insert-invitation.d.ts", - "md/insert-link.d.ts", - "md/insert-photo.d.ts", - "md/invert-colors-off.d.ts", - "md/invert-colors-on.d.ts", - "md/invert-colors.d.ts", - "md/iso.d.ts", - "md/keyboard-arrow-down.d.ts", - "md/keyboard-arrow-left.d.ts", - "md/keyboard-arrow-right.d.ts", - "md/keyboard-arrow-up.d.ts", - "md/keyboard-backspace.d.ts", - "md/keyboard-capslock.d.ts", - "md/keyboard-control.d.ts", - "md/keyboard-hide.d.ts", - "md/keyboard-return.d.ts", - "md/keyboard-tab.d.ts", - "md/keyboard-voice.d.ts", - "md/keyboard.d.ts", - "md/kitchen.d.ts", - "md/label-outline.d.ts", - "md/label.d.ts", - "md/landscape.d.ts", - "md/language.d.ts", - "md/laptop-chromebook.d.ts", - "md/laptop-mac.d.ts", - "md/laptop-windows.d.ts", - "md/laptop.d.ts", - "md/last-page.d.ts", - "md/launch.d.ts", - "md/layers-clear.d.ts", - "md/layers.d.ts", - "md/leak-add.d.ts", - "md/leak-remove.d.ts", - "md/lens.d.ts", - "md/library-add.d.ts", - "md/library-books.d.ts", - "md/library-music.d.ts", - "md/lightbulb-outline.d.ts", - "md/line-style.d.ts", - "md/line-weight.d.ts", - "md/linear-scale.d.ts", - "md/link.d.ts", - "md/linked-camera.d.ts", - "md/list.d.ts", - "md/live-help.d.ts", - "md/live-tv.d.ts", - "md/local-airport.d.ts", - "md/local-atm.d.ts", - "md/local-attraction.d.ts", - "md/local-bar.d.ts", - "md/local-cafe.d.ts", - "md/local-car-wash.d.ts", - "md/local-convenience-store.d.ts", - "md/local-drink.d.ts", - "md/local-florist.d.ts", - "md/local-gas-station.d.ts", - "md/local-grocery-store.d.ts", - "md/local-hospital.d.ts", - "md/local-hotel.d.ts", - "md/local-laundry-service.d.ts", - "md/local-library.d.ts", - "md/local-mall.d.ts", - "md/local-movies.d.ts", - "md/local-offer.d.ts", - "md/local-parking.d.ts", - "md/local-pharmacy.d.ts", - "md/local-phone.d.ts", - "md/local-pizza.d.ts", - "md/local-play.d.ts", - "md/local-post-office.d.ts", - "md/local-print-shop.d.ts", - "md/local-restaurant.d.ts", - "md/local-see.d.ts", - "md/local-shipping.d.ts", - "md/local-taxi.d.ts", - "md/location-city.d.ts", - "md/location-disabled.d.ts", - "md/location-history.d.ts", - "md/location-off.d.ts", - "md/location-on.d.ts", - "md/location-searching.d.ts", - "md/lock-open.d.ts", - "md/lock-outline.d.ts", - "md/lock.d.ts", - "md/looks-3.d.ts", - "md/looks-4.d.ts", - "md/looks-5.d.ts", - "md/looks-6.d.ts", - "md/looks-one.d.ts", - "md/looks-two.d.ts", - "md/looks.d.ts", - "md/loop.d.ts", - "md/loupe.d.ts", - "md/low-priority.d.ts", - "md/loyalty.d.ts", - "md/mail-outline.d.ts", - "md/mail.d.ts", - "md/map.d.ts", - "md/markunread-mailbox.d.ts", - "md/markunread.d.ts", - "md/memory.d.ts", - "md/menu.d.ts", - "md/merge-type.d.ts", - "md/message.d.ts", - "md/mic-none.d.ts", - "md/mic-off.d.ts", - "md/mic.d.ts", - "md/mms.d.ts", - "md/mode-comment.d.ts", - "md/mode-edit.d.ts", - "md/monetization-on.d.ts", - "md/money-off.d.ts", - "md/monochrome-photos.d.ts", - "md/mood-bad.d.ts", - "md/mood.d.ts", - "md/more-horiz.d.ts", - "md/more-vert.d.ts", - "md/more.d.ts", - "md/motorcycle.d.ts", - "md/mouse.d.ts", - "md/move-to-inbox.d.ts", - "md/movie-creation.d.ts", - "md/movie-filter.d.ts", - "md/movie.d.ts", - "md/multiline-chart.d.ts", - "md/music-note.d.ts", - "md/music-video.d.ts", - "md/my-location.d.ts", - "md/nature-people.d.ts", - "md/nature.d.ts", - "md/navigate-before.d.ts", - "md/navigate-next.d.ts", - "md/navigation.d.ts", - "md/near-me.d.ts", - "md/network-cell.d.ts", - "md/network-check.d.ts", - "md/network-locked.d.ts", - "md/network-wifi.d.ts", - "md/new-releases.d.ts", - "md/next-week.d.ts", - "md/nfc.d.ts", - "md/no-encryption.d.ts", - "md/no-sim.d.ts", - "md/not-interested.d.ts", - "md/note-add.d.ts", - "md/note.d.ts", - "md/notifications-active.d.ts", - "md/notifications-none.d.ts", - "md/notifications-off.d.ts", - "md/notifications-paused.d.ts", - "md/notifications.d.ts", - "md/now-wallpaper.d.ts", - "md/now-widgets.d.ts", - "md/offline-pin.d.ts", - "md/ondemand-video.d.ts", - "md/opacity.d.ts", - "md/open-in-browser.d.ts", - "md/open-in-new.d.ts", - "md/open-with.d.ts", - "md/pages.d.ts", - "md/pageview.d.ts", - "md/palette.d.ts", - "md/pan-tool.d.ts", - "md/panorama-fish-eye.d.ts", - "md/panorama-horizontal.d.ts", - "md/panorama-vertical.d.ts", - "md/panorama-wide-angle.d.ts", - "md/panorama.d.ts", - "md/party-mode.d.ts", - "md/pause-circle-filled.d.ts", - "md/pause-circle-outline.d.ts", - "md/pause.d.ts", - "md/payment.d.ts", - "md/people-outline.d.ts", - "md/people.d.ts", - "md/perm-camera-mic.d.ts", - "md/perm-contact-calendar.d.ts", - "md/perm-data-setting.d.ts", - "md/perm-device-information.d.ts", - "md/perm-identity.d.ts", - "md/perm-media.d.ts", - "md/perm-phone-msg.d.ts", - "md/perm-scan-wifi.d.ts", - "md/person-add.d.ts", - "md/person-outline.d.ts", - "md/person-pin-circle.d.ts", - "md/person-pin.d.ts", - "md/person.d.ts", - "md/personal-video.d.ts", - "md/pets.d.ts", - "md/phone-android.d.ts", - "md/phone-bluetooth-speaker.d.ts", - "md/phone-forwarded.d.ts", - "md/phone-in-talk.d.ts", - "md/phone-iphone.d.ts", - "md/phone-locked.d.ts", - "md/phone-missed.d.ts", - "md/phone-paused.d.ts", - "md/phone.d.ts", - "md/phonelink-erase.d.ts", - "md/phonelink-lock.d.ts", - "md/phonelink-off.d.ts", - "md/phonelink-ring.d.ts", - "md/phonelink-setup.d.ts", - "md/phonelink.d.ts", - "md/photo-album.d.ts", - "md/photo-camera.d.ts", - "md/photo-filter.d.ts", - "md/photo-library.d.ts", - "md/photo-size-select-actual.d.ts", - "md/photo-size-select-large.d.ts", - "md/photo-size-select-small.d.ts", - "md/photo.d.ts", - "md/picture-as-pdf.d.ts", - "md/picture-in-picture-alt.d.ts", - "md/picture-in-picture.d.ts", - "md/pie-chart-outlined.d.ts", - "md/pie-chart.d.ts", - "md/pin-drop.d.ts", - "md/place.d.ts", - "md/play-arrow.d.ts", - "md/play-circle-filled.d.ts", - "md/play-circle-outline.d.ts", - "md/play-for-work.d.ts", - "md/playlist-add-check.d.ts", - "md/playlist-add.d.ts", - "md/playlist-play.d.ts", - "md/plus-one.d.ts", - "md/poll.d.ts", - "md/polymer.d.ts", - "md/pool.d.ts", - "md/portable-wifi-off.d.ts", - "md/portrait.d.ts", - "md/power-input.d.ts", - "md/power-settings-new.d.ts", - "md/power.d.ts", - "md/pregnant-woman.d.ts", - "md/present-to-all.d.ts", - "md/print.d.ts", - "md/priority-high.d.ts", - "md/public.d.ts", - "md/publish.d.ts", - "md/query-builder.d.ts", - "md/question-answer.d.ts", - "md/queue-music.d.ts", - "md/queue-play-next.d.ts", - "md/queue.d.ts", - "md/radio-button-checked.d.ts", - "md/radio-button-unchecked.d.ts", - "md/radio.d.ts", - "md/rate-review.d.ts", - "md/receipt.d.ts", - "md/recent-actors.d.ts", - "md/record-voice-over.d.ts", - "md/redeem.d.ts", - "md/redo.d.ts", - "md/refresh.d.ts", - "md/remove-circle-outline.d.ts", - "md/remove-circle.d.ts", - "md/remove-from-queue.d.ts", - "md/remove-red-eye.d.ts", - "md/remove-shopping-cart.d.ts", - "md/remove.d.ts", - "md/reorder.d.ts", - "md/repeat-one.d.ts", - "md/repeat.d.ts", - "md/replay-10.d.ts", - "md/replay-30.d.ts", - "md/replay-5.d.ts", - "md/replay.d.ts", - "md/reply-all.d.ts", - "md/reply.d.ts", - "md/report-problem.d.ts", - "md/report.d.ts", - "md/restaurant-menu.d.ts", - "md/restaurant.d.ts", - "md/restore-page.d.ts", - "md/restore.d.ts", - "md/ring-volume.d.ts", - "md/room-service.d.ts", - "md/room.d.ts", - "md/rotate-90-degrees-ccw.d.ts", - "md/rotate-left.d.ts", - "md/rotate-right.d.ts", - "md/rounded-corner.d.ts", - "md/router.d.ts", - "md/rowing.d.ts", - "md/rss-feed.d.ts", - "md/rv-hookup.d.ts", - "md/satellite.d.ts", - "md/save.d.ts", - "md/scanner.d.ts", - "md/schedule.d.ts", - "md/school.d.ts", - "md/screen-lock-landscape.d.ts", - "md/screen-lock-portrait.d.ts", - "md/screen-lock-rotation.d.ts", - "md/screen-rotation.d.ts", - "md/screen-share.d.ts", - "md/sd-card.d.ts", - "md/sd-storage.d.ts", - "md/search.d.ts", - "md/security.d.ts", - "md/select-all.d.ts", - "md/send.d.ts", - "md/sentiment-dissatisfied.d.ts", - "md/sentiment-neutral.d.ts", - "md/sentiment-satisfied.d.ts", - "md/sentiment-very-dissatisfied.d.ts", - "md/sentiment-very-satisfied.d.ts", - "md/settings-applications.d.ts", - "md/settings-backup-restore.d.ts", - "md/settings-bluetooth.d.ts", - "md/settings-brightness.d.ts", - "md/settings-cell.d.ts", - "md/settings-ethernet.d.ts", - "md/settings-input-antenna.d.ts", - "md/settings-input-component.d.ts", - "md/settings-input-composite.d.ts", - "md/settings-input-hdmi.d.ts", - "md/settings-input-svideo.d.ts", - "md/settings-overscan.d.ts", - "md/settings-phone.d.ts", - "md/settings-power.d.ts", - "md/settings-remote.d.ts", - "md/settings-system-daydream.d.ts", - "md/settings-voice.d.ts", - "md/settings.d.ts", - "md/share.d.ts", - "md/shop-two.d.ts", - "md/shop.d.ts", - "md/shopping-basket.d.ts", - "md/shopping-cart.d.ts", - "md/short-text.d.ts", - "md/show-chart.d.ts", - "md/shuffle.d.ts", - "md/signal-cellular-4-bar.d.ts", - "md/signal-cellular-connected-no-internet-4-bar.d.ts", - "md/signal-cellular-no-sim.d.ts", - "md/signal-cellular-null.d.ts", - "md/signal-cellular-off.d.ts", - "md/signal-wifi-4-bar-lock.d.ts", - "md/signal-wifi-4-bar.d.ts", - "md/signal-wifi-off.d.ts", - "md/sim-card-alert.d.ts", - "md/sim-card.d.ts", - "md/skip-next.d.ts", - "md/skip-previous.d.ts", - "md/slideshow.d.ts", - "md/slow-motion-video.d.ts", - "md/smartphone.d.ts", - "md/smoke-free.d.ts", - "md/smoking-rooms.d.ts", - "md/sms-failed.d.ts", - "md/sms.d.ts", - "md/snooze.d.ts", - "md/sort-by-alpha.d.ts", - "md/sort.d.ts", - "md/spa.d.ts", - "md/space-bar.d.ts", - "md/speaker-group.d.ts", - "md/speaker-notes-off.d.ts", - "md/speaker-notes.d.ts", - "md/speaker-phone.d.ts", - "md/speaker.d.ts", - "md/spellcheck.d.ts", - "md/star-border.d.ts", - "md/star-half.d.ts", - "md/star-outline.d.ts", - "md/star.d.ts", - "md/stars.d.ts", - "md/stay-current-landscape.d.ts", - "md/stay-current-portrait.d.ts", - "md/stay-primary-landscape.d.ts", - "md/stay-primary-portrait.d.ts", - "md/stop-screen-share.d.ts", - "md/stop.d.ts", - "md/storage.d.ts", - "md/store-mall-directory.d.ts", - "md/store.d.ts", - "md/straighten.d.ts", - "md/streetview.d.ts", - "md/strikethrough-s.d.ts", - "md/style.d.ts", - "md/subdirectory-arrow-left.d.ts", - "md/subdirectory-arrow-right.d.ts", - "md/subject.d.ts", - "md/subscriptions.d.ts", - "md/subtitles.d.ts", - "md/subway.d.ts", - "md/supervisor-account.d.ts", - "md/surround-sound.d.ts", - "md/swap-calls.d.ts", - "md/swap-horiz.d.ts", - "md/swap-vert.d.ts", - "md/swap-vertical-circle.d.ts", - "md/switch-camera.d.ts", - "md/switch-video.d.ts", - "md/sync-disabled.d.ts", - "md/sync-problem.d.ts", - "md/sync.d.ts", - "md/system-update-alt.d.ts", - "md/system-update.d.ts", - "md/tab-unselected.d.ts", - "md/tab.d.ts", - "md/tablet-android.d.ts", - "md/tablet-mac.d.ts", - "md/tablet.d.ts", - "md/tag-faces.d.ts", - "md/tap-and-play.d.ts", - "md/terrain.d.ts", - "md/text-fields.d.ts", - "md/text-format.d.ts", - "md/textsms.d.ts", - "md/texture.d.ts", - "md/theaters.d.ts", - "md/thumb-down.d.ts", - "md/thumb-up.d.ts", - "md/thumbs-up-down.d.ts", - "md/time-to-leave.d.ts", - "md/timelapse.d.ts", - "md/timeline.d.ts", - "md/timer-10.d.ts", - "md/timer-3.d.ts", - "md/timer-off.d.ts", - "md/timer.d.ts", - "md/title.d.ts", - "md/toc.d.ts", - "md/today.d.ts", - "md/toll.d.ts", - "md/tonality.d.ts", - "md/touch-app.d.ts", - "md/toys.d.ts", - "md/track-changes.d.ts", - "md/traffic.d.ts", - "md/train.d.ts", - "md/tram.d.ts", - "md/transfer-within-a-station.d.ts", - "md/transform.d.ts", - "md/translate.d.ts", - "md/trending-down.d.ts", - "md/trending-flat.d.ts", - "md/trending-neutral.d.ts", - "md/trending-up.d.ts", - "md/tune.d.ts", - "md/turned-in-not.d.ts", - "md/turned-in.d.ts", - "md/tv.d.ts", - "md/unarchive.d.ts", - "md/undo.d.ts", - "md/unfold-less.d.ts", - "md/unfold-more.d.ts", - "md/update.d.ts", - "md/usb.d.ts", - "md/verified-user.d.ts", - "md/vertical-align-bottom.d.ts", - "md/vertical-align-center.d.ts", - "md/vertical-align-top.d.ts", - "md/vibration.d.ts", - "md/video-call.d.ts", - "md/video-collection.d.ts", - "md/video-label.d.ts", - "md/video-library.d.ts", - "md/videocam-off.d.ts", - "md/videocam.d.ts", - "md/videogame-asset.d.ts", - "md/view-agenda.d.ts", - "md/view-array.d.ts", - "md/view-carousel.d.ts", - "md/view-column.d.ts", - "md/view-comfortable.d.ts", - "md/view-comfy.d.ts", - "md/view-compact.d.ts", - "md/view-day.d.ts", - "md/view-headline.d.ts", - "md/view-list.d.ts", - "md/view-module.d.ts", - "md/view-quilt.d.ts", - "md/view-stream.d.ts", - "md/view-week.d.ts", - "md/vignette.d.ts", - "md/visibility-off.d.ts", - "md/visibility.d.ts", - "md/voice-chat.d.ts", - "md/voicemail.d.ts", - "md/volume-down.d.ts", - "md/volume-mute.d.ts", - "md/volume-off.d.ts", - "md/volume-up.d.ts", - "md/vpn-key.d.ts", - "md/vpn-lock.d.ts", - "md/wallpaper.d.ts", - "md/warning.d.ts", - "md/watch-later.d.ts", - "md/watch.d.ts", - "md/wb-auto.d.ts", - "md/wb-cloudy.d.ts", - "md/wb-incandescent.d.ts", - "md/wb-iridescent.d.ts", - "md/wb-sunny.d.ts", - "md/wc.d.ts", - "md/web-asset.d.ts", - "md/web.d.ts", - "md/weekend.d.ts", - "md/whatshot.d.ts", - "md/widgets.d.ts", - "md/wifi-lock.d.ts", - "md/wifi-tethering.d.ts", - "md/wifi.d.ts", - "md/work.d.ts", - "md/wrap-text.d.ts", - "md/youtube-searched-for.d.ts", - "md/zoom-in.d.ts", - "md/zoom-out-map.d.ts", - "md/zoom-out.d.ts", - "ti/adjust-brightness.d.ts", - "ti/adjust-contrast.d.ts", - "ti/anchor-outline.d.ts", - "ti/anchor.d.ts", - "ti/archive.d.ts", - "ti/arrow-back-outline.d.ts", - "ti/arrow-back.d.ts", - "ti/arrow-down-outline.d.ts", - "ti/arrow-down-thick.d.ts", - "ti/arrow-down.d.ts", - "ti/arrow-forward-outline.d.ts", - "ti/arrow-forward.d.ts", - "ti/arrow-left-outline.d.ts", - "ti/arrow-left-thick.d.ts", - "ti/arrow-left.d.ts", - "ti/arrow-loop-outline.d.ts", - "ti/arrow-loop.d.ts", - "ti/arrow-maximise-outline.d.ts", - "ti/arrow-maximise.d.ts", - "ti/arrow-minimise-outline.d.ts", - "ti/arrow-minimise.d.ts", - "ti/arrow-move-outline.d.ts", - "ti/arrow-move.d.ts", - "ti/arrow-repeat-outline.d.ts", - "ti/arrow-repeat.d.ts", - "ti/arrow-right-outline.d.ts", - "ti/arrow-right-thick.d.ts", - "ti/arrow-right.d.ts", - "ti/arrow-shuffle.d.ts", - "ti/arrow-sorted-down.d.ts", - "ti/arrow-sorted-up.d.ts", - "ti/arrow-sync-outline.d.ts", - "ti/arrow-sync.d.ts", - "ti/arrow-unsorted.d.ts", - "ti/arrow-up-outline.d.ts", - "ti/arrow-up-thick.d.ts", - "ti/arrow-up.d.ts", - "ti/at.d.ts", - "ti/attachment-outline.d.ts", - "ti/attachment.d.ts", - "ti/backspace-outline.d.ts", - "ti/backspace.d.ts", - "ti/battery-charge.d.ts", - "ti/battery-full.d.ts", - "ti/battery-high.d.ts", - "ti/battery-low.d.ts", - "ti/battery-mid.d.ts", - "ti/beaker.d.ts", - "ti/beer.d.ts", - "ti/bell.d.ts", - "ti/book.d.ts", - "ti/bookmark.d.ts", - "ti/briefcase.d.ts", - "ti/brush.d.ts", - "ti/business-card.d.ts", - "ti/calculator.d.ts", - "ti/calendar-outline.d.ts", - "ti/calendar.d.ts", - "ti/calender-outline.d.ts", - "ti/calender.d.ts", - "ti/camera-outline.d.ts", - "ti/camera.d.ts", - "ti/cancel-outline.d.ts", - "ti/cancel.d.ts", - "ti/chart-area-outline.d.ts", - "ti/chart-area.d.ts", - "ti/chart-bar-outline.d.ts", - "ti/chart-bar.d.ts", - "ti/chart-line-outline.d.ts", - "ti/chart-line.d.ts", - "ti/chart-pie-outline.d.ts", - "ti/chart-pie.d.ts", - "ti/chevron-left-outline.d.ts", - "ti/chevron-left.d.ts", - "ti/chevron-right-outline.d.ts", - "ti/chevron-right.d.ts", - "ti/clipboard.d.ts", - "ti/cloud-storage-outline.d.ts", - "ti/cloud-storage.d.ts", - "ti/code-outline.d.ts", - "ti/code.d.ts", - "ti/coffee.d.ts", - "ti/cog-outline.d.ts", - "ti/cog.d.ts", - "ti/compass.d.ts", - "ti/contacts.d.ts", - "ti/credit-card.d.ts", - "ti/cross.d.ts", - "ti/css3.d.ts", - "ti/database.d.ts", - "ti/delete-outline.d.ts", - "ti/delete.d.ts", - "ti/device-desktop.d.ts", - "ti/device-laptop.d.ts", - "ti/device-phone.d.ts", - "ti/device-tablet.d.ts", - "ti/directions.d.ts", - "ti/divide-outline.d.ts", - "ti/divide.d.ts", - "ti/document-add.d.ts", - "ti/document-delete.d.ts", - "ti/document-text.d.ts", - "ti/document.d.ts", - "ti/download-outline.d.ts", - "ti/download.d.ts", - "ti/dropbox.d.ts", - "ti/edit.d.ts", - "ti/eject-outline.d.ts", - "ti/eject.d.ts", - "ti/equals-outline.d.ts", - "ti/equals.d.ts", - "ti/export-outline.d.ts", - "ti/export.d.ts", - "ti/eye-outline.d.ts", - "ti/eye.d.ts", - "ti/feather.d.ts", - "ti/film.d.ts", - "ti/filter.d.ts", - "ti/flag-outline.d.ts", - "ti/flag.d.ts", - "ti/flash-outline.d.ts", - "ti/flash.d.ts", - "ti/flow-children.d.ts", - "ti/flow-merge.d.ts", - "ti/flow-parallel.d.ts", - "ti/flow-switch.d.ts", - "ti/folder-add.d.ts", - "ti/folder-delete.d.ts", - "ti/folder-open.d.ts", - "ti/folder.d.ts", - "ti/gift.d.ts", - "ti/globe-outline.d.ts", - "ti/globe.d.ts", - "ti/group-outline.d.ts", - "ti/group.d.ts", - "ti/headphones.d.ts", - "ti/heart-full-outline.d.ts", - "ti/heart-half-outline.d.ts", - "ti/heart-outline.d.ts", - "ti/heart.d.ts", - "ti/home-outline.d.ts", - "ti/home.d.ts", - "ti/html5.d.ts", - "ti/image-outline.d.ts", - "ti/image.d.ts", - "ti/infinity-outline.d.ts", - "ti/infinity.d.ts", - "ti/info-large-outline.d.ts", - "ti/info-large.d.ts", - "ti/info-outline.d.ts", - "ti/info.d.ts", - "ti/input-checked-outline.d.ts", - "ti/input-checked.d.ts", - "ti/key-outline.d.ts", - "ti/key.d.ts", - "ti/keyboard.d.ts", - "ti/leaf.d.ts", - "ti/lightbulb.d.ts", - "ti/link-outline.d.ts", - "ti/link.d.ts", - "ti/location-arrow-outline.d.ts", - "ti/location-arrow.d.ts", - "ti/location-outline.d.ts", - "ti/location.d.ts", - "ti/lock-closed-outline.d.ts", - "ti/lock-closed.d.ts", - "ti/lock-open-outline.d.ts", - "ti/lock-open.d.ts", - "ti/mail.d.ts", - "ti/map.d.ts", - "ti/media-eject-outline.d.ts", - "ti/media-eject.d.ts", - "ti/media-fast-forward-outline.d.ts", - "ti/media-fast-forward.d.ts", - "ti/media-pause-outline.d.ts", - "ti/media-pause.d.ts", - "ti/media-play-outline.d.ts", - "ti/media-play-reverse-outline.d.ts", - "ti/media-play-reverse.d.ts", - "ti/media-play.d.ts", - "ti/media-record-outline.d.ts", - "ti/media-record.d.ts", - "ti/media-rewind-outline.d.ts", - "ti/media-rewind.d.ts", - "ti/media-stop-outline.d.ts", - "ti/media-stop.d.ts", - "ti/message-typing.d.ts", - "ti/message.d.ts", - "ti/messages.d.ts", - "ti/microphone-outline.d.ts", - "ti/microphone.d.ts", - "ti/minus-outline.d.ts", - "ti/minus.d.ts", - "ti/mortar-board.d.ts", - "ti/news.d.ts", - "ti/notes-outline.d.ts", - "ti/notes.d.ts", - "ti/pen.d.ts", - "ti/pencil.d.ts", - "ti/phone-outline.d.ts", - "ti/phone.d.ts", - "ti/pi-outline.d.ts", - "ti/pi.d.ts", - "ti/pin-outline.d.ts", - "ti/pin.d.ts", - "ti/pipette.d.ts", - "ti/plane-outline.d.ts", - "ti/plane.d.ts", - "ti/plug.d.ts", - "ti/plus-outline.d.ts", - "ti/plus.d.ts", - "ti/point-of-interest-outline.d.ts", - "ti/point-of-interest.d.ts", - "ti/power-outline.d.ts", - "ti/power.d.ts", - "ti/printer.d.ts", - "ti/puzzle-outline.d.ts", - "ti/puzzle.d.ts", - "ti/radar-outline.d.ts", - "ti/radar.d.ts", - "ti/refresh-outline.d.ts", - "ti/refresh.d.ts", - "ti/rss-outline.d.ts", - "ti/rss.d.ts", - "ti/scissors-outline.d.ts", - "ti/scissors.d.ts", - "ti/shopping-bag.d.ts", - "ti/shopping-cart.d.ts", - "ti/social-at-circular.d.ts", - "ti/social-dribbble-circular.d.ts", - "ti/social-dribbble.d.ts", - "ti/social-facebook-circular.d.ts", - "ti/social-facebook.d.ts", - "ti/social-flickr-circular.d.ts", - "ti/social-flickr.d.ts", - "ti/social-github-circular.d.ts", - "ti/social-github.d.ts", - "ti/social-google-plus-circular.d.ts", - "ti/social-google-plus.d.ts", - "ti/social-instagram-circular.d.ts", - "ti/social-instagram.d.ts", - "ti/social-last-fm-circular.d.ts", - "ti/social-last-fm.d.ts", - "ti/social-linkedin-circular.d.ts", - "ti/social-linkedin.d.ts", - "ti/social-pinterest-circular.d.ts", - "ti/social-pinterest.d.ts", - "ti/social-skype-outline.d.ts", - "ti/social-skype.d.ts", - "ti/social-tumbler-circular.d.ts", - "ti/social-tumbler.d.ts", - "ti/social-twitter-circular.d.ts", - "ti/social-twitter.d.ts", - "ti/social-vimeo-circular.d.ts", - "ti/social-vimeo.d.ts", - "ti/social-youtube-circular.d.ts", - "ti/social-youtube.d.ts", - "ti/sort-alphabetically-outline.d.ts", - "ti/sort-alphabetically.d.ts", - "ti/sort-numerically-outline.d.ts", - "ti/sort-numerically.d.ts", - "ti/spanner-outline.d.ts", - "ti/spanner.d.ts", - "ti/spiral.d.ts", - "ti/star-full-outline.d.ts", - "ti/star-half-outline.d.ts", - "ti/star-half.d.ts", - "ti/star-outline.d.ts", - "ti/star.d.ts", - "ti/starburst-outline.d.ts", - "ti/starburst.d.ts", - "ti/stopwatch.d.ts", - "ti/support.d.ts", - "ti/tabs-outline.d.ts", - "ti/tag.d.ts", - "ti/tags.d.ts", - "ti/th-large-outline.d.ts", - "ti/th-large.d.ts", - "ti/th-list-outline.d.ts", - "ti/th-list.d.ts", - "ti/th-menu-outline.d.ts", - "ti/th-menu.d.ts", - "ti/th-small-outline.d.ts", - "ti/th-small.d.ts", - "ti/thermometer.d.ts", - "ti/thumbs-down.d.ts", - "ti/thumbs-ok.d.ts", - "ti/thumbs-up.d.ts", - "ti/tick-outline.d.ts", - "ti/tick.d.ts", - "ti/ticket.d.ts", - "ti/time.d.ts", - "ti/times-outline.d.ts", - "ti/times.d.ts", - "ti/trash.d.ts", - "ti/tree.d.ts", - "ti/upload-outline.d.ts", - "ti/upload.d.ts", - "ti/user-add-outline.d.ts", - "ti/user-add.d.ts", - "ti/user-delete-outline.d.ts", - "ti/user-delete.d.ts", - "ti/user-outline.d.ts", - "ti/user.d.ts", - "ti/vendor-android.d.ts", - "ti/vendor-apple.d.ts", - "ti/vendor-microsoft.d.ts", - "ti/video-outline.d.ts", - "ti/video.d.ts", - "ti/volume-down.d.ts", - "ti/volume-mute.d.ts", - "ti/volume-up.d.ts", - "ti/volume.d.ts", - "ti/warning-outline.d.ts", - "ti/warning.d.ts", - "ti/watch.d.ts", - "ti/waves-outline.d.ts", - "ti/waves.d.ts", - "ti/weather-cloudy.d.ts", - "ti/weather-downpour.d.ts", - "ti/weather-night.d.ts", - "ti/weather-partly-sunny.d.ts", - "ti/weather-shower.d.ts", - "ti/weather-snow.d.ts", - "ti/weather-stormy.d.ts", - "ti/weather-sunny.d.ts", - "ti/weather-windy-cloudy.d.ts", - "ti/weather-windy.d.ts", - "ti/wi-fi-outline.d.ts", - "ti/wi-fi.d.ts", - "ti/wine.d.ts", - "ti/world-outline.d.ts", - "ti/world.d.ts", - "ti/zoom-in-outline.d.ts", - "ti/zoom-in.d.ts", - "ti/zoom-out-outline.d.ts", - "ti/zoom-out.d.ts", - "ti/zoom-outline.d.ts", - "ti/zoom.d.ts", - "lib/fa/index.d.ts", - "lib/go/index.d.ts", - "lib/io/index.d.ts", - "lib/md/index.d.ts", - "lib/ti/index.d.ts", - "lib/fa/500px.d.ts", - "lib/fa/adjust.d.ts", - "lib/fa/adn.d.ts", - "lib/fa/align-center.d.ts", - "lib/fa/align-justify.d.ts", - "lib/fa/align-left.d.ts", - "lib/fa/align-right.d.ts", - "lib/fa/amazon.d.ts", - "lib/fa/ambulance.d.ts", - "lib/fa/american-sign-language-interpreting.d.ts", - "lib/fa/anchor.d.ts", - "lib/fa/android.d.ts", - "lib/fa/angellist.d.ts", - "lib/fa/angle-double-down.d.ts", - "lib/fa/angle-double-left.d.ts", - "lib/fa/angle-double-right.d.ts", - "lib/fa/angle-double-up.d.ts", - "lib/fa/angle-down.d.ts", - "lib/fa/angle-left.d.ts", - "lib/fa/angle-right.d.ts", - "lib/fa/angle-up.d.ts", - "lib/fa/apple.d.ts", - "lib/fa/archive.d.ts", - "lib/fa/area-chart.d.ts", - "lib/fa/arrow-circle-down.d.ts", - "lib/fa/arrow-circle-left.d.ts", - "lib/fa/arrow-circle-o-down.d.ts", - "lib/fa/arrow-circle-o-left.d.ts", - "lib/fa/arrow-circle-o-right.d.ts", - "lib/fa/arrow-circle-o-up.d.ts", - "lib/fa/arrow-circle-right.d.ts", - "lib/fa/arrow-circle-up.d.ts", - "lib/fa/arrow-down.d.ts", - "lib/fa/arrow-left.d.ts", - "lib/fa/arrow-right.d.ts", - "lib/fa/arrow-up.d.ts", - "lib/fa/arrows-alt.d.ts", - "lib/fa/arrows-h.d.ts", - "lib/fa/arrows-v.d.ts", - "lib/fa/arrows.d.ts", - "lib/fa/assistive-listening-systems.d.ts", - "lib/fa/asterisk.d.ts", - "lib/fa/at.d.ts", - "lib/fa/audio-description.d.ts", - "lib/fa/automobile.d.ts", - "lib/fa/backward.d.ts", - "lib/fa/balance-scale.d.ts", - "lib/fa/ban.d.ts", - "lib/fa/bank.d.ts", - "lib/fa/bar-chart.d.ts", - "lib/fa/barcode.d.ts", - "lib/fa/bars.d.ts", - "lib/fa/battery-0.d.ts", - "lib/fa/battery-1.d.ts", - "lib/fa/battery-2.d.ts", - "lib/fa/battery-3.d.ts", - "lib/fa/battery-4.d.ts", - "lib/fa/bed.d.ts", - "lib/fa/beer.d.ts", - "lib/fa/behance-square.d.ts", - "lib/fa/behance.d.ts", - "lib/fa/bell-o.d.ts", - "lib/fa/bell-slash-o.d.ts", - "lib/fa/bell-slash.d.ts", - "lib/fa/bell.d.ts", - "lib/fa/bicycle.d.ts", - "lib/fa/binoculars.d.ts", - "lib/fa/birthday-cake.d.ts", - "lib/fa/bitbucket-square.d.ts", - "lib/fa/bitbucket.d.ts", - "lib/fa/bitcoin.d.ts", - "lib/fa/black-tie.d.ts", - "lib/fa/blind.d.ts", - "lib/fa/bluetooth-b.d.ts", - "lib/fa/bluetooth.d.ts", - "lib/fa/bold.d.ts", - "lib/fa/bolt.d.ts", - "lib/fa/bomb.d.ts", - "lib/fa/book.d.ts", - "lib/fa/bookmark-o.d.ts", - "lib/fa/bookmark.d.ts", - "lib/fa/braille.d.ts", - "lib/fa/briefcase.d.ts", - "lib/fa/bug.d.ts", - "lib/fa/building-o.d.ts", - "lib/fa/building.d.ts", - "lib/fa/bullhorn.d.ts", - "lib/fa/bullseye.d.ts", - "lib/fa/bus.d.ts", - "lib/fa/buysellads.d.ts", - "lib/fa/cab.d.ts", - "lib/fa/calculator.d.ts", - "lib/fa/calendar-check-o.d.ts", - "lib/fa/calendar-minus-o.d.ts", - "lib/fa/calendar-o.d.ts", - "lib/fa/calendar-plus-o.d.ts", - "lib/fa/calendar-times-o.d.ts", - "lib/fa/calendar.d.ts", - "lib/fa/camera-retro.d.ts", - "lib/fa/camera.d.ts", - "lib/fa/caret-down.d.ts", - "lib/fa/caret-left.d.ts", - "lib/fa/caret-right.d.ts", - "lib/fa/caret-square-o-down.d.ts", - "lib/fa/caret-square-o-left.d.ts", - "lib/fa/caret-square-o-right.d.ts", - "lib/fa/caret-square-o-up.d.ts", - "lib/fa/caret-up.d.ts", - "lib/fa/cart-arrow-down.d.ts", - "lib/fa/cart-plus.d.ts", - "lib/fa/cc-amex.d.ts", - "lib/fa/cc-diners-club.d.ts", - "lib/fa/cc-discover.d.ts", - "lib/fa/cc-jcb.d.ts", - "lib/fa/cc-mastercard.d.ts", - "lib/fa/cc-paypal.d.ts", - "lib/fa/cc-stripe.d.ts", - "lib/fa/cc-visa.d.ts", - "lib/fa/cc.d.ts", - "lib/fa/certificate.d.ts", - "lib/fa/chain-broken.d.ts", - "lib/fa/chain.d.ts", - "lib/fa/check-circle-o.d.ts", - "lib/fa/check-circle.d.ts", - "lib/fa/check-square-o.d.ts", - "lib/fa/check-square.d.ts", - "lib/fa/check.d.ts", - "lib/fa/chevron-circle-down.d.ts", - "lib/fa/chevron-circle-left.d.ts", - "lib/fa/chevron-circle-right.d.ts", - "lib/fa/chevron-circle-up.d.ts", - "lib/fa/chevron-down.d.ts", - "lib/fa/chevron-left.d.ts", - "lib/fa/chevron-right.d.ts", - "lib/fa/chevron-up.d.ts", - "lib/fa/child.d.ts", - "lib/fa/chrome.d.ts", - "lib/fa/circle-o-notch.d.ts", - "lib/fa/circle-o.d.ts", - "lib/fa/circle-thin.d.ts", - "lib/fa/circle.d.ts", - "lib/fa/clipboard.d.ts", - "lib/fa/clock-o.d.ts", - "lib/fa/clone.d.ts", - "lib/fa/close.d.ts", - "lib/fa/cloud-download.d.ts", - "lib/fa/cloud-upload.d.ts", - "lib/fa/cloud.d.ts", - "lib/fa/cny.d.ts", - "lib/fa/code-fork.d.ts", - "lib/fa/code.d.ts", - "lib/fa/codepen.d.ts", - "lib/fa/codiepie.d.ts", - "lib/fa/coffee.d.ts", - "lib/fa/cog.d.ts", - "lib/fa/cogs.d.ts", - "lib/fa/columns.d.ts", - "lib/fa/comment-o.d.ts", - "lib/fa/comment.d.ts", - "lib/fa/commenting-o.d.ts", - "lib/fa/commenting.d.ts", - "lib/fa/comments-o.d.ts", - "lib/fa/comments.d.ts", - "lib/fa/compass.d.ts", - "lib/fa/compress.d.ts", - "lib/fa/connectdevelop.d.ts", - "lib/fa/contao.d.ts", - "lib/fa/copy.d.ts", - "lib/fa/copyright.d.ts", - "lib/fa/creative-commons.d.ts", - "lib/fa/credit-card-alt.d.ts", - "lib/fa/credit-card.d.ts", - "lib/fa/crop.d.ts", - "lib/fa/crosshairs.d.ts", - "lib/fa/css3.d.ts", - "lib/fa/cube.d.ts", - "lib/fa/cubes.d.ts", - "lib/fa/cut.d.ts", - "lib/fa/cutlery.d.ts", - "lib/fa/dashboard.d.ts", - "lib/fa/dashcube.d.ts", - "lib/fa/database.d.ts", - "lib/fa/deaf.d.ts", - "lib/fa/dedent.d.ts", - "lib/fa/delicious.d.ts", - "lib/fa/desktop.d.ts", - "lib/fa/deviantart.d.ts", - "lib/fa/diamond.d.ts", - "lib/fa/digg.d.ts", - "lib/fa/dollar.d.ts", - "lib/fa/dot-circle-o.d.ts", - "lib/fa/download.d.ts", - "lib/fa/dribbble.d.ts", - "lib/fa/dropbox.d.ts", - "lib/fa/drupal.d.ts", - "lib/fa/edge.d.ts", - "lib/fa/edit.d.ts", - "lib/fa/eject.d.ts", - "lib/fa/ellipsis-h.d.ts", - "lib/fa/ellipsis-v.d.ts", - "lib/fa/empire.d.ts", - "lib/fa/envelope-o.d.ts", - "lib/fa/envelope-square.d.ts", - "lib/fa/envelope.d.ts", - "lib/fa/envira.d.ts", - "lib/fa/eraser.d.ts", - "lib/fa/eur.d.ts", - "lib/fa/exchange.d.ts", - "lib/fa/exclamation-circle.d.ts", - "lib/fa/exclamation-triangle.d.ts", - "lib/fa/exclamation.d.ts", - "lib/fa/expand.d.ts", - "lib/fa/expeditedssl.d.ts", - "lib/fa/external-link-square.d.ts", - "lib/fa/external-link.d.ts", - "lib/fa/eye-slash.d.ts", - "lib/fa/eye.d.ts", - "lib/fa/eyedropper.d.ts", - "lib/fa/facebook-official.d.ts", - "lib/fa/facebook-square.d.ts", - "lib/fa/facebook.d.ts", - "lib/fa/fast-backward.d.ts", - "lib/fa/fast-forward.d.ts", - "lib/fa/fax.d.ts", - "lib/fa/feed.d.ts", - "lib/fa/female.d.ts", - "lib/fa/fighter-jet.d.ts", - "lib/fa/file-archive-o.d.ts", - "lib/fa/file-audio-o.d.ts", - "lib/fa/file-code-o.d.ts", - "lib/fa/file-excel-o.d.ts", - "lib/fa/file-image-o.d.ts", - "lib/fa/file-movie-o.d.ts", - "lib/fa/file-o.d.ts", - "lib/fa/file-pdf-o.d.ts", - "lib/fa/file-powerpoint-o.d.ts", - "lib/fa/file-text-o.d.ts", - "lib/fa/file-text.d.ts", - "lib/fa/file-word-o.d.ts", - "lib/fa/file.d.ts", - "lib/fa/film.d.ts", - "lib/fa/filter.d.ts", - "lib/fa/fire-extinguisher.d.ts", - "lib/fa/fire.d.ts", - "lib/fa/firefox.d.ts", - "lib/fa/flag-checkered.d.ts", - "lib/fa/flag-o.d.ts", - "lib/fa/flag.d.ts", - "lib/fa/flask.d.ts", - "lib/fa/flickr.d.ts", - "lib/fa/floppy-o.d.ts", - "lib/fa/folder-o.d.ts", - "lib/fa/folder-open-o.d.ts", - "lib/fa/folder-open.d.ts", - "lib/fa/folder.d.ts", - "lib/fa/font.d.ts", - "lib/fa/fonticons.d.ts", - "lib/fa/fort-awesome.d.ts", - "lib/fa/forumbee.d.ts", - "lib/fa/forward.d.ts", - "lib/fa/foursquare.d.ts", - "lib/fa/frown-o.d.ts", - "lib/fa/futbol-o.d.ts", - "lib/fa/gamepad.d.ts", - "lib/fa/gavel.d.ts", - "lib/fa/gbp.d.ts", - "lib/fa/genderless.d.ts", - "lib/fa/get-pocket.d.ts", - "lib/fa/gg-circle.d.ts", - "lib/fa/gg.d.ts", - "lib/fa/gift.d.ts", - "lib/fa/git-square.d.ts", - "lib/fa/git.d.ts", - "lib/fa/github-alt.d.ts", - "lib/fa/github-square.d.ts", - "lib/fa/github.d.ts", - "lib/fa/gitlab.d.ts", - "lib/fa/gittip.d.ts", - "lib/fa/glass.d.ts", - "lib/fa/glide-g.d.ts", - "lib/fa/glide.d.ts", - "lib/fa/globe.d.ts", - "lib/fa/google-plus-square.d.ts", - "lib/fa/google-plus.d.ts", - "lib/fa/google-wallet.d.ts", - "lib/fa/google.d.ts", - "lib/fa/graduation-cap.d.ts", - "lib/fa/group.d.ts", - "lib/fa/h-square.d.ts", - "lib/fa/hacker-news.d.ts", - "lib/fa/hand-grab-o.d.ts", - "lib/fa/hand-lizard-o.d.ts", - "lib/fa/hand-o-down.d.ts", - "lib/fa/hand-o-left.d.ts", - "lib/fa/hand-o-right.d.ts", - "lib/fa/hand-o-up.d.ts", - "lib/fa/hand-paper-o.d.ts", - "lib/fa/hand-peace-o.d.ts", - "lib/fa/hand-pointer-o.d.ts", - "lib/fa/hand-scissors-o.d.ts", - "lib/fa/hand-spock-o.d.ts", - "lib/fa/hashtag.d.ts", - "lib/fa/hdd-o.d.ts", - "lib/fa/header.d.ts", - "lib/fa/headphones.d.ts", - "lib/fa/heart-o.d.ts", - "lib/fa/heart.d.ts", - "lib/fa/heartbeat.d.ts", - "lib/fa/history.d.ts", - "lib/fa/home.d.ts", - "lib/fa/hospital-o.d.ts", - "lib/fa/hourglass-1.d.ts", - "lib/fa/hourglass-2.d.ts", - "lib/fa/hourglass-3.d.ts", - "lib/fa/hourglass-o.d.ts", - "lib/fa/hourglass.d.ts", - "lib/fa/houzz.d.ts", - "lib/fa/html5.d.ts", - "lib/fa/i-cursor.d.ts", - "lib/fa/ils.d.ts", - "lib/fa/image.d.ts", - "lib/fa/inbox.d.ts", - "lib/fa/indent.d.ts", - "lib/fa/industry.d.ts", - "lib/fa/info-circle.d.ts", - "lib/fa/info.d.ts", - "lib/fa/inr.d.ts", - "lib/fa/instagram.d.ts", - "lib/fa/internet-explorer.d.ts", - "lib/fa/intersex.d.ts", - "lib/fa/ioxhost.d.ts", - "lib/fa/italic.d.ts", - "lib/fa/joomla.d.ts", - "lib/fa/jsfiddle.d.ts", - "lib/fa/key.d.ts", - "lib/fa/keyboard-o.d.ts", - "lib/fa/krw.d.ts", - "lib/fa/language.d.ts", - "lib/fa/laptop.d.ts", - "lib/fa/lastfm-square.d.ts", - "lib/fa/lastfm.d.ts", - "lib/fa/leaf.d.ts", - "lib/fa/leanpub.d.ts", - "lib/fa/lemon-o.d.ts", - "lib/fa/level-down.d.ts", - "lib/fa/level-up.d.ts", - "lib/fa/life-bouy.d.ts", - "lib/fa/lightbulb-o.d.ts", - "lib/fa/line-chart.d.ts", - "lib/fa/linkedin-square.d.ts", - "lib/fa/linkedin.d.ts", - "lib/fa/linux.d.ts", - "lib/fa/list-alt.d.ts", - "lib/fa/list-ol.d.ts", - "lib/fa/list-ul.d.ts", - "lib/fa/list.d.ts", - "lib/fa/location-arrow.d.ts", - "lib/fa/lock.d.ts", - "lib/fa/long-arrow-down.d.ts", - "lib/fa/long-arrow-left.d.ts", - "lib/fa/long-arrow-right.d.ts", - "lib/fa/long-arrow-up.d.ts", - "lib/fa/low-vision.d.ts", - "lib/fa/magic.d.ts", - "lib/fa/magnet.d.ts", - "lib/fa/mail-forward.d.ts", - "lib/fa/mail-reply-all.d.ts", - "lib/fa/mail-reply.d.ts", - "lib/fa/male.d.ts", - "lib/fa/map-marker.d.ts", - "lib/fa/map-o.d.ts", - "lib/fa/map-pin.d.ts", - "lib/fa/map-signs.d.ts", - "lib/fa/map.d.ts", - "lib/fa/mars-double.d.ts", - "lib/fa/mars-stroke-h.d.ts", - "lib/fa/mars-stroke-v.d.ts", - "lib/fa/mars-stroke.d.ts", - "lib/fa/mars.d.ts", - "lib/fa/maxcdn.d.ts", - "lib/fa/meanpath.d.ts", - "lib/fa/medium.d.ts", - "lib/fa/medkit.d.ts", - "lib/fa/meh-o.d.ts", - "lib/fa/mercury.d.ts", - "lib/fa/microphone-slash.d.ts", - "lib/fa/microphone.d.ts", - "lib/fa/minus-circle.d.ts", - "lib/fa/minus-square-o.d.ts", - "lib/fa/minus-square.d.ts", - "lib/fa/minus.d.ts", - "lib/fa/mixcloud.d.ts", - "lib/fa/mobile.d.ts", - "lib/fa/modx.d.ts", - "lib/fa/money.d.ts", - "lib/fa/moon-o.d.ts", - "lib/fa/motorcycle.d.ts", - "lib/fa/mouse-pointer.d.ts", - "lib/fa/music.d.ts", - "lib/fa/neuter.d.ts", - "lib/fa/newspaper-o.d.ts", - "lib/fa/object-group.d.ts", - "lib/fa/object-ungroup.d.ts", - "lib/fa/odnoklassniki-square.d.ts", - "lib/fa/odnoklassniki.d.ts", - "lib/fa/opencart.d.ts", - "lib/fa/openid.d.ts", - "lib/fa/opera.d.ts", - "lib/fa/optin-monster.d.ts", - "lib/fa/pagelines.d.ts", - "lib/fa/paint-brush.d.ts", - "lib/fa/paper-plane-o.d.ts", - "lib/fa/paper-plane.d.ts", - "lib/fa/paperclip.d.ts", - "lib/fa/paragraph.d.ts", - "lib/fa/pause-circle-o.d.ts", - "lib/fa/pause-circle.d.ts", - "lib/fa/pause.d.ts", - "lib/fa/paw.d.ts", - "lib/fa/paypal.d.ts", - "lib/fa/pencil-square.d.ts", - "lib/fa/pencil.d.ts", - "lib/fa/percent.d.ts", - "lib/fa/phone-square.d.ts", - "lib/fa/phone.d.ts", - "lib/fa/pie-chart.d.ts", - "lib/fa/pied-piper-alt.d.ts", - "lib/fa/pied-piper.d.ts", - "lib/fa/pinterest-p.d.ts", - "lib/fa/pinterest-square.d.ts", - "lib/fa/pinterest.d.ts", - "lib/fa/plane.d.ts", - "lib/fa/play-circle-o.d.ts", - "lib/fa/play-circle.d.ts", - "lib/fa/play.d.ts", - "lib/fa/plug.d.ts", - "lib/fa/plus-circle.d.ts", - "lib/fa/plus-square-o.d.ts", - "lib/fa/plus-square.d.ts", - "lib/fa/plus.d.ts", - "lib/fa/power-off.d.ts", - "lib/fa/print.d.ts", - "lib/fa/product-hunt.d.ts", - "lib/fa/puzzle-piece.d.ts", - "lib/fa/qq.d.ts", - "lib/fa/qrcode.d.ts", - "lib/fa/question-circle-o.d.ts", - "lib/fa/question-circle.d.ts", - "lib/fa/question.d.ts", - "lib/fa/quote-left.d.ts", - "lib/fa/quote-right.d.ts", - "lib/fa/ra.d.ts", - "lib/fa/random.d.ts", - "lib/fa/recycle.d.ts", - "lib/fa/reddit-alien.d.ts", - "lib/fa/reddit-square.d.ts", - "lib/fa/reddit.d.ts", - "lib/fa/refresh.d.ts", - "lib/fa/registered.d.ts", - "lib/fa/renren.d.ts", - "lib/fa/repeat.d.ts", - "lib/fa/retweet.d.ts", - "lib/fa/road.d.ts", - "lib/fa/rocket.d.ts", - "lib/fa/rotate-left.d.ts", - "lib/fa/rouble.d.ts", - "lib/fa/rss-square.d.ts", - "lib/fa/safari.d.ts", - "lib/fa/scribd.d.ts", - "lib/fa/search-minus.d.ts", - "lib/fa/search-plus.d.ts", - "lib/fa/search.d.ts", - "lib/fa/sellsy.d.ts", - "lib/fa/server.d.ts", - "lib/fa/share-alt-square.d.ts", - "lib/fa/share-alt.d.ts", - "lib/fa/share-square-o.d.ts", - "lib/fa/share-square.d.ts", - "lib/fa/shield.d.ts", - "lib/fa/ship.d.ts", - "lib/fa/shirtsinbulk.d.ts", - "lib/fa/shopping-bag.d.ts", - "lib/fa/shopping-basket.d.ts", - "lib/fa/shopping-cart.d.ts", - "lib/fa/sign-in.d.ts", - "lib/fa/sign-language.d.ts", - "lib/fa/sign-out.d.ts", - "lib/fa/signal.d.ts", - "lib/fa/simplybuilt.d.ts", - "lib/fa/sitemap.d.ts", - "lib/fa/skyatlas.d.ts", - "lib/fa/skype.d.ts", - "lib/fa/slack.d.ts", - "lib/fa/sliders.d.ts", - "lib/fa/slideshare.d.ts", - "lib/fa/smile-o.d.ts", - "lib/fa/snapchat-ghost.d.ts", - "lib/fa/snapchat-square.d.ts", - "lib/fa/snapchat.d.ts", - "lib/fa/sort-alpha-asc.d.ts", - "lib/fa/sort-alpha-desc.d.ts", - "lib/fa/sort-amount-asc.d.ts", - "lib/fa/sort-amount-desc.d.ts", - "lib/fa/sort-asc.d.ts", - "lib/fa/sort-desc.d.ts", - "lib/fa/sort-numeric-asc.d.ts", - "lib/fa/sort-numeric-desc.d.ts", - "lib/fa/sort.d.ts", - "lib/fa/soundcloud.d.ts", - "lib/fa/space-shuttle.d.ts", - "lib/fa/spinner.d.ts", - "lib/fa/spoon.d.ts", - "lib/fa/spotify.d.ts", - "lib/fa/square-o.d.ts", - "lib/fa/square.d.ts", - "lib/fa/stack-exchange.d.ts", - "lib/fa/stack-overflow.d.ts", - "lib/fa/star-half-empty.d.ts", - "lib/fa/star-half.d.ts", - "lib/fa/star-o.d.ts", - "lib/fa/star.d.ts", - "lib/fa/steam-square.d.ts", - "lib/fa/steam.d.ts", - "lib/fa/step-backward.d.ts", - "lib/fa/step-forward.d.ts", - "lib/fa/stethoscope.d.ts", - "lib/fa/sticky-note-o.d.ts", - "lib/fa/sticky-note.d.ts", - "lib/fa/stop-circle-o.d.ts", - "lib/fa/stop-circle.d.ts", - "lib/fa/stop.d.ts", - "lib/fa/street-view.d.ts", - "lib/fa/strikethrough.d.ts", - "lib/fa/stumbleupon-circle.d.ts", - "lib/fa/stumbleupon.d.ts", - "lib/fa/subscript.d.ts", - "lib/fa/subway.d.ts", - "lib/fa/suitcase.d.ts", - "lib/fa/sun-o.d.ts", - "lib/fa/superscript.d.ts", - "lib/fa/table.d.ts", - "lib/fa/tablet.d.ts", - "lib/fa/tag.d.ts", - "lib/fa/tags.d.ts", - "lib/fa/tasks.d.ts", - "lib/fa/television.d.ts", - "lib/fa/tencent-weibo.d.ts", - "lib/fa/terminal.d.ts", - "lib/fa/text-height.d.ts", - "lib/fa/text-width.d.ts", - "lib/fa/th-large.d.ts", - "lib/fa/th-list.d.ts", - "lib/fa/th.d.ts", - "lib/fa/thumb-tack.d.ts", - "lib/fa/thumbs-down.d.ts", - "lib/fa/thumbs-o-down.d.ts", - "lib/fa/thumbs-o-up.d.ts", - "lib/fa/thumbs-up.d.ts", - "lib/fa/ticket.d.ts", - "lib/fa/times-circle-o.d.ts", - "lib/fa/times-circle.d.ts", - "lib/fa/tint.d.ts", - "lib/fa/toggle-off.d.ts", - "lib/fa/toggle-on.d.ts", - "lib/fa/trademark.d.ts", - "lib/fa/train.d.ts", - "lib/fa/transgender-alt.d.ts", - "lib/fa/trash-o.d.ts", - "lib/fa/trash.d.ts", - "lib/fa/tree.d.ts", - "lib/fa/trello.d.ts", - "lib/fa/tripadvisor.d.ts", - "lib/fa/trophy.d.ts", - "lib/fa/truck.d.ts", - "lib/fa/try.d.ts", - "lib/fa/tty.d.ts", - "lib/fa/tumblr-square.d.ts", - "lib/fa/tumblr.d.ts", - "lib/fa/twitch.d.ts", - "lib/fa/twitter-square.d.ts", - "lib/fa/twitter.d.ts", - "lib/fa/umbrella.d.ts", - "lib/fa/underline.d.ts", - "lib/fa/universal-access.d.ts", - "lib/fa/unlock-alt.d.ts", - "lib/fa/unlock.d.ts", - "lib/fa/upload.d.ts", - "lib/fa/usb.d.ts", - "lib/fa/user-md.d.ts", - "lib/fa/user-plus.d.ts", - "lib/fa/user-secret.d.ts", - "lib/fa/user-times.d.ts", - "lib/fa/user.d.ts", - "lib/fa/venus-double.d.ts", - "lib/fa/venus-mars.d.ts", - "lib/fa/venus.d.ts", - "lib/fa/viacoin.d.ts", - "lib/fa/viadeo-square.d.ts", - "lib/fa/viadeo.d.ts", - "lib/fa/video-camera.d.ts", - "lib/fa/vimeo-square.d.ts", - "lib/fa/vimeo.d.ts", - "lib/fa/vine.d.ts", - "lib/fa/vk.d.ts", - "lib/fa/volume-control-phone.d.ts", - "lib/fa/volume-down.d.ts", - "lib/fa/volume-off.d.ts", - "lib/fa/volume-up.d.ts", - "lib/fa/wechat.d.ts", - "lib/fa/weibo.d.ts", - "lib/fa/whatsapp.d.ts", - "lib/fa/wheelchair-alt.d.ts", - "lib/fa/wheelchair.d.ts", - "lib/fa/wifi.d.ts", - "lib/fa/wikipedia-w.d.ts", - "lib/fa/windows.d.ts", - "lib/fa/wordpress.d.ts", - "lib/fa/wpbeginner.d.ts", - "lib/fa/wpforms.d.ts", - "lib/fa/wrench.d.ts", - "lib/fa/xing-square.d.ts", - "lib/fa/xing.d.ts", - "lib/fa/y-combinator.d.ts", - "lib/fa/yahoo.d.ts", - "lib/fa/yelp.d.ts", - "lib/fa/youtube-play.d.ts", - "lib/fa/youtube-square.d.ts", - "lib/fa/youtube.d.ts", - "lib/go/alert.d.ts", - "lib/go/alignment-align.d.ts", - "lib/go/alignment-aligned-to.d.ts", - "lib/go/alignment-unalign.d.ts", - "lib/go/arrow-down.d.ts", - "lib/go/arrow-left.d.ts", - "lib/go/arrow-right.d.ts", - "lib/go/arrow-small-down.d.ts", - "lib/go/arrow-small-left.d.ts", - "lib/go/arrow-small-right.d.ts", - "lib/go/arrow-small-up.d.ts", - "lib/go/arrow-up.d.ts", - "lib/go/beer.d.ts", - "lib/go/book.d.ts", - "lib/go/bookmark.d.ts", - "lib/go/briefcase.d.ts", - "lib/go/broadcast.d.ts", - "lib/go/browser.d.ts", - "lib/go/bug.d.ts", - "lib/go/calendar.d.ts", - "lib/go/check.d.ts", - "lib/go/checklist.d.ts", - "lib/go/chevron-down.d.ts", - "lib/go/chevron-left.d.ts", - "lib/go/chevron-right.d.ts", - "lib/go/chevron-up.d.ts", - "lib/go/circle-slash.d.ts", - "lib/go/circuit-board.d.ts", - "lib/go/clippy.d.ts", - "lib/go/clock.d.ts", - "lib/go/cloud-download.d.ts", - "lib/go/cloud-upload.d.ts", - "lib/go/code.d.ts", - "lib/go/color-mode.d.ts", - "lib/go/comment-discussion.d.ts", - "lib/go/comment.d.ts", - "lib/go/credit-card.d.ts", - "lib/go/dash.d.ts", - "lib/go/dashboard.d.ts", - "lib/go/database.d.ts", - "lib/go/device-camera-video.d.ts", - "lib/go/device-camera.d.ts", - "lib/go/device-desktop.d.ts", - "lib/go/device-mobile.d.ts", - "lib/go/diff-added.d.ts", - "lib/go/diff-ignored.d.ts", - "lib/go/diff-modified.d.ts", - "lib/go/diff-removed.d.ts", - "lib/go/diff-renamed.d.ts", - "lib/go/diff.d.ts", - "lib/go/ellipsis.d.ts", - "lib/go/eye.d.ts", - "lib/go/file-binary.d.ts", - "lib/go/file-code.d.ts", - "lib/go/file-directory.d.ts", - "lib/go/file-media.d.ts", - "lib/go/file-pdf.d.ts", - "lib/go/file-submodule.d.ts", - "lib/go/file-symlink-directory.d.ts", - "lib/go/file-symlink-file.d.ts", - "lib/go/file-text.d.ts", - "lib/go/file-zip.d.ts", - "lib/go/flame.d.ts", - "lib/go/fold.d.ts", - "lib/go/gear.d.ts", - "lib/go/gift.d.ts", - "lib/go/gist-secret.d.ts", - "lib/go/gist.d.ts", - "lib/go/git-branch.d.ts", - "lib/go/git-commit.d.ts", - "lib/go/git-compare.d.ts", - "lib/go/git-merge.d.ts", - "lib/go/git-pull-request.d.ts", - "lib/go/globe.d.ts", - "lib/go/graph.d.ts", - "lib/go/heart.d.ts", - "lib/go/history.d.ts", - "lib/go/home.d.ts", - "lib/go/horizontal-rule.d.ts", - "lib/go/hourglass.d.ts", - "lib/go/hubot.d.ts", - "lib/go/inbox.d.ts", - "lib/go/info.d.ts", - "lib/go/issue-closed.d.ts", - "lib/go/issue-opened.d.ts", - "lib/go/issue-reopened.d.ts", - "lib/go/jersey.d.ts", - "lib/go/jump-down.d.ts", - "lib/go/jump-left.d.ts", - "lib/go/jump-right.d.ts", - "lib/go/jump-up.d.ts", - "lib/go/key.d.ts", - "lib/go/keyboard.d.ts", - "lib/go/law.d.ts", - "lib/go/light-bulb.d.ts", - "lib/go/link-external.d.ts", - "lib/go/link.d.ts", - "lib/go/list-ordered.d.ts", - "lib/go/list-unordered.d.ts", - "lib/go/location.d.ts", - "lib/go/lock.d.ts", - "lib/go/logo-github.d.ts", - "lib/go/mail-read.d.ts", - "lib/go/mail-reply.d.ts", - "lib/go/mail.d.ts", - "lib/go/mark-github.d.ts", - "lib/go/markdown.d.ts", - "lib/go/megaphone.d.ts", - "lib/go/mention.d.ts", - "lib/go/microscope.d.ts", - "lib/go/milestone.d.ts", - "lib/go/mirror.d.ts", - "lib/go/mortar-board.d.ts", - "lib/go/move-down.d.ts", - "lib/go/move-left.d.ts", - "lib/go/move-right.d.ts", - "lib/go/move-up.d.ts", - "lib/go/mute.d.ts", - "lib/go/no-newline.d.ts", - "lib/go/octoface.d.ts", - "lib/go/organization.d.ts", - "lib/go/package.d.ts", - "lib/go/paintcan.d.ts", - "lib/go/pencil.d.ts", - "lib/go/person.d.ts", - "lib/go/pin.d.ts", - "lib/go/playback-fast-forward.d.ts", - "lib/go/playback-pause.d.ts", - "lib/go/playback-play.d.ts", - "lib/go/playback-rewind.d.ts", - "lib/go/plug.d.ts", - "lib/go/plus.d.ts", - "lib/go/podium.d.ts", - "lib/go/primitive-dot.d.ts", - "lib/go/primitive-square.d.ts", - "lib/go/pulse.d.ts", - "lib/go/puzzle.d.ts", - "lib/go/question.d.ts", - "lib/go/quote.d.ts", - "lib/go/radio-tower.d.ts", - "lib/go/repo-clone.d.ts", - "lib/go/repo-force-push.d.ts", - "lib/go/repo-forked.d.ts", - "lib/go/repo-pull.d.ts", - "lib/go/repo-push.d.ts", - "lib/go/repo.d.ts", - "lib/go/rocket.d.ts", - "lib/go/rss.d.ts", - "lib/go/ruby.d.ts", - "lib/go/screen-full.d.ts", - "lib/go/screen-normal.d.ts", - "lib/go/search.d.ts", - "lib/go/server.d.ts", - "lib/go/settings.d.ts", - "lib/go/sign-in.d.ts", - "lib/go/sign-out.d.ts", - "lib/go/split.d.ts", - "lib/go/squirrel.d.ts", - "lib/go/star.d.ts", - "lib/go/steps.d.ts", - "lib/go/stop.d.ts", - "lib/go/sync.d.ts", - "lib/go/tag.d.ts", - "lib/go/telescope.d.ts", - "lib/go/terminal.d.ts", - "lib/go/three-bars.d.ts", - "lib/go/tools.d.ts", - "lib/go/trashcan.d.ts", - "lib/go/triangle-down.d.ts", - "lib/go/triangle-left.d.ts", - "lib/go/triangle-right.d.ts", - "lib/go/triangle-up.d.ts", - "lib/go/unfold.d.ts", - "lib/go/unmute.d.ts", - "lib/go/versions.d.ts", - "lib/go/x.d.ts", - "lib/go/zap.d.ts", - "lib/io/alert-circled.d.ts", - "lib/io/alert.d.ts", - "lib/io/android-add-circle.d.ts", - "lib/io/android-add.d.ts", - "lib/io/android-alarm-clock.d.ts", - "lib/io/android-alert.d.ts", - "lib/io/android-apps.d.ts", - "lib/io/android-archive.d.ts", - "lib/io/android-arrow-back.d.ts", - "lib/io/android-arrow-down.d.ts", - "lib/io/android-arrow-dropdown-circle.d.ts", - "lib/io/android-arrow-dropdown.d.ts", - "lib/io/android-arrow-dropleft-circle.d.ts", - "lib/io/android-arrow-dropleft.d.ts", - "lib/io/android-arrow-dropright-circle.d.ts", - "lib/io/android-arrow-dropright.d.ts", - "lib/io/android-arrow-dropup-circle.d.ts", - "lib/io/android-arrow-dropup.d.ts", - "lib/io/android-arrow-forward.d.ts", - "lib/io/android-arrow-up.d.ts", - "lib/io/android-attach.d.ts", - "lib/io/android-bar.d.ts", - "lib/io/android-bicycle.d.ts", - "lib/io/android-boat.d.ts", - "lib/io/android-bookmark.d.ts", - "lib/io/android-bulb.d.ts", - "lib/io/android-bus.d.ts", - "lib/io/android-calendar.d.ts", - "lib/io/android-call.d.ts", - "lib/io/android-camera.d.ts", - "lib/io/android-cancel.d.ts", - "lib/io/android-car.d.ts", - "lib/io/android-cart.d.ts", - "lib/io/android-chat.d.ts", - "lib/io/android-checkbox-blank.d.ts", - "lib/io/android-checkbox-outline-blank.d.ts", - "lib/io/android-checkbox-outline.d.ts", - "lib/io/android-checkbox.d.ts", - "lib/io/android-checkmark-circle.d.ts", - "lib/io/android-clipboard.d.ts", - "lib/io/android-close.d.ts", - "lib/io/android-cloud-circle.d.ts", - "lib/io/android-cloud-done.d.ts", - "lib/io/android-cloud-outline.d.ts", - "lib/io/android-cloud.d.ts", - "lib/io/android-color-palette.d.ts", - "lib/io/android-compass.d.ts", - "lib/io/android-contact.d.ts", - "lib/io/android-contacts.d.ts", - "lib/io/android-contract.d.ts", - "lib/io/android-create.d.ts", - "lib/io/android-delete.d.ts", - "lib/io/android-desktop.d.ts", - "lib/io/android-document.d.ts", - "lib/io/android-done-all.d.ts", - "lib/io/android-done.d.ts", - "lib/io/android-download.d.ts", - "lib/io/android-drafts.d.ts", - "lib/io/android-exit.d.ts", - "lib/io/android-expand.d.ts", - "lib/io/android-favorite-outline.d.ts", - "lib/io/android-favorite.d.ts", - "lib/io/android-film.d.ts", - "lib/io/android-folder-open.d.ts", - "lib/io/android-folder.d.ts", - "lib/io/android-funnel.d.ts", - "lib/io/android-globe.d.ts", - "lib/io/android-hand.d.ts", - "lib/io/android-hangout.d.ts", - "lib/io/android-happy.d.ts", - "lib/io/android-home.d.ts", - "lib/io/android-image.d.ts", - "lib/io/android-laptop.d.ts", - "lib/io/android-list.d.ts", - "lib/io/android-locate.d.ts", - "lib/io/android-lock.d.ts", - "lib/io/android-mail.d.ts", - "lib/io/android-map.d.ts", - "lib/io/android-menu.d.ts", - "lib/io/android-microphone-off.d.ts", - "lib/io/android-microphone.d.ts", - "lib/io/android-more-horizontal.d.ts", - "lib/io/android-more-vertical.d.ts", - "lib/io/android-navigate.d.ts", - "lib/io/android-notifications-none.d.ts", - "lib/io/android-notifications-off.d.ts", - "lib/io/android-notifications.d.ts", - "lib/io/android-open.d.ts", - "lib/io/android-options.d.ts", - "lib/io/android-people.d.ts", - "lib/io/android-person-add.d.ts", - "lib/io/android-person.d.ts", - "lib/io/android-phone-landscape.d.ts", - "lib/io/android-phone-portrait.d.ts", - "lib/io/android-pin.d.ts", - "lib/io/android-plane.d.ts", - "lib/io/android-playstore.d.ts", - "lib/io/android-print.d.ts", - "lib/io/android-radio-button-off.d.ts", - "lib/io/android-radio-button-on.d.ts", - "lib/io/android-refresh.d.ts", - "lib/io/android-remove-circle.d.ts", - "lib/io/android-remove.d.ts", - "lib/io/android-restaurant.d.ts", - "lib/io/android-sad.d.ts", - "lib/io/android-search.d.ts", - "lib/io/android-send.d.ts", - "lib/io/android-settings.d.ts", - "lib/io/android-share-alt.d.ts", - "lib/io/android-share.d.ts", - "lib/io/android-star-half.d.ts", - "lib/io/android-star-outline.d.ts", - "lib/io/android-star.d.ts", - "lib/io/android-stopwatch.d.ts", - "lib/io/android-subway.d.ts", - "lib/io/android-sunny.d.ts", - "lib/io/android-sync.d.ts", - "lib/io/android-textsms.d.ts", - "lib/io/android-time.d.ts", - "lib/io/android-train.d.ts", - "lib/io/android-unlock.d.ts", - "lib/io/android-upload.d.ts", - "lib/io/android-volume-down.d.ts", - "lib/io/android-volume-mute.d.ts", - "lib/io/android-volume-off.d.ts", - "lib/io/android-volume-up.d.ts", - "lib/io/android-walk.d.ts", - "lib/io/android-warning.d.ts", - "lib/io/android-watch.d.ts", - "lib/io/android-wifi.d.ts", - "lib/io/aperture.d.ts", - "lib/io/archive.d.ts", - "lib/io/arrow-down-a.d.ts", - "lib/io/arrow-down-b.d.ts", - "lib/io/arrow-down-c.d.ts", - "lib/io/arrow-expand.d.ts", - "lib/io/arrow-graph-down-left.d.ts", - "lib/io/arrow-graph-down-right.d.ts", - "lib/io/arrow-graph-up-left.d.ts", - "lib/io/arrow-graph-up-right.d.ts", - "lib/io/arrow-left-a.d.ts", - "lib/io/arrow-left-b.d.ts", - "lib/io/arrow-left-c.d.ts", - "lib/io/arrow-move.d.ts", - "lib/io/arrow-resize.d.ts", - "lib/io/arrow-return-left.d.ts", - "lib/io/arrow-return-right.d.ts", - "lib/io/arrow-right-a.d.ts", - "lib/io/arrow-right-b.d.ts", - "lib/io/arrow-right-c.d.ts", - "lib/io/arrow-shrink.d.ts", - "lib/io/arrow-swap.d.ts", - "lib/io/arrow-up-a.d.ts", - "lib/io/arrow-up-b.d.ts", - "lib/io/arrow-up-c.d.ts", - "lib/io/asterisk.d.ts", - "lib/io/at.d.ts", - "lib/io/backspace-outline.d.ts", - "lib/io/backspace.d.ts", - "lib/io/bag.d.ts", - "lib/io/battery-charging.d.ts", - "lib/io/battery-empty.d.ts", - "lib/io/battery-full.d.ts", - "lib/io/battery-half.d.ts", - "lib/io/battery-low.d.ts", - "lib/io/beaker.d.ts", - "lib/io/beer.d.ts", - "lib/io/bluetooth.d.ts", - "lib/io/bonfire.d.ts", - "lib/io/bookmark.d.ts", - "lib/io/bowtie.d.ts", - "lib/io/briefcase.d.ts", - "lib/io/bug.d.ts", - "lib/io/calculator.d.ts", - "lib/io/calendar.d.ts", - "lib/io/camera.d.ts", - "lib/io/card.d.ts", - "lib/io/cash.d.ts", - "lib/io/chatbox-working.d.ts", - "lib/io/chatbox.d.ts", - "lib/io/chatboxes.d.ts", - "lib/io/chatbubble-working.d.ts", - "lib/io/chatbubble.d.ts", - "lib/io/chatbubbles.d.ts", - "lib/io/checkmark-circled.d.ts", - "lib/io/checkmark-round.d.ts", - "lib/io/checkmark.d.ts", - "lib/io/chevron-down.d.ts", - "lib/io/chevron-left.d.ts", - "lib/io/chevron-right.d.ts", - "lib/io/chevron-up.d.ts", - "lib/io/clipboard.d.ts", - "lib/io/clock.d.ts", - "lib/io/close-circled.d.ts", - "lib/io/close-round.d.ts", - "lib/io/close.d.ts", - "lib/io/closed-captioning.d.ts", - "lib/io/cloud.d.ts", - "lib/io/code-download.d.ts", - "lib/io/code-working.d.ts", - "lib/io/code.d.ts", - "lib/io/coffee.d.ts", - "lib/io/compass.d.ts", - "lib/io/compose.d.ts", - "lib/io/connectbars.d.ts", - "lib/io/contrast.d.ts", - "lib/io/crop.d.ts", - "lib/io/cube.d.ts", - "lib/io/disc.d.ts", - "lib/io/document-text.d.ts", - "lib/io/document.d.ts", - "lib/io/drag.d.ts", - "lib/io/earth.d.ts", - "lib/io/easel.d.ts", - "lib/io/edit.d.ts", - "lib/io/egg.d.ts", - "lib/io/eject.d.ts", - "lib/io/email-unread.d.ts", - "lib/io/email.d.ts", - "lib/io/erlenmeyer-flask-bubbles.d.ts", - "lib/io/erlenmeyer-flask.d.ts", - "lib/io/eye-disabled.d.ts", - "lib/io/eye.d.ts", - "lib/io/female.d.ts", - "lib/io/filing.d.ts", - "lib/io/film-marker.d.ts", - "lib/io/fireball.d.ts", - "lib/io/flag.d.ts", - "lib/io/flame.d.ts", - "lib/io/flash-off.d.ts", - "lib/io/flash.d.ts", - "lib/io/folder.d.ts", - "lib/io/fork-repo.d.ts", - "lib/io/fork.d.ts", - "lib/io/forward.d.ts", - "lib/io/funnel.d.ts", - "lib/io/gear-a.d.ts", - "lib/io/gear-b.d.ts", - "lib/io/grid.d.ts", - "lib/io/hammer.d.ts", - "lib/io/happy-outline.d.ts", - "lib/io/happy.d.ts", - "lib/io/headphone.d.ts", - "lib/io/heart-broken.d.ts", - "lib/io/heart.d.ts", - "lib/io/help-buoy.d.ts", - "lib/io/help-circled.d.ts", - "lib/io/help.d.ts", - "lib/io/home.d.ts", - "lib/io/icecream.d.ts", - "lib/io/image.d.ts", - "lib/io/images.d.ts", - "lib/io/informatcircled.d.ts", - "lib/io/information.d.ts", - "lib/io/ionic.d.ts", - "lib/io/ios-alarm-outline.d.ts", - "lib/io/ios-alarm.d.ts", - "lib/io/ios-albums-outline.d.ts", - "lib/io/ios-albums.d.ts", - "lib/io/ios-americanfootball-outline.d.ts", - "lib/io/ios-americanfootball.d.ts", - "lib/io/ios-analytics-outline.d.ts", - "lib/io/ios-analytics.d.ts", - "lib/io/ios-arrow-back.d.ts", - "lib/io/ios-arrow-down.d.ts", - "lib/io/ios-arrow-forward.d.ts", - "lib/io/ios-arrow-left.d.ts", - "lib/io/ios-arrow-right.d.ts", - "lib/io/ios-arrow-thin-down.d.ts", - "lib/io/ios-arrow-thin-left.d.ts", - "lib/io/ios-arrow-thin-right.d.ts", - "lib/io/ios-arrow-thin-up.d.ts", - "lib/io/ios-arrow-up.d.ts", - "lib/io/ios-at-outline.d.ts", - "lib/io/ios-at.d.ts", - "lib/io/ios-barcode-outline.d.ts", - "lib/io/ios-barcode.d.ts", - "lib/io/ios-baseball-outline.d.ts", - "lib/io/ios-baseball.d.ts", - "lib/io/ios-basketball-outline.d.ts", - "lib/io/ios-basketball.d.ts", - "lib/io/ios-bell-outline.d.ts", - "lib/io/ios-bell.d.ts", - "lib/io/ios-body-outline.d.ts", - "lib/io/ios-body.d.ts", - "lib/io/ios-bolt-outline.d.ts", - "lib/io/ios-bolt.d.ts", - "lib/io/ios-book-outline.d.ts", - "lib/io/ios-book.d.ts", - "lib/io/ios-bookmarks-outline.d.ts", - "lib/io/ios-bookmarks.d.ts", - "lib/io/ios-box-outline.d.ts", - "lib/io/ios-box.d.ts", - "lib/io/ios-briefcase-outline.d.ts", - "lib/io/ios-briefcase.d.ts", - "lib/io/ios-browsers-outline.d.ts", - "lib/io/ios-browsers.d.ts", - "lib/io/ios-calculator-outline.d.ts", - "lib/io/ios-calculator.d.ts", - "lib/io/ios-calendar-outline.d.ts", - "lib/io/ios-calendar.d.ts", - "lib/io/ios-camera-outline.d.ts", - "lib/io/ios-camera.d.ts", - "lib/io/ios-cart-outline.d.ts", - "lib/io/ios-cart.d.ts", - "lib/io/ios-chatboxes-outline.d.ts", - "lib/io/ios-chatboxes.d.ts", - "lib/io/ios-chatbubble-outline.d.ts", - "lib/io/ios-chatbubble.d.ts", - "lib/io/ios-checkmark-empty.d.ts", - "lib/io/ios-checkmark-outline.d.ts", - "lib/io/ios-checkmark.d.ts", - "lib/io/ios-circle-filled.d.ts", - "lib/io/ios-circle-outline.d.ts", - "lib/io/ios-clock-outline.d.ts", - "lib/io/ios-clock.d.ts", - "lib/io/ios-close-empty.d.ts", - "lib/io/ios-close-outline.d.ts", - "lib/io/ios-close.d.ts", - "lib/io/ios-cloud-download-outline.d.ts", - "lib/io/ios-cloud-download.d.ts", - "lib/io/ios-cloud-outline.d.ts", - "lib/io/ios-cloud-upload-outline.d.ts", - "lib/io/ios-cloud-upload.d.ts", - "lib/io/ios-cloud.d.ts", - "lib/io/ios-cloudy-night-outline.d.ts", - "lib/io/ios-cloudy-night.d.ts", - "lib/io/ios-cloudy-outline.d.ts", - "lib/io/ios-cloudy.d.ts", - "lib/io/ios-cog-outline.d.ts", - "lib/io/ios-cog.d.ts", - "lib/io/ios-color-filter-outline.d.ts", - "lib/io/ios-color-filter.d.ts", - "lib/io/ios-color-wand-outline.d.ts", - "lib/io/ios-color-wand.d.ts", - "lib/io/ios-compose-outline.d.ts", - "lib/io/ios-compose.d.ts", - "lib/io/ios-contact-outline.d.ts", - "lib/io/ios-contact.d.ts", - "lib/io/ios-copy-outline.d.ts", - "lib/io/ios-copy.d.ts", - "lib/io/ios-crop-strong.d.ts", - "lib/io/ios-crop.d.ts", - "lib/io/ios-download-outline.d.ts", - "lib/io/ios-download.d.ts", - "lib/io/ios-drag.d.ts", - "lib/io/ios-email-outline.d.ts", - "lib/io/ios-email.d.ts", - "lib/io/ios-eye-outline.d.ts", - "lib/io/ios-eye.d.ts", - "lib/io/ios-fastforward-outline.d.ts", - "lib/io/ios-fastforward.d.ts", - "lib/io/ios-filing-outline.d.ts", - "lib/io/ios-filing.d.ts", - "lib/io/ios-film-outline.d.ts", - "lib/io/ios-film.d.ts", - "lib/io/ios-flag-outline.d.ts", - "lib/io/ios-flag.d.ts", - "lib/io/ios-flame-outline.d.ts", - "lib/io/ios-flame.d.ts", - "lib/io/ios-flask-outline.d.ts", - "lib/io/ios-flask.d.ts", - "lib/io/ios-flower-outline.d.ts", - "lib/io/ios-flower.d.ts", - "lib/io/ios-folder-outline.d.ts", - "lib/io/ios-folder.d.ts", - "lib/io/ios-football-outline.d.ts", - "lib/io/ios-football.d.ts", - "lib/io/ios-game-controller-a-outline.d.ts", - "lib/io/ios-game-controller-a.d.ts", - "lib/io/ios-game-controller-b-outline.d.ts", - "lib/io/ios-game-controller-b.d.ts", - "lib/io/ios-gear-outline.d.ts", - "lib/io/ios-gear.d.ts", - "lib/io/ios-glasses-outline.d.ts", - "lib/io/ios-glasses.d.ts", - "lib/io/ios-grid-view-outline.d.ts", - "lib/io/ios-grid-view.d.ts", - "lib/io/ios-heart-outline.d.ts", - "lib/io/ios-heart.d.ts", - "lib/io/ios-help-empty.d.ts", - "lib/io/ios-help-outline.d.ts", - "lib/io/ios-help.d.ts", - "lib/io/ios-home-outline.d.ts", - "lib/io/ios-home.d.ts", - "lib/io/ios-infinite-outline.d.ts", - "lib/io/ios-infinite.d.ts", - "lib/io/ios-informatempty.d.ts", - "lib/io/ios-information.d.ts", - "lib/io/ios-informatoutline.d.ts", - "lib/io/ios-ionic-outline.d.ts", - "lib/io/ios-keypad-outline.d.ts", - "lib/io/ios-keypad.d.ts", - "lib/io/ios-lightbulb-outline.d.ts", - "lib/io/ios-lightbulb.d.ts", - "lib/io/ios-list-outline.d.ts", - "lib/io/ios-list.d.ts", - "lib/io/ios-location.d.ts", - "lib/io/ios-locatoutline.d.ts", - "lib/io/ios-locked-outline.d.ts", - "lib/io/ios-locked.d.ts", - "lib/io/ios-loop-strong.d.ts", - "lib/io/ios-loop.d.ts", - "lib/io/ios-medical-outline.d.ts", - "lib/io/ios-medical.d.ts", - "lib/io/ios-medkit-outline.d.ts", - "lib/io/ios-medkit.d.ts", - "lib/io/ios-mic-off.d.ts", - "lib/io/ios-mic-outline.d.ts", - "lib/io/ios-mic.d.ts", - "lib/io/ios-minus-empty.d.ts", - "lib/io/ios-minus-outline.d.ts", - "lib/io/ios-minus.d.ts", - "lib/io/ios-monitor-outline.d.ts", - "lib/io/ios-monitor.d.ts", - "lib/io/ios-moon-outline.d.ts", - "lib/io/ios-moon.d.ts", - "lib/io/ios-more-outline.d.ts", - "lib/io/ios-more.d.ts", - "lib/io/ios-musical-note.d.ts", - "lib/io/ios-musical-notes.d.ts", - "lib/io/ios-navigate-outline.d.ts", - "lib/io/ios-navigate.d.ts", - "lib/io/ios-nutrition.d.ts", - "lib/io/ios-nutritoutline.d.ts", - "lib/io/ios-paper-outline.d.ts", - "lib/io/ios-paper.d.ts", - "lib/io/ios-paperplane-outline.d.ts", - "lib/io/ios-paperplane.d.ts", - "lib/io/ios-partlysunny-outline.d.ts", - "lib/io/ios-partlysunny.d.ts", - "lib/io/ios-pause-outline.d.ts", - "lib/io/ios-pause.d.ts", - "lib/io/ios-paw-outline.d.ts", - "lib/io/ios-paw.d.ts", - "lib/io/ios-people-outline.d.ts", - "lib/io/ios-people.d.ts", - "lib/io/ios-person-outline.d.ts", - "lib/io/ios-person.d.ts", - "lib/io/ios-personadd-outline.d.ts", - "lib/io/ios-personadd.d.ts", - "lib/io/ios-photos-outline.d.ts", - "lib/io/ios-photos.d.ts", - "lib/io/ios-pie-outline.d.ts", - "lib/io/ios-pie.d.ts", - "lib/io/ios-pint-outline.d.ts", - "lib/io/ios-pint.d.ts", - "lib/io/ios-play-outline.d.ts", - "lib/io/ios-play.d.ts", - "lib/io/ios-plus-empty.d.ts", - "lib/io/ios-plus-outline.d.ts", - "lib/io/ios-plus.d.ts", - "lib/io/ios-pricetag-outline.d.ts", - "lib/io/ios-pricetag.d.ts", - "lib/io/ios-pricetags-outline.d.ts", - "lib/io/ios-pricetags.d.ts", - "lib/io/ios-printer-outline.d.ts", - "lib/io/ios-printer.d.ts", - "lib/io/ios-pulse-strong.d.ts", - "lib/io/ios-pulse.d.ts", - "lib/io/ios-rainy-outline.d.ts", - "lib/io/ios-rainy.d.ts", - "lib/io/ios-recording-outline.d.ts", - "lib/io/ios-recording.d.ts", - "lib/io/ios-redo-outline.d.ts", - "lib/io/ios-redo.d.ts", - "lib/io/ios-refresh-empty.d.ts", - "lib/io/ios-refresh-outline.d.ts", - "lib/io/ios-refresh.d.ts", - "lib/io/ios-reload.d.ts", - "lib/io/ios-reverse-camera-outline.d.ts", - "lib/io/ios-reverse-camera.d.ts", - "lib/io/ios-rewind-outline.d.ts", - "lib/io/ios-rewind.d.ts", - "lib/io/ios-rose-outline.d.ts", - "lib/io/ios-rose.d.ts", - "lib/io/ios-search-strong.d.ts", - "lib/io/ios-search.d.ts", - "lib/io/ios-settings-strong.d.ts", - "lib/io/ios-settings.d.ts", - "lib/io/ios-shuffle-strong.d.ts", - "lib/io/ios-shuffle.d.ts", - "lib/io/ios-skipbackward-outline.d.ts", - "lib/io/ios-skipbackward.d.ts", - "lib/io/ios-skipforward-outline.d.ts", - "lib/io/ios-skipforward.d.ts", - "lib/io/ios-snowy.d.ts", - "lib/io/ios-speedometer-outline.d.ts", - "lib/io/ios-speedometer.d.ts", - "lib/io/ios-star-half.d.ts", - "lib/io/ios-star-outline.d.ts", - "lib/io/ios-star.d.ts", - "lib/io/ios-stopwatch-outline.d.ts", - "lib/io/ios-stopwatch.d.ts", - "lib/io/ios-sunny-outline.d.ts", - "lib/io/ios-sunny.d.ts", - "lib/io/ios-telephone-outline.d.ts", - "lib/io/ios-telephone.d.ts", - "lib/io/ios-tennisball-outline.d.ts", - "lib/io/ios-tennisball.d.ts", - "lib/io/ios-thunderstorm-outline.d.ts", - "lib/io/ios-thunderstorm.d.ts", - "lib/io/ios-time-outline.d.ts", - "lib/io/ios-time.d.ts", - "lib/io/ios-timer-outline.d.ts", - "lib/io/ios-timer.d.ts", - "lib/io/ios-toggle-outline.d.ts", - "lib/io/ios-toggle.d.ts", - "lib/io/ios-trash-outline.d.ts", - "lib/io/ios-trash.d.ts", - "lib/io/ios-undo-outline.d.ts", - "lib/io/ios-undo.d.ts", - "lib/io/ios-unlocked-outline.d.ts", - "lib/io/ios-unlocked.d.ts", - "lib/io/ios-upload-outline.d.ts", - "lib/io/ios-upload.d.ts", - "lib/io/ios-videocam-outline.d.ts", - "lib/io/ios-videocam.d.ts", - "lib/io/ios-volume-high.d.ts", - "lib/io/ios-volume-low.d.ts", - "lib/io/ios-wineglass-outline.d.ts", - "lib/io/ios-wineglass.d.ts", - "lib/io/ios-world-outline.d.ts", - "lib/io/ios-world.d.ts", - "lib/io/ipad.d.ts", - "lib/io/iphone.d.ts", - "lib/io/ipod.d.ts", - "lib/io/jet.d.ts", - "lib/io/key.d.ts", - "lib/io/knife.d.ts", - "lib/io/laptop.d.ts", - "lib/io/leaf.d.ts", - "lib/io/levels.d.ts", - "lib/io/lightbulb.d.ts", - "lib/io/link.d.ts", - "lib/io/load-a.d.ts", - "lib/io/load-b.d.ts", - "lib/io/load-c.d.ts", - "lib/io/load-d.d.ts", - "lib/io/location.d.ts", - "lib/io/lock-combination.d.ts", - "lib/io/locked.d.ts", - "lib/io/log-in.d.ts", - "lib/io/log-out.d.ts", - "lib/io/loop.d.ts", - "lib/io/magnet.d.ts", - "lib/io/male.d.ts", - "lib/io/man.d.ts", - "lib/io/map.d.ts", - "lib/io/medkit.d.ts", - "lib/io/merge.d.ts", - "lib/io/mic-a.d.ts", - "lib/io/mic-b.d.ts", - "lib/io/mic-c.d.ts", - "lib/io/minus-circled.d.ts", - "lib/io/minus-round.d.ts", - "lib/io/minus.d.ts", - "lib/io/model-s.d.ts", - "lib/io/monitor.d.ts", - "lib/io/more.d.ts", - "lib/io/mouse.d.ts", - "lib/io/music-note.d.ts", - "lib/io/navicon-round.d.ts", - "lib/io/navicon.d.ts", - "lib/io/navigate.d.ts", - "lib/io/network.d.ts", - "lib/io/no-smoking.d.ts", - "lib/io/nuclear.d.ts", - "lib/io/outlet.d.ts", - "lib/io/paintbrush.d.ts", - "lib/io/paintbucket.d.ts", - "lib/io/paper-airplane.d.ts", - "lib/io/paperclip.d.ts", - "lib/io/pause.d.ts", - "lib/io/person-add.d.ts", - "lib/io/person-stalker.d.ts", - "lib/io/person.d.ts", - "lib/io/pie-graph.d.ts", - "lib/io/pin.d.ts", - "lib/io/pinpoint.d.ts", - "lib/io/pizza.d.ts", - "lib/io/plane.d.ts", - "lib/io/planet.d.ts", - "lib/io/play.d.ts", - "lib/io/playstation.d.ts", - "lib/io/plus-circled.d.ts", - "lib/io/plus-round.d.ts", - "lib/io/plus.d.ts", - "lib/io/podium.d.ts", - "lib/io/pound.d.ts", - "lib/io/power.d.ts", - "lib/io/pricetag.d.ts", - "lib/io/pricetags.d.ts", - "lib/io/printer.d.ts", - "lib/io/pull-request.d.ts", - "lib/io/qr-scanner.d.ts", - "lib/io/quote.d.ts", - "lib/io/radio-waves.d.ts", - "lib/io/record.d.ts", - "lib/io/refresh.d.ts", - "lib/io/reply-all.d.ts", - "lib/io/reply.d.ts", - "lib/io/ribbon-a.d.ts", - "lib/io/ribbon-b.d.ts", - "lib/io/sad-outline.d.ts", - "lib/io/sad.d.ts", - "lib/io/scissors.d.ts", - "lib/io/search.d.ts", - "lib/io/settings.d.ts", - "lib/io/share.d.ts", - "lib/io/shuffle.d.ts", - "lib/io/skip-backward.d.ts", - "lib/io/skip-forward.d.ts", - "lib/io/social-android-outline.d.ts", - "lib/io/social-android.d.ts", - "lib/io/social-angular-outline.d.ts", - "lib/io/social-angular.d.ts", - "lib/io/social-apple-outline.d.ts", - "lib/io/social-apple.d.ts", - "lib/io/social-bitcoin-outline.d.ts", - "lib/io/social-bitcoin.d.ts", - "lib/io/social-buffer-outline.d.ts", - "lib/io/social-buffer.d.ts", - "lib/io/social-chrome-outline.d.ts", - "lib/io/social-chrome.d.ts", - "lib/io/social-codepen-outline.d.ts", - "lib/io/social-codepen.d.ts", - "lib/io/social-css3-outline.d.ts", - "lib/io/social-css3.d.ts", - "lib/io/social-designernews-outline.d.ts", - "lib/io/social-designernews.d.ts", - "lib/io/social-dribbble-outline.d.ts", - "lib/io/social-dribbble.d.ts", - "lib/io/social-dropbox-outline.d.ts", - "lib/io/social-dropbox.d.ts", - "lib/io/social-euro-outline.d.ts", - "lib/io/social-euro.d.ts", - "lib/io/social-facebook-outline.d.ts", - "lib/io/social-facebook.d.ts", - "lib/io/social-foursquare-outline.d.ts", - "lib/io/social-foursquare.d.ts", - "lib/io/social-freebsd-devil.d.ts", - "lib/io/social-github-outline.d.ts", - "lib/io/social-github.d.ts", - "lib/io/social-google-outline.d.ts", - "lib/io/social-google.d.ts", - "lib/io/social-googleplus-outline.d.ts", - "lib/io/social-googleplus.d.ts", - "lib/io/social-hackernews-outline.d.ts", - "lib/io/social-hackernews.d.ts", - "lib/io/social-html5-outline.d.ts", - "lib/io/social-html5.d.ts", - "lib/io/social-instagram-outline.d.ts", - "lib/io/social-instagram.d.ts", - "lib/io/social-javascript-outline.d.ts", - "lib/io/social-javascript.d.ts", - "lib/io/social-linkedin-outline.d.ts", - "lib/io/social-linkedin.d.ts", - "lib/io/social-markdown.d.ts", - "lib/io/social-nodejs.d.ts", - "lib/io/social-octocat.d.ts", - "lib/io/social-pinterest-outline.d.ts", - "lib/io/social-pinterest.d.ts", - "lib/io/social-python.d.ts", - "lib/io/social-reddit-outline.d.ts", - "lib/io/social-reddit.d.ts", - "lib/io/social-rss-outline.d.ts", - "lib/io/social-rss.d.ts", - "lib/io/social-sass.d.ts", - "lib/io/social-skype-outline.d.ts", - "lib/io/social-skype.d.ts", - "lib/io/social-snapchat-outline.d.ts", - "lib/io/social-snapchat.d.ts", - "lib/io/social-tumblr-outline.d.ts", - "lib/io/social-tumblr.d.ts", - "lib/io/social-tux.d.ts", - "lib/io/social-twitch-outline.d.ts", - "lib/io/social-twitch.d.ts", - "lib/io/social-twitter-outline.d.ts", - "lib/io/social-twitter.d.ts", - "lib/io/social-usd-outline.d.ts", - "lib/io/social-usd.d.ts", - "lib/io/social-vimeo-outline.d.ts", - "lib/io/social-vimeo.d.ts", - "lib/io/social-whatsapp-outline.d.ts", - "lib/io/social-whatsapp.d.ts", - "lib/io/social-windows-outline.d.ts", - "lib/io/social-windows.d.ts", - "lib/io/social-wordpress-outline.d.ts", - "lib/io/social-wordpress.d.ts", - "lib/io/social-yahoo-outline.d.ts", - "lib/io/social-yahoo.d.ts", - "lib/io/social-yen-outline.d.ts", - "lib/io/social-yen.d.ts", - "lib/io/social-youtube-outline.d.ts", - "lib/io/social-youtube.d.ts", - "lib/io/soup-can-outline.d.ts", - "lib/io/soup-can.d.ts", - "lib/io/speakerphone.d.ts", - "lib/io/speedometer.d.ts", - "lib/io/spoon.d.ts", - "lib/io/star.d.ts", - "lib/io/stats-bars.d.ts", - "lib/io/steam.d.ts", - "lib/io/stop.d.ts", - "lib/io/thermometer.d.ts", - "lib/io/thumbsdown.d.ts", - "lib/io/thumbsup.d.ts", - "lib/io/toggle-filled.d.ts", - "lib/io/toggle.d.ts", - "lib/io/transgender.d.ts", - "lib/io/trash-a.d.ts", - "lib/io/trash-b.d.ts", - "lib/io/trophy.d.ts", - "lib/io/tshirt-outline.d.ts", - "lib/io/tshirt.d.ts", - "lib/io/umbrella.d.ts", - "lib/io/university.d.ts", - "lib/io/unlocked.d.ts", - "lib/io/upload.d.ts", - "lib/io/usb.d.ts", - "lib/io/videocamera.d.ts", - "lib/io/volume-high.d.ts", - "lib/io/volume-low.d.ts", - "lib/io/volume-medium.d.ts", - "lib/io/volume-mute.d.ts", - "lib/io/wand.d.ts", - "lib/io/waterdrop.d.ts", - "lib/io/wifi.d.ts", - "lib/io/wineglass.d.ts", - "lib/io/woman.d.ts", - "lib/io/wrench.d.ts", - "lib/io/xbox.d.ts", - "lib/md/3d-rotation.d.ts", - "lib/md/ac-unit.d.ts", - "lib/md/access-alarm.d.ts", - "lib/md/access-alarms.d.ts", - "lib/md/access-time.d.ts", - "lib/md/accessibility.d.ts", - "lib/md/accessible.d.ts", - "lib/md/account-balance-wallet.d.ts", - "lib/md/account-balance.d.ts", - "lib/md/account-box.d.ts", - "lib/md/account-circle.d.ts", - "lib/md/adb.d.ts", - "lib/md/add-a-photo.d.ts", - "lib/md/add-alarm.d.ts", - "lib/md/add-alert.d.ts", - "lib/md/add-box.d.ts", - "lib/md/add-circle-outline.d.ts", - "lib/md/add-circle.d.ts", - "lib/md/add-location.d.ts", - "lib/md/add-shopping-cart.d.ts", - "lib/md/add-to-photos.d.ts", - "lib/md/add-to-queue.d.ts", - "lib/md/add.d.ts", - "lib/md/adjust.d.ts", - "lib/md/airline-seat-flat-angled.d.ts", - "lib/md/airline-seat-flat.d.ts", - "lib/md/airline-seat-individual-suite.d.ts", - "lib/md/airline-seat-legroom-extra.d.ts", - "lib/md/airline-seat-legroom-normal.d.ts", - "lib/md/airline-seat-legroom-reduced.d.ts", - "lib/md/airline-seat-recline-extra.d.ts", - "lib/md/airline-seat-recline-normal.d.ts", - "lib/md/airplanemode-active.d.ts", - "lib/md/airplanemode-inactive.d.ts", - "lib/md/airplay.d.ts", - "lib/md/airport-shuttle.d.ts", - "lib/md/alarm-add.d.ts", - "lib/md/alarm-off.d.ts", - "lib/md/alarm-on.d.ts", - "lib/md/alarm.d.ts", - "lib/md/album.d.ts", - "lib/md/all-inclusive.d.ts", - "lib/md/all-out.d.ts", - "lib/md/android.d.ts", - "lib/md/announcement.d.ts", - "lib/md/apps.d.ts", - "lib/md/archive.d.ts", - "lib/md/arrow-back.d.ts", - "lib/md/arrow-downward.d.ts", - "lib/md/arrow-drop-down-circle.d.ts", - "lib/md/arrow-drop-down.d.ts", - "lib/md/arrow-drop-up.d.ts", - "lib/md/arrow-forward.d.ts", - "lib/md/arrow-upward.d.ts", - "lib/md/art-track.d.ts", - "lib/md/aspect-ratio.d.ts", - "lib/md/assessment.d.ts", - "lib/md/assignment-ind.d.ts", - "lib/md/assignment-late.d.ts", - "lib/md/assignment-return.d.ts", - "lib/md/assignment-returned.d.ts", - "lib/md/assignment-turned-in.d.ts", - "lib/md/assignment.d.ts", - "lib/md/assistant-photo.d.ts", - "lib/md/assistant.d.ts", - "lib/md/attach-file.d.ts", - "lib/md/attach-money.d.ts", - "lib/md/attachment.d.ts", - "lib/md/audiotrack.d.ts", - "lib/md/autorenew.d.ts", - "lib/md/av-timer.d.ts", - "lib/md/backspace.d.ts", - "lib/md/backup.d.ts", - "lib/md/battery-alert.d.ts", - "lib/md/battery-charging-full.d.ts", - "lib/md/battery-full.d.ts", - "lib/md/battery-std.d.ts", - "lib/md/battery-unknown.d.ts", - "lib/md/beach-access.d.ts", - "lib/md/beenhere.d.ts", - "lib/md/block.d.ts", - "lib/md/bluetooth-audio.d.ts", - "lib/md/bluetooth-connected.d.ts", - "lib/md/bluetooth-disabled.d.ts", - "lib/md/bluetooth-searching.d.ts", - "lib/md/bluetooth.d.ts", - "lib/md/blur-circular.d.ts", - "lib/md/blur-linear.d.ts", - "lib/md/blur-off.d.ts", - "lib/md/blur-on.d.ts", - "lib/md/book.d.ts", - "lib/md/bookmark-outline.d.ts", - "lib/md/bookmark.d.ts", - "lib/md/border-all.d.ts", - "lib/md/border-bottom.d.ts", - "lib/md/border-clear.d.ts", - "lib/md/border-color.d.ts", - "lib/md/border-horizontal.d.ts", - "lib/md/border-inner.d.ts", - "lib/md/border-left.d.ts", - "lib/md/border-outer.d.ts", - "lib/md/border-right.d.ts", - "lib/md/border-style.d.ts", - "lib/md/border-top.d.ts", - "lib/md/border-vertical.d.ts", - "lib/md/branding-watermark.d.ts", - "lib/md/brightness-1.d.ts", - "lib/md/brightness-2.d.ts", - "lib/md/brightness-3.d.ts", - "lib/md/brightness-4.d.ts", - "lib/md/brightness-5.d.ts", - "lib/md/brightness-6.d.ts", - "lib/md/brightness-7.d.ts", - "lib/md/brightness-auto.d.ts", - "lib/md/brightness-high.d.ts", - "lib/md/brightness-low.d.ts", - "lib/md/brightness-medium.d.ts", - "lib/md/broken-image.d.ts", - "lib/md/brush.d.ts", - "lib/md/bubble-chart.d.ts", - "lib/md/bug-report.d.ts", - "lib/md/build.d.ts", - "lib/md/burst-mode.d.ts", - "lib/md/business-center.d.ts", - "lib/md/business.d.ts", - "lib/md/cached.d.ts", - "lib/md/cake.d.ts", - "lib/md/call-end.d.ts", - "lib/md/call-made.d.ts", - "lib/md/call-merge.d.ts", - "lib/md/call-missed-outgoing.d.ts", - "lib/md/call-missed.d.ts", - "lib/md/call-received.d.ts", - "lib/md/call-split.d.ts", - "lib/md/call-to-action.d.ts", - "lib/md/call.d.ts", - "lib/md/camera-alt.d.ts", - "lib/md/camera-enhance.d.ts", - "lib/md/camera-front.d.ts", - "lib/md/camera-rear.d.ts", - "lib/md/camera-roll.d.ts", - "lib/md/camera.d.ts", - "lib/md/cancel.d.ts", - "lib/md/card-giftcard.d.ts", - "lib/md/card-membership.d.ts", - "lib/md/card-travel.d.ts", - "lib/md/casino.d.ts", - "lib/md/cast-connected.d.ts", - "lib/md/cast.d.ts", - "lib/md/center-focus-strong.d.ts", - "lib/md/center-focus-weak.d.ts", - "lib/md/change-history.d.ts", - "lib/md/chat-bubble-outline.d.ts", - "lib/md/chat-bubble.d.ts", - "lib/md/chat.d.ts", - "lib/md/check-box-outline-blank.d.ts", - "lib/md/check-box.d.ts", - "lib/md/check-circle.d.ts", - "lib/md/check.d.ts", - "lib/md/chevron-left.d.ts", - "lib/md/chevron-right.d.ts", - "lib/md/child-care.d.ts", - "lib/md/child-friendly.d.ts", - "lib/md/chrome-reader-mode.d.ts", - "lib/md/class.d.ts", - "lib/md/clear-all.d.ts", - "lib/md/clear.d.ts", - "lib/md/close.d.ts", - "lib/md/closed-caption.d.ts", - "lib/md/cloud-circle.d.ts", - "lib/md/cloud-done.d.ts", - "lib/md/cloud-download.d.ts", - "lib/md/cloud-off.d.ts", - "lib/md/cloud-queue.d.ts", - "lib/md/cloud-upload.d.ts", - "lib/md/cloud.d.ts", - "lib/md/code.d.ts", - "lib/md/collections-bookmark.d.ts", - "lib/md/collections.d.ts", - "lib/md/color-lens.d.ts", - "lib/md/colorize.d.ts", - "lib/md/comment.d.ts", - "lib/md/compare-arrows.d.ts", - "lib/md/compare.d.ts", - "lib/md/computer.d.ts", - "lib/md/confirmation-number.d.ts", - "lib/md/contact-mail.d.ts", - "lib/md/contact-phone.d.ts", - "lib/md/contacts.d.ts", - "lib/md/content-copy.d.ts", - "lib/md/content-cut.d.ts", - "lib/md/content-paste.d.ts", - "lib/md/control-point-duplicate.d.ts", - "lib/md/control-point.d.ts", - "lib/md/copyright.d.ts", - "lib/md/create-new-folder.d.ts", - "lib/md/create.d.ts", - "lib/md/credit-card.d.ts", - "lib/md/crop-16-9.d.ts", - "lib/md/crop-3-2.d.ts", - "lib/md/crop-5-4.d.ts", - "lib/md/crop-7-5.d.ts", - "lib/md/crop-din.d.ts", - "lib/md/crop-free.d.ts", - "lib/md/crop-landscape.d.ts", - "lib/md/crop-original.d.ts", - "lib/md/crop-portrait.d.ts", - "lib/md/crop-rotate.d.ts", - "lib/md/crop-square.d.ts", - "lib/md/crop.d.ts", - "lib/md/dashboard.d.ts", - "lib/md/data-usage.d.ts", - "lib/md/date-range.d.ts", - "lib/md/dehaze.d.ts", - "lib/md/delete-forever.d.ts", - "lib/md/delete-sweep.d.ts", - "lib/md/delete.d.ts", - "lib/md/description.d.ts", - "lib/md/desktop-mac.d.ts", - "lib/md/desktop-windows.d.ts", - "lib/md/details.d.ts", - "lib/md/developer-board.d.ts", - "lib/md/developer-mode.d.ts", - "lib/md/device-hub.d.ts", - "lib/md/devices-other.d.ts", - "lib/md/devices.d.ts", - "lib/md/dialer-sip.d.ts", - "lib/md/dialpad.d.ts", - "lib/md/directions-bike.d.ts", - "lib/md/directions-boat.d.ts", - "lib/md/directions-bus.d.ts", - "lib/md/directions-car.d.ts", - "lib/md/directions-ferry.d.ts", - "lib/md/directions-railway.d.ts", - "lib/md/directions-run.d.ts", - "lib/md/directions-subway.d.ts", - "lib/md/directions-transit.d.ts", - "lib/md/directions-walk.d.ts", - "lib/md/directions.d.ts", - "lib/md/disc-full.d.ts", - "lib/md/dns.d.ts", - "lib/md/do-not-disturb-alt.d.ts", - "lib/md/do-not-disturb-off.d.ts", - "lib/md/do-not-disturb.d.ts", - "lib/md/dock.d.ts", - "lib/md/domain.d.ts", - "lib/md/done-all.d.ts", - "lib/md/done.d.ts", - "lib/md/donut-large.d.ts", - "lib/md/donut-small.d.ts", - "lib/md/drafts.d.ts", - "lib/md/drag-handle.d.ts", - "lib/md/drive-eta.d.ts", - "lib/md/dvr.d.ts", - "lib/md/edit-location.d.ts", - "lib/md/edit.d.ts", - "lib/md/eject.d.ts", - "lib/md/email.d.ts", - "lib/md/enhanced-encryption.d.ts", - "lib/md/equalizer.d.ts", - "lib/md/error-outline.d.ts", - "lib/md/error.d.ts", - "lib/md/euro-symbol.d.ts", - "lib/md/ev-station.d.ts", - "lib/md/event-available.d.ts", - "lib/md/event-busy.d.ts", - "lib/md/event-note.d.ts", - "lib/md/event-seat.d.ts", - "lib/md/event.d.ts", - "lib/md/exit-to-app.d.ts", - "lib/md/expand-less.d.ts", - "lib/md/expand-more.d.ts", - "lib/md/explicit.d.ts", - "lib/md/explore.d.ts", - "lib/md/exposure-minus-1.d.ts", - "lib/md/exposure-minus-2.d.ts", - "lib/md/exposure-neg-1.d.ts", - "lib/md/exposure-neg-2.d.ts", - "lib/md/exposure-plus-1.d.ts", - "lib/md/exposure-plus-2.d.ts", - "lib/md/exposure-zero.d.ts", - "lib/md/exposure.d.ts", - "lib/md/extension.d.ts", - "lib/md/face.d.ts", - "lib/md/fast-forward.d.ts", - "lib/md/fast-rewind.d.ts", - "lib/md/favorite-border.d.ts", - "lib/md/favorite-outline.d.ts", - "lib/md/favorite.d.ts", - "lib/md/featured-play-list.d.ts", - "lib/md/featured-video.d.ts", - "lib/md/feedback.d.ts", - "lib/md/fiber-dvr.d.ts", - "lib/md/fiber-manual-record.d.ts", - "lib/md/fiber-new.d.ts", - "lib/md/fiber-pin.d.ts", - "lib/md/fiber-smart-record.d.ts", - "lib/md/file-download.d.ts", - "lib/md/file-upload.d.ts", - "lib/md/filter-1.d.ts", - "lib/md/filter-2.d.ts", - "lib/md/filter-3.d.ts", - "lib/md/filter-4.d.ts", - "lib/md/filter-5.d.ts", - "lib/md/filter-6.d.ts", - "lib/md/filter-7.d.ts", - "lib/md/filter-8.d.ts", - "lib/md/filter-9-plus.d.ts", - "lib/md/filter-9.d.ts", - "lib/md/filter-b-and-w.d.ts", - "lib/md/filter-center-focus.d.ts", - "lib/md/filter-drama.d.ts", - "lib/md/filter-frames.d.ts", - "lib/md/filter-hdr.d.ts", - "lib/md/filter-list.d.ts", - "lib/md/filter-none.d.ts", - "lib/md/filter-tilt-shift.d.ts", - "lib/md/filter-vintage.d.ts", - "lib/md/filter.d.ts", - "lib/md/find-in-page.d.ts", - "lib/md/find-replace.d.ts", - "lib/md/fingerprint.d.ts", - "lib/md/first-page.d.ts", - "lib/md/fitness-center.d.ts", - "lib/md/flag.d.ts", - "lib/md/flare.d.ts", - "lib/md/flash-auto.d.ts", - "lib/md/flash-off.d.ts", - "lib/md/flash-on.d.ts", - "lib/md/flight-land.d.ts", - "lib/md/flight-takeoff.d.ts", - "lib/md/flight.d.ts", - "lib/md/flip-to-back.d.ts", - "lib/md/flip-to-front.d.ts", - "lib/md/flip.d.ts", - "lib/md/folder-open.d.ts", - "lib/md/folder-shared.d.ts", - "lib/md/folder-special.d.ts", - "lib/md/folder.d.ts", - "lib/md/font-download.d.ts", - "lib/md/format-align-center.d.ts", - "lib/md/format-align-justify.d.ts", - "lib/md/format-align-left.d.ts", - "lib/md/format-align-right.d.ts", - "lib/md/format-bold.d.ts", - "lib/md/format-clear.d.ts", - "lib/md/format-color-fill.d.ts", - "lib/md/format-color-reset.d.ts", - "lib/md/format-color-text.d.ts", - "lib/md/format-indent-decrease.d.ts", - "lib/md/format-indent-increase.d.ts", - "lib/md/format-italic.d.ts", - "lib/md/format-line-spacing.d.ts", - "lib/md/format-list-bulleted.d.ts", - "lib/md/format-list-numbered.d.ts", - "lib/md/format-paint.d.ts", - "lib/md/format-quote.d.ts", - "lib/md/format-shapes.d.ts", - "lib/md/format-size.d.ts", - "lib/md/format-strikethrough.d.ts", - "lib/md/format-textdirection-l-to-r.d.ts", - "lib/md/format-textdirection-r-to-l.d.ts", - "lib/md/format-underlined.d.ts", - "lib/md/forum.d.ts", - "lib/md/forward-10.d.ts", - "lib/md/forward-30.d.ts", - "lib/md/forward-5.d.ts", - "lib/md/forward.d.ts", - "lib/md/free-breakfast.d.ts", - "lib/md/fullscreen-exit.d.ts", - "lib/md/fullscreen.d.ts", - "lib/md/functions.d.ts", - "lib/md/g-translate.d.ts", - "lib/md/gamepad.d.ts", - "lib/md/games.d.ts", - "lib/md/gavel.d.ts", - "lib/md/gesture.d.ts", - "lib/md/get-app.d.ts", - "lib/md/gif.d.ts", - "lib/md/goat.d.ts", - "lib/md/golf-course.d.ts", - "lib/md/gps-fixed.d.ts", - "lib/md/gps-not-fixed.d.ts", - "lib/md/gps-off.d.ts", - "lib/md/grade.d.ts", - "lib/md/gradient.d.ts", - "lib/md/grain.d.ts", - "lib/md/graphic-eq.d.ts", - "lib/md/grid-off.d.ts", - "lib/md/grid-on.d.ts", - "lib/md/group-add.d.ts", - "lib/md/group-work.d.ts", - "lib/md/group.d.ts", - "lib/md/hd.d.ts", - "lib/md/hdr-off.d.ts", - "lib/md/hdr-on.d.ts", - "lib/md/hdr-strong.d.ts", - "lib/md/hdr-weak.d.ts", - "lib/md/headset-mic.d.ts", - "lib/md/headset.d.ts", - "lib/md/healing.d.ts", - "lib/md/hearing.d.ts", - "lib/md/help-outline.d.ts", - "lib/md/help.d.ts", - "lib/md/high-quality.d.ts", - "lib/md/highlight-off.d.ts", - "lib/md/highlight-remove.d.ts", - "lib/md/highlight.d.ts", - "lib/md/history.d.ts", - "lib/md/home.d.ts", - "lib/md/hot-tub.d.ts", - "lib/md/hotel.d.ts", - "lib/md/hourglass-empty.d.ts", - "lib/md/hourglass-full.d.ts", - "lib/md/http.d.ts", - "lib/md/https.d.ts", - "lib/md/image-aspect-ratio.d.ts", - "lib/md/image.d.ts", - "lib/md/import-contacts.d.ts", - "lib/md/import-export.d.ts", - "lib/md/important-devices.d.ts", - "lib/md/inbox.d.ts", - "lib/md/indeterminate-check-box.d.ts", - "lib/md/info-outline.d.ts", - "lib/md/info.d.ts", - "lib/md/input.d.ts", - "lib/md/insert-chart.d.ts", - "lib/md/insert-comment.d.ts", - "lib/md/insert-drive-file.d.ts", - "lib/md/insert-emoticon.d.ts", - "lib/md/insert-invitation.d.ts", - "lib/md/insert-link.d.ts", - "lib/md/insert-photo.d.ts", - "lib/md/invert-colors-off.d.ts", - "lib/md/invert-colors-on.d.ts", - "lib/md/invert-colors.d.ts", - "lib/md/iso.d.ts", - "lib/md/keyboard-arrow-down.d.ts", - "lib/md/keyboard-arrow-left.d.ts", - "lib/md/keyboard-arrow-right.d.ts", - "lib/md/keyboard-arrow-up.d.ts", - "lib/md/keyboard-backspace.d.ts", - "lib/md/keyboard-capslock.d.ts", - "lib/md/keyboard-control.d.ts", - "lib/md/keyboard-hide.d.ts", - "lib/md/keyboard-return.d.ts", - "lib/md/keyboard-tab.d.ts", - "lib/md/keyboard-voice.d.ts", - "lib/md/keyboard.d.ts", - "lib/md/kitchen.d.ts", - "lib/md/label-outline.d.ts", - "lib/md/label.d.ts", - "lib/md/landscape.d.ts", - "lib/md/language.d.ts", - "lib/md/laptop-chromebook.d.ts", - "lib/md/laptop-mac.d.ts", - "lib/md/laptop-windows.d.ts", - "lib/md/laptop.d.ts", - "lib/md/last-page.d.ts", - "lib/md/launch.d.ts", - "lib/md/layers-clear.d.ts", - "lib/md/layers.d.ts", - "lib/md/leak-add.d.ts", - "lib/md/leak-remove.d.ts", - "lib/md/lens.d.ts", - "lib/md/library-add.d.ts", - "lib/md/library-books.d.ts", - "lib/md/library-music.d.ts", - "lib/md/lightbulb-outline.d.ts", - "lib/md/line-style.d.ts", - "lib/md/line-weight.d.ts", - "lib/md/linear-scale.d.ts", - "lib/md/link.d.ts", - "lib/md/linked-camera.d.ts", - "lib/md/list.d.ts", - "lib/md/live-help.d.ts", - "lib/md/live-tv.d.ts", - "lib/md/local-airport.d.ts", - "lib/md/local-atm.d.ts", - "lib/md/local-attraction.d.ts", - "lib/md/local-bar.d.ts", - "lib/md/local-cafe.d.ts", - "lib/md/local-car-wash.d.ts", - "lib/md/local-convenience-store.d.ts", - "lib/md/local-drink.d.ts", - "lib/md/local-florist.d.ts", - "lib/md/local-gas-station.d.ts", - "lib/md/local-grocery-store.d.ts", - "lib/md/local-hospital.d.ts", - "lib/md/local-hotel.d.ts", - "lib/md/local-laundry-service.d.ts", - "lib/md/local-library.d.ts", - "lib/md/local-mall.d.ts", - "lib/md/local-movies.d.ts", - "lib/md/local-offer.d.ts", - "lib/md/local-parking.d.ts", - "lib/md/local-pharmacy.d.ts", - "lib/md/local-phone.d.ts", - "lib/md/local-pizza.d.ts", - "lib/md/local-play.d.ts", - "lib/md/local-post-office.d.ts", - "lib/md/local-print-shop.d.ts", - "lib/md/local-restaurant.d.ts", - "lib/md/local-see.d.ts", - "lib/md/local-shipping.d.ts", - "lib/md/local-taxi.d.ts", - "lib/md/location-city.d.ts", - "lib/md/location-disabled.d.ts", - "lib/md/location-history.d.ts", - "lib/md/location-off.d.ts", - "lib/md/location-on.d.ts", - "lib/md/location-searching.d.ts", - "lib/md/lock-open.d.ts", - "lib/md/lock-outline.d.ts", - "lib/md/lock.d.ts", - "lib/md/looks-3.d.ts", - "lib/md/looks-4.d.ts", - "lib/md/looks-5.d.ts", - "lib/md/looks-6.d.ts", - "lib/md/looks-one.d.ts", - "lib/md/looks-two.d.ts", - "lib/md/looks.d.ts", - "lib/md/loop.d.ts", - "lib/md/loupe.d.ts", - "lib/md/low-priority.d.ts", - "lib/md/loyalty.d.ts", - "lib/md/mail-outline.d.ts", - "lib/md/mail.d.ts", - "lib/md/map.d.ts", - "lib/md/markunread-mailbox.d.ts", - "lib/md/markunread.d.ts", - "lib/md/memory.d.ts", - "lib/md/menu.d.ts", - "lib/md/merge-type.d.ts", - "lib/md/message.d.ts", - "lib/md/mic-none.d.ts", - "lib/md/mic-off.d.ts", - "lib/md/mic.d.ts", - "lib/md/mms.d.ts", - "lib/md/mode-comment.d.ts", - "lib/md/mode-edit.d.ts", - "lib/md/monetization-on.d.ts", - "lib/md/money-off.d.ts", - "lib/md/monochrome-photos.d.ts", - "lib/md/mood-bad.d.ts", - "lib/md/mood.d.ts", - "lib/md/more-horiz.d.ts", - "lib/md/more-vert.d.ts", - "lib/md/more.d.ts", - "lib/md/motorcycle.d.ts", - "lib/md/mouse.d.ts", - "lib/md/move-to-inbox.d.ts", - "lib/md/movie-creation.d.ts", - "lib/md/movie-filter.d.ts", - "lib/md/movie.d.ts", - "lib/md/multiline-chart.d.ts", - "lib/md/music-note.d.ts", - "lib/md/music-video.d.ts", - "lib/md/my-location.d.ts", - "lib/md/nature-people.d.ts", - "lib/md/nature.d.ts", - "lib/md/navigate-before.d.ts", - "lib/md/navigate-next.d.ts", - "lib/md/navigation.d.ts", - "lib/md/near-me.d.ts", - "lib/md/network-cell.d.ts", - "lib/md/network-check.d.ts", - "lib/md/network-locked.d.ts", - "lib/md/network-wifi.d.ts", - "lib/md/new-releases.d.ts", - "lib/md/next-week.d.ts", - "lib/md/nfc.d.ts", - "lib/md/no-encryption.d.ts", - "lib/md/no-sim.d.ts", - "lib/md/not-interested.d.ts", - "lib/md/note-add.d.ts", - "lib/md/note.d.ts", - "lib/md/notifications-active.d.ts", - "lib/md/notifications-none.d.ts", - "lib/md/notifications-off.d.ts", - "lib/md/notifications-paused.d.ts", - "lib/md/notifications.d.ts", - "lib/md/now-wallpaper.d.ts", - "lib/md/now-widgets.d.ts", - "lib/md/offline-pin.d.ts", - "lib/md/ondemand-video.d.ts", - "lib/md/opacity.d.ts", - "lib/md/open-in-browser.d.ts", - "lib/md/open-in-new.d.ts", - "lib/md/open-with.d.ts", - "lib/md/pages.d.ts", - "lib/md/pageview.d.ts", - "lib/md/palette.d.ts", - "lib/md/pan-tool.d.ts", - "lib/md/panorama-fish-eye.d.ts", - "lib/md/panorama-horizontal.d.ts", - "lib/md/panorama-vertical.d.ts", - "lib/md/panorama-wide-angle.d.ts", - "lib/md/panorama.d.ts", - "lib/md/party-mode.d.ts", - "lib/md/pause-circle-filled.d.ts", - "lib/md/pause-circle-outline.d.ts", - "lib/md/pause.d.ts", - "lib/md/payment.d.ts", - "lib/md/people-outline.d.ts", - "lib/md/people.d.ts", - "lib/md/perm-camera-mic.d.ts", - "lib/md/perm-contact-calendar.d.ts", - "lib/md/perm-data-setting.d.ts", - "lib/md/perm-device-information.d.ts", - "lib/md/perm-identity.d.ts", - "lib/md/perm-media.d.ts", - "lib/md/perm-phone-msg.d.ts", - "lib/md/perm-scan-wifi.d.ts", - "lib/md/person-add.d.ts", - "lib/md/person-outline.d.ts", - "lib/md/person-pin-circle.d.ts", - "lib/md/person-pin.d.ts", - "lib/md/person.d.ts", - "lib/md/personal-video.d.ts", - "lib/md/pets.d.ts", - "lib/md/phone-android.d.ts", - "lib/md/phone-bluetooth-speaker.d.ts", - "lib/md/phone-forwarded.d.ts", - "lib/md/phone-in-talk.d.ts", - "lib/md/phone-iphone.d.ts", - "lib/md/phone-locked.d.ts", - "lib/md/phone-missed.d.ts", - "lib/md/phone-paused.d.ts", - "lib/md/phone.d.ts", - "lib/md/phonelink-erase.d.ts", - "lib/md/phonelink-lock.d.ts", - "lib/md/phonelink-off.d.ts", - "lib/md/phonelink-ring.d.ts", - "lib/md/phonelink-setup.d.ts", - "lib/md/phonelink.d.ts", - "lib/md/photo-album.d.ts", - "lib/md/photo-camera.d.ts", - "lib/md/photo-filter.d.ts", - "lib/md/photo-library.d.ts", - "lib/md/photo-size-select-actual.d.ts", - "lib/md/photo-size-select-large.d.ts", - "lib/md/photo-size-select-small.d.ts", - "lib/md/photo.d.ts", - "lib/md/picture-as-pdf.d.ts", - "lib/md/picture-in-picture-alt.d.ts", - "lib/md/picture-in-picture.d.ts", - "lib/md/pie-chart-outlined.d.ts", - "lib/md/pie-chart.d.ts", - "lib/md/pin-drop.d.ts", - "lib/md/place.d.ts", - "lib/md/play-arrow.d.ts", - "lib/md/play-circle-filled.d.ts", - "lib/md/play-circle-outline.d.ts", - "lib/md/play-for-work.d.ts", - "lib/md/playlist-add-check.d.ts", - "lib/md/playlist-add.d.ts", - "lib/md/playlist-play.d.ts", - "lib/md/plus-one.d.ts", - "lib/md/poll.d.ts", - "lib/md/polymer.d.ts", - "lib/md/pool.d.ts", - "lib/md/portable-wifi-off.d.ts", - "lib/md/portrait.d.ts", - "lib/md/power-input.d.ts", - "lib/md/power-settings-new.d.ts", - "lib/md/power.d.ts", - "lib/md/pregnant-woman.d.ts", - "lib/md/present-to-all.d.ts", - "lib/md/print.d.ts", - "lib/md/priority-high.d.ts", - "lib/md/public.d.ts", - "lib/md/publish.d.ts", - "lib/md/query-builder.d.ts", - "lib/md/question-answer.d.ts", - "lib/md/queue-music.d.ts", - "lib/md/queue-play-next.d.ts", - "lib/md/queue.d.ts", - "lib/md/radio-button-checked.d.ts", - "lib/md/radio-button-unchecked.d.ts", - "lib/md/radio.d.ts", - "lib/md/rate-review.d.ts", - "lib/md/receipt.d.ts", - "lib/md/recent-actors.d.ts", - "lib/md/record-voice-over.d.ts", - "lib/md/redeem.d.ts", - "lib/md/redo.d.ts", - "lib/md/refresh.d.ts", - "lib/md/remove-circle-outline.d.ts", - "lib/md/remove-circle.d.ts", - "lib/md/remove-from-queue.d.ts", - "lib/md/remove-red-eye.d.ts", - "lib/md/remove-shopping-cart.d.ts", - "lib/md/remove.d.ts", - "lib/md/reorder.d.ts", - "lib/md/repeat-one.d.ts", - "lib/md/repeat.d.ts", - "lib/md/replay-10.d.ts", - "lib/md/replay-30.d.ts", - "lib/md/replay-5.d.ts", - "lib/md/replay.d.ts", - "lib/md/reply-all.d.ts", - "lib/md/reply.d.ts", - "lib/md/report-problem.d.ts", - "lib/md/report.d.ts", - "lib/md/restaurant-menu.d.ts", - "lib/md/restaurant.d.ts", - "lib/md/restore-page.d.ts", - "lib/md/restore.d.ts", - "lib/md/ring-volume.d.ts", - "lib/md/room-service.d.ts", - "lib/md/room.d.ts", - "lib/md/rotate-90-degrees-ccw.d.ts", - "lib/md/rotate-left.d.ts", - "lib/md/rotate-right.d.ts", - "lib/md/rounded-corner.d.ts", - "lib/md/router.d.ts", - "lib/md/rowing.d.ts", - "lib/md/rss-feed.d.ts", - "lib/md/rv-hookup.d.ts", - "lib/md/satellite.d.ts", - "lib/md/save.d.ts", - "lib/md/scanner.d.ts", - "lib/md/schedule.d.ts", - "lib/md/school.d.ts", - "lib/md/screen-lock-landscape.d.ts", - "lib/md/screen-lock-portrait.d.ts", - "lib/md/screen-lock-rotation.d.ts", - "lib/md/screen-rotation.d.ts", - "lib/md/screen-share.d.ts", - "lib/md/sd-card.d.ts", - "lib/md/sd-storage.d.ts", - "lib/md/search.d.ts", - "lib/md/security.d.ts", - "lib/md/select-all.d.ts", - "lib/md/send.d.ts", - "lib/md/sentiment-dissatisfied.d.ts", - "lib/md/sentiment-neutral.d.ts", - "lib/md/sentiment-satisfied.d.ts", - "lib/md/sentiment-very-dissatisfied.d.ts", - "lib/md/sentiment-very-satisfied.d.ts", - "lib/md/settings-applications.d.ts", - "lib/md/settings-backup-restore.d.ts", - "lib/md/settings-bluetooth.d.ts", - "lib/md/settings-brightness.d.ts", - "lib/md/settings-cell.d.ts", - "lib/md/settings-ethernet.d.ts", - "lib/md/settings-input-antenna.d.ts", - "lib/md/settings-input-component.d.ts", - "lib/md/settings-input-composite.d.ts", - "lib/md/settings-input-hdmi.d.ts", - "lib/md/settings-input-svideo.d.ts", - "lib/md/settings-overscan.d.ts", - "lib/md/settings-phone.d.ts", - "lib/md/settings-power.d.ts", - "lib/md/settings-remote.d.ts", - "lib/md/settings-system-daydream.d.ts", - "lib/md/settings-voice.d.ts", - "lib/md/settings.d.ts", - "lib/md/share.d.ts", - "lib/md/shop-two.d.ts", - "lib/md/shop.d.ts", - "lib/md/shopping-basket.d.ts", - "lib/md/shopping-cart.d.ts", - "lib/md/short-text.d.ts", - "lib/md/show-chart.d.ts", - "lib/md/shuffle.d.ts", - "lib/md/signal-cellular-4-bar.d.ts", - "lib/md/signal-cellular-connected-no-internet-4-bar.d.ts", - "lib/md/signal-cellular-no-sim.d.ts", - "lib/md/signal-cellular-null.d.ts", - "lib/md/signal-cellular-off.d.ts", - "lib/md/signal-wifi-4-bar-lock.d.ts", - "lib/md/signal-wifi-4-bar.d.ts", - "lib/md/signal-wifi-off.d.ts", - "lib/md/sim-card-alert.d.ts", - "lib/md/sim-card.d.ts", - "lib/md/skip-next.d.ts", - "lib/md/skip-previous.d.ts", - "lib/md/slideshow.d.ts", - "lib/md/slow-motion-video.d.ts", - "lib/md/smartphone.d.ts", - "lib/md/smoke-free.d.ts", - "lib/md/smoking-rooms.d.ts", - "lib/md/sms-failed.d.ts", - "lib/md/sms.d.ts", - "lib/md/snooze.d.ts", - "lib/md/sort-by-alpha.d.ts", - "lib/md/sort.d.ts", - "lib/md/spa.d.ts", - "lib/md/space-bar.d.ts", - "lib/md/speaker-group.d.ts", - "lib/md/speaker-notes-off.d.ts", - "lib/md/speaker-notes.d.ts", - "lib/md/speaker-phone.d.ts", - "lib/md/speaker.d.ts", - "lib/md/spellcheck.d.ts", - "lib/md/star-border.d.ts", - "lib/md/star-half.d.ts", - "lib/md/star-outline.d.ts", - "lib/md/star.d.ts", - "lib/md/stars.d.ts", - "lib/md/stay-current-landscape.d.ts", - "lib/md/stay-current-portrait.d.ts", - "lib/md/stay-primary-landscape.d.ts", - "lib/md/stay-primary-portrait.d.ts", - "lib/md/stop-screen-share.d.ts", - "lib/md/stop.d.ts", - "lib/md/storage.d.ts", - "lib/md/store-mall-directory.d.ts", - "lib/md/store.d.ts", - "lib/md/straighten.d.ts", - "lib/md/streetview.d.ts", - "lib/md/strikethrough-s.d.ts", - "lib/md/style.d.ts", - "lib/md/subdirectory-arrow-left.d.ts", - "lib/md/subdirectory-arrow-right.d.ts", - "lib/md/subject.d.ts", - "lib/md/subscriptions.d.ts", - "lib/md/subtitles.d.ts", - "lib/md/subway.d.ts", - "lib/md/supervisor-account.d.ts", - "lib/md/surround-sound.d.ts", - "lib/md/swap-calls.d.ts", - "lib/md/swap-horiz.d.ts", - "lib/md/swap-vert.d.ts", - "lib/md/swap-vertical-circle.d.ts", - "lib/md/switch-camera.d.ts", - "lib/md/switch-video.d.ts", - "lib/md/sync-disabled.d.ts", - "lib/md/sync-problem.d.ts", - "lib/md/sync.d.ts", - "lib/md/system-update-alt.d.ts", - "lib/md/system-update.d.ts", - "lib/md/tab-unselected.d.ts", - "lib/md/tab.d.ts", - "lib/md/tablet-android.d.ts", - "lib/md/tablet-mac.d.ts", - "lib/md/tablet.d.ts", - "lib/md/tag-faces.d.ts", - "lib/md/tap-and-play.d.ts", - "lib/md/terrain.d.ts", - "lib/md/text-fields.d.ts", - "lib/md/text-format.d.ts", - "lib/md/textsms.d.ts", - "lib/md/texture.d.ts", - "lib/md/theaters.d.ts", - "lib/md/thumb-down.d.ts", - "lib/md/thumb-up.d.ts", - "lib/md/thumbs-up-down.d.ts", - "lib/md/time-to-leave.d.ts", - "lib/md/timelapse.d.ts", - "lib/md/timeline.d.ts", - "lib/md/timer-10.d.ts", - "lib/md/timer-3.d.ts", - "lib/md/timer-off.d.ts", - "lib/md/timer.d.ts", - "lib/md/title.d.ts", - "lib/md/toc.d.ts", - "lib/md/today.d.ts", - "lib/md/toll.d.ts", - "lib/md/tonality.d.ts", - "lib/md/touch-app.d.ts", - "lib/md/toys.d.ts", - "lib/md/track-changes.d.ts", - "lib/md/traffic.d.ts", - "lib/md/train.d.ts", - "lib/md/tram.d.ts", - "lib/md/transfer-within-a-station.d.ts", - "lib/md/transform.d.ts", - "lib/md/translate.d.ts", - "lib/md/trending-down.d.ts", - "lib/md/trending-flat.d.ts", - "lib/md/trending-neutral.d.ts", - "lib/md/trending-up.d.ts", - "lib/md/tune.d.ts", - "lib/md/turned-in-not.d.ts", - "lib/md/turned-in.d.ts", - "lib/md/tv.d.ts", - "lib/md/unarchive.d.ts", - "lib/md/undo.d.ts", - "lib/md/unfold-less.d.ts", - "lib/md/unfold-more.d.ts", - "lib/md/update.d.ts", - "lib/md/usb.d.ts", - "lib/md/verified-user.d.ts", - "lib/md/vertical-align-bottom.d.ts", - "lib/md/vertical-align-center.d.ts", - "lib/md/vertical-align-top.d.ts", - "lib/md/vibration.d.ts", - "lib/md/video-call.d.ts", - "lib/md/video-collection.d.ts", - "lib/md/video-label.d.ts", - "lib/md/video-library.d.ts", - "lib/md/videocam-off.d.ts", - "lib/md/videocam.d.ts", - "lib/md/videogame-asset.d.ts", - "lib/md/view-agenda.d.ts", - "lib/md/view-array.d.ts", - "lib/md/view-carousel.d.ts", - "lib/md/view-column.d.ts", - "lib/md/view-comfortable.d.ts", - "lib/md/view-comfy.d.ts", - "lib/md/view-compact.d.ts", - "lib/md/view-day.d.ts", - "lib/md/view-headline.d.ts", - "lib/md/view-list.d.ts", - "lib/md/view-module.d.ts", - "lib/md/view-quilt.d.ts", - "lib/md/view-stream.d.ts", - "lib/md/view-week.d.ts", - "lib/md/vignette.d.ts", - "lib/md/visibility-off.d.ts", - "lib/md/visibility.d.ts", - "lib/md/voice-chat.d.ts", - "lib/md/voicemail.d.ts", - "lib/md/volume-down.d.ts", - "lib/md/volume-mute.d.ts", - "lib/md/volume-off.d.ts", - "lib/md/volume-up.d.ts", - "lib/md/vpn-key.d.ts", - "lib/md/vpn-lock.d.ts", - "lib/md/wallpaper.d.ts", - "lib/md/warning.d.ts", - "lib/md/watch-later.d.ts", - "lib/md/watch.d.ts", - "lib/md/wb-auto.d.ts", - "lib/md/wb-cloudy.d.ts", - "lib/md/wb-incandescent.d.ts", - "lib/md/wb-iridescent.d.ts", - "lib/md/wb-sunny.d.ts", - "lib/md/wc.d.ts", - "lib/md/web-asset.d.ts", - "lib/md/web.d.ts", - "lib/md/weekend.d.ts", - "lib/md/whatshot.d.ts", - "lib/md/widgets.d.ts", - "lib/md/wifi-lock.d.ts", - "lib/md/wifi-tethering.d.ts", - "lib/md/wifi.d.ts", - "lib/md/work.d.ts", - "lib/md/wrap-text.d.ts", - "lib/md/youtube-searched-for.d.ts", - "lib/md/zoom-in.d.ts", - "lib/md/zoom-out-map.d.ts", - "lib/md/zoom-out.d.ts", - "lib/ti/adjust-brightness.d.ts", - "lib/ti/adjust-contrast.d.ts", - "lib/ti/anchor-outline.d.ts", - "lib/ti/anchor.d.ts", - "lib/ti/archive.d.ts", - "lib/ti/arrow-back-outline.d.ts", - "lib/ti/arrow-back.d.ts", - "lib/ti/arrow-down-outline.d.ts", - "lib/ti/arrow-down-thick.d.ts", - "lib/ti/arrow-down.d.ts", - "lib/ti/arrow-forward-outline.d.ts", - "lib/ti/arrow-forward.d.ts", - "lib/ti/arrow-left-outline.d.ts", - "lib/ti/arrow-left-thick.d.ts", - "lib/ti/arrow-left.d.ts", - "lib/ti/arrow-loop-outline.d.ts", - "lib/ti/arrow-loop.d.ts", - "lib/ti/arrow-maximise-outline.d.ts", - "lib/ti/arrow-maximise.d.ts", - "lib/ti/arrow-minimise-outline.d.ts", - "lib/ti/arrow-minimise.d.ts", - "lib/ti/arrow-move-outline.d.ts", - "lib/ti/arrow-move.d.ts", - "lib/ti/arrow-repeat-outline.d.ts", - "lib/ti/arrow-repeat.d.ts", - "lib/ti/arrow-right-outline.d.ts", - "lib/ti/arrow-right-thick.d.ts", - "lib/ti/arrow-right.d.ts", - "lib/ti/arrow-shuffle.d.ts", - "lib/ti/arrow-sorted-down.d.ts", - "lib/ti/arrow-sorted-up.d.ts", - "lib/ti/arrow-sync-outline.d.ts", - "lib/ti/arrow-sync.d.ts", - "lib/ti/arrow-unsorted.d.ts", - "lib/ti/arrow-up-outline.d.ts", - "lib/ti/arrow-up-thick.d.ts", - "lib/ti/arrow-up.d.ts", - "lib/ti/at.d.ts", - "lib/ti/attachment-outline.d.ts", - "lib/ti/attachment.d.ts", - "lib/ti/backspace-outline.d.ts", - "lib/ti/backspace.d.ts", - "lib/ti/battery-charge.d.ts", - "lib/ti/battery-full.d.ts", - "lib/ti/battery-high.d.ts", - "lib/ti/battery-low.d.ts", - "lib/ti/battery-mid.d.ts", - "lib/ti/beaker.d.ts", - "lib/ti/beer.d.ts", - "lib/ti/bell.d.ts", - "lib/ti/book.d.ts", - "lib/ti/bookmark.d.ts", - "lib/ti/briefcase.d.ts", - "lib/ti/brush.d.ts", - "lib/ti/business-card.d.ts", - "lib/ti/calculator.d.ts", - "lib/ti/calendar-outline.d.ts", - "lib/ti/calendar.d.ts", - "lib/ti/calender-outline.d.ts", - "lib/ti/calender.d.ts", - "lib/ti/camera-outline.d.ts", - "lib/ti/camera.d.ts", - "lib/ti/cancel-outline.d.ts", - "lib/ti/cancel.d.ts", - "lib/ti/chart-area-outline.d.ts", - "lib/ti/chart-area.d.ts", - "lib/ti/chart-bar-outline.d.ts", - "lib/ti/chart-bar.d.ts", - "lib/ti/chart-line-outline.d.ts", - "lib/ti/chart-line.d.ts", - "lib/ti/chart-pie-outline.d.ts", - "lib/ti/chart-pie.d.ts", - "lib/ti/chevron-left-outline.d.ts", - "lib/ti/chevron-left.d.ts", - "lib/ti/chevron-right-outline.d.ts", - "lib/ti/chevron-right.d.ts", - "lib/ti/clipboard.d.ts", - "lib/ti/cloud-storage-outline.d.ts", - "lib/ti/cloud-storage.d.ts", - "lib/ti/code-outline.d.ts", - "lib/ti/code.d.ts", - "lib/ti/coffee.d.ts", - "lib/ti/cog-outline.d.ts", - "lib/ti/cog.d.ts", - "lib/ti/compass.d.ts", - "lib/ti/contacts.d.ts", - "lib/ti/credit-card.d.ts", - "lib/ti/cross.d.ts", - "lib/ti/css3.d.ts", - "lib/ti/database.d.ts", - "lib/ti/delete-outline.d.ts", - "lib/ti/delete.d.ts", - "lib/ti/device-desktop.d.ts", - "lib/ti/device-laptop.d.ts", - "lib/ti/device-phone.d.ts", - "lib/ti/device-tablet.d.ts", - "lib/ti/directions.d.ts", - "lib/ti/divide-outline.d.ts", - "lib/ti/divide.d.ts", - "lib/ti/document-add.d.ts", - "lib/ti/document-delete.d.ts", - "lib/ti/document-text.d.ts", - "lib/ti/document.d.ts", - "lib/ti/download-outline.d.ts", - "lib/ti/download.d.ts", - "lib/ti/dropbox.d.ts", - "lib/ti/edit.d.ts", - "lib/ti/eject-outline.d.ts", - "lib/ti/eject.d.ts", - "lib/ti/equals-outline.d.ts", - "lib/ti/equals.d.ts", - "lib/ti/export-outline.d.ts", - "lib/ti/export.d.ts", - "lib/ti/eye-outline.d.ts", - "lib/ti/eye.d.ts", - "lib/ti/feather.d.ts", - "lib/ti/film.d.ts", - "lib/ti/filter.d.ts", - "lib/ti/flag-outline.d.ts", - "lib/ti/flag.d.ts", - "lib/ti/flash-outline.d.ts", - "lib/ti/flash.d.ts", - "lib/ti/flow-children.d.ts", - "lib/ti/flow-merge.d.ts", - "lib/ti/flow-parallel.d.ts", - "lib/ti/flow-switch.d.ts", - "lib/ti/folder-add.d.ts", - "lib/ti/folder-delete.d.ts", - "lib/ti/folder-open.d.ts", - "lib/ti/folder.d.ts", - "lib/ti/gift.d.ts", - "lib/ti/globe-outline.d.ts", - "lib/ti/globe.d.ts", - "lib/ti/group-outline.d.ts", - "lib/ti/group.d.ts", - "lib/ti/headphones.d.ts", - "lib/ti/heart-full-outline.d.ts", - "lib/ti/heart-half-outline.d.ts", - "lib/ti/heart-outline.d.ts", - "lib/ti/heart.d.ts", - "lib/ti/home-outline.d.ts", - "lib/ti/home.d.ts", - "lib/ti/html5.d.ts", - "lib/ti/image-outline.d.ts", - "lib/ti/image.d.ts", - "lib/ti/infinity-outline.d.ts", - "lib/ti/infinity.d.ts", - "lib/ti/info-large-outline.d.ts", - "lib/ti/info-large.d.ts", - "lib/ti/info-outline.d.ts", - "lib/ti/info.d.ts", - "lib/ti/input-checked-outline.d.ts", - "lib/ti/input-checked.d.ts", - "lib/ti/key-outline.d.ts", - "lib/ti/key.d.ts", - "lib/ti/keyboard.d.ts", - "lib/ti/leaf.d.ts", - "lib/ti/lightbulb.d.ts", - "lib/ti/link-outline.d.ts", - "lib/ti/link.d.ts", - "lib/ti/location-arrow-outline.d.ts", - "lib/ti/location-arrow.d.ts", - "lib/ti/location-outline.d.ts", - "lib/ti/location.d.ts", - "lib/ti/lock-closed-outline.d.ts", - "lib/ti/lock-closed.d.ts", - "lib/ti/lock-open-outline.d.ts", - "lib/ti/lock-open.d.ts", - "lib/ti/mail.d.ts", - "lib/ti/map.d.ts", - "lib/ti/media-eject-outline.d.ts", - "lib/ti/media-eject.d.ts", - "lib/ti/media-fast-forward-outline.d.ts", - "lib/ti/media-fast-forward.d.ts", - "lib/ti/media-pause-outline.d.ts", - "lib/ti/media-pause.d.ts", - "lib/ti/media-play-outline.d.ts", - "lib/ti/media-play-reverse-outline.d.ts", - "lib/ti/media-play-reverse.d.ts", - "lib/ti/media-play.d.ts", - "lib/ti/media-record-outline.d.ts", - "lib/ti/media-record.d.ts", - "lib/ti/media-rewind-outline.d.ts", - "lib/ti/media-rewind.d.ts", - "lib/ti/media-stop-outline.d.ts", - "lib/ti/media-stop.d.ts", - "lib/ti/message-typing.d.ts", - "lib/ti/message.d.ts", - "lib/ti/messages.d.ts", - "lib/ti/microphone-outline.d.ts", - "lib/ti/microphone.d.ts", - "lib/ti/minus-outline.d.ts", - "lib/ti/minus.d.ts", - "lib/ti/mortar-board.d.ts", - "lib/ti/news.d.ts", - "lib/ti/notes-outline.d.ts", - "lib/ti/notes.d.ts", - "lib/ti/pen.d.ts", - "lib/ti/pencil.d.ts", - "lib/ti/phone-outline.d.ts", - "lib/ti/phone.d.ts", - "lib/ti/pi-outline.d.ts", - "lib/ti/pi.d.ts", - "lib/ti/pin-outline.d.ts", - "lib/ti/pin.d.ts", - "lib/ti/pipette.d.ts", - "lib/ti/plane-outline.d.ts", - "lib/ti/plane.d.ts", - "lib/ti/plug.d.ts", - "lib/ti/plus-outline.d.ts", - "lib/ti/plus.d.ts", - "lib/ti/point-of-interest-outline.d.ts", - "lib/ti/point-of-interest.d.ts", - "lib/ti/power-outline.d.ts", - "lib/ti/power.d.ts", - "lib/ti/printer.d.ts", - "lib/ti/puzzle-outline.d.ts", - "lib/ti/puzzle.d.ts", - "lib/ti/radar-outline.d.ts", - "lib/ti/radar.d.ts", - "lib/ti/refresh-outline.d.ts", - "lib/ti/refresh.d.ts", - "lib/ti/rss-outline.d.ts", - "lib/ti/rss.d.ts", - "lib/ti/scissors-outline.d.ts", - "lib/ti/scissors.d.ts", - "lib/ti/shopping-bag.d.ts", - "lib/ti/shopping-cart.d.ts", - "lib/ti/social-at-circular.d.ts", - "lib/ti/social-dribbble-circular.d.ts", - "lib/ti/social-dribbble.d.ts", - "lib/ti/social-facebook-circular.d.ts", - "lib/ti/social-facebook.d.ts", - "lib/ti/social-flickr-circular.d.ts", - "lib/ti/social-flickr.d.ts", - "lib/ti/social-github-circular.d.ts", - "lib/ti/social-github.d.ts", - "lib/ti/social-google-plus-circular.d.ts", - "lib/ti/social-google-plus.d.ts", - "lib/ti/social-instagram-circular.d.ts", - "lib/ti/social-instagram.d.ts", - "lib/ti/social-last-fm-circular.d.ts", - "lib/ti/social-last-fm.d.ts", - "lib/ti/social-linkedin-circular.d.ts", - "lib/ti/social-linkedin.d.ts", - "lib/ti/social-pinterest-circular.d.ts", - "lib/ti/social-pinterest.d.ts", - "lib/ti/social-skype-outline.d.ts", - "lib/ti/social-skype.d.ts", - "lib/ti/social-tumbler-circular.d.ts", - "lib/ti/social-tumbler.d.ts", - "lib/ti/social-twitter-circular.d.ts", - "lib/ti/social-twitter.d.ts", - "lib/ti/social-vimeo-circular.d.ts", - "lib/ti/social-vimeo.d.ts", - "lib/ti/social-youtube-circular.d.ts", - "lib/ti/social-youtube.d.ts", - "lib/ti/sort-alphabetically-outline.d.ts", - "lib/ti/sort-alphabetically.d.ts", - "lib/ti/sort-numerically-outline.d.ts", - "lib/ti/sort-numerically.d.ts", - "lib/ti/spanner-outline.d.ts", - "lib/ti/spanner.d.ts", - "lib/ti/spiral.d.ts", - "lib/ti/star-full-outline.d.ts", - "lib/ti/star-half-outline.d.ts", - "lib/ti/star-half.d.ts", - "lib/ti/star-outline.d.ts", - "lib/ti/star.d.ts", - "lib/ti/starburst-outline.d.ts", - "lib/ti/starburst.d.ts", - "lib/ti/stopwatch.d.ts", - "lib/ti/support.d.ts", - "lib/ti/tabs-outline.d.ts", - "lib/ti/tag.d.ts", - "lib/ti/tags.d.ts", - "lib/ti/th-large-outline.d.ts", - "lib/ti/th-large.d.ts", - "lib/ti/th-list-outline.d.ts", - "lib/ti/th-list.d.ts", - "lib/ti/th-menu-outline.d.ts", - "lib/ti/th-menu.d.ts", - "lib/ti/th-small-outline.d.ts", - "lib/ti/th-small.d.ts", - "lib/ti/thermometer.d.ts", - "lib/ti/thumbs-down.d.ts", - "lib/ti/thumbs-ok.d.ts", - "lib/ti/thumbs-up.d.ts", - "lib/ti/tick-outline.d.ts", - "lib/ti/tick.d.ts", - "lib/ti/ticket.d.ts", - "lib/ti/time.d.ts", - "lib/ti/times-outline.d.ts", - "lib/ti/times.d.ts", - "lib/ti/trash.d.ts", - "lib/ti/tree.d.ts", - "lib/ti/upload-outline.d.ts", - "lib/ti/upload.d.ts", - "lib/ti/user-add-outline.d.ts", - "lib/ti/user-add.d.ts", - "lib/ti/user-delete-outline.d.ts", - "lib/ti/user-delete.d.ts", - "lib/ti/user-outline.d.ts", - "lib/ti/user.d.ts", - "lib/ti/vendor-android.d.ts", - "lib/ti/vendor-apple.d.ts", - "lib/ti/vendor-microsoft.d.ts", - "lib/ti/video-outline.d.ts", - "lib/ti/video.d.ts", - "lib/ti/volume-down.d.ts", - "lib/ti/volume-mute.d.ts", - "lib/ti/volume-up.d.ts", - "lib/ti/volume.d.ts", - "lib/ti/warning-outline.d.ts", - "lib/ti/warning.d.ts", - "lib/ti/watch.d.ts", - "lib/ti/waves-outline.d.ts", - "lib/ti/waves.d.ts", - "lib/ti/weather-cloudy.d.ts", - "lib/ti/weather-downpour.d.ts", - "lib/ti/weather-night.d.ts", - "lib/ti/weather-partly-sunny.d.ts", - "lib/ti/weather-shower.d.ts", - "lib/ti/weather-snow.d.ts", - "lib/ti/weather-stormy.d.ts", - "lib/ti/weather-sunny.d.ts", - "lib/ti/weather-windy-cloudy.d.ts", - "lib/ti/weather-windy.d.ts", - "lib/ti/wi-fi-outline.d.ts", - "lib/ti/wi-fi.d.ts", - "lib/ti/wine.d.ts", - "lib/ti/world-outline.d.ts", - "lib/ti/world.d.ts", - "lib/ti/zoom-in-outline.d.ts", - "lib/ti/zoom-in.d.ts", - "lib/ti/zoom-out-outline.d.ts", - "lib/ti/zoom-out.d.ts", - "lib/ti/zoom-outline.d.ts", - "lib/ti/zoom.d.ts" - ] -} + }, + "files": [ + "index.d.ts", + "react-icons-tests.tsx", + "fa/index.d.ts", + "go/index.d.ts", + "io/index.d.ts", + "md/index.d.ts", + "ti/index.d.ts", + "fa/500px.d.ts", + "fa/adjust.d.ts", + "fa/adn.d.ts", + "fa/align-center.d.ts", + "fa/align-justify.d.ts", + "fa/align-left.d.ts", + "fa/align-right.d.ts", + "fa/amazon.d.ts", + "fa/ambulance.d.ts", + "fa/american-sign-language-interpreting.d.ts", + "fa/anchor.d.ts", + "fa/android.d.ts", + "fa/angellist.d.ts", + "fa/angle-double-down.d.ts", + "fa/angle-double-left.d.ts", + "fa/angle-double-right.d.ts", + "fa/angle-double-up.d.ts", + "fa/angle-down.d.ts", + "fa/angle-left.d.ts", + "fa/angle-right.d.ts", + "fa/angle-up.d.ts", + "fa/apple.d.ts", + "fa/archive.d.ts", + "fa/area-chart.d.ts", + "fa/arrow-circle-down.d.ts", + "fa/arrow-circle-left.d.ts", + "fa/arrow-circle-o-down.d.ts", + "fa/arrow-circle-o-left.d.ts", + "fa/arrow-circle-o-right.d.ts", + "fa/arrow-circle-o-up.d.ts", + "fa/arrow-circle-right.d.ts", + "fa/arrow-circle-up.d.ts", + "fa/arrow-down.d.ts", + "fa/arrow-left.d.ts", + "fa/arrow-right.d.ts", + "fa/arrow-up.d.ts", + "fa/arrows-alt.d.ts", + "fa/arrows-h.d.ts", + "fa/arrows-v.d.ts", + "fa/arrows.d.ts", + "fa/assistive-listening-systems.d.ts", + "fa/asterisk.d.ts", + "fa/at.d.ts", + "fa/audio-description.d.ts", + "fa/automobile.d.ts", + "fa/backward.d.ts", + "fa/balance-scale.d.ts", + "fa/ban.d.ts", + "fa/bank.d.ts", + "fa/bar-chart.d.ts", + "fa/barcode.d.ts", + "fa/bars.d.ts", + "fa/battery-0.d.ts", + "fa/battery-1.d.ts", + "fa/battery-2.d.ts", + "fa/battery-3.d.ts", + "fa/battery-4.d.ts", + "fa/bed.d.ts", + "fa/beer.d.ts", + "fa/behance-square.d.ts", + "fa/behance.d.ts", + "fa/bell-o.d.ts", + "fa/bell-slash-o.d.ts", + "fa/bell-slash.d.ts", + "fa/bell.d.ts", + "fa/bicycle.d.ts", + "fa/binoculars.d.ts", + "fa/birthday-cake.d.ts", + "fa/bitbucket-square.d.ts", + "fa/bitbucket.d.ts", + "fa/bitcoin.d.ts", + "fa/black-tie.d.ts", + "fa/blind.d.ts", + "fa/bluetooth-b.d.ts", + "fa/bluetooth.d.ts", + "fa/bold.d.ts", + "fa/bolt.d.ts", + "fa/bomb.d.ts", + "fa/book.d.ts", + "fa/bookmark-o.d.ts", + "fa/bookmark.d.ts", + "fa/braille.d.ts", + "fa/briefcase.d.ts", + "fa/bug.d.ts", + "fa/building-o.d.ts", + "fa/building.d.ts", + "fa/bullhorn.d.ts", + "fa/bullseye.d.ts", + "fa/bus.d.ts", + "fa/buysellads.d.ts", + "fa/cab.d.ts", + "fa/calculator.d.ts", + "fa/calendar-check-o.d.ts", + "fa/calendar-minus-o.d.ts", + "fa/calendar-o.d.ts", + "fa/calendar-plus-o.d.ts", + "fa/calendar-times-o.d.ts", + "fa/calendar.d.ts", + "fa/camera-retro.d.ts", + "fa/camera.d.ts", + "fa/caret-down.d.ts", + "fa/caret-left.d.ts", + "fa/caret-right.d.ts", + "fa/caret-square-o-down.d.ts", + "fa/caret-square-o-left.d.ts", + "fa/caret-square-o-right.d.ts", + "fa/caret-square-o-up.d.ts", + "fa/caret-up.d.ts", + "fa/cart-arrow-down.d.ts", + "fa/cart-plus.d.ts", + "fa/cc-amex.d.ts", + "fa/cc-diners-club.d.ts", + "fa/cc-discover.d.ts", + "fa/cc-jcb.d.ts", + "fa/cc-mastercard.d.ts", + "fa/cc-paypal.d.ts", + "fa/cc-stripe.d.ts", + "fa/cc-visa.d.ts", + "fa/cc.d.ts", + "fa/certificate.d.ts", + "fa/chain-broken.d.ts", + "fa/chain.d.ts", + "fa/check-circle-o.d.ts", + "fa/check-circle.d.ts", + "fa/check-square-o.d.ts", + "fa/check-square.d.ts", + "fa/check.d.ts", + "fa/chevron-circle-down.d.ts", + "fa/chevron-circle-left.d.ts", + "fa/chevron-circle-right.d.ts", + "fa/chevron-circle-up.d.ts", + "fa/chevron-down.d.ts", + "fa/chevron-left.d.ts", + "fa/chevron-right.d.ts", + "fa/chevron-up.d.ts", + "fa/child.d.ts", + "fa/chrome.d.ts", + "fa/circle-o-notch.d.ts", + "fa/circle-o.d.ts", + "fa/circle-thin.d.ts", + "fa/circle.d.ts", + "fa/clipboard.d.ts", + "fa/clock-o.d.ts", + "fa/clone.d.ts", + "fa/close.d.ts", + "fa/cloud-download.d.ts", + "fa/cloud-upload.d.ts", + "fa/cloud.d.ts", + "fa/cny.d.ts", + "fa/code-fork.d.ts", + "fa/code.d.ts", + "fa/codepen.d.ts", + "fa/codiepie.d.ts", + "fa/coffee.d.ts", + "fa/cog.d.ts", + "fa/cogs.d.ts", + "fa/columns.d.ts", + "fa/comment-o.d.ts", + "fa/comment.d.ts", + "fa/commenting-o.d.ts", + "fa/commenting.d.ts", + "fa/comments-o.d.ts", + "fa/comments.d.ts", + "fa/compass.d.ts", + "fa/compress.d.ts", + "fa/connectdevelop.d.ts", + "fa/contao.d.ts", + "fa/copy.d.ts", + "fa/copyright.d.ts", + "fa/creative-commons.d.ts", + "fa/credit-card-alt.d.ts", + "fa/credit-card.d.ts", + "fa/crop.d.ts", + "fa/crosshairs.d.ts", + "fa/css3.d.ts", + "fa/cube.d.ts", + "fa/cubes.d.ts", + "fa/cut.d.ts", + "fa/cutlery.d.ts", + "fa/dashboard.d.ts", + "fa/dashcube.d.ts", + "fa/database.d.ts", + "fa/deaf.d.ts", + "fa/dedent.d.ts", + "fa/delicious.d.ts", + "fa/desktop.d.ts", + "fa/deviantart.d.ts", + "fa/diamond.d.ts", + "fa/digg.d.ts", + "fa/dollar.d.ts", + "fa/dot-circle-o.d.ts", + "fa/download.d.ts", + "fa/dribbble.d.ts", + "fa/dropbox.d.ts", + "fa/drupal.d.ts", + "fa/edge.d.ts", + "fa/edit.d.ts", + "fa/eject.d.ts", + "fa/ellipsis-h.d.ts", + "fa/ellipsis-v.d.ts", + "fa/empire.d.ts", + "fa/envelope-o.d.ts", + "fa/envelope-square.d.ts", + "fa/envelope.d.ts", + "fa/envira.d.ts", + "fa/eraser.d.ts", + "fa/eur.d.ts", + "fa/exchange.d.ts", + "fa/exclamation-circle.d.ts", + "fa/exclamation-triangle.d.ts", + "fa/exclamation.d.ts", + "fa/expand.d.ts", + "fa/expeditedssl.d.ts", + "fa/external-link-square.d.ts", + "fa/external-link.d.ts", + "fa/eye-slash.d.ts", + "fa/eye.d.ts", + "fa/eyedropper.d.ts", + "fa/facebook-official.d.ts", + "fa/facebook-square.d.ts", + "fa/facebook.d.ts", + "fa/fast-backward.d.ts", + "fa/fast-forward.d.ts", + "fa/fax.d.ts", + "fa/feed.d.ts", + "fa/female.d.ts", + "fa/fighter-jet.d.ts", + "fa/file-archive-o.d.ts", + "fa/file-audio-o.d.ts", + "fa/file-code-o.d.ts", + "fa/file-excel-o.d.ts", + "fa/file-image-o.d.ts", + "fa/file-movie-o.d.ts", + "fa/file-o.d.ts", + "fa/file-pdf-o.d.ts", + "fa/file-powerpoint-o.d.ts", + "fa/file-text-o.d.ts", + "fa/file-text.d.ts", + "fa/file-word-o.d.ts", + "fa/file.d.ts", + "fa/film.d.ts", + "fa/filter.d.ts", + "fa/fire-extinguisher.d.ts", + "fa/fire.d.ts", + "fa/firefox.d.ts", + "fa/flag-checkered.d.ts", + "fa/flag-o.d.ts", + "fa/flag.d.ts", + "fa/flask.d.ts", + "fa/flickr.d.ts", + "fa/floppy-o.d.ts", + "fa/folder-o.d.ts", + "fa/folder-open-o.d.ts", + "fa/folder-open.d.ts", + "fa/folder.d.ts", + "fa/font.d.ts", + "fa/fonticons.d.ts", + "fa/fort-awesome.d.ts", + "fa/forumbee.d.ts", + "fa/forward.d.ts", + "fa/foursquare.d.ts", + "fa/frown-o.d.ts", + "fa/futbol-o.d.ts", + "fa/gamepad.d.ts", + "fa/gavel.d.ts", + "fa/gbp.d.ts", + "fa/genderless.d.ts", + "fa/get-pocket.d.ts", + "fa/gg-circle.d.ts", + "fa/gg.d.ts", + "fa/gift.d.ts", + "fa/git-square.d.ts", + "fa/git.d.ts", + "fa/github-alt.d.ts", + "fa/github-square.d.ts", + "fa/github.d.ts", + "fa/gitlab.d.ts", + "fa/gittip.d.ts", + "fa/glass.d.ts", + "fa/glide-g.d.ts", + "fa/glide.d.ts", + "fa/globe.d.ts", + "fa/google-plus-square.d.ts", + "fa/google-plus.d.ts", + "fa/google-wallet.d.ts", + "fa/google.d.ts", + "fa/graduation-cap.d.ts", + "fa/group.d.ts", + "fa/h-square.d.ts", + "fa/hacker-news.d.ts", + "fa/hand-grab-o.d.ts", + "fa/hand-lizard-o.d.ts", + "fa/hand-o-down.d.ts", + "fa/hand-o-left.d.ts", + "fa/hand-o-right.d.ts", + "fa/hand-o-up.d.ts", + "fa/hand-paper-o.d.ts", + "fa/hand-peace-o.d.ts", + "fa/hand-pointer-o.d.ts", + "fa/hand-scissors-o.d.ts", + "fa/hand-spock-o.d.ts", + "fa/hashtag.d.ts", + "fa/hdd-o.d.ts", + "fa/header.d.ts", + "fa/headphones.d.ts", + "fa/heart-o.d.ts", + "fa/heart.d.ts", + "fa/heartbeat.d.ts", + "fa/history.d.ts", + "fa/home.d.ts", + "fa/hospital-o.d.ts", + "fa/hourglass-1.d.ts", + "fa/hourglass-2.d.ts", + "fa/hourglass-3.d.ts", + "fa/hourglass-o.d.ts", + "fa/hourglass.d.ts", + "fa/houzz.d.ts", + "fa/html5.d.ts", + "fa/i-cursor.d.ts", + "fa/ils.d.ts", + "fa/image.d.ts", + "fa/inbox.d.ts", + "fa/indent.d.ts", + "fa/industry.d.ts", + "fa/info-circle.d.ts", + "fa/info.d.ts", + "fa/inr.d.ts", + "fa/instagram.d.ts", + "fa/internet-explorer.d.ts", + "fa/intersex.d.ts", + "fa/ioxhost.d.ts", + "fa/italic.d.ts", + "fa/joomla.d.ts", + "fa/jsfiddle.d.ts", + "fa/key.d.ts", + "fa/keyboard-o.d.ts", + "fa/krw.d.ts", + "fa/language.d.ts", + "fa/laptop.d.ts", + "fa/lastfm-square.d.ts", + "fa/lastfm.d.ts", + "fa/leaf.d.ts", + "fa/leanpub.d.ts", + "fa/lemon-o.d.ts", + "fa/level-down.d.ts", + "fa/level-up.d.ts", + "fa/life-bouy.d.ts", + "fa/lightbulb-o.d.ts", + "fa/line-chart.d.ts", + "fa/linkedin-square.d.ts", + "fa/linkedin.d.ts", + "fa/linux.d.ts", + "fa/list-alt.d.ts", + "fa/list-ol.d.ts", + "fa/list-ul.d.ts", + "fa/list.d.ts", + "fa/location-arrow.d.ts", + "fa/lock.d.ts", + "fa/long-arrow-down.d.ts", + "fa/long-arrow-left.d.ts", + "fa/long-arrow-right.d.ts", + "fa/long-arrow-up.d.ts", + "fa/low-vision.d.ts", + "fa/magic.d.ts", + "fa/magnet.d.ts", + "fa/mail-forward.d.ts", + "fa/mail-reply-all.d.ts", + "fa/mail-reply.d.ts", + "fa/male.d.ts", + "fa/map-marker.d.ts", + "fa/map-o.d.ts", + "fa/map-pin.d.ts", + "fa/map-signs.d.ts", + "fa/map.d.ts", + "fa/mars-double.d.ts", + "fa/mars-stroke-h.d.ts", + "fa/mars-stroke-v.d.ts", + "fa/mars-stroke.d.ts", + "fa/mars.d.ts", + "fa/maxcdn.d.ts", + "fa/meanpath.d.ts", + "fa/medium.d.ts", + "fa/medkit.d.ts", + "fa/meh-o.d.ts", + "fa/mercury.d.ts", + "fa/microphone-slash.d.ts", + "fa/microphone.d.ts", + "fa/minus-circle.d.ts", + "fa/minus-square-o.d.ts", + "fa/minus-square.d.ts", + "fa/minus.d.ts", + "fa/mixcloud.d.ts", + "fa/mobile.d.ts", + "fa/modx.d.ts", + "fa/money.d.ts", + "fa/moon-o.d.ts", + "fa/motorcycle.d.ts", + "fa/mouse-pointer.d.ts", + "fa/music.d.ts", + "fa/neuter.d.ts", + "fa/newspaper-o.d.ts", + "fa/object-group.d.ts", + "fa/object-ungroup.d.ts", + "fa/odnoklassniki-square.d.ts", + "fa/odnoklassniki.d.ts", + "fa/opencart.d.ts", + "fa/openid.d.ts", + "fa/opera.d.ts", + "fa/optin-monster.d.ts", + "fa/pagelines.d.ts", + "fa/paint-brush.d.ts", + "fa/paper-plane-o.d.ts", + "fa/paper-plane.d.ts", + "fa/paperclip.d.ts", + "fa/paragraph.d.ts", + "fa/pause-circle-o.d.ts", + "fa/pause-circle.d.ts", + "fa/pause.d.ts", + "fa/paw.d.ts", + "fa/paypal.d.ts", + "fa/pencil-square.d.ts", + "fa/pencil.d.ts", + "fa/percent.d.ts", + "fa/phone-square.d.ts", + "fa/phone.d.ts", + "fa/pie-chart.d.ts", + "fa/pied-piper-alt.d.ts", + "fa/pied-piper.d.ts", + "fa/pinterest-p.d.ts", + "fa/pinterest-square.d.ts", + "fa/pinterest.d.ts", + "fa/plane.d.ts", + "fa/play-circle-o.d.ts", + "fa/play-circle.d.ts", + "fa/play.d.ts", + "fa/plug.d.ts", + "fa/plus-circle.d.ts", + "fa/plus-square-o.d.ts", + "fa/plus-square.d.ts", + "fa/plus.d.ts", + "fa/power-off.d.ts", + "fa/print.d.ts", + "fa/product-hunt.d.ts", + "fa/puzzle-piece.d.ts", + "fa/qq.d.ts", + "fa/qrcode.d.ts", + "fa/question-circle-o.d.ts", + "fa/question-circle.d.ts", + "fa/question.d.ts", + "fa/quote-left.d.ts", + "fa/quote-right.d.ts", + "fa/ra.d.ts", + "fa/random.d.ts", + "fa/recycle.d.ts", + "fa/reddit-alien.d.ts", + "fa/reddit-square.d.ts", + "fa/reddit.d.ts", + "fa/refresh.d.ts", + "fa/registered.d.ts", + "fa/renren.d.ts", + "fa/repeat.d.ts", + "fa/retweet.d.ts", + "fa/road.d.ts", + "fa/rocket.d.ts", + "fa/rotate-left.d.ts", + "fa/rouble.d.ts", + "fa/rss-square.d.ts", + "fa/safari.d.ts", + "fa/scribd.d.ts", + "fa/search-minus.d.ts", + "fa/search-plus.d.ts", + "fa/search.d.ts", + "fa/sellsy.d.ts", + "fa/server.d.ts", + "fa/share-alt-square.d.ts", + "fa/share-alt.d.ts", + "fa/share-square-o.d.ts", + "fa/share-square.d.ts", + "fa/shield.d.ts", + "fa/ship.d.ts", + "fa/shirtsinbulk.d.ts", + "fa/shopping-bag.d.ts", + "fa/shopping-basket.d.ts", + "fa/shopping-cart.d.ts", + "fa/sign-in.d.ts", + "fa/sign-language.d.ts", + "fa/sign-out.d.ts", + "fa/signal.d.ts", + "fa/simplybuilt.d.ts", + "fa/sitemap.d.ts", + "fa/skyatlas.d.ts", + "fa/skype.d.ts", + "fa/slack.d.ts", + "fa/sliders.d.ts", + "fa/slideshare.d.ts", + "fa/smile-o.d.ts", + "fa/snapchat-ghost.d.ts", + "fa/snapchat-square.d.ts", + "fa/snapchat.d.ts", + "fa/sort-alpha-asc.d.ts", + "fa/sort-alpha-desc.d.ts", + "fa/sort-amount-asc.d.ts", + "fa/sort-amount-desc.d.ts", + "fa/sort-asc.d.ts", + "fa/sort-desc.d.ts", + "fa/sort-numeric-asc.d.ts", + "fa/sort-numeric-desc.d.ts", + "fa/sort.d.ts", + "fa/soundcloud.d.ts", + "fa/space-shuttle.d.ts", + "fa/spinner.d.ts", + "fa/spoon.d.ts", + "fa/spotify.d.ts", + "fa/square-o.d.ts", + "fa/square.d.ts", + "fa/stack-exchange.d.ts", + "fa/stack-overflow.d.ts", + "fa/star-half-empty.d.ts", + "fa/star-half.d.ts", + "fa/star-o.d.ts", + "fa/star.d.ts", + "fa/steam-square.d.ts", + "fa/steam.d.ts", + "fa/step-backward.d.ts", + "fa/step-forward.d.ts", + "fa/stethoscope.d.ts", + "fa/sticky-note-o.d.ts", + "fa/sticky-note.d.ts", + "fa/stop-circle-o.d.ts", + "fa/stop-circle.d.ts", + "fa/stop.d.ts", + "fa/street-view.d.ts", + "fa/strikethrough.d.ts", + "fa/stumbleupon-circle.d.ts", + "fa/stumbleupon.d.ts", + "fa/subscript.d.ts", + "fa/subway.d.ts", + "fa/suitcase.d.ts", + "fa/sun-o.d.ts", + "fa/superscript.d.ts", + "fa/table.d.ts", + "fa/tablet.d.ts", + "fa/tag.d.ts", + "fa/tags.d.ts", + "fa/tasks.d.ts", + "fa/television.d.ts", + "fa/tencent-weibo.d.ts", + "fa/terminal.d.ts", + "fa/text-height.d.ts", + "fa/text-width.d.ts", + "fa/th-large.d.ts", + "fa/th-list.d.ts", + "fa/th.d.ts", + "fa/thumb-tack.d.ts", + "fa/thumbs-down.d.ts", + "fa/thumbs-o-down.d.ts", + "fa/thumbs-o-up.d.ts", + "fa/thumbs-up.d.ts", + "fa/ticket.d.ts", + "fa/times-circle-o.d.ts", + "fa/times-circle.d.ts", + "fa/tint.d.ts", + "fa/toggle-off.d.ts", + "fa/toggle-on.d.ts", + "fa/trademark.d.ts", + "fa/train.d.ts", + "fa/transgender-alt.d.ts", + "fa/trash-o.d.ts", + "fa/trash.d.ts", + "fa/tree.d.ts", + "fa/trello.d.ts", + "fa/tripadvisor.d.ts", + "fa/trophy.d.ts", + "fa/truck.d.ts", + "fa/try.d.ts", + "fa/tty.d.ts", + "fa/tumblr-square.d.ts", + "fa/tumblr.d.ts", + "fa/twitch.d.ts", + "fa/twitter-square.d.ts", + "fa/twitter.d.ts", + "fa/umbrella.d.ts", + "fa/underline.d.ts", + "fa/universal-access.d.ts", + "fa/unlock-alt.d.ts", + "fa/unlock.d.ts", + "fa/upload.d.ts", + "fa/usb.d.ts", + "fa/user-md.d.ts", + "fa/user-plus.d.ts", + "fa/user-secret.d.ts", + "fa/user-times.d.ts", + "fa/user.d.ts", + "fa/venus-double.d.ts", + "fa/venus-mars.d.ts", + "fa/venus.d.ts", + "fa/viacoin.d.ts", + "fa/viadeo-square.d.ts", + "fa/viadeo.d.ts", + "fa/video-camera.d.ts", + "fa/vimeo-square.d.ts", + "fa/vimeo.d.ts", + "fa/vine.d.ts", + "fa/vk.d.ts", + "fa/volume-control-phone.d.ts", + "fa/volume-down.d.ts", + "fa/volume-off.d.ts", + "fa/volume-up.d.ts", + "fa/wechat.d.ts", + "fa/weibo.d.ts", + "fa/whatsapp.d.ts", + "fa/wheelchair-alt.d.ts", + "fa/wheelchair.d.ts", + "fa/wifi.d.ts", + "fa/wikipedia-w.d.ts", + "fa/windows.d.ts", + "fa/wordpress.d.ts", + "fa/wpbeginner.d.ts", + "fa/wpforms.d.ts", + "fa/wrench.d.ts", + "fa/xing-square.d.ts", + "fa/xing.d.ts", + "fa/y-combinator.d.ts", + "fa/yahoo.d.ts", + "fa/yelp.d.ts", + "fa/youtube-play.d.ts", + "fa/youtube-square.d.ts", + "fa/youtube.d.ts", + "go/alert.d.ts", + "go/alignment-align.d.ts", + "go/alignment-aligned-to.d.ts", + "go/alignment-unalign.d.ts", + "go/arrow-down.d.ts", + "go/arrow-left.d.ts", + "go/arrow-right.d.ts", + "go/arrow-small-down.d.ts", + "go/arrow-small-left.d.ts", + "go/arrow-small-right.d.ts", + "go/arrow-small-up.d.ts", + "go/arrow-up.d.ts", + "go/beer.d.ts", + "go/book.d.ts", + "go/bookmark.d.ts", + "go/briefcase.d.ts", + "go/broadcast.d.ts", + "go/browser.d.ts", + "go/bug.d.ts", + "go/calendar.d.ts", + "go/check.d.ts", + "go/checklist.d.ts", + "go/chevron-down.d.ts", + "go/chevron-left.d.ts", + "go/chevron-right.d.ts", + "go/chevron-up.d.ts", + "go/circle-slash.d.ts", + "go/circuit-board.d.ts", + "go/clippy.d.ts", + "go/clock.d.ts", + "go/cloud-download.d.ts", + "go/cloud-upload.d.ts", + "go/code.d.ts", + "go/color-mode.d.ts", + "go/comment-discussion.d.ts", + "go/comment.d.ts", + "go/credit-card.d.ts", + "go/dash.d.ts", + "go/dashboard.d.ts", + "go/database.d.ts", + "go/device-camera-video.d.ts", + "go/device-camera.d.ts", + "go/device-desktop.d.ts", + "go/device-mobile.d.ts", + "go/diff-added.d.ts", + "go/diff-ignored.d.ts", + "go/diff-modified.d.ts", + "go/diff-removed.d.ts", + "go/diff-renamed.d.ts", + "go/diff.d.ts", + "go/ellipsis.d.ts", + "go/eye.d.ts", + "go/file-binary.d.ts", + "go/file-code.d.ts", + "go/file-directory.d.ts", + "go/file-media.d.ts", + "go/file-pdf.d.ts", + "go/file-submodule.d.ts", + "go/file-symlink-directory.d.ts", + "go/file-symlink-file.d.ts", + "go/file-text.d.ts", + "go/file-zip.d.ts", + "go/flame.d.ts", + "go/fold.d.ts", + "go/gear.d.ts", + "go/gift.d.ts", + "go/gist-secret.d.ts", + "go/gist.d.ts", + "go/git-branch.d.ts", + "go/git-commit.d.ts", + "go/git-compare.d.ts", + "go/git-merge.d.ts", + "go/git-pull-request.d.ts", + "go/globe.d.ts", + "go/graph.d.ts", + "go/heart.d.ts", + "go/history.d.ts", + "go/home.d.ts", + "go/horizontal-rule.d.ts", + "go/hourglass.d.ts", + "go/hubot.d.ts", + "go/inbox.d.ts", + "go/info.d.ts", + "go/issue-closed.d.ts", + "go/issue-opened.d.ts", + "go/issue-reopened.d.ts", + "go/jersey.d.ts", + "go/jump-down.d.ts", + "go/jump-left.d.ts", + "go/jump-right.d.ts", + "go/jump-up.d.ts", + "go/key.d.ts", + "go/keyboard.d.ts", + "go/law.d.ts", + "go/light-bulb.d.ts", + "go/link-external.d.ts", + "go/link.d.ts", + "go/list-ordered.d.ts", + "go/list-unordered.d.ts", + "go/location.d.ts", + "go/lock.d.ts", + "go/logo-github.d.ts", + "go/mail-read.d.ts", + "go/mail-reply.d.ts", + "go/mail.d.ts", + "go/mark-github.d.ts", + "go/markdown.d.ts", + "go/megaphone.d.ts", + "go/mention.d.ts", + "go/microscope.d.ts", + "go/milestone.d.ts", + "go/mirror.d.ts", + "go/mortar-board.d.ts", + "go/move-down.d.ts", + "go/move-left.d.ts", + "go/move-right.d.ts", + "go/move-up.d.ts", + "go/mute.d.ts", + "go/no-newline.d.ts", + "go/octoface.d.ts", + "go/organization.d.ts", + "go/package.d.ts", + "go/paintcan.d.ts", + "go/pencil.d.ts", + "go/person.d.ts", + "go/pin.d.ts", + "go/playback-fast-forward.d.ts", + "go/playback-pause.d.ts", + "go/playback-play.d.ts", + "go/playback-rewind.d.ts", + "go/plug.d.ts", + "go/plus.d.ts", + "go/podium.d.ts", + "go/primitive-dot.d.ts", + "go/primitive-square.d.ts", + "go/pulse.d.ts", + "go/puzzle.d.ts", + "go/question.d.ts", + "go/quote.d.ts", + "go/radio-tower.d.ts", + "go/repo-clone.d.ts", + "go/repo-force-push.d.ts", + "go/repo-forked.d.ts", + "go/repo-pull.d.ts", + "go/repo-push.d.ts", + "go/repo.d.ts", + "go/rocket.d.ts", + "go/rss.d.ts", + "go/ruby.d.ts", + "go/screen-full.d.ts", + "go/screen-normal.d.ts", + "go/search.d.ts", + "go/server.d.ts", + "go/settings.d.ts", + "go/sign-in.d.ts", + "go/sign-out.d.ts", + "go/split.d.ts", + "go/squirrel.d.ts", + "go/star.d.ts", + "go/steps.d.ts", + "go/stop.d.ts", + "go/sync.d.ts", + "go/tag.d.ts", + "go/telescope.d.ts", + "go/terminal.d.ts", + "go/three-bars.d.ts", + "go/tools.d.ts", + "go/trashcan.d.ts", + "go/triangle-down.d.ts", + "go/triangle-left.d.ts", + "go/triangle-right.d.ts", + "go/triangle-up.d.ts", + "go/unfold.d.ts", + "go/unmute.d.ts", + "go/versions.d.ts", + "go/x.d.ts", + "go/zap.d.ts", + "io/alert-circled.d.ts", + "io/alert.d.ts", + "io/android-add-circle.d.ts", + "io/android-add.d.ts", + "io/android-alarm-clock.d.ts", + "io/android-alert.d.ts", + "io/android-apps.d.ts", + "io/android-archive.d.ts", + "io/android-arrow-back.d.ts", + "io/android-arrow-down.d.ts", + "io/android-arrow-dropdown-circle.d.ts", + "io/android-arrow-dropdown.d.ts", + "io/android-arrow-dropleft-circle.d.ts", + "io/android-arrow-dropleft.d.ts", + "io/android-arrow-dropright-circle.d.ts", + "io/android-arrow-dropright.d.ts", + "io/android-arrow-dropup-circle.d.ts", + "io/android-arrow-dropup.d.ts", + "io/android-arrow-forward.d.ts", + "io/android-arrow-up.d.ts", + "io/android-attach.d.ts", + "io/android-bar.d.ts", + "io/android-bicycle.d.ts", + "io/android-boat.d.ts", + "io/android-bookmark.d.ts", + "io/android-bulb.d.ts", + "io/android-bus.d.ts", + "io/android-calendar.d.ts", + "io/android-call.d.ts", + "io/android-camera.d.ts", + "io/android-cancel.d.ts", + "io/android-car.d.ts", + "io/android-cart.d.ts", + "io/android-chat.d.ts", + "io/android-checkbox-blank.d.ts", + "io/android-checkbox-outline-blank.d.ts", + "io/android-checkbox-outline.d.ts", + "io/android-checkbox.d.ts", + "io/android-checkmark-circle.d.ts", + "io/android-clipboard.d.ts", + "io/android-close.d.ts", + "io/android-cloud-circle.d.ts", + "io/android-cloud-done.d.ts", + "io/android-cloud-outline.d.ts", + "io/android-cloud.d.ts", + "io/android-color-palette.d.ts", + "io/android-compass.d.ts", + "io/android-contact.d.ts", + "io/android-contacts.d.ts", + "io/android-contract.d.ts", + "io/android-create.d.ts", + "io/android-delete.d.ts", + "io/android-desktop.d.ts", + "io/android-document.d.ts", + "io/android-done-all.d.ts", + "io/android-done.d.ts", + "io/android-download.d.ts", + "io/android-drafts.d.ts", + "io/android-exit.d.ts", + "io/android-expand.d.ts", + "io/android-favorite-outline.d.ts", + "io/android-favorite.d.ts", + "io/android-film.d.ts", + "io/android-folder-open.d.ts", + "io/android-folder.d.ts", + "io/android-funnel.d.ts", + "io/android-globe.d.ts", + "io/android-hand.d.ts", + "io/android-hangout.d.ts", + "io/android-happy.d.ts", + "io/android-home.d.ts", + "io/android-image.d.ts", + "io/android-laptop.d.ts", + "io/android-list.d.ts", + "io/android-locate.d.ts", + "io/android-lock.d.ts", + "io/android-mail.d.ts", + "io/android-map.d.ts", + "io/android-menu.d.ts", + "io/android-microphone-off.d.ts", + "io/android-microphone.d.ts", + "io/android-more-horizontal.d.ts", + "io/android-more-vertical.d.ts", + "io/android-navigate.d.ts", + "io/android-notifications-none.d.ts", + "io/android-notifications-off.d.ts", + "io/android-notifications.d.ts", + "io/android-open.d.ts", + "io/android-options.d.ts", + "io/android-people.d.ts", + "io/android-person-add.d.ts", + "io/android-person.d.ts", + "io/android-phone-landscape.d.ts", + "io/android-phone-portrait.d.ts", + "io/android-pin.d.ts", + "io/android-plane.d.ts", + "io/android-playstore.d.ts", + "io/android-print.d.ts", + "io/android-radio-button-off.d.ts", + "io/android-radio-button-on.d.ts", + "io/android-refresh.d.ts", + "io/android-remove-circle.d.ts", + "io/android-remove.d.ts", + "io/android-restaurant.d.ts", + "io/android-sad.d.ts", + "io/android-search.d.ts", + "io/android-send.d.ts", + "io/android-settings.d.ts", + "io/android-share-alt.d.ts", + "io/android-share.d.ts", + "io/android-star-half.d.ts", + "io/android-star-outline.d.ts", + "io/android-star.d.ts", + "io/android-stopwatch.d.ts", + "io/android-subway.d.ts", + "io/android-sunny.d.ts", + "io/android-sync.d.ts", + "io/android-textsms.d.ts", + "io/android-time.d.ts", + "io/android-train.d.ts", + "io/android-unlock.d.ts", + "io/android-upload.d.ts", + "io/android-volume-down.d.ts", + "io/android-volume-mute.d.ts", + "io/android-volume-off.d.ts", + "io/android-volume-up.d.ts", + "io/android-walk.d.ts", + "io/android-warning.d.ts", + "io/android-watch.d.ts", + "io/android-wifi.d.ts", + "io/aperture.d.ts", + "io/archive.d.ts", + "io/arrow-down-a.d.ts", + "io/arrow-down-b.d.ts", + "io/arrow-down-c.d.ts", + "io/arrow-expand.d.ts", + "io/arrow-graph-down-left.d.ts", + "io/arrow-graph-down-right.d.ts", + "io/arrow-graph-up-left.d.ts", + "io/arrow-graph-up-right.d.ts", + "io/arrow-left-a.d.ts", + "io/arrow-left-b.d.ts", + "io/arrow-left-c.d.ts", + "io/arrow-move.d.ts", + "io/arrow-resize.d.ts", + "io/arrow-return-left.d.ts", + "io/arrow-return-right.d.ts", + "io/arrow-right-a.d.ts", + "io/arrow-right-b.d.ts", + "io/arrow-right-c.d.ts", + "io/arrow-shrink.d.ts", + "io/arrow-swap.d.ts", + "io/arrow-up-a.d.ts", + "io/arrow-up-b.d.ts", + "io/arrow-up-c.d.ts", + "io/asterisk.d.ts", + "io/at.d.ts", + "io/backspace-outline.d.ts", + "io/backspace.d.ts", + "io/bag.d.ts", + "io/battery-charging.d.ts", + "io/battery-empty.d.ts", + "io/battery-full.d.ts", + "io/battery-half.d.ts", + "io/battery-low.d.ts", + "io/beaker.d.ts", + "io/beer.d.ts", + "io/bluetooth.d.ts", + "io/bonfire.d.ts", + "io/bookmark.d.ts", + "io/bowtie.d.ts", + "io/briefcase.d.ts", + "io/bug.d.ts", + "io/calculator.d.ts", + "io/calendar.d.ts", + "io/camera.d.ts", + "io/card.d.ts", + "io/cash.d.ts", + "io/chatbox-working.d.ts", + "io/chatbox.d.ts", + "io/chatboxes.d.ts", + "io/chatbubble-working.d.ts", + "io/chatbubble.d.ts", + "io/chatbubbles.d.ts", + "io/checkmark-circled.d.ts", + "io/checkmark-round.d.ts", + "io/checkmark.d.ts", + "io/chevron-down.d.ts", + "io/chevron-left.d.ts", + "io/chevron-right.d.ts", + "io/chevron-up.d.ts", + "io/clipboard.d.ts", + "io/clock.d.ts", + "io/close-circled.d.ts", + "io/close-round.d.ts", + "io/close.d.ts", + "io/closed-captioning.d.ts", + "io/cloud.d.ts", + "io/code-download.d.ts", + "io/code-working.d.ts", + "io/code.d.ts", + "io/coffee.d.ts", + "io/compass.d.ts", + "io/compose.d.ts", + "io/connectbars.d.ts", + "io/contrast.d.ts", + "io/crop.d.ts", + "io/cube.d.ts", + "io/disc.d.ts", + "io/document-text.d.ts", + "io/document.d.ts", + "io/drag.d.ts", + "io/earth.d.ts", + "io/easel.d.ts", + "io/edit.d.ts", + "io/egg.d.ts", + "io/eject.d.ts", + "io/email-unread.d.ts", + "io/email.d.ts", + "io/erlenmeyer-flask-bubbles.d.ts", + "io/erlenmeyer-flask.d.ts", + "io/eye-disabled.d.ts", + "io/eye.d.ts", + "io/female.d.ts", + "io/filing.d.ts", + "io/film-marker.d.ts", + "io/fireball.d.ts", + "io/flag.d.ts", + "io/flame.d.ts", + "io/flash-off.d.ts", + "io/flash.d.ts", + "io/folder.d.ts", + "io/fork-repo.d.ts", + "io/fork.d.ts", + "io/forward.d.ts", + "io/funnel.d.ts", + "io/gear-a.d.ts", + "io/gear-b.d.ts", + "io/grid.d.ts", + "io/hammer.d.ts", + "io/happy-outline.d.ts", + "io/happy.d.ts", + "io/headphone.d.ts", + "io/heart-broken.d.ts", + "io/heart.d.ts", + "io/help-buoy.d.ts", + "io/help-circled.d.ts", + "io/help.d.ts", + "io/home.d.ts", + "io/icecream.d.ts", + "io/image.d.ts", + "io/images.d.ts", + "io/informatcircled.d.ts", + "io/information.d.ts", + "io/ionic.d.ts", + "io/ios-alarm-outline.d.ts", + "io/ios-alarm.d.ts", + "io/ios-albums-outline.d.ts", + "io/ios-albums.d.ts", + "io/ios-americanfootball-outline.d.ts", + "io/ios-americanfootball.d.ts", + "io/ios-analytics-outline.d.ts", + "io/ios-analytics.d.ts", + "io/ios-arrow-back.d.ts", + "io/ios-arrow-down.d.ts", + "io/ios-arrow-forward.d.ts", + "io/ios-arrow-left.d.ts", + "io/ios-arrow-right.d.ts", + "io/ios-arrow-thin-down.d.ts", + "io/ios-arrow-thin-left.d.ts", + "io/ios-arrow-thin-right.d.ts", + "io/ios-arrow-thin-up.d.ts", + "io/ios-arrow-up.d.ts", + "io/ios-at-outline.d.ts", + "io/ios-at.d.ts", + "io/ios-barcode-outline.d.ts", + "io/ios-barcode.d.ts", + "io/ios-baseball-outline.d.ts", + "io/ios-baseball.d.ts", + "io/ios-basketball-outline.d.ts", + "io/ios-basketball.d.ts", + "io/ios-bell-outline.d.ts", + "io/ios-bell.d.ts", + "io/ios-body-outline.d.ts", + "io/ios-body.d.ts", + "io/ios-bolt-outline.d.ts", + "io/ios-bolt.d.ts", + "io/ios-book-outline.d.ts", + "io/ios-book.d.ts", + "io/ios-bookmarks-outline.d.ts", + "io/ios-bookmarks.d.ts", + "io/ios-box-outline.d.ts", + "io/ios-box.d.ts", + "io/ios-briefcase-outline.d.ts", + "io/ios-briefcase.d.ts", + "io/ios-browsers-outline.d.ts", + "io/ios-browsers.d.ts", + "io/ios-calculator-outline.d.ts", + "io/ios-calculator.d.ts", + "io/ios-calendar-outline.d.ts", + "io/ios-calendar.d.ts", + "io/ios-camera-outline.d.ts", + "io/ios-camera.d.ts", + "io/ios-cart-outline.d.ts", + "io/ios-cart.d.ts", + "io/ios-chatboxes-outline.d.ts", + "io/ios-chatboxes.d.ts", + "io/ios-chatbubble-outline.d.ts", + "io/ios-chatbubble.d.ts", + "io/ios-checkmark-empty.d.ts", + "io/ios-checkmark-outline.d.ts", + "io/ios-checkmark.d.ts", + "io/ios-circle-filled.d.ts", + "io/ios-circle-outline.d.ts", + "io/ios-clock-outline.d.ts", + "io/ios-clock.d.ts", + "io/ios-close-empty.d.ts", + "io/ios-close-outline.d.ts", + "io/ios-close.d.ts", + "io/ios-cloud-download-outline.d.ts", + "io/ios-cloud-download.d.ts", + "io/ios-cloud-outline.d.ts", + "io/ios-cloud-upload-outline.d.ts", + "io/ios-cloud-upload.d.ts", + "io/ios-cloud.d.ts", + "io/ios-cloudy-night-outline.d.ts", + "io/ios-cloudy-night.d.ts", + "io/ios-cloudy-outline.d.ts", + "io/ios-cloudy.d.ts", + "io/ios-cog-outline.d.ts", + "io/ios-cog.d.ts", + "io/ios-color-filter-outline.d.ts", + "io/ios-color-filter.d.ts", + "io/ios-color-wand-outline.d.ts", + "io/ios-color-wand.d.ts", + "io/ios-compose-outline.d.ts", + "io/ios-compose.d.ts", + "io/ios-contact-outline.d.ts", + "io/ios-contact.d.ts", + "io/ios-copy-outline.d.ts", + "io/ios-copy.d.ts", + "io/ios-crop-strong.d.ts", + "io/ios-crop.d.ts", + "io/ios-download-outline.d.ts", + "io/ios-download.d.ts", + "io/ios-drag.d.ts", + "io/ios-email-outline.d.ts", + "io/ios-email.d.ts", + "io/ios-eye-outline.d.ts", + "io/ios-eye.d.ts", + "io/ios-fastforward-outline.d.ts", + "io/ios-fastforward.d.ts", + "io/ios-filing-outline.d.ts", + "io/ios-filing.d.ts", + "io/ios-film-outline.d.ts", + "io/ios-film.d.ts", + "io/ios-flag-outline.d.ts", + "io/ios-flag.d.ts", + "io/ios-flame-outline.d.ts", + "io/ios-flame.d.ts", + "io/ios-flask-outline.d.ts", + "io/ios-flask.d.ts", + "io/ios-flower-outline.d.ts", + "io/ios-flower.d.ts", + "io/ios-folder-outline.d.ts", + "io/ios-folder.d.ts", + "io/ios-football-outline.d.ts", + "io/ios-football.d.ts", + "io/ios-game-controller-a-outline.d.ts", + "io/ios-game-controller-a.d.ts", + "io/ios-game-controller-b-outline.d.ts", + "io/ios-game-controller-b.d.ts", + "io/ios-gear-outline.d.ts", + "io/ios-gear.d.ts", + "io/ios-glasses-outline.d.ts", + "io/ios-glasses.d.ts", + "io/ios-grid-view-outline.d.ts", + "io/ios-grid-view.d.ts", + "io/ios-heart-outline.d.ts", + "io/ios-heart.d.ts", + "io/ios-help-empty.d.ts", + "io/ios-help-outline.d.ts", + "io/ios-help.d.ts", + "io/ios-home-outline.d.ts", + "io/ios-home.d.ts", + "io/ios-infinite-outline.d.ts", + "io/ios-infinite.d.ts", + "io/ios-informatempty.d.ts", + "io/ios-information.d.ts", + "io/ios-informatoutline.d.ts", + "io/ios-ionic-outline.d.ts", + "io/ios-keypad-outline.d.ts", + "io/ios-keypad.d.ts", + "io/ios-lightbulb-outline.d.ts", + "io/ios-lightbulb.d.ts", + "io/ios-list-outline.d.ts", + "io/ios-list.d.ts", + "io/ios-location.d.ts", + "io/ios-locatoutline.d.ts", + "io/ios-locked-outline.d.ts", + "io/ios-locked.d.ts", + "io/ios-loop-strong.d.ts", + "io/ios-loop.d.ts", + "io/ios-medical-outline.d.ts", + "io/ios-medical.d.ts", + "io/ios-medkit-outline.d.ts", + "io/ios-medkit.d.ts", + "io/ios-mic-off.d.ts", + "io/ios-mic-outline.d.ts", + "io/ios-mic.d.ts", + "io/ios-minus-empty.d.ts", + "io/ios-minus-outline.d.ts", + "io/ios-minus.d.ts", + "io/ios-monitor-outline.d.ts", + "io/ios-monitor.d.ts", + "io/ios-moon-outline.d.ts", + "io/ios-moon.d.ts", + "io/ios-more-outline.d.ts", + "io/ios-more.d.ts", + "io/ios-musical-note.d.ts", + "io/ios-musical-notes.d.ts", + "io/ios-navigate-outline.d.ts", + "io/ios-navigate.d.ts", + "io/ios-nutrition.d.ts", + "io/ios-nutritoutline.d.ts", + "io/ios-paper-outline.d.ts", + "io/ios-paper.d.ts", + "io/ios-paperplane-outline.d.ts", + "io/ios-paperplane.d.ts", + "io/ios-partlysunny-outline.d.ts", + "io/ios-partlysunny.d.ts", + "io/ios-pause-outline.d.ts", + "io/ios-pause.d.ts", + "io/ios-paw-outline.d.ts", + "io/ios-paw.d.ts", + "io/ios-people-outline.d.ts", + "io/ios-people.d.ts", + "io/ios-person-outline.d.ts", + "io/ios-person.d.ts", + "io/ios-personadd-outline.d.ts", + "io/ios-personadd.d.ts", + "io/ios-photos-outline.d.ts", + "io/ios-photos.d.ts", + "io/ios-pie-outline.d.ts", + "io/ios-pie.d.ts", + "io/ios-pint-outline.d.ts", + "io/ios-pint.d.ts", + "io/ios-play-outline.d.ts", + "io/ios-play.d.ts", + "io/ios-plus-empty.d.ts", + "io/ios-plus-outline.d.ts", + "io/ios-plus.d.ts", + "io/ios-pricetag-outline.d.ts", + "io/ios-pricetag.d.ts", + "io/ios-pricetags-outline.d.ts", + "io/ios-pricetags.d.ts", + "io/ios-printer-outline.d.ts", + "io/ios-printer.d.ts", + "io/ios-pulse-strong.d.ts", + "io/ios-pulse.d.ts", + "io/ios-rainy-outline.d.ts", + "io/ios-rainy.d.ts", + "io/ios-recording-outline.d.ts", + "io/ios-recording.d.ts", + "io/ios-redo-outline.d.ts", + "io/ios-redo.d.ts", + "io/ios-refresh-empty.d.ts", + "io/ios-refresh-outline.d.ts", + "io/ios-refresh.d.ts", + "io/ios-reload.d.ts", + "io/ios-reverse-camera-outline.d.ts", + "io/ios-reverse-camera.d.ts", + "io/ios-rewind-outline.d.ts", + "io/ios-rewind.d.ts", + "io/ios-rose-outline.d.ts", + "io/ios-rose.d.ts", + "io/ios-search-strong.d.ts", + "io/ios-search.d.ts", + "io/ios-settings-strong.d.ts", + "io/ios-settings.d.ts", + "io/ios-shuffle-strong.d.ts", + "io/ios-shuffle.d.ts", + "io/ios-skipbackward-outline.d.ts", + "io/ios-skipbackward.d.ts", + "io/ios-skipforward-outline.d.ts", + "io/ios-skipforward.d.ts", + "io/ios-snowy.d.ts", + "io/ios-speedometer-outline.d.ts", + "io/ios-speedometer.d.ts", + "io/ios-star-half.d.ts", + "io/ios-star-outline.d.ts", + "io/ios-star.d.ts", + "io/ios-stopwatch-outline.d.ts", + "io/ios-stopwatch.d.ts", + "io/ios-sunny-outline.d.ts", + "io/ios-sunny.d.ts", + "io/ios-telephone-outline.d.ts", + "io/ios-telephone.d.ts", + "io/ios-tennisball-outline.d.ts", + "io/ios-tennisball.d.ts", + "io/ios-thunderstorm-outline.d.ts", + "io/ios-thunderstorm.d.ts", + "io/ios-time-outline.d.ts", + "io/ios-time.d.ts", + "io/ios-timer-outline.d.ts", + "io/ios-timer.d.ts", + "io/ios-toggle-outline.d.ts", + "io/ios-toggle.d.ts", + "io/ios-trash-outline.d.ts", + "io/ios-trash.d.ts", + "io/ios-undo-outline.d.ts", + "io/ios-undo.d.ts", + "io/ios-unlocked-outline.d.ts", + "io/ios-unlocked.d.ts", + "io/ios-upload-outline.d.ts", + "io/ios-upload.d.ts", + "io/ios-videocam-outline.d.ts", + "io/ios-videocam.d.ts", + "io/ios-volume-high.d.ts", + "io/ios-volume-low.d.ts", + "io/ios-wineglass-outline.d.ts", + "io/ios-wineglass.d.ts", + "io/ios-world-outline.d.ts", + "io/ios-world.d.ts", + "io/ipad.d.ts", + "io/iphone.d.ts", + "io/ipod.d.ts", + "io/jet.d.ts", + "io/key.d.ts", + "io/knife.d.ts", + "io/laptop.d.ts", + "io/leaf.d.ts", + "io/levels.d.ts", + "io/lightbulb.d.ts", + "io/link.d.ts", + "io/load-a.d.ts", + "io/load-b.d.ts", + "io/load-c.d.ts", + "io/load-d.d.ts", + "io/location.d.ts", + "io/lock-combination.d.ts", + "io/locked.d.ts", + "io/log-in.d.ts", + "io/log-out.d.ts", + "io/loop.d.ts", + "io/magnet.d.ts", + "io/male.d.ts", + "io/man.d.ts", + "io/map.d.ts", + "io/medkit.d.ts", + "io/merge.d.ts", + "io/mic-a.d.ts", + "io/mic-b.d.ts", + "io/mic-c.d.ts", + "io/minus-circled.d.ts", + "io/minus-round.d.ts", + "io/minus.d.ts", + "io/model-s.d.ts", + "io/monitor.d.ts", + "io/more.d.ts", + "io/mouse.d.ts", + "io/music-note.d.ts", + "io/navicon-round.d.ts", + "io/navicon.d.ts", + "io/navigate.d.ts", + "io/network.d.ts", + "io/no-smoking.d.ts", + "io/nuclear.d.ts", + "io/outlet.d.ts", + "io/paintbrush.d.ts", + "io/paintbucket.d.ts", + "io/paper-airplane.d.ts", + "io/paperclip.d.ts", + "io/pause.d.ts", + "io/person-add.d.ts", + "io/person-stalker.d.ts", + "io/person.d.ts", + "io/pie-graph.d.ts", + "io/pin.d.ts", + "io/pinpoint.d.ts", + "io/pizza.d.ts", + "io/plane.d.ts", + "io/planet.d.ts", + "io/play.d.ts", + "io/playstation.d.ts", + "io/plus-circled.d.ts", + "io/plus-round.d.ts", + "io/plus.d.ts", + "io/podium.d.ts", + "io/pound.d.ts", + "io/power.d.ts", + "io/pricetag.d.ts", + "io/pricetags.d.ts", + "io/printer.d.ts", + "io/pull-request.d.ts", + "io/qr-scanner.d.ts", + "io/quote.d.ts", + "io/radio-waves.d.ts", + "io/record.d.ts", + "io/refresh.d.ts", + "io/reply-all.d.ts", + "io/reply.d.ts", + "io/ribbon-a.d.ts", + "io/ribbon-b.d.ts", + "io/sad-outline.d.ts", + "io/sad.d.ts", + "io/scissors.d.ts", + "io/search.d.ts", + "io/settings.d.ts", + "io/share.d.ts", + "io/shuffle.d.ts", + "io/skip-backward.d.ts", + "io/skip-forward.d.ts", + "io/social-android-outline.d.ts", + "io/social-android.d.ts", + "io/social-angular-outline.d.ts", + "io/social-angular.d.ts", + "io/social-apple-outline.d.ts", + "io/social-apple.d.ts", + "io/social-bitcoin-outline.d.ts", + "io/social-bitcoin.d.ts", + "io/social-buffer-outline.d.ts", + "io/social-buffer.d.ts", + "io/social-chrome-outline.d.ts", + "io/social-chrome.d.ts", + "io/social-codepen-outline.d.ts", + "io/social-codepen.d.ts", + "io/social-css3-outline.d.ts", + "io/social-css3.d.ts", + "io/social-designernews-outline.d.ts", + "io/social-designernews.d.ts", + "io/social-dribbble-outline.d.ts", + "io/social-dribbble.d.ts", + "io/social-dropbox-outline.d.ts", + "io/social-dropbox.d.ts", + "io/social-euro-outline.d.ts", + "io/social-euro.d.ts", + "io/social-facebook-outline.d.ts", + "io/social-facebook.d.ts", + "io/social-foursquare-outline.d.ts", + "io/social-foursquare.d.ts", + "io/social-freebsd-devil.d.ts", + "io/social-github-outline.d.ts", + "io/social-github.d.ts", + "io/social-google-outline.d.ts", + "io/social-google.d.ts", + "io/social-googleplus-outline.d.ts", + "io/social-googleplus.d.ts", + "io/social-hackernews-outline.d.ts", + "io/social-hackernews.d.ts", + "io/social-html5-outline.d.ts", + "io/social-html5.d.ts", + "io/social-instagram-outline.d.ts", + "io/social-instagram.d.ts", + "io/social-javascript-outline.d.ts", + "io/social-javascript.d.ts", + "io/social-linkedin-outline.d.ts", + "io/social-linkedin.d.ts", + "io/social-markdown.d.ts", + "io/social-nodejs.d.ts", + "io/social-octocat.d.ts", + "io/social-pinterest-outline.d.ts", + "io/social-pinterest.d.ts", + "io/social-python.d.ts", + "io/social-reddit-outline.d.ts", + "io/social-reddit.d.ts", + "io/social-rss-outline.d.ts", + "io/social-rss.d.ts", + "io/social-sass.d.ts", + "io/social-skype-outline.d.ts", + "io/social-skype.d.ts", + "io/social-snapchat-outline.d.ts", + "io/social-snapchat.d.ts", + "io/social-tumblr-outline.d.ts", + "io/social-tumblr.d.ts", + "io/social-tux.d.ts", + "io/social-twitch-outline.d.ts", + "io/social-twitch.d.ts", + "io/social-twitter-outline.d.ts", + "io/social-twitter.d.ts", + "io/social-usd-outline.d.ts", + "io/social-usd.d.ts", + "io/social-vimeo-outline.d.ts", + "io/social-vimeo.d.ts", + "io/social-whatsapp-outline.d.ts", + "io/social-whatsapp.d.ts", + "io/social-windows-outline.d.ts", + "io/social-windows.d.ts", + "io/social-wordpress-outline.d.ts", + "io/social-wordpress.d.ts", + "io/social-yahoo-outline.d.ts", + "io/social-yahoo.d.ts", + "io/social-yen-outline.d.ts", + "io/social-yen.d.ts", + "io/social-youtube-outline.d.ts", + "io/social-youtube.d.ts", + "io/soup-can-outline.d.ts", + "io/soup-can.d.ts", + "io/speakerphone.d.ts", + "io/speedometer.d.ts", + "io/spoon.d.ts", + "io/star.d.ts", + "io/stats-bars.d.ts", + "io/steam.d.ts", + "io/stop.d.ts", + "io/thermometer.d.ts", + "io/thumbsdown.d.ts", + "io/thumbsup.d.ts", + "io/toggle-filled.d.ts", + "io/toggle.d.ts", + "io/transgender.d.ts", + "io/trash-a.d.ts", + "io/trash-b.d.ts", + "io/trophy.d.ts", + "io/tshirt-outline.d.ts", + "io/tshirt.d.ts", + "io/umbrella.d.ts", + "io/university.d.ts", + "io/unlocked.d.ts", + "io/upload.d.ts", + "io/usb.d.ts", + "io/videocamera.d.ts", + "io/volume-high.d.ts", + "io/volume-low.d.ts", + "io/volume-medium.d.ts", + "io/volume-mute.d.ts", + "io/wand.d.ts", + "io/waterdrop.d.ts", + "io/wifi.d.ts", + "io/wineglass.d.ts", + "io/woman.d.ts", + "io/wrench.d.ts", + "io/xbox.d.ts", + "md/3d-rotation.d.ts", + "md/ac-unit.d.ts", + "md/access-alarm.d.ts", + "md/access-alarms.d.ts", + "md/access-time.d.ts", + "md/accessibility.d.ts", + "md/accessible.d.ts", + "md/account-balance-wallet.d.ts", + "md/account-balance.d.ts", + "md/account-box.d.ts", + "md/account-circle.d.ts", + "md/adb.d.ts", + "md/add-a-photo.d.ts", + "md/add-alarm.d.ts", + "md/add-alert.d.ts", + "md/add-box.d.ts", + "md/add-circle-outline.d.ts", + "md/add-circle.d.ts", + "md/add-location.d.ts", + "md/add-shopping-cart.d.ts", + "md/add-to-photos.d.ts", + "md/add-to-queue.d.ts", + "md/add.d.ts", + "md/adjust.d.ts", + "md/airline-seat-flat-angled.d.ts", + "md/airline-seat-flat.d.ts", + "md/airline-seat-individual-suite.d.ts", + "md/airline-seat-legroom-extra.d.ts", + "md/airline-seat-legroom-normal.d.ts", + "md/airline-seat-legroom-reduced.d.ts", + "md/airline-seat-recline-extra.d.ts", + "md/airline-seat-recline-normal.d.ts", + "md/airplanemode-active.d.ts", + "md/airplanemode-inactive.d.ts", + "md/airplay.d.ts", + "md/airport-shuttle.d.ts", + "md/alarm-add.d.ts", + "md/alarm-off.d.ts", + "md/alarm-on.d.ts", + "md/alarm.d.ts", + "md/album.d.ts", + "md/all-inclusive.d.ts", + "md/all-out.d.ts", + "md/android.d.ts", + "md/announcement.d.ts", + "md/apps.d.ts", + "md/archive.d.ts", + "md/arrow-back.d.ts", + "md/arrow-downward.d.ts", + "md/arrow-drop-down-circle.d.ts", + "md/arrow-drop-down.d.ts", + "md/arrow-drop-up.d.ts", + "md/arrow-forward.d.ts", + "md/arrow-upward.d.ts", + "md/art-track.d.ts", + "md/aspect-ratio.d.ts", + "md/assessment.d.ts", + "md/assignment-ind.d.ts", + "md/assignment-late.d.ts", + "md/assignment-return.d.ts", + "md/assignment-returned.d.ts", + "md/assignment-turned-in.d.ts", + "md/assignment.d.ts", + "md/assistant-photo.d.ts", + "md/assistant.d.ts", + "md/attach-file.d.ts", + "md/attach-money.d.ts", + "md/attachment.d.ts", + "md/audiotrack.d.ts", + "md/autorenew.d.ts", + "md/av-timer.d.ts", + "md/backspace.d.ts", + "md/backup.d.ts", + "md/battery-alert.d.ts", + "md/battery-charging-full.d.ts", + "md/battery-full.d.ts", + "md/battery-std.d.ts", + "md/battery-unknown.d.ts", + "md/beach-access.d.ts", + "md/beenhere.d.ts", + "md/block.d.ts", + "md/bluetooth-audio.d.ts", + "md/bluetooth-connected.d.ts", + "md/bluetooth-disabled.d.ts", + "md/bluetooth-searching.d.ts", + "md/bluetooth.d.ts", + "md/blur-circular.d.ts", + "md/blur-linear.d.ts", + "md/blur-off.d.ts", + "md/blur-on.d.ts", + "md/book.d.ts", + "md/bookmark-outline.d.ts", + "md/bookmark.d.ts", + "md/border-all.d.ts", + "md/border-bottom.d.ts", + "md/border-clear.d.ts", + "md/border-color.d.ts", + "md/border-horizontal.d.ts", + "md/border-inner.d.ts", + "md/border-left.d.ts", + "md/border-outer.d.ts", + "md/border-right.d.ts", + "md/border-style.d.ts", + "md/border-top.d.ts", + "md/border-vertical.d.ts", + "md/branding-watermark.d.ts", + "md/brightness-1.d.ts", + "md/brightness-2.d.ts", + "md/brightness-3.d.ts", + "md/brightness-4.d.ts", + "md/brightness-5.d.ts", + "md/brightness-6.d.ts", + "md/brightness-7.d.ts", + "md/brightness-auto.d.ts", + "md/brightness-high.d.ts", + "md/brightness-low.d.ts", + "md/brightness-medium.d.ts", + "md/broken-image.d.ts", + "md/brush.d.ts", + "md/bubble-chart.d.ts", + "md/bug-report.d.ts", + "md/build.d.ts", + "md/burst-mode.d.ts", + "md/business-center.d.ts", + "md/business.d.ts", + "md/cached.d.ts", + "md/cake.d.ts", + "md/call-end.d.ts", + "md/call-made.d.ts", + "md/call-merge.d.ts", + "md/call-missed-outgoing.d.ts", + "md/call-missed.d.ts", + "md/call-received.d.ts", + "md/call-split.d.ts", + "md/call-to-action.d.ts", + "md/call.d.ts", + "md/camera-alt.d.ts", + "md/camera-enhance.d.ts", + "md/camera-front.d.ts", + "md/camera-rear.d.ts", + "md/camera-roll.d.ts", + "md/camera.d.ts", + "md/cancel.d.ts", + "md/card-giftcard.d.ts", + "md/card-membership.d.ts", + "md/card-travel.d.ts", + "md/casino.d.ts", + "md/cast-connected.d.ts", + "md/cast.d.ts", + "md/center-focus-strong.d.ts", + "md/center-focus-weak.d.ts", + "md/change-history.d.ts", + "md/chat-bubble-outline.d.ts", + "md/chat-bubble.d.ts", + "md/chat.d.ts", + "md/check-box-outline-blank.d.ts", + "md/check-box.d.ts", + "md/check-circle.d.ts", + "md/check.d.ts", + "md/chevron-left.d.ts", + "md/chevron-right.d.ts", + "md/child-care.d.ts", + "md/child-friendly.d.ts", + "md/chrome-reader-mode.d.ts", + "md/class.d.ts", + "md/clear-all.d.ts", + "md/clear.d.ts", + "md/close.d.ts", + "md/closed-caption.d.ts", + "md/cloud-circle.d.ts", + "md/cloud-done.d.ts", + "md/cloud-download.d.ts", + "md/cloud-off.d.ts", + "md/cloud-queue.d.ts", + "md/cloud-upload.d.ts", + "md/cloud.d.ts", + "md/code.d.ts", + "md/collections-bookmark.d.ts", + "md/collections.d.ts", + "md/color-lens.d.ts", + "md/colorize.d.ts", + "md/comment.d.ts", + "md/compare-arrows.d.ts", + "md/compare.d.ts", + "md/computer.d.ts", + "md/confirmation-number.d.ts", + "md/contact-mail.d.ts", + "md/contact-phone.d.ts", + "md/contacts.d.ts", + "md/content-copy.d.ts", + "md/content-cut.d.ts", + "md/content-paste.d.ts", + "md/control-point-duplicate.d.ts", + "md/control-point.d.ts", + "md/copyright.d.ts", + "md/create-new-folder.d.ts", + "md/create.d.ts", + "md/credit-card.d.ts", + "md/crop-16-9.d.ts", + "md/crop-3-2.d.ts", + "md/crop-5-4.d.ts", + "md/crop-7-5.d.ts", + "md/crop-din.d.ts", + "md/crop-free.d.ts", + "md/crop-landscape.d.ts", + "md/crop-original.d.ts", + "md/crop-portrait.d.ts", + "md/crop-rotate.d.ts", + "md/crop-square.d.ts", + "md/crop.d.ts", + "md/dashboard.d.ts", + "md/data-usage.d.ts", + "md/date-range.d.ts", + "md/dehaze.d.ts", + "md/delete-forever.d.ts", + "md/delete-sweep.d.ts", + "md/delete.d.ts", + "md/description.d.ts", + "md/desktop-mac.d.ts", + "md/desktop-windows.d.ts", + "md/details.d.ts", + "md/developer-board.d.ts", + "md/developer-mode.d.ts", + "md/device-hub.d.ts", + "md/devices-other.d.ts", + "md/devices.d.ts", + "md/dialer-sip.d.ts", + "md/dialpad.d.ts", + "md/directions-bike.d.ts", + "md/directions-boat.d.ts", + "md/directions-bus.d.ts", + "md/directions-car.d.ts", + "md/directions-ferry.d.ts", + "md/directions-railway.d.ts", + "md/directions-run.d.ts", + "md/directions-subway.d.ts", + "md/directions-transit.d.ts", + "md/directions-walk.d.ts", + "md/directions.d.ts", + "md/disc-full.d.ts", + "md/dns.d.ts", + "md/do-not-disturb-alt.d.ts", + "md/do-not-disturb-off.d.ts", + "md/do-not-disturb.d.ts", + "md/dock.d.ts", + "md/domain.d.ts", + "md/done-all.d.ts", + "md/done.d.ts", + "md/donut-large.d.ts", + "md/donut-small.d.ts", + "md/drafts.d.ts", + "md/drag-handle.d.ts", + "md/drive-eta.d.ts", + "md/dvr.d.ts", + "md/edit-location.d.ts", + "md/edit.d.ts", + "md/eject.d.ts", + "md/email.d.ts", + "md/enhanced-encryption.d.ts", + "md/equalizer.d.ts", + "md/error-outline.d.ts", + "md/error.d.ts", + "md/euro-symbol.d.ts", + "md/ev-station.d.ts", + "md/event-available.d.ts", + "md/event-busy.d.ts", + "md/event-note.d.ts", + "md/event-seat.d.ts", + "md/event.d.ts", + "md/exit-to-app.d.ts", + "md/expand-less.d.ts", + "md/expand-more.d.ts", + "md/explicit.d.ts", + "md/explore.d.ts", + "md/exposure-minus-1.d.ts", + "md/exposure-minus-2.d.ts", + "md/exposure-neg-1.d.ts", + "md/exposure-neg-2.d.ts", + "md/exposure-plus-1.d.ts", + "md/exposure-plus-2.d.ts", + "md/exposure-zero.d.ts", + "md/exposure.d.ts", + "md/extension.d.ts", + "md/face.d.ts", + "md/fast-forward.d.ts", + "md/fast-rewind.d.ts", + "md/favorite-border.d.ts", + "md/favorite-outline.d.ts", + "md/favorite.d.ts", + "md/featured-play-list.d.ts", + "md/featured-video.d.ts", + "md/feedback.d.ts", + "md/fiber-dvr.d.ts", + "md/fiber-manual-record.d.ts", + "md/fiber-new.d.ts", + "md/fiber-pin.d.ts", + "md/fiber-smart-record.d.ts", + "md/file-download.d.ts", + "md/file-upload.d.ts", + "md/filter-1.d.ts", + "md/filter-2.d.ts", + "md/filter-3.d.ts", + "md/filter-4.d.ts", + "md/filter-5.d.ts", + "md/filter-6.d.ts", + "md/filter-7.d.ts", + "md/filter-8.d.ts", + "md/filter-9-plus.d.ts", + "md/filter-9.d.ts", + "md/filter-b-and-w.d.ts", + "md/filter-center-focus.d.ts", + "md/filter-drama.d.ts", + "md/filter-frames.d.ts", + "md/filter-hdr.d.ts", + "md/filter-list.d.ts", + "md/filter-none.d.ts", + "md/filter-tilt-shift.d.ts", + "md/filter-vintage.d.ts", + "md/filter.d.ts", + "md/find-in-page.d.ts", + "md/find-replace.d.ts", + "md/fingerprint.d.ts", + "md/first-page.d.ts", + "md/fitness-center.d.ts", + "md/flag.d.ts", + "md/flare.d.ts", + "md/flash-auto.d.ts", + "md/flash-off.d.ts", + "md/flash-on.d.ts", + "md/flight-land.d.ts", + "md/flight-takeoff.d.ts", + "md/flight.d.ts", + "md/flip-to-back.d.ts", + "md/flip-to-front.d.ts", + "md/flip.d.ts", + "md/folder-open.d.ts", + "md/folder-shared.d.ts", + "md/folder-special.d.ts", + "md/folder.d.ts", + "md/font-download.d.ts", + "md/format-align-center.d.ts", + "md/format-align-justify.d.ts", + "md/format-align-left.d.ts", + "md/format-align-right.d.ts", + "md/format-bold.d.ts", + "md/format-clear.d.ts", + "md/format-color-fill.d.ts", + "md/format-color-reset.d.ts", + "md/format-color-text.d.ts", + "md/format-indent-decrease.d.ts", + "md/format-indent-increase.d.ts", + "md/format-italic.d.ts", + "md/format-line-spacing.d.ts", + "md/format-list-bulleted.d.ts", + "md/format-list-numbered.d.ts", + "md/format-paint.d.ts", + "md/format-quote.d.ts", + "md/format-shapes.d.ts", + "md/format-size.d.ts", + "md/format-strikethrough.d.ts", + "md/format-textdirection-l-to-r.d.ts", + "md/format-textdirection-r-to-l.d.ts", + "md/format-underlined.d.ts", + "md/forum.d.ts", + "md/forward-10.d.ts", + "md/forward-30.d.ts", + "md/forward-5.d.ts", + "md/forward.d.ts", + "md/free-breakfast.d.ts", + "md/fullscreen-exit.d.ts", + "md/fullscreen.d.ts", + "md/functions.d.ts", + "md/g-translate.d.ts", + "md/gamepad.d.ts", + "md/games.d.ts", + "md/gavel.d.ts", + "md/gesture.d.ts", + "md/get-app.d.ts", + "md/gif.d.ts", + "md/goat.d.ts", + "md/golf-course.d.ts", + "md/gps-fixed.d.ts", + "md/gps-not-fixed.d.ts", + "md/gps-off.d.ts", + "md/grade.d.ts", + "md/gradient.d.ts", + "md/grain.d.ts", + "md/graphic-eq.d.ts", + "md/grid-off.d.ts", + "md/grid-on.d.ts", + "md/group-add.d.ts", + "md/group-work.d.ts", + "md/group.d.ts", + "md/hd.d.ts", + "md/hdr-off.d.ts", + "md/hdr-on.d.ts", + "md/hdr-strong.d.ts", + "md/hdr-weak.d.ts", + "md/headset-mic.d.ts", + "md/headset.d.ts", + "md/healing.d.ts", + "md/hearing.d.ts", + "md/help-outline.d.ts", + "md/help.d.ts", + "md/high-quality.d.ts", + "md/highlight-off.d.ts", + "md/highlight-remove.d.ts", + "md/highlight.d.ts", + "md/history.d.ts", + "md/home.d.ts", + "md/hot-tub.d.ts", + "md/hotel.d.ts", + "md/hourglass-empty.d.ts", + "md/hourglass-full.d.ts", + "md/http.d.ts", + "md/https.d.ts", + "md/image-aspect-ratio.d.ts", + "md/image.d.ts", + "md/import-contacts.d.ts", + "md/import-export.d.ts", + "md/important-devices.d.ts", + "md/inbox.d.ts", + "md/indeterminate-check-box.d.ts", + "md/info-outline.d.ts", + "md/info.d.ts", + "md/input.d.ts", + "md/insert-chart.d.ts", + "md/insert-comment.d.ts", + "md/insert-drive-file.d.ts", + "md/insert-emoticon.d.ts", + "md/insert-invitation.d.ts", + "md/insert-link.d.ts", + "md/insert-photo.d.ts", + "md/invert-colors-off.d.ts", + "md/invert-colors-on.d.ts", + "md/invert-colors.d.ts", + "md/iso.d.ts", + "md/keyboard-arrow-down.d.ts", + "md/keyboard-arrow-left.d.ts", + "md/keyboard-arrow-right.d.ts", + "md/keyboard-arrow-up.d.ts", + "md/keyboard-backspace.d.ts", + "md/keyboard-capslock.d.ts", + "md/keyboard-control.d.ts", + "md/keyboard-hide.d.ts", + "md/keyboard-return.d.ts", + "md/keyboard-tab.d.ts", + "md/keyboard-voice.d.ts", + "md/keyboard.d.ts", + "md/kitchen.d.ts", + "md/label-outline.d.ts", + "md/label.d.ts", + "md/landscape.d.ts", + "md/language.d.ts", + "md/laptop-chromebook.d.ts", + "md/laptop-mac.d.ts", + "md/laptop-windows.d.ts", + "md/laptop.d.ts", + "md/last-page.d.ts", + "md/launch.d.ts", + "md/layers-clear.d.ts", + "md/layers.d.ts", + "md/leak-add.d.ts", + "md/leak-remove.d.ts", + "md/lens.d.ts", + "md/library-add.d.ts", + "md/library-books.d.ts", + "md/library-music.d.ts", + "md/lightbulb-outline.d.ts", + "md/line-style.d.ts", + "md/line-weight.d.ts", + "md/linear-scale.d.ts", + "md/link.d.ts", + "md/linked-camera.d.ts", + "md/list.d.ts", + "md/live-help.d.ts", + "md/live-tv.d.ts", + "md/local-airport.d.ts", + "md/local-atm.d.ts", + "md/local-attraction.d.ts", + "md/local-bar.d.ts", + "md/local-cafe.d.ts", + "md/local-car-wash.d.ts", + "md/local-convenience-store.d.ts", + "md/local-drink.d.ts", + "md/local-florist.d.ts", + "md/local-gas-station.d.ts", + "md/local-grocery-store.d.ts", + "md/local-hospital.d.ts", + "md/local-hotel.d.ts", + "md/local-laundry-service.d.ts", + "md/local-library.d.ts", + "md/local-mall.d.ts", + "md/local-movies.d.ts", + "md/local-offer.d.ts", + "md/local-parking.d.ts", + "md/local-pharmacy.d.ts", + "md/local-phone.d.ts", + "md/local-pizza.d.ts", + "md/local-play.d.ts", + "md/local-post-office.d.ts", + "md/local-print-shop.d.ts", + "md/local-restaurant.d.ts", + "md/local-see.d.ts", + "md/local-shipping.d.ts", + "md/local-taxi.d.ts", + "md/location-city.d.ts", + "md/location-disabled.d.ts", + "md/location-history.d.ts", + "md/location-off.d.ts", + "md/location-on.d.ts", + "md/location-searching.d.ts", + "md/lock-open.d.ts", + "md/lock-outline.d.ts", + "md/lock.d.ts", + "md/looks-3.d.ts", + "md/looks-4.d.ts", + "md/looks-5.d.ts", + "md/looks-6.d.ts", + "md/looks-one.d.ts", + "md/looks-two.d.ts", + "md/looks.d.ts", + "md/loop.d.ts", + "md/loupe.d.ts", + "md/low-priority.d.ts", + "md/loyalty.d.ts", + "md/mail-outline.d.ts", + "md/mail.d.ts", + "md/map.d.ts", + "md/markunread-mailbox.d.ts", + "md/markunread.d.ts", + "md/memory.d.ts", + "md/menu.d.ts", + "md/merge-type.d.ts", + "md/message.d.ts", + "md/mic-none.d.ts", + "md/mic-off.d.ts", + "md/mic.d.ts", + "md/mms.d.ts", + "md/mode-comment.d.ts", + "md/mode-edit.d.ts", + "md/monetization-on.d.ts", + "md/money-off.d.ts", + "md/monochrome-photos.d.ts", + "md/mood-bad.d.ts", + "md/mood.d.ts", + "md/more-horiz.d.ts", + "md/more-vert.d.ts", + "md/more.d.ts", + "md/motorcycle.d.ts", + "md/mouse.d.ts", + "md/move-to-inbox.d.ts", + "md/movie-creation.d.ts", + "md/movie-filter.d.ts", + "md/movie.d.ts", + "md/multiline-chart.d.ts", + "md/music-note.d.ts", + "md/music-video.d.ts", + "md/my-location.d.ts", + "md/nature-people.d.ts", + "md/nature.d.ts", + "md/navigate-before.d.ts", + "md/navigate-next.d.ts", + "md/navigation.d.ts", + "md/near-me.d.ts", + "md/network-cell.d.ts", + "md/network-check.d.ts", + "md/network-locked.d.ts", + "md/network-wifi.d.ts", + "md/new-releases.d.ts", + "md/next-week.d.ts", + "md/nfc.d.ts", + "md/no-encryption.d.ts", + "md/no-sim.d.ts", + "md/not-interested.d.ts", + "md/note-add.d.ts", + "md/note.d.ts", + "md/notifications-active.d.ts", + "md/notifications-none.d.ts", + "md/notifications-off.d.ts", + "md/notifications-paused.d.ts", + "md/notifications.d.ts", + "md/now-wallpaper.d.ts", + "md/now-widgets.d.ts", + "md/offline-pin.d.ts", + "md/ondemand-video.d.ts", + "md/opacity.d.ts", + "md/open-in-browser.d.ts", + "md/open-in-new.d.ts", + "md/open-with.d.ts", + "md/pages.d.ts", + "md/pageview.d.ts", + "md/palette.d.ts", + "md/pan-tool.d.ts", + "md/panorama-fish-eye.d.ts", + "md/panorama-horizontal.d.ts", + "md/panorama-vertical.d.ts", + "md/panorama-wide-angle.d.ts", + "md/panorama.d.ts", + "md/party-mode.d.ts", + "md/pause-circle-filled.d.ts", + "md/pause-circle-outline.d.ts", + "md/pause.d.ts", + "md/payment.d.ts", + "md/people-outline.d.ts", + "md/people.d.ts", + "md/perm-camera-mic.d.ts", + "md/perm-contact-calendar.d.ts", + "md/perm-data-setting.d.ts", + "md/perm-device-information.d.ts", + "md/perm-identity.d.ts", + "md/perm-media.d.ts", + "md/perm-phone-msg.d.ts", + "md/perm-scan-wifi.d.ts", + "md/person-add.d.ts", + "md/person-outline.d.ts", + "md/person-pin-circle.d.ts", + "md/person-pin.d.ts", + "md/person.d.ts", + "md/personal-video.d.ts", + "md/pets.d.ts", + "md/phone-android.d.ts", + "md/phone-bluetooth-speaker.d.ts", + "md/phone-forwarded.d.ts", + "md/phone-in-talk.d.ts", + "md/phone-iphone.d.ts", + "md/phone-locked.d.ts", + "md/phone-missed.d.ts", + "md/phone-paused.d.ts", + "md/phone.d.ts", + "md/phonelink-erase.d.ts", + "md/phonelink-lock.d.ts", + "md/phonelink-off.d.ts", + "md/phonelink-ring.d.ts", + "md/phonelink-setup.d.ts", + "md/phonelink.d.ts", + "md/photo-album.d.ts", + "md/photo-camera.d.ts", + "md/photo-filter.d.ts", + "md/photo-library.d.ts", + "md/photo-size-select-actual.d.ts", + "md/photo-size-select-large.d.ts", + "md/photo-size-select-small.d.ts", + "md/photo.d.ts", + "md/picture-as-pdf.d.ts", + "md/picture-in-picture-alt.d.ts", + "md/picture-in-picture.d.ts", + "md/pie-chart-outlined.d.ts", + "md/pie-chart.d.ts", + "md/pin-drop.d.ts", + "md/place.d.ts", + "md/play-arrow.d.ts", + "md/play-circle-filled.d.ts", + "md/play-circle-outline.d.ts", + "md/play-for-work.d.ts", + "md/playlist-add-check.d.ts", + "md/playlist-add.d.ts", + "md/playlist-play.d.ts", + "md/plus-one.d.ts", + "md/poll.d.ts", + "md/polymer.d.ts", + "md/pool.d.ts", + "md/portable-wifi-off.d.ts", + "md/portrait.d.ts", + "md/power-input.d.ts", + "md/power-settings-new.d.ts", + "md/power.d.ts", + "md/pregnant-woman.d.ts", + "md/present-to-all.d.ts", + "md/print.d.ts", + "md/priority-high.d.ts", + "md/public.d.ts", + "md/publish.d.ts", + "md/query-builder.d.ts", + "md/question-answer.d.ts", + "md/queue-music.d.ts", + "md/queue-play-next.d.ts", + "md/queue.d.ts", + "md/radio-button-checked.d.ts", + "md/radio-button-unchecked.d.ts", + "md/radio.d.ts", + "md/rate-review.d.ts", + "md/receipt.d.ts", + "md/recent-actors.d.ts", + "md/record-voice-over.d.ts", + "md/redeem.d.ts", + "md/redo.d.ts", + "md/refresh.d.ts", + "md/remove-circle-outline.d.ts", + "md/remove-circle.d.ts", + "md/remove-from-queue.d.ts", + "md/remove-red-eye.d.ts", + "md/remove-shopping-cart.d.ts", + "md/remove.d.ts", + "md/reorder.d.ts", + "md/repeat-one.d.ts", + "md/repeat.d.ts", + "md/replay-10.d.ts", + "md/replay-30.d.ts", + "md/replay-5.d.ts", + "md/replay.d.ts", + "md/reply-all.d.ts", + "md/reply.d.ts", + "md/report-problem.d.ts", + "md/report.d.ts", + "md/restaurant-menu.d.ts", + "md/restaurant.d.ts", + "md/restore-page.d.ts", + "md/restore.d.ts", + "md/ring-volume.d.ts", + "md/room-service.d.ts", + "md/room.d.ts", + "md/rotate-90-degrees-ccw.d.ts", + "md/rotate-left.d.ts", + "md/rotate-right.d.ts", + "md/rounded-corner.d.ts", + "md/router.d.ts", + "md/rowing.d.ts", + "md/rss-feed.d.ts", + "md/rv-hookup.d.ts", + "md/satellite.d.ts", + "md/save.d.ts", + "md/scanner.d.ts", + "md/schedule.d.ts", + "md/school.d.ts", + "md/screen-lock-landscape.d.ts", + "md/screen-lock-portrait.d.ts", + "md/screen-lock-rotation.d.ts", + "md/screen-rotation.d.ts", + "md/screen-share.d.ts", + "md/sd-card.d.ts", + "md/sd-storage.d.ts", + "md/search.d.ts", + "md/security.d.ts", + "md/select-all.d.ts", + "md/send.d.ts", + "md/sentiment-dissatisfied.d.ts", + "md/sentiment-neutral.d.ts", + "md/sentiment-satisfied.d.ts", + "md/sentiment-very-dissatisfied.d.ts", + "md/sentiment-very-satisfied.d.ts", + "md/settings-applications.d.ts", + "md/settings-backup-restore.d.ts", + "md/settings-bluetooth.d.ts", + "md/settings-brightness.d.ts", + "md/settings-cell.d.ts", + "md/settings-ethernet.d.ts", + "md/settings-input-antenna.d.ts", + "md/settings-input-component.d.ts", + "md/settings-input-composite.d.ts", + "md/settings-input-hdmi.d.ts", + "md/settings-input-svideo.d.ts", + "md/settings-overscan.d.ts", + "md/settings-phone.d.ts", + "md/settings-power.d.ts", + "md/settings-remote.d.ts", + "md/settings-system-daydream.d.ts", + "md/settings-voice.d.ts", + "md/settings.d.ts", + "md/share.d.ts", + "md/shop-two.d.ts", + "md/shop.d.ts", + "md/shopping-basket.d.ts", + "md/shopping-cart.d.ts", + "md/short-text.d.ts", + "md/show-chart.d.ts", + "md/shuffle.d.ts", + "md/signal-cellular-4-bar.d.ts", + "md/signal-cellular-connected-no-internet-4-bar.d.ts", + "md/signal-cellular-no-sim.d.ts", + "md/signal-cellular-null.d.ts", + "md/signal-cellular-off.d.ts", + "md/signal-wifi-4-bar-lock.d.ts", + "md/signal-wifi-4-bar.d.ts", + "md/signal-wifi-off.d.ts", + "md/sim-card-alert.d.ts", + "md/sim-card.d.ts", + "md/skip-next.d.ts", + "md/skip-previous.d.ts", + "md/slideshow.d.ts", + "md/slow-motion-video.d.ts", + "md/smartphone.d.ts", + "md/smoke-free.d.ts", + "md/smoking-rooms.d.ts", + "md/sms-failed.d.ts", + "md/sms.d.ts", + "md/snooze.d.ts", + "md/sort-by-alpha.d.ts", + "md/sort.d.ts", + "md/spa.d.ts", + "md/space-bar.d.ts", + "md/speaker-group.d.ts", + "md/speaker-notes-off.d.ts", + "md/speaker-notes.d.ts", + "md/speaker-phone.d.ts", + "md/speaker.d.ts", + "md/spellcheck.d.ts", + "md/star-border.d.ts", + "md/star-half.d.ts", + "md/star-outline.d.ts", + "md/star.d.ts", + "md/stars.d.ts", + "md/stay-current-landscape.d.ts", + "md/stay-current-portrait.d.ts", + "md/stay-primary-landscape.d.ts", + "md/stay-primary-portrait.d.ts", + "md/stop-screen-share.d.ts", + "md/stop.d.ts", + "md/storage.d.ts", + "md/store-mall-directory.d.ts", + "md/store.d.ts", + "md/straighten.d.ts", + "md/streetview.d.ts", + "md/strikethrough-s.d.ts", + "md/style.d.ts", + "md/subdirectory-arrow-left.d.ts", + "md/subdirectory-arrow-right.d.ts", + "md/subject.d.ts", + "md/subscriptions.d.ts", + "md/subtitles.d.ts", + "md/subway.d.ts", + "md/supervisor-account.d.ts", + "md/surround-sound.d.ts", + "md/swap-calls.d.ts", + "md/swap-horiz.d.ts", + "md/swap-vert.d.ts", + "md/swap-vertical-circle.d.ts", + "md/switch-camera.d.ts", + "md/switch-video.d.ts", + "md/sync-disabled.d.ts", + "md/sync-problem.d.ts", + "md/sync.d.ts", + "md/system-update-alt.d.ts", + "md/system-update.d.ts", + "md/tab-unselected.d.ts", + "md/tab.d.ts", + "md/tablet-android.d.ts", + "md/tablet-mac.d.ts", + "md/tablet.d.ts", + "md/tag-faces.d.ts", + "md/tap-and-play.d.ts", + "md/terrain.d.ts", + "md/text-fields.d.ts", + "md/text-format.d.ts", + "md/textsms.d.ts", + "md/texture.d.ts", + "md/theaters.d.ts", + "md/thumb-down.d.ts", + "md/thumb-up.d.ts", + "md/thumbs-up-down.d.ts", + "md/time-to-leave.d.ts", + "md/timelapse.d.ts", + "md/timeline.d.ts", + "md/timer-10.d.ts", + "md/timer-3.d.ts", + "md/timer-off.d.ts", + "md/timer.d.ts", + "md/title.d.ts", + "md/toc.d.ts", + "md/today.d.ts", + "md/toll.d.ts", + "md/tonality.d.ts", + "md/touch-app.d.ts", + "md/toys.d.ts", + "md/track-changes.d.ts", + "md/traffic.d.ts", + "md/train.d.ts", + "md/tram.d.ts", + "md/transfer-within-a-station.d.ts", + "md/transform.d.ts", + "md/translate.d.ts", + "md/trending-down.d.ts", + "md/trending-flat.d.ts", + "md/trending-neutral.d.ts", + "md/trending-up.d.ts", + "md/tune.d.ts", + "md/turned-in-not.d.ts", + "md/turned-in.d.ts", + "md/tv.d.ts", + "md/unarchive.d.ts", + "md/undo.d.ts", + "md/unfold-less.d.ts", + "md/unfold-more.d.ts", + "md/update.d.ts", + "md/usb.d.ts", + "md/verified-user.d.ts", + "md/vertical-align-bottom.d.ts", + "md/vertical-align-center.d.ts", + "md/vertical-align-top.d.ts", + "md/vibration.d.ts", + "md/video-call.d.ts", + "md/video-collection.d.ts", + "md/video-label.d.ts", + "md/video-library.d.ts", + "md/videocam-off.d.ts", + "md/videocam.d.ts", + "md/videogame-asset.d.ts", + "md/view-agenda.d.ts", + "md/view-array.d.ts", + "md/view-carousel.d.ts", + "md/view-column.d.ts", + "md/view-comfortable.d.ts", + "md/view-comfy.d.ts", + "md/view-compact.d.ts", + "md/view-day.d.ts", + "md/view-headline.d.ts", + "md/view-list.d.ts", + "md/view-module.d.ts", + "md/view-quilt.d.ts", + "md/view-stream.d.ts", + "md/view-week.d.ts", + "md/vignette.d.ts", + "md/visibility-off.d.ts", + "md/visibility.d.ts", + "md/voice-chat.d.ts", + "md/voicemail.d.ts", + "md/volume-down.d.ts", + "md/volume-mute.d.ts", + "md/volume-off.d.ts", + "md/volume-up.d.ts", + "md/vpn-key.d.ts", + "md/vpn-lock.d.ts", + "md/wallpaper.d.ts", + "md/warning.d.ts", + "md/watch-later.d.ts", + "md/watch.d.ts", + "md/wb-auto.d.ts", + "md/wb-cloudy.d.ts", + "md/wb-incandescent.d.ts", + "md/wb-iridescent.d.ts", + "md/wb-sunny.d.ts", + "md/wc.d.ts", + "md/web-asset.d.ts", + "md/web.d.ts", + "md/weekend.d.ts", + "md/whatshot.d.ts", + "md/widgets.d.ts", + "md/wifi-lock.d.ts", + "md/wifi-tethering.d.ts", + "md/wifi.d.ts", + "md/work.d.ts", + "md/wrap-text.d.ts", + "md/youtube-searched-for.d.ts", + "md/zoom-in.d.ts", + "md/zoom-out-map.d.ts", + "md/zoom-out.d.ts", + "ti/adjust-brightness.d.ts", + "ti/adjust-contrast.d.ts", + "ti/anchor-outline.d.ts", + "ti/anchor.d.ts", + "ti/archive.d.ts", + "ti/arrow-back-outline.d.ts", + "ti/arrow-back.d.ts", + "ti/arrow-down-outline.d.ts", + "ti/arrow-down-thick.d.ts", + "ti/arrow-down.d.ts", + "ti/arrow-forward-outline.d.ts", + "ti/arrow-forward.d.ts", + "ti/arrow-left-outline.d.ts", + "ti/arrow-left-thick.d.ts", + "ti/arrow-left.d.ts", + "ti/arrow-loop-outline.d.ts", + "ti/arrow-loop.d.ts", + "ti/arrow-maximise-outline.d.ts", + "ti/arrow-maximise.d.ts", + "ti/arrow-minimise-outline.d.ts", + "ti/arrow-minimise.d.ts", + "ti/arrow-move-outline.d.ts", + "ti/arrow-move.d.ts", + "ti/arrow-repeat-outline.d.ts", + "ti/arrow-repeat.d.ts", + "ti/arrow-right-outline.d.ts", + "ti/arrow-right-thick.d.ts", + "ti/arrow-right.d.ts", + "ti/arrow-shuffle.d.ts", + "ti/arrow-sorted-down.d.ts", + "ti/arrow-sorted-up.d.ts", + "ti/arrow-sync-outline.d.ts", + "ti/arrow-sync.d.ts", + "ti/arrow-unsorted.d.ts", + "ti/arrow-up-outline.d.ts", + "ti/arrow-up-thick.d.ts", + "ti/arrow-up.d.ts", + "ti/at.d.ts", + "ti/attachment-outline.d.ts", + "ti/attachment.d.ts", + "ti/backspace-outline.d.ts", + "ti/backspace.d.ts", + "ti/battery-charge.d.ts", + "ti/battery-full.d.ts", + "ti/battery-high.d.ts", + "ti/battery-low.d.ts", + "ti/battery-mid.d.ts", + "ti/beaker.d.ts", + "ti/beer.d.ts", + "ti/bell.d.ts", + "ti/book.d.ts", + "ti/bookmark.d.ts", + "ti/briefcase.d.ts", + "ti/brush.d.ts", + "ti/business-card.d.ts", + "ti/calculator.d.ts", + "ti/calendar-outline.d.ts", + "ti/calendar.d.ts", + "ti/calender-outline.d.ts", + "ti/calender.d.ts", + "ti/camera-outline.d.ts", + "ti/camera.d.ts", + "ti/cancel-outline.d.ts", + "ti/cancel.d.ts", + "ti/chart-area-outline.d.ts", + "ti/chart-area.d.ts", + "ti/chart-bar-outline.d.ts", + "ti/chart-bar.d.ts", + "ti/chart-line-outline.d.ts", + "ti/chart-line.d.ts", + "ti/chart-pie-outline.d.ts", + "ti/chart-pie.d.ts", + "ti/chevron-left-outline.d.ts", + "ti/chevron-left.d.ts", + "ti/chevron-right-outline.d.ts", + "ti/chevron-right.d.ts", + "ti/clipboard.d.ts", + "ti/cloud-storage-outline.d.ts", + "ti/cloud-storage.d.ts", + "ti/code-outline.d.ts", + "ti/code.d.ts", + "ti/coffee.d.ts", + "ti/cog-outline.d.ts", + "ti/cog.d.ts", + "ti/compass.d.ts", + "ti/contacts.d.ts", + "ti/credit-card.d.ts", + "ti/cross.d.ts", + "ti/css3.d.ts", + "ti/database.d.ts", + "ti/delete-outline.d.ts", + "ti/delete.d.ts", + "ti/device-desktop.d.ts", + "ti/device-laptop.d.ts", + "ti/device-phone.d.ts", + "ti/device-tablet.d.ts", + "ti/directions.d.ts", + "ti/divide-outline.d.ts", + "ti/divide.d.ts", + "ti/document-add.d.ts", + "ti/document-delete.d.ts", + "ti/document-text.d.ts", + "ti/document.d.ts", + "ti/download-outline.d.ts", + "ti/download.d.ts", + "ti/dropbox.d.ts", + "ti/edit.d.ts", + "ti/eject-outline.d.ts", + "ti/eject.d.ts", + "ti/equals-outline.d.ts", + "ti/equals.d.ts", + "ti/export-outline.d.ts", + "ti/export.d.ts", + "ti/eye-outline.d.ts", + "ti/eye.d.ts", + "ti/feather.d.ts", + "ti/film.d.ts", + "ti/filter.d.ts", + "ti/flag-outline.d.ts", + "ti/flag.d.ts", + "ti/flash-outline.d.ts", + "ti/flash.d.ts", + "ti/flow-children.d.ts", + "ti/flow-merge.d.ts", + "ti/flow-parallel.d.ts", + "ti/flow-switch.d.ts", + "ti/folder-add.d.ts", + "ti/folder-delete.d.ts", + "ti/folder-open.d.ts", + "ti/folder.d.ts", + "ti/gift.d.ts", + "ti/globe-outline.d.ts", + "ti/globe.d.ts", + "ti/group-outline.d.ts", + "ti/group.d.ts", + "ti/headphones.d.ts", + "ti/heart-full-outline.d.ts", + "ti/heart-half-outline.d.ts", + "ti/heart-outline.d.ts", + "ti/heart.d.ts", + "ti/home-outline.d.ts", + "ti/home.d.ts", + "ti/html5.d.ts", + "ti/image-outline.d.ts", + "ti/image.d.ts", + "ti/infinity-outline.d.ts", + "ti/infinity.d.ts", + "ti/info-large-outline.d.ts", + "ti/info-large.d.ts", + "ti/info-outline.d.ts", + "ti/info.d.ts", + "ti/input-checked-outline.d.ts", + "ti/input-checked.d.ts", + "ti/key-outline.d.ts", + "ti/key.d.ts", + "ti/keyboard.d.ts", + "ti/leaf.d.ts", + "ti/lightbulb.d.ts", + "ti/link-outline.d.ts", + "ti/link.d.ts", + "ti/location-arrow-outline.d.ts", + "ti/location-arrow.d.ts", + "ti/location-outline.d.ts", + "ti/location.d.ts", + "ti/lock-closed-outline.d.ts", + "ti/lock-closed.d.ts", + "ti/lock-open-outline.d.ts", + "ti/lock-open.d.ts", + "ti/mail.d.ts", + "ti/map.d.ts", + "ti/media-eject-outline.d.ts", + "ti/media-eject.d.ts", + "ti/media-fast-forward-outline.d.ts", + "ti/media-fast-forward.d.ts", + "ti/media-pause-outline.d.ts", + "ti/media-pause.d.ts", + "ti/media-play-outline.d.ts", + "ti/media-play-reverse-outline.d.ts", + "ti/media-play-reverse.d.ts", + "ti/media-play.d.ts", + "ti/media-record-outline.d.ts", + "ti/media-record.d.ts", + "ti/media-rewind-outline.d.ts", + "ti/media-rewind.d.ts", + "ti/media-stop-outline.d.ts", + "ti/media-stop.d.ts", + "ti/message-typing.d.ts", + "ti/message.d.ts", + "ti/messages.d.ts", + "ti/microphone-outline.d.ts", + "ti/microphone.d.ts", + "ti/minus-outline.d.ts", + "ti/minus.d.ts", + "ti/mortar-board.d.ts", + "ti/news.d.ts", + "ti/notes-outline.d.ts", + "ti/notes.d.ts", + "ti/pen.d.ts", + "ti/pencil.d.ts", + "ti/phone-outline.d.ts", + "ti/phone.d.ts", + "ti/pi-outline.d.ts", + "ti/pi.d.ts", + "ti/pin-outline.d.ts", + "ti/pin.d.ts", + "ti/pipette.d.ts", + "ti/plane-outline.d.ts", + "ti/plane.d.ts", + "ti/plug.d.ts", + "ti/plus-outline.d.ts", + "ti/plus.d.ts", + "ti/point-of-interest-outline.d.ts", + "ti/point-of-interest.d.ts", + "ti/power-outline.d.ts", + "ti/power.d.ts", + "ti/printer.d.ts", + "ti/puzzle-outline.d.ts", + "ti/puzzle.d.ts", + "ti/radar-outline.d.ts", + "ti/radar.d.ts", + "ti/refresh-outline.d.ts", + "ti/refresh.d.ts", + "ti/rss-outline.d.ts", + "ti/rss.d.ts", + "ti/scissors-outline.d.ts", + "ti/scissors.d.ts", + "ti/shopping-bag.d.ts", + "ti/shopping-cart.d.ts", + "ti/social-at-circular.d.ts", + "ti/social-dribbble-circular.d.ts", + "ti/social-dribbble.d.ts", + "ti/social-facebook-circular.d.ts", + "ti/social-facebook.d.ts", + "ti/social-flickr-circular.d.ts", + "ti/social-flickr.d.ts", + "ti/social-github-circular.d.ts", + "ti/social-github.d.ts", + "ti/social-google-plus-circular.d.ts", + "ti/social-google-plus.d.ts", + "ti/social-instagram-circular.d.ts", + "ti/social-instagram.d.ts", + "ti/social-last-fm-circular.d.ts", + "ti/social-last-fm.d.ts", + "ti/social-linkedin-circular.d.ts", + "ti/social-linkedin.d.ts", + "ti/social-pinterest-circular.d.ts", + "ti/social-pinterest.d.ts", + "ti/social-skype-outline.d.ts", + "ti/social-skype.d.ts", + "ti/social-tumbler-circular.d.ts", + "ti/social-tumbler.d.ts", + "ti/social-twitter-circular.d.ts", + "ti/social-twitter.d.ts", + "ti/social-vimeo-circular.d.ts", + "ti/social-vimeo.d.ts", + "ti/social-youtube-circular.d.ts", + "ti/social-youtube.d.ts", + "ti/sort-alphabetically-outline.d.ts", + "ti/sort-alphabetically.d.ts", + "ti/sort-numerically-outline.d.ts", + "ti/sort-numerically.d.ts", + "ti/spanner-outline.d.ts", + "ti/spanner.d.ts", + "ti/spiral.d.ts", + "ti/star-full-outline.d.ts", + "ti/star-half-outline.d.ts", + "ti/star-half.d.ts", + "ti/star-outline.d.ts", + "ti/star.d.ts", + "ti/starburst-outline.d.ts", + "ti/starburst.d.ts", + "ti/stopwatch.d.ts", + "ti/support.d.ts", + "ti/tabs-outline.d.ts", + "ti/tag.d.ts", + "ti/tags.d.ts", + "ti/th-large-outline.d.ts", + "ti/th-large.d.ts", + "ti/th-list-outline.d.ts", + "ti/th-list.d.ts", + "ti/th-menu-outline.d.ts", + "ti/th-menu.d.ts", + "ti/th-small-outline.d.ts", + "ti/th-small.d.ts", + "ti/thermometer.d.ts", + "ti/thumbs-down.d.ts", + "ti/thumbs-ok.d.ts", + "ti/thumbs-up.d.ts", + "ti/tick-outline.d.ts", + "ti/tick.d.ts", + "ti/ticket.d.ts", + "ti/time.d.ts", + "ti/times-outline.d.ts", + "ti/times.d.ts", + "ti/trash.d.ts", + "ti/tree.d.ts", + "ti/upload-outline.d.ts", + "ti/upload.d.ts", + "ti/user-add-outline.d.ts", + "ti/user-add.d.ts", + "ti/user-delete-outline.d.ts", + "ti/user-delete.d.ts", + "ti/user-outline.d.ts", + "ti/user.d.ts", + "ti/vendor-android.d.ts", + "ti/vendor-apple.d.ts", + "ti/vendor-microsoft.d.ts", + "ti/video-outline.d.ts", + "ti/video.d.ts", + "ti/volume-down.d.ts", + "ti/volume-mute.d.ts", + "ti/volume-up.d.ts", + "ti/volume.d.ts", + "ti/warning-outline.d.ts", + "ti/warning.d.ts", + "ti/watch.d.ts", + "ti/waves-outline.d.ts", + "ti/waves.d.ts", + "ti/weather-cloudy.d.ts", + "ti/weather-downpour.d.ts", + "ti/weather-night.d.ts", + "ti/weather-partly-sunny.d.ts", + "ti/weather-shower.d.ts", + "ti/weather-snow.d.ts", + "ti/weather-stormy.d.ts", + "ti/weather-sunny.d.ts", + "ti/weather-windy-cloudy.d.ts", + "ti/weather-windy.d.ts", + "ti/wi-fi-outline.d.ts", + "ti/wi-fi.d.ts", + "ti/wine.d.ts", + "ti/world-outline.d.ts", + "ti/world.d.ts", + "ti/zoom-in-outline.d.ts", + "ti/zoom-in.d.ts", + "ti/zoom-out-outline.d.ts", + "ti/zoom-out.d.ts", + "ti/zoom-outline.d.ts", + "ti/zoom.d.ts", + "lib/fa/index.d.ts", + "lib/go/index.d.ts", + "lib/io/index.d.ts", + "lib/md/index.d.ts", + "lib/ti/index.d.ts", + "lib/fa/500px.d.ts", + "lib/fa/adjust.d.ts", + "lib/fa/adn.d.ts", + "lib/fa/align-center.d.ts", + "lib/fa/align-justify.d.ts", + "lib/fa/align-left.d.ts", + "lib/fa/align-right.d.ts", + "lib/fa/amazon.d.ts", + "lib/fa/ambulance.d.ts", + "lib/fa/american-sign-language-interpreting.d.ts", + "lib/fa/anchor.d.ts", + "lib/fa/android.d.ts", + "lib/fa/angellist.d.ts", + "lib/fa/angle-double-down.d.ts", + "lib/fa/angle-double-left.d.ts", + "lib/fa/angle-double-right.d.ts", + "lib/fa/angle-double-up.d.ts", + "lib/fa/angle-down.d.ts", + "lib/fa/angle-left.d.ts", + "lib/fa/angle-right.d.ts", + "lib/fa/angle-up.d.ts", + "lib/fa/apple.d.ts", + "lib/fa/archive.d.ts", + "lib/fa/area-chart.d.ts", + "lib/fa/arrow-circle-down.d.ts", + "lib/fa/arrow-circle-left.d.ts", + "lib/fa/arrow-circle-o-down.d.ts", + "lib/fa/arrow-circle-o-left.d.ts", + "lib/fa/arrow-circle-o-right.d.ts", + "lib/fa/arrow-circle-o-up.d.ts", + "lib/fa/arrow-circle-right.d.ts", + "lib/fa/arrow-circle-up.d.ts", + "lib/fa/arrow-down.d.ts", + "lib/fa/arrow-left.d.ts", + "lib/fa/arrow-right.d.ts", + "lib/fa/arrow-up.d.ts", + "lib/fa/arrows-alt.d.ts", + "lib/fa/arrows-h.d.ts", + "lib/fa/arrows-v.d.ts", + "lib/fa/arrows.d.ts", + "lib/fa/assistive-listening-systems.d.ts", + "lib/fa/asterisk.d.ts", + "lib/fa/at.d.ts", + "lib/fa/audio-description.d.ts", + "lib/fa/automobile.d.ts", + "lib/fa/backward.d.ts", + "lib/fa/balance-scale.d.ts", + "lib/fa/ban.d.ts", + "lib/fa/bank.d.ts", + "lib/fa/bar-chart.d.ts", + "lib/fa/barcode.d.ts", + "lib/fa/bars.d.ts", + "lib/fa/battery-0.d.ts", + "lib/fa/battery-1.d.ts", + "lib/fa/battery-2.d.ts", + "lib/fa/battery-3.d.ts", + "lib/fa/battery-4.d.ts", + "lib/fa/bed.d.ts", + "lib/fa/beer.d.ts", + "lib/fa/behance-square.d.ts", + "lib/fa/behance.d.ts", + "lib/fa/bell-o.d.ts", + "lib/fa/bell-slash-o.d.ts", + "lib/fa/bell-slash.d.ts", + "lib/fa/bell.d.ts", + "lib/fa/bicycle.d.ts", + "lib/fa/binoculars.d.ts", + "lib/fa/birthday-cake.d.ts", + "lib/fa/bitbucket-square.d.ts", + "lib/fa/bitbucket.d.ts", + "lib/fa/bitcoin.d.ts", + "lib/fa/black-tie.d.ts", + "lib/fa/blind.d.ts", + "lib/fa/bluetooth-b.d.ts", + "lib/fa/bluetooth.d.ts", + "lib/fa/bold.d.ts", + "lib/fa/bolt.d.ts", + "lib/fa/bomb.d.ts", + "lib/fa/book.d.ts", + "lib/fa/bookmark-o.d.ts", + "lib/fa/bookmark.d.ts", + "lib/fa/braille.d.ts", + "lib/fa/briefcase.d.ts", + "lib/fa/bug.d.ts", + "lib/fa/building-o.d.ts", + "lib/fa/building.d.ts", + "lib/fa/bullhorn.d.ts", + "lib/fa/bullseye.d.ts", + "lib/fa/bus.d.ts", + "lib/fa/buysellads.d.ts", + "lib/fa/cab.d.ts", + "lib/fa/calculator.d.ts", + "lib/fa/calendar-check-o.d.ts", + "lib/fa/calendar-minus-o.d.ts", + "lib/fa/calendar-o.d.ts", + "lib/fa/calendar-plus-o.d.ts", + "lib/fa/calendar-times-o.d.ts", + "lib/fa/calendar.d.ts", + "lib/fa/camera-retro.d.ts", + "lib/fa/camera.d.ts", + "lib/fa/caret-down.d.ts", + "lib/fa/caret-left.d.ts", + "lib/fa/caret-right.d.ts", + "lib/fa/caret-square-o-down.d.ts", + "lib/fa/caret-square-o-left.d.ts", + "lib/fa/caret-square-o-right.d.ts", + "lib/fa/caret-square-o-up.d.ts", + "lib/fa/caret-up.d.ts", + "lib/fa/cart-arrow-down.d.ts", + "lib/fa/cart-plus.d.ts", + "lib/fa/cc-amex.d.ts", + "lib/fa/cc-diners-club.d.ts", + "lib/fa/cc-discover.d.ts", + "lib/fa/cc-jcb.d.ts", + "lib/fa/cc-mastercard.d.ts", + "lib/fa/cc-paypal.d.ts", + "lib/fa/cc-stripe.d.ts", + "lib/fa/cc-visa.d.ts", + "lib/fa/cc.d.ts", + "lib/fa/certificate.d.ts", + "lib/fa/chain-broken.d.ts", + "lib/fa/chain.d.ts", + "lib/fa/check-circle-o.d.ts", + "lib/fa/check-circle.d.ts", + "lib/fa/check-square-o.d.ts", + "lib/fa/check-square.d.ts", + "lib/fa/check.d.ts", + "lib/fa/chevron-circle-down.d.ts", + "lib/fa/chevron-circle-left.d.ts", + "lib/fa/chevron-circle-right.d.ts", + "lib/fa/chevron-circle-up.d.ts", + "lib/fa/chevron-down.d.ts", + "lib/fa/chevron-left.d.ts", + "lib/fa/chevron-right.d.ts", + "lib/fa/chevron-up.d.ts", + "lib/fa/child.d.ts", + "lib/fa/chrome.d.ts", + "lib/fa/circle-o-notch.d.ts", + "lib/fa/circle-o.d.ts", + "lib/fa/circle-thin.d.ts", + "lib/fa/circle.d.ts", + "lib/fa/clipboard.d.ts", + "lib/fa/clock-o.d.ts", + "lib/fa/clone.d.ts", + "lib/fa/close.d.ts", + "lib/fa/cloud-download.d.ts", + "lib/fa/cloud-upload.d.ts", + "lib/fa/cloud.d.ts", + "lib/fa/cny.d.ts", + "lib/fa/code-fork.d.ts", + "lib/fa/code.d.ts", + "lib/fa/codepen.d.ts", + "lib/fa/codiepie.d.ts", + "lib/fa/coffee.d.ts", + "lib/fa/cog.d.ts", + "lib/fa/cogs.d.ts", + "lib/fa/columns.d.ts", + "lib/fa/comment-o.d.ts", + "lib/fa/comment.d.ts", + "lib/fa/commenting-o.d.ts", + "lib/fa/commenting.d.ts", + "lib/fa/comments-o.d.ts", + "lib/fa/comments.d.ts", + "lib/fa/compass.d.ts", + "lib/fa/compress.d.ts", + "lib/fa/connectdevelop.d.ts", + "lib/fa/contao.d.ts", + "lib/fa/copy.d.ts", + "lib/fa/copyright.d.ts", + "lib/fa/creative-commons.d.ts", + "lib/fa/credit-card-alt.d.ts", + "lib/fa/credit-card.d.ts", + "lib/fa/crop.d.ts", + "lib/fa/crosshairs.d.ts", + "lib/fa/css3.d.ts", + "lib/fa/cube.d.ts", + "lib/fa/cubes.d.ts", + "lib/fa/cut.d.ts", + "lib/fa/cutlery.d.ts", + "lib/fa/dashboard.d.ts", + "lib/fa/dashcube.d.ts", + "lib/fa/database.d.ts", + "lib/fa/deaf.d.ts", + "lib/fa/dedent.d.ts", + "lib/fa/delicious.d.ts", + "lib/fa/desktop.d.ts", + "lib/fa/deviantart.d.ts", + "lib/fa/diamond.d.ts", + "lib/fa/digg.d.ts", + "lib/fa/dollar.d.ts", + "lib/fa/dot-circle-o.d.ts", + "lib/fa/download.d.ts", + "lib/fa/dribbble.d.ts", + "lib/fa/dropbox.d.ts", + "lib/fa/drupal.d.ts", + "lib/fa/edge.d.ts", + "lib/fa/edit.d.ts", + "lib/fa/eject.d.ts", + "lib/fa/ellipsis-h.d.ts", + "lib/fa/ellipsis-v.d.ts", + "lib/fa/empire.d.ts", + "lib/fa/envelope-o.d.ts", + "lib/fa/envelope-square.d.ts", + "lib/fa/envelope.d.ts", + "lib/fa/envira.d.ts", + "lib/fa/eraser.d.ts", + "lib/fa/eur.d.ts", + "lib/fa/exchange.d.ts", + "lib/fa/exclamation-circle.d.ts", + "lib/fa/exclamation-triangle.d.ts", + "lib/fa/exclamation.d.ts", + "lib/fa/expand.d.ts", + "lib/fa/expeditedssl.d.ts", + "lib/fa/external-link-square.d.ts", + "lib/fa/external-link.d.ts", + "lib/fa/eye-slash.d.ts", + "lib/fa/eye.d.ts", + "lib/fa/eyedropper.d.ts", + "lib/fa/facebook-official.d.ts", + "lib/fa/facebook-square.d.ts", + "lib/fa/facebook.d.ts", + "lib/fa/fast-backward.d.ts", + "lib/fa/fast-forward.d.ts", + "lib/fa/fax.d.ts", + "lib/fa/feed.d.ts", + "lib/fa/female.d.ts", + "lib/fa/fighter-jet.d.ts", + "lib/fa/file-archive-o.d.ts", + "lib/fa/file-audio-o.d.ts", + "lib/fa/file-code-o.d.ts", + "lib/fa/file-excel-o.d.ts", + "lib/fa/file-image-o.d.ts", + "lib/fa/file-movie-o.d.ts", + "lib/fa/file-o.d.ts", + "lib/fa/file-pdf-o.d.ts", + "lib/fa/file-powerpoint-o.d.ts", + "lib/fa/file-text-o.d.ts", + "lib/fa/file-text.d.ts", + "lib/fa/file-word-o.d.ts", + "lib/fa/file.d.ts", + "lib/fa/film.d.ts", + "lib/fa/filter.d.ts", + "lib/fa/fire-extinguisher.d.ts", + "lib/fa/fire.d.ts", + "lib/fa/firefox.d.ts", + "lib/fa/flag-checkered.d.ts", + "lib/fa/flag-o.d.ts", + "lib/fa/flag.d.ts", + "lib/fa/flask.d.ts", + "lib/fa/flickr.d.ts", + "lib/fa/floppy-o.d.ts", + "lib/fa/folder-o.d.ts", + "lib/fa/folder-open-o.d.ts", + "lib/fa/folder-open.d.ts", + "lib/fa/folder.d.ts", + "lib/fa/font.d.ts", + "lib/fa/fonticons.d.ts", + "lib/fa/fort-awesome.d.ts", + "lib/fa/forumbee.d.ts", + "lib/fa/forward.d.ts", + "lib/fa/foursquare.d.ts", + "lib/fa/frown-o.d.ts", + "lib/fa/futbol-o.d.ts", + "lib/fa/gamepad.d.ts", + "lib/fa/gavel.d.ts", + "lib/fa/gbp.d.ts", + "lib/fa/genderless.d.ts", + "lib/fa/get-pocket.d.ts", + "lib/fa/gg-circle.d.ts", + "lib/fa/gg.d.ts", + "lib/fa/gift.d.ts", + "lib/fa/git-square.d.ts", + "lib/fa/git.d.ts", + "lib/fa/github-alt.d.ts", + "lib/fa/github-square.d.ts", + "lib/fa/github.d.ts", + "lib/fa/gitlab.d.ts", + "lib/fa/gittip.d.ts", + "lib/fa/glass.d.ts", + "lib/fa/glide-g.d.ts", + "lib/fa/glide.d.ts", + "lib/fa/globe.d.ts", + "lib/fa/google-plus-square.d.ts", + "lib/fa/google-plus.d.ts", + "lib/fa/google-wallet.d.ts", + "lib/fa/google.d.ts", + "lib/fa/graduation-cap.d.ts", + "lib/fa/group.d.ts", + "lib/fa/h-square.d.ts", + "lib/fa/hacker-news.d.ts", + "lib/fa/hand-grab-o.d.ts", + "lib/fa/hand-lizard-o.d.ts", + "lib/fa/hand-o-down.d.ts", + "lib/fa/hand-o-left.d.ts", + "lib/fa/hand-o-right.d.ts", + "lib/fa/hand-o-up.d.ts", + "lib/fa/hand-paper-o.d.ts", + "lib/fa/hand-peace-o.d.ts", + "lib/fa/hand-pointer-o.d.ts", + "lib/fa/hand-scissors-o.d.ts", + "lib/fa/hand-spock-o.d.ts", + "lib/fa/hashtag.d.ts", + "lib/fa/hdd-o.d.ts", + "lib/fa/header.d.ts", + "lib/fa/headphones.d.ts", + "lib/fa/heart-o.d.ts", + "lib/fa/heart.d.ts", + "lib/fa/heartbeat.d.ts", + "lib/fa/history.d.ts", + "lib/fa/home.d.ts", + "lib/fa/hospital-o.d.ts", + "lib/fa/hourglass-1.d.ts", + "lib/fa/hourglass-2.d.ts", + "lib/fa/hourglass-3.d.ts", + "lib/fa/hourglass-o.d.ts", + "lib/fa/hourglass.d.ts", + "lib/fa/houzz.d.ts", + "lib/fa/html5.d.ts", + "lib/fa/i-cursor.d.ts", + "lib/fa/ils.d.ts", + "lib/fa/image.d.ts", + "lib/fa/inbox.d.ts", + "lib/fa/indent.d.ts", + "lib/fa/industry.d.ts", + "lib/fa/info-circle.d.ts", + "lib/fa/info.d.ts", + "lib/fa/inr.d.ts", + "lib/fa/instagram.d.ts", + "lib/fa/internet-explorer.d.ts", + "lib/fa/intersex.d.ts", + "lib/fa/ioxhost.d.ts", + "lib/fa/italic.d.ts", + "lib/fa/joomla.d.ts", + "lib/fa/jsfiddle.d.ts", + "lib/fa/key.d.ts", + "lib/fa/keyboard-o.d.ts", + "lib/fa/krw.d.ts", + "lib/fa/language.d.ts", + "lib/fa/laptop.d.ts", + "lib/fa/lastfm-square.d.ts", + "lib/fa/lastfm.d.ts", + "lib/fa/leaf.d.ts", + "lib/fa/leanpub.d.ts", + "lib/fa/lemon-o.d.ts", + "lib/fa/level-down.d.ts", + "lib/fa/level-up.d.ts", + "lib/fa/life-bouy.d.ts", + "lib/fa/lightbulb-o.d.ts", + "lib/fa/line-chart.d.ts", + "lib/fa/linkedin-square.d.ts", + "lib/fa/linkedin.d.ts", + "lib/fa/linux.d.ts", + "lib/fa/list-alt.d.ts", + "lib/fa/list-ol.d.ts", + "lib/fa/list-ul.d.ts", + "lib/fa/list.d.ts", + "lib/fa/location-arrow.d.ts", + "lib/fa/lock.d.ts", + "lib/fa/long-arrow-down.d.ts", + "lib/fa/long-arrow-left.d.ts", + "lib/fa/long-arrow-right.d.ts", + "lib/fa/long-arrow-up.d.ts", + "lib/fa/low-vision.d.ts", + "lib/fa/magic.d.ts", + "lib/fa/magnet.d.ts", + "lib/fa/mail-forward.d.ts", + "lib/fa/mail-reply-all.d.ts", + "lib/fa/mail-reply.d.ts", + "lib/fa/male.d.ts", + "lib/fa/map-marker.d.ts", + "lib/fa/map-o.d.ts", + "lib/fa/map-pin.d.ts", + "lib/fa/map-signs.d.ts", + "lib/fa/map.d.ts", + "lib/fa/mars-double.d.ts", + "lib/fa/mars-stroke-h.d.ts", + "lib/fa/mars-stroke-v.d.ts", + "lib/fa/mars-stroke.d.ts", + "lib/fa/mars.d.ts", + "lib/fa/maxcdn.d.ts", + "lib/fa/meanpath.d.ts", + "lib/fa/medium.d.ts", + "lib/fa/medkit.d.ts", + "lib/fa/meh-o.d.ts", + "lib/fa/mercury.d.ts", + "lib/fa/microphone-slash.d.ts", + "lib/fa/microphone.d.ts", + "lib/fa/minus-circle.d.ts", + "lib/fa/minus-square-o.d.ts", + "lib/fa/minus-square.d.ts", + "lib/fa/minus.d.ts", + "lib/fa/mixcloud.d.ts", + "lib/fa/mobile.d.ts", + "lib/fa/modx.d.ts", + "lib/fa/money.d.ts", + "lib/fa/moon-o.d.ts", + "lib/fa/motorcycle.d.ts", + "lib/fa/mouse-pointer.d.ts", + "lib/fa/music.d.ts", + "lib/fa/neuter.d.ts", + "lib/fa/newspaper-o.d.ts", + "lib/fa/object-group.d.ts", + "lib/fa/object-ungroup.d.ts", + "lib/fa/odnoklassniki-square.d.ts", + "lib/fa/odnoklassniki.d.ts", + "lib/fa/opencart.d.ts", + "lib/fa/openid.d.ts", + "lib/fa/opera.d.ts", + "lib/fa/optin-monster.d.ts", + "lib/fa/pagelines.d.ts", + "lib/fa/paint-brush.d.ts", + "lib/fa/paper-plane-o.d.ts", + "lib/fa/paper-plane.d.ts", + "lib/fa/paperclip.d.ts", + "lib/fa/paragraph.d.ts", + "lib/fa/pause-circle-o.d.ts", + "lib/fa/pause-circle.d.ts", + "lib/fa/pause.d.ts", + "lib/fa/paw.d.ts", + "lib/fa/paypal.d.ts", + "lib/fa/pencil-square.d.ts", + "lib/fa/pencil.d.ts", + "lib/fa/percent.d.ts", + "lib/fa/phone-square.d.ts", + "lib/fa/phone.d.ts", + "lib/fa/pie-chart.d.ts", + "lib/fa/pied-piper-alt.d.ts", + "lib/fa/pied-piper.d.ts", + "lib/fa/pinterest-p.d.ts", + "lib/fa/pinterest-square.d.ts", + "lib/fa/pinterest.d.ts", + "lib/fa/plane.d.ts", + "lib/fa/play-circle-o.d.ts", + "lib/fa/play-circle.d.ts", + "lib/fa/play.d.ts", + "lib/fa/plug.d.ts", + "lib/fa/plus-circle.d.ts", + "lib/fa/plus-square-o.d.ts", + "lib/fa/plus-square.d.ts", + "lib/fa/plus.d.ts", + "lib/fa/power-off.d.ts", + "lib/fa/print.d.ts", + "lib/fa/product-hunt.d.ts", + "lib/fa/puzzle-piece.d.ts", + "lib/fa/qq.d.ts", + "lib/fa/qrcode.d.ts", + "lib/fa/question-circle-o.d.ts", + "lib/fa/question-circle.d.ts", + "lib/fa/question.d.ts", + "lib/fa/quote-left.d.ts", + "lib/fa/quote-right.d.ts", + "lib/fa/ra.d.ts", + "lib/fa/random.d.ts", + "lib/fa/recycle.d.ts", + "lib/fa/reddit-alien.d.ts", + "lib/fa/reddit-square.d.ts", + "lib/fa/reddit.d.ts", + "lib/fa/refresh.d.ts", + "lib/fa/registered.d.ts", + "lib/fa/renren.d.ts", + "lib/fa/repeat.d.ts", + "lib/fa/retweet.d.ts", + "lib/fa/road.d.ts", + "lib/fa/rocket.d.ts", + "lib/fa/rotate-left.d.ts", + "lib/fa/rouble.d.ts", + "lib/fa/rss-square.d.ts", + "lib/fa/safari.d.ts", + "lib/fa/scribd.d.ts", + "lib/fa/search-minus.d.ts", + "lib/fa/search-plus.d.ts", + "lib/fa/search.d.ts", + "lib/fa/sellsy.d.ts", + "lib/fa/server.d.ts", + "lib/fa/share-alt-square.d.ts", + "lib/fa/share-alt.d.ts", + "lib/fa/share-square-o.d.ts", + "lib/fa/share-square.d.ts", + "lib/fa/shield.d.ts", + "lib/fa/ship.d.ts", + "lib/fa/shirtsinbulk.d.ts", + "lib/fa/shopping-bag.d.ts", + "lib/fa/shopping-basket.d.ts", + "lib/fa/shopping-cart.d.ts", + "lib/fa/sign-in.d.ts", + "lib/fa/sign-language.d.ts", + "lib/fa/sign-out.d.ts", + "lib/fa/signal.d.ts", + "lib/fa/simplybuilt.d.ts", + "lib/fa/sitemap.d.ts", + "lib/fa/skyatlas.d.ts", + "lib/fa/skype.d.ts", + "lib/fa/slack.d.ts", + "lib/fa/sliders.d.ts", + "lib/fa/slideshare.d.ts", + "lib/fa/smile-o.d.ts", + "lib/fa/snapchat-ghost.d.ts", + "lib/fa/snapchat-square.d.ts", + "lib/fa/snapchat.d.ts", + "lib/fa/sort-alpha-asc.d.ts", + "lib/fa/sort-alpha-desc.d.ts", + "lib/fa/sort-amount-asc.d.ts", + "lib/fa/sort-amount-desc.d.ts", + "lib/fa/sort-asc.d.ts", + "lib/fa/sort-desc.d.ts", + "lib/fa/sort-numeric-asc.d.ts", + "lib/fa/sort-numeric-desc.d.ts", + "lib/fa/sort.d.ts", + "lib/fa/soundcloud.d.ts", + "lib/fa/space-shuttle.d.ts", + "lib/fa/spinner.d.ts", + "lib/fa/spoon.d.ts", + "lib/fa/spotify.d.ts", + "lib/fa/square-o.d.ts", + "lib/fa/square.d.ts", + "lib/fa/stack-exchange.d.ts", + "lib/fa/stack-overflow.d.ts", + "lib/fa/star-half-empty.d.ts", + "lib/fa/star-half.d.ts", + "lib/fa/star-o.d.ts", + "lib/fa/star.d.ts", + "lib/fa/steam-square.d.ts", + "lib/fa/steam.d.ts", + "lib/fa/step-backward.d.ts", + "lib/fa/step-forward.d.ts", + "lib/fa/stethoscope.d.ts", + "lib/fa/sticky-note-o.d.ts", + "lib/fa/sticky-note.d.ts", + "lib/fa/stop-circle-o.d.ts", + "lib/fa/stop-circle.d.ts", + "lib/fa/stop.d.ts", + "lib/fa/street-view.d.ts", + "lib/fa/strikethrough.d.ts", + "lib/fa/stumbleupon-circle.d.ts", + "lib/fa/stumbleupon.d.ts", + "lib/fa/subscript.d.ts", + "lib/fa/subway.d.ts", + "lib/fa/suitcase.d.ts", + "lib/fa/sun-o.d.ts", + "lib/fa/superscript.d.ts", + "lib/fa/table.d.ts", + "lib/fa/tablet.d.ts", + "lib/fa/tag.d.ts", + "lib/fa/tags.d.ts", + "lib/fa/tasks.d.ts", + "lib/fa/television.d.ts", + "lib/fa/tencent-weibo.d.ts", + "lib/fa/terminal.d.ts", + "lib/fa/text-height.d.ts", + "lib/fa/text-width.d.ts", + "lib/fa/th-large.d.ts", + "lib/fa/th-list.d.ts", + "lib/fa/th.d.ts", + "lib/fa/thumb-tack.d.ts", + "lib/fa/thumbs-down.d.ts", + "lib/fa/thumbs-o-down.d.ts", + "lib/fa/thumbs-o-up.d.ts", + "lib/fa/thumbs-up.d.ts", + "lib/fa/ticket.d.ts", + "lib/fa/times-circle-o.d.ts", + "lib/fa/times-circle.d.ts", + "lib/fa/tint.d.ts", + "lib/fa/toggle-off.d.ts", + "lib/fa/toggle-on.d.ts", + "lib/fa/trademark.d.ts", + "lib/fa/train.d.ts", + "lib/fa/transgender-alt.d.ts", + "lib/fa/trash-o.d.ts", + "lib/fa/trash.d.ts", + "lib/fa/tree.d.ts", + "lib/fa/trello.d.ts", + "lib/fa/tripadvisor.d.ts", + "lib/fa/trophy.d.ts", + "lib/fa/truck.d.ts", + "lib/fa/try.d.ts", + "lib/fa/tty.d.ts", + "lib/fa/tumblr-square.d.ts", + "lib/fa/tumblr.d.ts", + "lib/fa/twitch.d.ts", + "lib/fa/twitter-square.d.ts", + "lib/fa/twitter.d.ts", + "lib/fa/umbrella.d.ts", + "lib/fa/underline.d.ts", + "lib/fa/universal-access.d.ts", + "lib/fa/unlock-alt.d.ts", + "lib/fa/unlock.d.ts", + "lib/fa/upload.d.ts", + "lib/fa/usb.d.ts", + "lib/fa/user-md.d.ts", + "lib/fa/user-plus.d.ts", + "lib/fa/user-secret.d.ts", + "lib/fa/user-times.d.ts", + "lib/fa/user.d.ts", + "lib/fa/venus-double.d.ts", + "lib/fa/venus-mars.d.ts", + "lib/fa/venus.d.ts", + "lib/fa/viacoin.d.ts", + "lib/fa/viadeo-square.d.ts", + "lib/fa/viadeo.d.ts", + "lib/fa/video-camera.d.ts", + "lib/fa/vimeo-square.d.ts", + "lib/fa/vimeo.d.ts", + "lib/fa/vine.d.ts", + "lib/fa/vk.d.ts", + "lib/fa/volume-control-phone.d.ts", + "lib/fa/volume-down.d.ts", + "lib/fa/volume-off.d.ts", + "lib/fa/volume-up.d.ts", + "lib/fa/wechat.d.ts", + "lib/fa/weibo.d.ts", + "lib/fa/whatsapp.d.ts", + "lib/fa/wheelchair-alt.d.ts", + "lib/fa/wheelchair.d.ts", + "lib/fa/wifi.d.ts", + "lib/fa/wikipedia-w.d.ts", + "lib/fa/windows.d.ts", + "lib/fa/wordpress.d.ts", + "lib/fa/wpbeginner.d.ts", + "lib/fa/wpforms.d.ts", + "lib/fa/wrench.d.ts", + "lib/fa/xing-square.d.ts", + "lib/fa/xing.d.ts", + "lib/fa/y-combinator.d.ts", + "lib/fa/yahoo.d.ts", + "lib/fa/yelp.d.ts", + "lib/fa/youtube-play.d.ts", + "lib/fa/youtube-square.d.ts", + "lib/fa/youtube.d.ts", + "lib/go/alert.d.ts", + "lib/go/alignment-align.d.ts", + "lib/go/alignment-aligned-to.d.ts", + "lib/go/alignment-unalign.d.ts", + "lib/go/arrow-down.d.ts", + "lib/go/arrow-left.d.ts", + "lib/go/arrow-right.d.ts", + "lib/go/arrow-small-down.d.ts", + "lib/go/arrow-small-left.d.ts", + "lib/go/arrow-small-right.d.ts", + "lib/go/arrow-small-up.d.ts", + "lib/go/arrow-up.d.ts", + "lib/go/beer.d.ts", + "lib/go/book.d.ts", + "lib/go/bookmark.d.ts", + "lib/go/briefcase.d.ts", + "lib/go/broadcast.d.ts", + "lib/go/browser.d.ts", + "lib/go/bug.d.ts", + "lib/go/calendar.d.ts", + "lib/go/check.d.ts", + "lib/go/checklist.d.ts", + "lib/go/chevron-down.d.ts", + "lib/go/chevron-left.d.ts", + "lib/go/chevron-right.d.ts", + "lib/go/chevron-up.d.ts", + "lib/go/circle-slash.d.ts", + "lib/go/circuit-board.d.ts", + "lib/go/clippy.d.ts", + "lib/go/clock.d.ts", + "lib/go/cloud-download.d.ts", + "lib/go/cloud-upload.d.ts", + "lib/go/code.d.ts", + "lib/go/color-mode.d.ts", + "lib/go/comment-discussion.d.ts", + "lib/go/comment.d.ts", + "lib/go/credit-card.d.ts", + "lib/go/dash.d.ts", + "lib/go/dashboard.d.ts", + "lib/go/database.d.ts", + "lib/go/device-camera-video.d.ts", + "lib/go/device-camera.d.ts", + "lib/go/device-desktop.d.ts", + "lib/go/device-mobile.d.ts", + "lib/go/diff-added.d.ts", + "lib/go/diff-ignored.d.ts", + "lib/go/diff-modified.d.ts", + "lib/go/diff-removed.d.ts", + "lib/go/diff-renamed.d.ts", + "lib/go/diff.d.ts", + "lib/go/ellipsis.d.ts", + "lib/go/eye.d.ts", + "lib/go/file-binary.d.ts", + "lib/go/file-code.d.ts", + "lib/go/file-directory.d.ts", + "lib/go/file-media.d.ts", + "lib/go/file-pdf.d.ts", + "lib/go/file-submodule.d.ts", + "lib/go/file-symlink-directory.d.ts", + "lib/go/file-symlink-file.d.ts", + "lib/go/file-text.d.ts", + "lib/go/file-zip.d.ts", + "lib/go/flame.d.ts", + "lib/go/fold.d.ts", + "lib/go/gear.d.ts", + "lib/go/gift.d.ts", + "lib/go/gist-secret.d.ts", + "lib/go/gist.d.ts", + "lib/go/git-branch.d.ts", + "lib/go/git-commit.d.ts", + "lib/go/git-compare.d.ts", + "lib/go/git-merge.d.ts", + "lib/go/git-pull-request.d.ts", + "lib/go/globe.d.ts", + "lib/go/graph.d.ts", + "lib/go/heart.d.ts", + "lib/go/history.d.ts", + "lib/go/home.d.ts", + "lib/go/horizontal-rule.d.ts", + "lib/go/hourglass.d.ts", + "lib/go/hubot.d.ts", + "lib/go/inbox.d.ts", + "lib/go/info.d.ts", + "lib/go/issue-closed.d.ts", + "lib/go/issue-opened.d.ts", + "lib/go/issue-reopened.d.ts", + "lib/go/jersey.d.ts", + "lib/go/jump-down.d.ts", + "lib/go/jump-left.d.ts", + "lib/go/jump-right.d.ts", + "lib/go/jump-up.d.ts", + "lib/go/key.d.ts", + "lib/go/keyboard.d.ts", + "lib/go/law.d.ts", + "lib/go/light-bulb.d.ts", + "lib/go/link-external.d.ts", + "lib/go/link.d.ts", + "lib/go/list-ordered.d.ts", + "lib/go/list-unordered.d.ts", + "lib/go/location.d.ts", + "lib/go/lock.d.ts", + "lib/go/logo-github.d.ts", + "lib/go/mail-read.d.ts", + "lib/go/mail-reply.d.ts", + "lib/go/mail.d.ts", + "lib/go/mark-github.d.ts", + "lib/go/markdown.d.ts", + "lib/go/megaphone.d.ts", + "lib/go/mention.d.ts", + "lib/go/microscope.d.ts", + "lib/go/milestone.d.ts", + "lib/go/mirror.d.ts", + "lib/go/mortar-board.d.ts", + "lib/go/move-down.d.ts", + "lib/go/move-left.d.ts", + "lib/go/move-right.d.ts", + "lib/go/move-up.d.ts", + "lib/go/mute.d.ts", + "lib/go/no-newline.d.ts", + "lib/go/octoface.d.ts", + "lib/go/organization.d.ts", + "lib/go/package.d.ts", + "lib/go/paintcan.d.ts", + "lib/go/pencil.d.ts", + "lib/go/person.d.ts", + "lib/go/pin.d.ts", + "lib/go/playback-fast-forward.d.ts", + "lib/go/playback-pause.d.ts", + "lib/go/playback-play.d.ts", + "lib/go/playback-rewind.d.ts", + "lib/go/plug.d.ts", + "lib/go/plus.d.ts", + "lib/go/podium.d.ts", + "lib/go/primitive-dot.d.ts", + "lib/go/primitive-square.d.ts", + "lib/go/pulse.d.ts", + "lib/go/puzzle.d.ts", + "lib/go/question.d.ts", + "lib/go/quote.d.ts", + "lib/go/radio-tower.d.ts", + "lib/go/repo-clone.d.ts", + "lib/go/repo-force-push.d.ts", + "lib/go/repo-forked.d.ts", + "lib/go/repo-pull.d.ts", + "lib/go/repo-push.d.ts", + "lib/go/repo.d.ts", + "lib/go/rocket.d.ts", + "lib/go/rss.d.ts", + "lib/go/ruby.d.ts", + "lib/go/screen-full.d.ts", + "lib/go/screen-normal.d.ts", + "lib/go/search.d.ts", + "lib/go/server.d.ts", + "lib/go/settings.d.ts", + "lib/go/sign-in.d.ts", + "lib/go/sign-out.d.ts", + "lib/go/split.d.ts", + "lib/go/squirrel.d.ts", + "lib/go/star.d.ts", + "lib/go/steps.d.ts", + "lib/go/stop.d.ts", + "lib/go/sync.d.ts", + "lib/go/tag.d.ts", + "lib/go/telescope.d.ts", + "lib/go/terminal.d.ts", + "lib/go/three-bars.d.ts", + "lib/go/tools.d.ts", + "lib/go/trashcan.d.ts", + "lib/go/triangle-down.d.ts", + "lib/go/triangle-left.d.ts", + "lib/go/triangle-right.d.ts", + "lib/go/triangle-up.d.ts", + "lib/go/unfold.d.ts", + "lib/go/unmute.d.ts", + "lib/go/versions.d.ts", + "lib/go/x.d.ts", + "lib/go/zap.d.ts", + "lib/io/alert-circled.d.ts", + "lib/io/alert.d.ts", + "lib/io/android-add-circle.d.ts", + "lib/io/android-add.d.ts", + "lib/io/android-alarm-clock.d.ts", + "lib/io/android-alert.d.ts", + "lib/io/android-apps.d.ts", + "lib/io/android-archive.d.ts", + "lib/io/android-arrow-back.d.ts", + "lib/io/android-arrow-down.d.ts", + "lib/io/android-arrow-dropdown-circle.d.ts", + "lib/io/android-arrow-dropdown.d.ts", + "lib/io/android-arrow-dropleft-circle.d.ts", + "lib/io/android-arrow-dropleft.d.ts", + "lib/io/android-arrow-dropright-circle.d.ts", + "lib/io/android-arrow-dropright.d.ts", + "lib/io/android-arrow-dropup-circle.d.ts", + "lib/io/android-arrow-dropup.d.ts", + "lib/io/android-arrow-forward.d.ts", + "lib/io/android-arrow-up.d.ts", + "lib/io/android-attach.d.ts", + "lib/io/android-bar.d.ts", + "lib/io/android-bicycle.d.ts", + "lib/io/android-boat.d.ts", + "lib/io/android-bookmark.d.ts", + "lib/io/android-bulb.d.ts", + "lib/io/android-bus.d.ts", + "lib/io/android-calendar.d.ts", + "lib/io/android-call.d.ts", + "lib/io/android-camera.d.ts", + "lib/io/android-cancel.d.ts", + "lib/io/android-car.d.ts", + "lib/io/android-cart.d.ts", + "lib/io/android-chat.d.ts", + "lib/io/android-checkbox-blank.d.ts", + "lib/io/android-checkbox-outline-blank.d.ts", + "lib/io/android-checkbox-outline.d.ts", + "lib/io/android-checkbox.d.ts", + "lib/io/android-checkmark-circle.d.ts", + "lib/io/android-clipboard.d.ts", + "lib/io/android-close.d.ts", + "lib/io/android-cloud-circle.d.ts", + "lib/io/android-cloud-done.d.ts", + "lib/io/android-cloud-outline.d.ts", + "lib/io/android-cloud.d.ts", + "lib/io/android-color-palette.d.ts", + "lib/io/android-compass.d.ts", + "lib/io/android-contact.d.ts", + "lib/io/android-contacts.d.ts", + "lib/io/android-contract.d.ts", + "lib/io/android-create.d.ts", + "lib/io/android-delete.d.ts", + "lib/io/android-desktop.d.ts", + "lib/io/android-document.d.ts", + "lib/io/android-done-all.d.ts", + "lib/io/android-done.d.ts", + "lib/io/android-download.d.ts", + "lib/io/android-drafts.d.ts", + "lib/io/android-exit.d.ts", + "lib/io/android-expand.d.ts", + "lib/io/android-favorite-outline.d.ts", + "lib/io/android-favorite.d.ts", + "lib/io/android-film.d.ts", + "lib/io/android-folder-open.d.ts", + "lib/io/android-folder.d.ts", + "lib/io/android-funnel.d.ts", + "lib/io/android-globe.d.ts", + "lib/io/android-hand.d.ts", + "lib/io/android-hangout.d.ts", + "lib/io/android-happy.d.ts", + "lib/io/android-home.d.ts", + "lib/io/android-image.d.ts", + "lib/io/android-laptop.d.ts", + "lib/io/android-list.d.ts", + "lib/io/android-locate.d.ts", + "lib/io/android-lock.d.ts", + "lib/io/android-mail.d.ts", + "lib/io/android-map.d.ts", + "lib/io/android-menu.d.ts", + "lib/io/android-microphone-off.d.ts", + "lib/io/android-microphone.d.ts", + "lib/io/android-more-horizontal.d.ts", + "lib/io/android-more-vertical.d.ts", + "lib/io/android-navigate.d.ts", + "lib/io/android-notifications-none.d.ts", + "lib/io/android-notifications-off.d.ts", + "lib/io/android-notifications.d.ts", + "lib/io/android-open.d.ts", + "lib/io/android-options.d.ts", + "lib/io/android-people.d.ts", + "lib/io/android-person-add.d.ts", + "lib/io/android-person.d.ts", + "lib/io/android-phone-landscape.d.ts", + "lib/io/android-phone-portrait.d.ts", + "lib/io/android-pin.d.ts", + "lib/io/android-plane.d.ts", + "lib/io/android-playstore.d.ts", + "lib/io/android-print.d.ts", + "lib/io/android-radio-button-off.d.ts", + "lib/io/android-radio-button-on.d.ts", + "lib/io/android-refresh.d.ts", + "lib/io/android-remove-circle.d.ts", + "lib/io/android-remove.d.ts", + "lib/io/android-restaurant.d.ts", + "lib/io/android-sad.d.ts", + "lib/io/android-search.d.ts", + "lib/io/android-send.d.ts", + "lib/io/android-settings.d.ts", + "lib/io/android-share-alt.d.ts", + "lib/io/android-share.d.ts", + "lib/io/android-star-half.d.ts", + "lib/io/android-star-outline.d.ts", + "lib/io/android-star.d.ts", + "lib/io/android-stopwatch.d.ts", + "lib/io/android-subway.d.ts", + "lib/io/android-sunny.d.ts", + "lib/io/android-sync.d.ts", + "lib/io/android-textsms.d.ts", + "lib/io/android-time.d.ts", + "lib/io/android-train.d.ts", + "lib/io/android-unlock.d.ts", + "lib/io/android-upload.d.ts", + "lib/io/android-volume-down.d.ts", + "lib/io/android-volume-mute.d.ts", + "lib/io/android-volume-off.d.ts", + "lib/io/android-volume-up.d.ts", + "lib/io/android-walk.d.ts", + "lib/io/android-warning.d.ts", + "lib/io/android-watch.d.ts", + "lib/io/android-wifi.d.ts", + "lib/io/aperture.d.ts", + "lib/io/archive.d.ts", + "lib/io/arrow-down-a.d.ts", + "lib/io/arrow-down-b.d.ts", + "lib/io/arrow-down-c.d.ts", + "lib/io/arrow-expand.d.ts", + "lib/io/arrow-graph-down-left.d.ts", + "lib/io/arrow-graph-down-right.d.ts", + "lib/io/arrow-graph-up-left.d.ts", + "lib/io/arrow-graph-up-right.d.ts", + "lib/io/arrow-left-a.d.ts", + "lib/io/arrow-left-b.d.ts", + "lib/io/arrow-left-c.d.ts", + "lib/io/arrow-move.d.ts", + "lib/io/arrow-resize.d.ts", + "lib/io/arrow-return-left.d.ts", + "lib/io/arrow-return-right.d.ts", + "lib/io/arrow-right-a.d.ts", + "lib/io/arrow-right-b.d.ts", + "lib/io/arrow-right-c.d.ts", + "lib/io/arrow-shrink.d.ts", + "lib/io/arrow-swap.d.ts", + "lib/io/arrow-up-a.d.ts", + "lib/io/arrow-up-b.d.ts", + "lib/io/arrow-up-c.d.ts", + "lib/io/asterisk.d.ts", + "lib/io/at.d.ts", + "lib/io/backspace-outline.d.ts", + "lib/io/backspace.d.ts", + "lib/io/bag.d.ts", + "lib/io/battery-charging.d.ts", + "lib/io/battery-empty.d.ts", + "lib/io/battery-full.d.ts", + "lib/io/battery-half.d.ts", + "lib/io/battery-low.d.ts", + "lib/io/beaker.d.ts", + "lib/io/beer.d.ts", + "lib/io/bluetooth.d.ts", + "lib/io/bonfire.d.ts", + "lib/io/bookmark.d.ts", + "lib/io/bowtie.d.ts", + "lib/io/briefcase.d.ts", + "lib/io/bug.d.ts", + "lib/io/calculator.d.ts", + "lib/io/calendar.d.ts", + "lib/io/camera.d.ts", + "lib/io/card.d.ts", + "lib/io/cash.d.ts", + "lib/io/chatbox-working.d.ts", + "lib/io/chatbox.d.ts", + "lib/io/chatboxes.d.ts", + "lib/io/chatbubble-working.d.ts", + "lib/io/chatbubble.d.ts", + "lib/io/chatbubbles.d.ts", + "lib/io/checkmark-circled.d.ts", + "lib/io/checkmark-round.d.ts", + "lib/io/checkmark.d.ts", + "lib/io/chevron-down.d.ts", + "lib/io/chevron-left.d.ts", + "lib/io/chevron-right.d.ts", + "lib/io/chevron-up.d.ts", + "lib/io/clipboard.d.ts", + "lib/io/clock.d.ts", + "lib/io/close-circled.d.ts", + "lib/io/close-round.d.ts", + "lib/io/close.d.ts", + "lib/io/closed-captioning.d.ts", + "lib/io/cloud.d.ts", + "lib/io/code-download.d.ts", + "lib/io/code-working.d.ts", + "lib/io/code.d.ts", + "lib/io/coffee.d.ts", + "lib/io/compass.d.ts", + "lib/io/compose.d.ts", + "lib/io/connectbars.d.ts", + "lib/io/contrast.d.ts", + "lib/io/crop.d.ts", + "lib/io/cube.d.ts", + "lib/io/disc.d.ts", + "lib/io/document-text.d.ts", + "lib/io/document.d.ts", + "lib/io/drag.d.ts", + "lib/io/earth.d.ts", + "lib/io/easel.d.ts", + "lib/io/edit.d.ts", + "lib/io/egg.d.ts", + "lib/io/eject.d.ts", + "lib/io/email-unread.d.ts", + "lib/io/email.d.ts", + "lib/io/erlenmeyer-flask-bubbles.d.ts", + "lib/io/erlenmeyer-flask.d.ts", + "lib/io/eye-disabled.d.ts", + "lib/io/eye.d.ts", + "lib/io/female.d.ts", + "lib/io/filing.d.ts", + "lib/io/film-marker.d.ts", + "lib/io/fireball.d.ts", + "lib/io/flag.d.ts", + "lib/io/flame.d.ts", + "lib/io/flash-off.d.ts", + "lib/io/flash.d.ts", + "lib/io/folder.d.ts", + "lib/io/fork-repo.d.ts", + "lib/io/fork.d.ts", + "lib/io/forward.d.ts", + "lib/io/funnel.d.ts", + "lib/io/gear-a.d.ts", + "lib/io/gear-b.d.ts", + "lib/io/grid.d.ts", + "lib/io/hammer.d.ts", + "lib/io/happy-outline.d.ts", + "lib/io/happy.d.ts", + "lib/io/headphone.d.ts", + "lib/io/heart-broken.d.ts", + "lib/io/heart.d.ts", + "lib/io/help-buoy.d.ts", + "lib/io/help-circled.d.ts", + "lib/io/help.d.ts", + "lib/io/home.d.ts", + "lib/io/icecream.d.ts", + "lib/io/image.d.ts", + "lib/io/images.d.ts", + "lib/io/informatcircled.d.ts", + "lib/io/information.d.ts", + "lib/io/ionic.d.ts", + "lib/io/ios-alarm-outline.d.ts", + "lib/io/ios-alarm.d.ts", + "lib/io/ios-albums-outline.d.ts", + "lib/io/ios-albums.d.ts", + "lib/io/ios-americanfootball-outline.d.ts", + "lib/io/ios-americanfootball.d.ts", + "lib/io/ios-analytics-outline.d.ts", + "lib/io/ios-analytics.d.ts", + "lib/io/ios-arrow-back.d.ts", + "lib/io/ios-arrow-down.d.ts", + "lib/io/ios-arrow-forward.d.ts", + "lib/io/ios-arrow-left.d.ts", + "lib/io/ios-arrow-right.d.ts", + "lib/io/ios-arrow-thin-down.d.ts", + "lib/io/ios-arrow-thin-left.d.ts", + "lib/io/ios-arrow-thin-right.d.ts", + "lib/io/ios-arrow-thin-up.d.ts", + "lib/io/ios-arrow-up.d.ts", + "lib/io/ios-at-outline.d.ts", + "lib/io/ios-at.d.ts", + "lib/io/ios-barcode-outline.d.ts", + "lib/io/ios-barcode.d.ts", + "lib/io/ios-baseball-outline.d.ts", + "lib/io/ios-baseball.d.ts", + "lib/io/ios-basketball-outline.d.ts", + "lib/io/ios-basketball.d.ts", + "lib/io/ios-bell-outline.d.ts", + "lib/io/ios-bell.d.ts", + "lib/io/ios-body-outline.d.ts", + "lib/io/ios-body.d.ts", + "lib/io/ios-bolt-outline.d.ts", + "lib/io/ios-bolt.d.ts", + "lib/io/ios-book-outline.d.ts", + "lib/io/ios-book.d.ts", + "lib/io/ios-bookmarks-outline.d.ts", + "lib/io/ios-bookmarks.d.ts", + "lib/io/ios-box-outline.d.ts", + "lib/io/ios-box.d.ts", + "lib/io/ios-briefcase-outline.d.ts", + "lib/io/ios-briefcase.d.ts", + "lib/io/ios-browsers-outline.d.ts", + "lib/io/ios-browsers.d.ts", + "lib/io/ios-calculator-outline.d.ts", + "lib/io/ios-calculator.d.ts", + "lib/io/ios-calendar-outline.d.ts", + "lib/io/ios-calendar.d.ts", + "lib/io/ios-camera-outline.d.ts", + "lib/io/ios-camera.d.ts", + "lib/io/ios-cart-outline.d.ts", + "lib/io/ios-cart.d.ts", + "lib/io/ios-chatboxes-outline.d.ts", + "lib/io/ios-chatboxes.d.ts", + "lib/io/ios-chatbubble-outline.d.ts", + "lib/io/ios-chatbubble.d.ts", + "lib/io/ios-checkmark-empty.d.ts", + "lib/io/ios-checkmark-outline.d.ts", + "lib/io/ios-checkmark.d.ts", + "lib/io/ios-circle-filled.d.ts", + "lib/io/ios-circle-outline.d.ts", + "lib/io/ios-clock-outline.d.ts", + "lib/io/ios-clock.d.ts", + "lib/io/ios-close-empty.d.ts", + "lib/io/ios-close-outline.d.ts", + "lib/io/ios-close.d.ts", + "lib/io/ios-cloud-download-outline.d.ts", + "lib/io/ios-cloud-download.d.ts", + "lib/io/ios-cloud-outline.d.ts", + "lib/io/ios-cloud-upload-outline.d.ts", + "lib/io/ios-cloud-upload.d.ts", + "lib/io/ios-cloud.d.ts", + "lib/io/ios-cloudy-night-outline.d.ts", + "lib/io/ios-cloudy-night.d.ts", + "lib/io/ios-cloudy-outline.d.ts", + "lib/io/ios-cloudy.d.ts", + "lib/io/ios-cog-outline.d.ts", + "lib/io/ios-cog.d.ts", + "lib/io/ios-color-filter-outline.d.ts", + "lib/io/ios-color-filter.d.ts", + "lib/io/ios-color-wand-outline.d.ts", + "lib/io/ios-color-wand.d.ts", + "lib/io/ios-compose-outline.d.ts", + "lib/io/ios-compose.d.ts", + "lib/io/ios-contact-outline.d.ts", + "lib/io/ios-contact.d.ts", + "lib/io/ios-copy-outline.d.ts", + "lib/io/ios-copy.d.ts", + "lib/io/ios-crop-strong.d.ts", + "lib/io/ios-crop.d.ts", + "lib/io/ios-download-outline.d.ts", + "lib/io/ios-download.d.ts", + "lib/io/ios-drag.d.ts", + "lib/io/ios-email-outline.d.ts", + "lib/io/ios-email.d.ts", + "lib/io/ios-eye-outline.d.ts", + "lib/io/ios-eye.d.ts", + "lib/io/ios-fastforward-outline.d.ts", + "lib/io/ios-fastforward.d.ts", + "lib/io/ios-filing-outline.d.ts", + "lib/io/ios-filing.d.ts", + "lib/io/ios-film-outline.d.ts", + "lib/io/ios-film.d.ts", + "lib/io/ios-flag-outline.d.ts", + "lib/io/ios-flag.d.ts", + "lib/io/ios-flame-outline.d.ts", + "lib/io/ios-flame.d.ts", + "lib/io/ios-flask-outline.d.ts", + "lib/io/ios-flask.d.ts", + "lib/io/ios-flower-outline.d.ts", + "lib/io/ios-flower.d.ts", + "lib/io/ios-folder-outline.d.ts", + "lib/io/ios-folder.d.ts", + "lib/io/ios-football-outline.d.ts", + "lib/io/ios-football.d.ts", + "lib/io/ios-game-controller-a-outline.d.ts", + "lib/io/ios-game-controller-a.d.ts", + "lib/io/ios-game-controller-b-outline.d.ts", + "lib/io/ios-game-controller-b.d.ts", + "lib/io/ios-gear-outline.d.ts", + "lib/io/ios-gear.d.ts", + "lib/io/ios-glasses-outline.d.ts", + "lib/io/ios-glasses.d.ts", + "lib/io/ios-grid-view-outline.d.ts", + "lib/io/ios-grid-view.d.ts", + "lib/io/ios-heart-outline.d.ts", + "lib/io/ios-heart.d.ts", + "lib/io/ios-help-empty.d.ts", + "lib/io/ios-help-outline.d.ts", + "lib/io/ios-help.d.ts", + "lib/io/ios-home-outline.d.ts", + "lib/io/ios-home.d.ts", + "lib/io/ios-infinite-outline.d.ts", + "lib/io/ios-infinite.d.ts", + "lib/io/ios-informatempty.d.ts", + "lib/io/ios-information.d.ts", + "lib/io/ios-informatoutline.d.ts", + "lib/io/ios-ionic-outline.d.ts", + "lib/io/ios-keypad-outline.d.ts", + "lib/io/ios-keypad.d.ts", + "lib/io/ios-lightbulb-outline.d.ts", + "lib/io/ios-lightbulb.d.ts", + "lib/io/ios-list-outline.d.ts", + "lib/io/ios-list.d.ts", + "lib/io/ios-location.d.ts", + "lib/io/ios-locatoutline.d.ts", + "lib/io/ios-locked-outline.d.ts", + "lib/io/ios-locked.d.ts", + "lib/io/ios-loop-strong.d.ts", + "lib/io/ios-loop.d.ts", + "lib/io/ios-medical-outline.d.ts", + "lib/io/ios-medical.d.ts", + "lib/io/ios-medkit-outline.d.ts", + "lib/io/ios-medkit.d.ts", + "lib/io/ios-mic-off.d.ts", + "lib/io/ios-mic-outline.d.ts", + "lib/io/ios-mic.d.ts", + "lib/io/ios-minus-empty.d.ts", + "lib/io/ios-minus-outline.d.ts", + "lib/io/ios-minus.d.ts", + "lib/io/ios-monitor-outline.d.ts", + "lib/io/ios-monitor.d.ts", + "lib/io/ios-moon-outline.d.ts", + "lib/io/ios-moon.d.ts", + "lib/io/ios-more-outline.d.ts", + "lib/io/ios-more.d.ts", + "lib/io/ios-musical-note.d.ts", + "lib/io/ios-musical-notes.d.ts", + "lib/io/ios-navigate-outline.d.ts", + "lib/io/ios-navigate.d.ts", + "lib/io/ios-nutrition.d.ts", + "lib/io/ios-nutritoutline.d.ts", + "lib/io/ios-paper-outline.d.ts", + "lib/io/ios-paper.d.ts", + "lib/io/ios-paperplane-outline.d.ts", + "lib/io/ios-paperplane.d.ts", + "lib/io/ios-partlysunny-outline.d.ts", + "lib/io/ios-partlysunny.d.ts", + "lib/io/ios-pause-outline.d.ts", + "lib/io/ios-pause.d.ts", + "lib/io/ios-paw-outline.d.ts", + "lib/io/ios-paw.d.ts", + "lib/io/ios-people-outline.d.ts", + "lib/io/ios-people.d.ts", + "lib/io/ios-person-outline.d.ts", + "lib/io/ios-person.d.ts", + "lib/io/ios-personadd-outline.d.ts", + "lib/io/ios-personadd.d.ts", + "lib/io/ios-photos-outline.d.ts", + "lib/io/ios-photos.d.ts", + "lib/io/ios-pie-outline.d.ts", + "lib/io/ios-pie.d.ts", + "lib/io/ios-pint-outline.d.ts", + "lib/io/ios-pint.d.ts", + "lib/io/ios-play-outline.d.ts", + "lib/io/ios-play.d.ts", + "lib/io/ios-plus-empty.d.ts", + "lib/io/ios-plus-outline.d.ts", + "lib/io/ios-plus.d.ts", + "lib/io/ios-pricetag-outline.d.ts", + "lib/io/ios-pricetag.d.ts", + "lib/io/ios-pricetags-outline.d.ts", + "lib/io/ios-pricetags.d.ts", + "lib/io/ios-printer-outline.d.ts", + "lib/io/ios-printer.d.ts", + "lib/io/ios-pulse-strong.d.ts", + "lib/io/ios-pulse.d.ts", + "lib/io/ios-rainy-outline.d.ts", + "lib/io/ios-rainy.d.ts", + "lib/io/ios-recording-outline.d.ts", + "lib/io/ios-recording.d.ts", + "lib/io/ios-redo-outline.d.ts", + "lib/io/ios-redo.d.ts", + "lib/io/ios-refresh-empty.d.ts", + "lib/io/ios-refresh-outline.d.ts", + "lib/io/ios-refresh.d.ts", + "lib/io/ios-reload.d.ts", + "lib/io/ios-reverse-camera-outline.d.ts", + "lib/io/ios-reverse-camera.d.ts", + "lib/io/ios-rewind-outline.d.ts", + "lib/io/ios-rewind.d.ts", + "lib/io/ios-rose-outline.d.ts", + "lib/io/ios-rose.d.ts", + "lib/io/ios-search-strong.d.ts", + "lib/io/ios-search.d.ts", + "lib/io/ios-settings-strong.d.ts", + "lib/io/ios-settings.d.ts", + "lib/io/ios-shuffle-strong.d.ts", + "lib/io/ios-shuffle.d.ts", + "lib/io/ios-skipbackward-outline.d.ts", + "lib/io/ios-skipbackward.d.ts", + "lib/io/ios-skipforward-outline.d.ts", + "lib/io/ios-skipforward.d.ts", + "lib/io/ios-snowy.d.ts", + "lib/io/ios-speedometer-outline.d.ts", + "lib/io/ios-speedometer.d.ts", + "lib/io/ios-star-half.d.ts", + "lib/io/ios-star-outline.d.ts", + "lib/io/ios-star.d.ts", + "lib/io/ios-stopwatch-outline.d.ts", + "lib/io/ios-stopwatch.d.ts", + "lib/io/ios-sunny-outline.d.ts", + "lib/io/ios-sunny.d.ts", + "lib/io/ios-telephone-outline.d.ts", + "lib/io/ios-telephone.d.ts", + "lib/io/ios-tennisball-outline.d.ts", + "lib/io/ios-tennisball.d.ts", + "lib/io/ios-thunderstorm-outline.d.ts", + "lib/io/ios-thunderstorm.d.ts", + "lib/io/ios-time-outline.d.ts", + "lib/io/ios-time.d.ts", + "lib/io/ios-timer-outline.d.ts", + "lib/io/ios-timer.d.ts", + "lib/io/ios-toggle-outline.d.ts", + "lib/io/ios-toggle.d.ts", + "lib/io/ios-trash-outline.d.ts", + "lib/io/ios-trash.d.ts", + "lib/io/ios-undo-outline.d.ts", + "lib/io/ios-undo.d.ts", + "lib/io/ios-unlocked-outline.d.ts", + "lib/io/ios-unlocked.d.ts", + "lib/io/ios-upload-outline.d.ts", + "lib/io/ios-upload.d.ts", + "lib/io/ios-videocam-outline.d.ts", + "lib/io/ios-videocam.d.ts", + "lib/io/ios-volume-high.d.ts", + "lib/io/ios-volume-low.d.ts", + "lib/io/ios-wineglass-outline.d.ts", + "lib/io/ios-wineglass.d.ts", + "lib/io/ios-world-outline.d.ts", + "lib/io/ios-world.d.ts", + "lib/io/ipad.d.ts", + "lib/io/iphone.d.ts", + "lib/io/ipod.d.ts", + "lib/io/jet.d.ts", + "lib/io/key.d.ts", + "lib/io/knife.d.ts", + "lib/io/laptop.d.ts", + "lib/io/leaf.d.ts", + "lib/io/levels.d.ts", + "lib/io/lightbulb.d.ts", + "lib/io/link.d.ts", + "lib/io/load-a.d.ts", + "lib/io/load-b.d.ts", + "lib/io/load-c.d.ts", + "lib/io/load-d.d.ts", + "lib/io/location.d.ts", + "lib/io/lock-combination.d.ts", + "lib/io/locked.d.ts", + "lib/io/log-in.d.ts", + "lib/io/log-out.d.ts", + "lib/io/loop.d.ts", + "lib/io/magnet.d.ts", + "lib/io/male.d.ts", + "lib/io/man.d.ts", + "lib/io/map.d.ts", + "lib/io/medkit.d.ts", + "lib/io/merge.d.ts", + "lib/io/mic-a.d.ts", + "lib/io/mic-b.d.ts", + "lib/io/mic-c.d.ts", + "lib/io/minus-circled.d.ts", + "lib/io/minus-round.d.ts", + "lib/io/minus.d.ts", + "lib/io/model-s.d.ts", + "lib/io/monitor.d.ts", + "lib/io/more.d.ts", + "lib/io/mouse.d.ts", + "lib/io/music-note.d.ts", + "lib/io/navicon-round.d.ts", + "lib/io/navicon.d.ts", + "lib/io/navigate.d.ts", + "lib/io/network.d.ts", + "lib/io/no-smoking.d.ts", + "lib/io/nuclear.d.ts", + "lib/io/outlet.d.ts", + "lib/io/paintbrush.d.ts", + "lib/io/paintbucket.d.ts", + "lib/io/paper-airplane.d.ts", + "lib/io/paperclip.d.ts", + "lib/io/pause.d.ts", + "lib/io/person-add.d.ts", + "lib/io/person-stalker.d.ts", + "lib/io/person.d.ts", + "lib/io/pie-graph.d.ts", + "lib/io/pin.d.ts", + "lib/io/pinpoint.d.ts", + "lib/io/pizza.d.ts", + "lib/io/plane.d.ts", + "lib/io/planet.d.ts", + "lib/io/play.d.ts", + "lib/io/playstation.d.ts", + "lib/io/plus-circled.d.ts", + "lib/io/plus-round.d.ts", + "lib/io/plus.d.ts", + "lib/io/podium.d.ts", + "lib/io/pound.d.ts", + "lib/io/power.d.ts", + "lib/io/pricetag.d.ts", + "lib/io/pricetags.d.ts", + "lib/io/printer.d.ts", + "lib/io/pull-request.d.ts", + "lib/io/qr-scanner.d.ts", + "lib/io/quote.d.ts", + "lib/io/radio-waves.d.ts", + "lib/io/record.d.ts", + "lib/io/refresh.d.ts", + "lib/io/reply-all.d.ts", + "lib/io/reply.d.ts", + "lib/io/ribbon-a.d.ts", + "lib/io/ribbon-b.d.ts", + "lib/io/sad-outline.d.ts", + "lib/io/sad.d.ts", + "lib/io/scissors.d.ts", + "lib/io/search.d.ts", + "lib/io/settings.d.ts", + "lib/io/share.d.ts", + "lib/io/shuffle.d.ts", + "lib/io/skip-backward.d.ts", + "lib/io/skip-forward.d.ts", + "lib/io/social-android-outline.d.ts", + "lib/io/social-android.d.ts", + "lib/io/social-angular-outline.d.ts", + "lib/io/social-angular.d.ts", + "lib/io/social-apple-outline.d.ts", + "lib/io/social-apple.d.ts", + "lib/io/social-bitcoin-outline.d.ts", + "lib/io/social-bitcoin.d.ts", + "lib/io/social-buffer-outline.d.ts", + "lib/io/social-buffer.d.ts", + "lib/io/social-chrome-outline.d.ts", + "lib/io/social-chrome.d.ts", + "lib/io/social-codepen-outline.d.ts", + "lib/io/social-codepen.d.ts", + "lib/io/social-css3-outline.d.ts", + "lib/io/social-css3.d.ts", + "lib/io/social-designernews-outline.d.ts", + "lib/io/social-designernews.d.ts", + "lib/io/social-dribbble-outline.d.ts", + "lib/io/social-dribbble.d.ts", + "lib/io/social-dropbox-outline.d.ts", + "lib/io/social-dropbox.d.ts", + "lib/io/social-euro-outline.d.ts", + "lib/io/social-euro.d.ts", + "lib/io/social-facebook-outline.d.ts", + "lib/io/social-facebook.d.ts", + "lib/io/social-foursquare-outline.d.ts", + "lib/io/social-foursquare.d.ts", + "lib/io/social-freebsd-devil.d.ts", + "lib/io/social-github-outline.d.ts", + "lib/io/social-github.d.ts", + "lib/io/social-google-outline.d.ts", + "lib/io/social-google.d.ts", + "lib/io/social-googleplus-outline.d.ts", + "lib/io/social-googleplus.d.ts", + "lib/io/social-hackernews-outline.d.ts", + "lib/io/social-hackernews.d.ts", + "lib/io/social-html5-outline.d.ts", + "lib/io/social-html5.d.ts", + "lib/io/social-instagram-outline.d.ts", + "lib/io/social-instagram.d.ts", + "lib/io/social-javascript-outline.d.ts", + "lib/io/social-javascript.d.ts", + "lib/io/social-linkedin-outline.d.ts", + "lib/io/social-linkedin.d.ts", + "lib/io/social-markdown.d.ts", + "lib/io/social-nodejs.d.ts", + "lib/io/social-octocat.d.ts", + "lib/io/social-pinterest-outline.d.ts", + "lib/io/social-pinterest.d.ts", + "lib/io/social-python.d.ts", + "lib/io/social-reddit-outline.d.ts", + "lib/io/social-reddit.d.ts", + "lib/io/social-rss-outline.d.ts", + "lib/io/social-rss.d.ts", + "lib/io/social-sass.d.ts", + "lib/io/social-skype-outline.d.ts", + "lib/io/social-skype.d.ts", + "lib/io/social-snapchat-outline.d.ts", + "lib/io/social-snapchat.d.ts", + "lib/io/social-tumblr-outline.d.ts", + "lib/io/social-tumblr.d.ts", + "lib/io/social-tux.d.ts", + "lib/io/social-twitch-outline.d.ts", + "lib/io/social-twitch.d.ts", + "lib/io/social-twitter-outline.d.ts", + "lib/io/social-twitter.d.ts", + "lib/io/social-usd-outline.d.ts", + "lib/io/social-usd.d.ts", + "lib/io/social-vimeo-outline.d.ts", + "lib/io/social-vimeo.d.ts", + "lib/io/social-whatsapp-outline.d.ts", + "lib/io/social-whatsapp.d.ts", + "lib/io/social-windows-outline.d.ts", + "lib/io/social-windows.d.ts", + "lib/io/social-wordpress-outline.d.ts", + "lib/io/social-wordpress.d.ts", + "lib/io/social-yahoo-outline.d.ts", + "lib/io/social-yahoo.d.ts", + "lib/io/social-yen-outline.d.ts", + "lib/io/social-yen.d.ts", + "lib/io/social-youtube-outline.d.ts", + "lib/io/social-youtube.d.ts", + "lib/io/soup-can-outline.d.ts", + "lib/io/soup-can.d.ts", + "lib/io/speakerphone.d.ts", + "lib/io/speedometer.d.ts", + "lib/io/spoon.d.ts", + "lib/io/star.d.ts", + "lib/io/stats-bars.d.ts", + "lib/io/steam.d.ts", + "lib/io/stop.d.ts", + "lib/io/thermometer.d.ts", + "lib/io/thumbsdown.d.ts", + "lib/io/thumbsup.d.ts", + "lib/io/toggle-filled.d.ts", + "lib/io/toggle.d.ts", + "lib/io/transgender.d.ts", + "lib/io/trash-a.d.ts", + "lib/io/trash-b.d.ts", + "lib/io/trophy.d.ts", + "lib/io/tshirt-outline.d.ts", + "lib/io/tshirt.d.ts", + "lib/io/umbrella.d.ts", + "lib/io/university.d.ts", + "lib/io/unlocked.d.ts", + "lib/io/upload.d.ts", + "lib/io/usb.d.ts", + "lib/io/videocamera.d.ts", + "lib/io/volume-high.d.ts", + "lib/io/volume-low.d.ts", + "lib/io/volume-medium.d.ts", + "lib/io/volume-mute.d.ts", + "lib/io/wand.d.ts", + "lib/io/waterdrop.d.ts", + "lib/io/wifi.d.ts", + "lib/io/wineglass.d.ts", + "lib/io/woman.d.ts", + "lib/io/wrench.d.ts", + "lib/io/xbox.d.ts", + "lib/md/3d-rotation.d.ts", + "lib/md/ac-unit.d.ts", + "lib/md/access-alarm.d.ts", + "lib/md/access-alarms.d.ts", + "lib/md/access-time.d.ts", + "lib/md/accessibility.d.ts", + "lib/md/accessible.d.ts", + "lib/md/account-balance-wallet.d.ts", + "lib/md/account-balance.d.ts", + "lib/md/account-box.d.ts", + "lib/md/account-circle.d.ts", + "lib/md/adb.d.ts", + "lib/md/add-a-photo.d.ts", + "lib/md/add-alarm.d.ts", + "lib/md/add-alert.d.ts", + "lib/md/add-box.d.ts", + "lib/md/add-circle-outline.d.ts", + "lib/md/add-circle.d.ts", + "lib/md/add-location.d.ts", + "lib/md/add-shopping-cart.d.ts", + "lib/md/add-to-photos.d.ts", + "lib/md/add-to-queue.d.ts", + "lib/md/add.d.ts", + "lib/md/adjust.d.ts", + "lib/md/airline-seat-flat-angled.d.ts", + "lib/md/airline-seat-flat.d.ts", + "lib/md/airline-seat-individual-suite.d.ts", + "lib/md/airline-seat-legroom-extra.d.ts", + "lib/md/airline-seat-legroom-normal.d.ts", + "lib/md/airline-seat-legroom-reduced.d.ts", + "lib/md/airline-seat-recline-extra.d.ts", + "lib/md/airline-seat-recline-normal.d.ts", + "lib/md/airplanemode-active.d.ts", + "lib/md/airplanemode-inactive.d.ts", + "lib/md/airplay.d.ts", + "lib/md/airport-shuttle.d.ts", + "lib/md/alarm-add.d.ts", + "lib/md/alarm-off.d.ts", + "lib/md/alarm-on.d.ts", + "lib/md/alarm.d.ts", + "lib/md/album.d.ts", + "lib/md/all-inclusive.d.ts", + "lib/md/all-out.d.ts", + "lib/md/android.d.ts", + "lib/md/announcement.d.ts", + "lib/md/apps.d.ts", + "lib/md/archive.d.ts", + "lib/md/arrow-back.d.ts", + "lib/md/arrow-downward.d.ts", + "lib/md/arrow-drop-down-circle.d.ts", + "lib/md/arrow-drop-down.d.ts", + "lib/md/arrow-drop-up.d.ts", + "lib/md/arrow-forward.d.ts", + "lib/md/arrow-upward.d.ts", + "lib/md/art-track.d.ts", + "lib/md/aspect-ratio.d.ts", + "lib/md/assessment.d.ts", + "lib/md/assignment-ind.d.ts", + "lib/md/assignment-late.d.ts", + "lib/md/assignment-return.d.ts", + "lib/md/assignment-returned.d.ts", + "lib/md/assignment-turned-in.d.ts", + "lib/md/assignment.d.ts", + "lib/md/assistant-photo.d.ts", + "lib/md/assistant.d.ts", + "lib/md/attach-file.d.ts", + "lib/md/attach-money.d.ts", + "lib/md/attachment.d.ts", + "lib/md/audiotrack.d.ts", + "lib/md/autorenew.d.ts", + "lib/md/av-timer.d.ts", + "lib/md/backspace.d.ts", + "lib/md/backup.d.ts", + "lib/md/battery-alert.d.ts", + "lib/md/battery-charging-full.d.ts", + "lib/md/battery-full.d.ts", + "lib/md/battery-std.d.ts", + "lib/md/battery-unknown.d.ts", + "lib/md/beach-access.d.ts", + "lib/md/beenhere.d.ts", + "lib/md/block.d.ts", + "lib/md/bluetooth-audio.d.ts", + "lib/md/bluetooth-connected.d.ts", + "lib/md/bluetooth-disabled.d.ts", + "lib/md/bluetooth-searching.d.ts", + "lib/md/bluetooth.d.ts", + "lib/md/blur-circular.d.ts", + "lib/md/blur-linear.d.ts", + "lib/md/blur-off.d.ts", + "lib/md/blur-on.d.ts", + "lib/md/book.d.ts", + "lib/md/bookmark-outline.d.ts", + "lib/md/bookmark.d.ts", + "lib/md/border-all.d.ts", + "lib/md/border-bottom.d.ts", + "lib/md/border-clear.d.ts", + "lib/md/border-color.d.ts", + "lib/md/border-horizontal.d.ts", + "lib/md/border-inner.d.ts", + "lib/md/border-left.d.ts", + "lib/md/border-outer.d.ts", + "lib/md/border-right.d.ts", + "lib/md/border-style.d.ts", + "lib/md/border-top.d.ts", + "lib/md/border-vertical.d.ts", + "lib/md/branding-watermark.d.ts", + "lib/md/brightness-1.d.ts", + "lib/md/brightness-2.d.ts", + "lib/md/brightness-3.d.ts", + "lib/md/brightness-4.d.ts", + "lib/md/brightness-5.d.ts", + "lib/md/brightness-6.d.ts", + "lib/md/brightness-7.d.ts", + "lib/md/brightness-auto.d.ts", + "lib/md/brightness-high.d.ts", + "lib/md/brightness-low.d.ts", + "lib/md/brightness-medium.d.ts", + "lib/md/broken-image.d.ts", + "lib/md/brush.d.ts", + "lib/md/bubble-chart.d.ts", + "lib/md/bug-report.d.ts", + "lib/md/build.d.ts", + "lib/md/burst-mode.d.ts", + "lib/md/business-center.d.ts", + "lib/md/business.d.ts", + "lib/md/cached.d.ts", + "lib/md/cake.d.ts", + "lib/md/call-end.d.ts", + "lib/md/call-made.d.ts", + "lib/md/call-merge.d.ts", + "lib/md/call-missed-outgoing.d.ts", + "lib/md/call-missed.d.ts", + "lib/md/call-received.d.ts", + "lib/md/call-split.d.ts", + "lib/md/call-to-action.d.ts", + "lib/md/call.d.ts", + "lib/md/camera-alt.d.ts", + "lib/md/camera-enhance.d.ts", + "lib/md/camera-front.d.ts", + "lib/md/camera-rear.d.ts", + "lib/md/camera-roll.d.ts", + "lib/md/camera.d.ts", + "lib/md/cancel.d.ts", + "lib/md/card-giftcard.d.ts", + "lib/md/card-membership.d.ts", + "lib/md/card-travel.d.ts", + "lib/md/casino.d.ts", + "lib/md/cast-connected.d.ts", + "lib/md/cast.d.ts", + "lib/md/center-focus-strong.d.ts", + "lib/md/center-focus-weak.d.ts", + "lib/md/change-history.d.ts", + "lib/md/chat-bubble-outline.d.ts", + "lib/md/chat-bubble.d.ts", + "lib/md/chat.d.ts", + "lib/md/check-box-outline-blank.d.ts", + "lib/md/check-box.d.ts", + "lib/md/check-circle.d.ts", + "lib/md/check.d.ts", + "lib/md/chevron-left.d.ts", + "lib/md/chevron-right.d.ts", + "lib/md/child-care.d.ts", + "lib/md/child-friendly.d.ts", + "lib/md/chrome-reader-mode.d.ts", + "lib/md/class.d.ts", + "lib/md/clear-all.d.ts", + "lib/md/clear.d.ts", + "lib/md/close.d.ts", + "lib/md/closed-caption.d.ts", + "lib/md/cloud-circle.d.ts", + "lib/md/cloud-done.d.ts", + "lib/md/cloud-download.d.ts", + "lib/md/cloud-off.d.ts", + "lib/md/cloud-queue.d.ts", + "lib/md/cloud-upload.d.ts", + "lib/md/cloud.d.ts", + "lib/md/code.d.ts", + "lib/md/collections-bookmark.d.ts", + "lib/md/collections.d.ts", + "lib/md/color-lens.d.ts", + "lib/md/colorize.d.ts", + "lib/md/comment.d.ts", + "lib/md/compare-arrows.d.ts", + "lib/md/compare.d.ts", + "lib/md/computer.d.ts", + "lib/md/confirmation-number.d.ts", + "lib/md/contact-mail.d.ts", + "lib/md/contact-phone.d.ts", + "lib/md/contacts.d.ts", + "lib/md/content-copy.d.ts", + "lib/md/content-cut.d.ts", + "lib/md/content-paste.d.ts", + "lib/md/control-point-duplicate.d.ts", + "lib/md/control-point.d.ts", + "lib/md/copyright.d.ts", + "lib/md/create-new-folder.d.ts", + "lib/md/create.d.ts", + "lib/md/credit-card.d.ts", + "lib/md/crop-16-9.d.ts", + "lib/md/crop-3-2.d.ts", + "lib/md/crop-5-4.d.ts", + "lib/md/crop-7-5.d.ts", + "lib/md/crop-din.d.ts", + "lib/md/crop-free.d.ts", + "lib/md/crop-landscape.d.ts", + "lib/md/crop-original.d.ts", + "lib/md/crop-portrait.d.ts", + "lib/md/crop-rotate.d.ts", + "lib/md/crop-square.d.ts", + "lib/md/crop.d.ts", + "lib/md/dashboard.d.ts", + "lib/md/data-usage.d.ts", + "lib/md/date-range.d.ts", + "lib/md/dehaze.d.ts", + "lib/md/delete-forever.d.ts", + "lib/md/delete-sweep.d.ts", + "lib/md/delete.d.ts", + "lib/md/description.d.ts", + "lib/md/desktop-mac.d.ts", + "lib/md/desktop-windows.d.ts", + "lib/md/details.d.ts", + "lib/md/developer-board.d.ts", + "lib/md/developer-mode.d.ts", + "lib/md/device-hub.d.ts", + "lib/md/devices-other.d.ts", + "lib/md/devices.d.ts", + "lib/md/dialer-sip.d.ts", + "lib/md/dialpad.d.ts", + "lib/md/directions-bike.d.ts", + "lib/md/directions-boat.d.ts", + "lib/md/directions-bus.d.ts", + "lib/md/directions-car.d.ts", + "lib/md/directions-ferry.d.ts", + "lib/md/directions-railway.d.ts", + "lib/md/directions-run.d.ts", + "lib/md/directions-subway.d.ts", + "lib/md/directions-transit.d.ts", + "lib/md/directions-walk.d.ts", + "lib/md/directions.d.ts", + "lib/md/disc-full.d.ts", + "lib/md/dns.d.ts", + "lib/md/do-not-disturb-alt.d.ts", + "lib/md/do-not-disturb-off.d.ts", + "lib/md/do-not-disturb.d.ts", + "lib/md/dock.d.ts", + "lib/md/domain.d.ts", + "lib/md/done-all.d.ts", + "lib/md/done.d.ts", + "lib/md/donut-large.d.ts", + "lib/md/donut-small.d.ts", + "lib/md/drafts.d.ts", + "lib/md/drag-handle.d.ts", + "lib/md/drive-eta.d.ts", + "lib/md/dvr.d.ts", + "lib/md/edit-location.d.ts", + "lib/md/edit.d.ts", + "lib/md/eject.d.ts", + "lib/md/email.d.ts", + "lib/md/enhanced-encryption.d.ts", + "lib/md/equalizer.d.ts", + "lib/md/error-outline.d.ts", + "lib/md/error.d.ts", + "lib/md/euro-symbol.d.ts", + "lib/md/ev-station.d.ts", + "lib/md/event-available.d.ts", + "lib/md/event-busy.d.ts", + "lib/md/event-note.d.ts", + "lib/md/event-seat.d.ts", + "lib/md/event.d.ts", + "lib/md/exit-to-app.d.ts", + "lib/md/expand-less.d.ts", + "lib/md/expand-more.d.ts", + "lib/md/explicit.d.ts", + "lib/md/explore.d.ts", + "lib/md/exposure-minus-1.d.ts", + "lib/md/exposure-minus-2.d.ts", + "lib/md/exposure-neg-1.d.ts", + "lib/md/exposure-neg-2.d.ts", + "lib/md/exposure-plus-1.d.ts", + "lib/md/exposure-plus-2.d.ts", + "lib/md/exposure-zero.d.ts", + "lib/md/exposure.d.ts", + "lib/md/extension.d.ts", + "lib/md/face.d.ts", + "lib/md/fast-forward.d.ts", + "lib/md/fast-rewind.d.ts", + "lib/md/favorite-border.d.ts", + "lib/md/favorite-outline.d.ts", + "lib/md/favorite.d.ts", + "lib/md/featured-play-list.d.ts", + "lib/md/featured-video.d.ts", + "lib/md/feedback.d.ts", + "lib/md/fiber-dvr.d.ts", + "lib/md/fiber-manual-record.d.ts", + "lib/md/fiber-new.d.ts", + "lib/md/fiber-pin.d.ts", + "lib/md/fiber-smart-record.d.ts", + "lib/md/file-download.d.ts", + "lib/md/file-upload.d.ts", + "lib/md/filter-1.d.ts", + "lib/md/filter-2.d.ts", + "lib/md/filter-3.d.ts", + "lib/md/filter-4.d.ts", + "lib/md/filter-5.d.ts", + "lib/md/filter-6.d.ts", + "lib/md/filter-7.d.ts", + "lib/md/filter-8.d.ts", + "lib/md/filter-9-plus.d.ts", + "lib/md/filter-9.d.ts", + "lib/md/filter-b-and-w.d.ts", + "lib/md/filter-center-focus.d.ts", + "lib/md/filter-drama.d.ts", + "lib/md/filter-frames.d.ts", + "lib/md/filter-hdr.d.ts", + "lib/md/filter-list.d.ts", + "lib/md/filter-none.d.ts", + "lib/md/filter-tilt-shift.d.ts", + "lib/md/filter-vintage.d.ts", + "lib/md/filter.d.ts", + "lib/md/find-in-page.d.ts", + "lib/md/find-replace.d.ts", + "lib/md/fingerprint.d.ts", + "lib/md/first-page.d.ts", + "lib/md/fitness-center.d.ts", + "lib/md/flag.d.ts", + "lib/md/flare.d.ts", + "lib/md/flash-auto.d.ts", + "lib/md/flash-off.d.ts", + "lib/md/flash-on.d.ts", + "lib/md/flight-land.d.ts", + "lib/md/flight-takeoff.d.ts", + "lib/md/flight.d.ts", + "lib/md/flip-to-back.d.ts", + "lib/md/flip-to-front.d.ts", + "lib/md/flip.d.ts", + "lib/md/folder-open.d.ts", + "lib/md/folder-shared.d.ts", + "lib/md/folder-special.d.ts", + "lib/md/folder.d.ts", + "lib/md/font-download.d.ts", + "lib/md/format-align-center.d.ts", + "lib/md/format-align-justify.d.ts", + "lib/md/format-align-left.d.ts", + "lib/md/format-align-right.d.ts", + "lib/md/format-bold.d.ts", + "lib/md/format-clear.d.ts", + "lib/md/format-color-fill.d.ts", + "lib/md/format-color-reset.d.ts", + "lib/md/format-color-text.d.ts", + "lib/md/format-indent-decrease.d.ts", + "lib/md/format-indent-increase.d.ts", + "lib/md/format-italic.d.ts", + "lib/md/format-line-spacing.d.ts", + "lib/md/format-list-bulleted.d.ts", + "lib/md/format-list-numbered.d.ts", + "lib/md/format-paint.d.ts", + "lib/md/format-quote.d.ts", + "lib/md/format-shapes.d.ts", + "lib/md/format-size.d.ts", + "lib/md/format-strikethrough.d.ts", + "lib/md/format-textdirection-l-to-r.d.ts", + "lib/md/format-textdirection-r-to-l.d.ts", + "lib/md/format-underlined.d.ts", + "lib/md/forum.d.ts", + "lib/md/forward-10.d.ts", + "lib/md/forward-30.d.ts", + "lib/md/forward-5.d.ts", + "lib/md/forward.d.ts", + "lib/md/free-breakfast.d.ts", + "lib/md/fullscreen-exit.d.ts", + "lib/md/fullscreen.d.ts", + "lib/md/functions.d.ts", + "lib/md/g-translate.d.ts", + "lib/md/gamepad.d.ts", + "lib/md/games.d.ts", + "lib/md/gavel.d.ts", + "lib/md/gesture.d.ts", + "lib/md/get-app.d.ts", + "lib/md/gif.d.ts", + "lib/md/goat.d.ts", + "lib/md/golf-course.d.ts", + "lib/md/gps-fixed.d.ts", + "lib/md/gps-not-fixed.d.ts", + "lib/md/gps-off.d.ts", + "lib/md/grade.d.ts", + "lib/md/gradient.d.ts", + "lib/md/grain.d.ts", + "lib/md/graphic-eq.d.ts", + "lib/md/grid-off.d.ts", + "lib/md/grid-on.d.ts", + "lib/md/group-add.d.ts", + "lib/md/group-work.d.ts", + "lib/md/group.d.ts", + "lib/md/hd.d.ts", + "lib/md/hdr-off.d.ts", + "lib/md/hdr-on.d.ts", + "lib/md/hdr-strong.d.ts", + "lib/md/hdr-weak.d.ts", + "lib/md/headset-mic.d.ts", + "lib/md/headset.d.ts", + "lib/md/healing.d.ts", + "lib/md/hearing.d.ts", + "lib/md/help-outline.d.ts", + "lib/md/help.d.ts", + "lib/md/high-quality.d.ts", + "lib/md/highlight-off.d.ts", + "lib/md/highlight-remove.d.ts", + "lib/md/highlight.d.ts", + "lib/md/history.d.ts", + "lib/md/home.d.ts", + "lib/md/hot-tub.d.ts", + "lib/md/hotel.d.ts", + "lib/md/hourglass-empty.d.ts", + "lib/md/hourglass-full.d.ts", + "lib/md/http.d.ts", + "lib/md/https.d.ts", + "lib/md/image-aspect-ratio.d.ts", + "lib/md/image.d.ts", + "lib/md/import-contacts.d.ts", + "lib/md/import-export.d.ts", + "lib/md/important-devices.d.ts", + "lib/md/inbox.d.ts", + "lib/md/indeterminate-check-box.d.ts", + "lib/md/info-outline.d.ts", + "lib/md/info.d.ts", + "lib/md/input.d.ts", + "lib/md/insert-chart.d.ts", + "lib/md/insert-comment.d.ts", + "lib/md/insert-drive-file.d.ts", + "lib/md/insert-emoticon.d.ts", + "lib/md/insert-invitation.d.ts", + "lib/md/insert-link.d.ts", + "lib/md/insert-photo.d.ts", + "lib/md/invert-colors-off.d.ts", + "lib/md/invert-colors-on.d.ts", + "lib/md/invert-colors.d.ts", + "lib/md/iso.d.ts", + "lib/md/keyboard-arrow-down.d.ts", + "lib/md/keyboard-arrow-left.d.ts", + "lib/md/keyboard-arrow-right.d.ts", + "lib/md/keyboard-arrow-up.d.ts", + "lib/md/keyboard-backspace.d.ts", + "lib/md/keyboard-capslock.d.ts", + "lib/md/keyboard-control.d.ts", + "lib/md/keyboard-hide.d.ts", + "lib/md/keyboard-return.d.ts", + "lib/md/keyboard-tab.d.ts", + "lib/md/keyboard-voice.d.ts", + "lib/md/keyboard.d.ts", + "lib/md/kitchen.d.ts", + "lib/md/label-outline.d.ts", + "lib/md/label.d.ts", + "lib/md/landscape.d.ts", + "lib/md/language.d.ts", + "lib/md/laptop-chromebook.d.ts", + "lib/md/laptop-mac.d.ts", + "lib/md/laptop-windows.d.ts", + "lib/md/laptop.d.ts", + "lib/md/last-page.d.ts", + "lib/md/launch.d.ts", + "lib/md/layers-clear.d.ts", + "lib/md/layers.d.ts", + "lib/md/leak-add.d.ts", + "lib/md/leak-remove.d.ts", + "lib/md/lens.d.ts", + "lib/md/library-add.d.ts", + "lib/md/library-books.d.ts", + "lib/md/library-music.d.ts", + "lib/md/lightbulb-outline.d.ts", + "lib/md/line-style.d.ts", + "lib/md/line-weight.d.ts", + "lib/md/linear-scale.d.ts", + "lib/md/link.d.ts", + "lib/md/linked-camera.d.ts", + "lib/md/list.d.ts", + "lib/md/live-help.d.ts", + "lib/md/live-tv.d.ts", + "lib/md/local-airport.d.ts", + "lib/md/local-atm.d.ts", + "lib/md/local-attraction.d.ts", + "lib/md/local-bar.d.ts", + "lib/md/local-cafe.d.ts", + "lib/md/local-car-wash.d.ts", + "lib/md/local-convenience-store.d.ts", + "lib/md/local-drink.d.ts", + "lib/md/local-florist.d.ts", + "lib/md/local-gas-station.d.ts", + "lib/md/local-grocery-store.d.ts", + "lib/md/local-hospital.d.ts", + "lib/md/local-hotel.d.ts", + "lib/md/local-laundry-service.d.ts", + "lib/md/local-library.d.ts", + "lib/md/local-mall.d.ts", + "lib/md/local-movies.d.ts", + "lib/md/local-offer.d.ts", + "lib/md/local-parking.d.ts", + "lib/md/local-pharmacy.d.ts", + "lib/md/local-phone.d.ts", + "lib/md/local-pizza.d.ts", + "lib/md/local-play.d.ts", + "lib/md/local-post-office.d.ts", + "lib/md/local-print-shop.d.ts", + "lib/md/local-restaurant.d.ts", + "lib/md/local-see.d.ts", + "lib/md/local-shipping.d.ts", + "lib/md/local-taxi.d.ts", + "lib/md/location-city.d.ts", + "lib/md/location-disabled.d.ts", + "lib/md/location-history.d.ts", + "lib/md/location-off.d.ts", + "lib/md/location-on.d.ts", + "lib/md/location-searching.d.ts", + "lib/md/lock-open.d.ts", + "lib/md/lock-outline.d.ts", + "lib/md/lock.d.ts", + "lib/md/looks-3.d.ts", + "lib/md/looks-4.d.ts", + "lib/md/looks-5.d.ts", + "lib/md/looks-6.d.ts", + "lib/md/looks-one.d.ts", + "lib/md/looks-two.d.ts", + "lib/md/looks.d.ts", + "lib/md/loop.d.ts", + "lib/md/loupe.d.ts", + "lib/md/low-priority.d.ts", + "lib/md/loyalty.d.ts", + "lib/md/mail-outline.d.ts", + "lib/md/mail.d.ts", + "lib/md/map.d.ts", + "lib/md/markunread-mailbox.d.ts", + "lib/md/markunread.d.ts", + "lib/md/memory.d.ts", + "lib/md/menu.d.ts", + "lib/md/merge-type.d.ts", + "lib/md/message.d.ts", + "lib/md/mic-none.d.ts", + "lib/md/mic-off.d.ts", + "lib/md/mic.d.ts", + "lib/md/mms.d.ts", + "lib/md/mode-comment.d.ts", + "lib/md/mode-edit.d.ts", + "lib/md/monetization-on.d.ts", + "lib/md/money-off.d.ts", + "lib/md/monochrome-photos.d.ts", + "lib/md/mood-bad.d.ts", + "lib/md/mood.d.ts", + "lib/md/more-horiz.d.ts", + "lib/md/more-vert.d.ts", + "lib/md/more.d.ts", + "lib/md/motorcycle.d.ts", + "lib/md/mouse.d.ts", + "lib/md/move-to-inbox.d.ts", + "lib/md/movie-creation.d.ts", + "lib/md/movie-filter.d.ts", + "lib/md/movie.d.ts", + "lib/md/multiline-chart.d.ts", + "lib/md/music-note.d.ts", + "lib/md/music-video.d.ts", + "lib/md/my-location.d.ts", + "lib/md/nature-people.d.ts", + "lib/md/nature.d.ts", + "lib/md/navigate-before.d.ts", + "lib/md/navigate-next.d.ts", + "lib/md/navigation.d.ts", + "lib/md/near-me.d.ts", + "lib/md/network-cell.d.ts", + "lib/md/network-check.d.ts", + "lib/md/network-locked.d.ts", + "lib/md/network-wifi.d.ts", + "lib/md/new-releases.d.ts", + "lib/md/next-week.d.ts", + "lib/md/nfc.d.ts", + "lib/md/no-encryption.d.ts", + "lib/md/no-sim.d.ts", + "lib/md/not-interested.d.ts", + "lib/md/note-add.d.ts", + "lib/md/note.d.ts", + "lib/md/notifications-active.d.ts", + "lib/md/notifications-none.d.ts", + "lib/md/notifications-off.d.ts", + "lib/md/notifications-paused.d.ts", + "lib/md/notifications.d.ts", + "lib/md/now-wallpaper.d.ts", + "lib/md/now-widgets.d.ts", + "lib/md/offline-pin.d.ts", + "lib/md/ondemand-video.d.ts", + "lib/md/opacity.d.ts", + "lib/md/open-in-browser.d.ts", + "lib/md/open-in-new.d.ts", + "lib/md/open-with.d.ts", + "lib/md/pages.d.ts", + "lib/md/pageview.d.ts", + "lib/md/palette.d.ts", + "lib/md/pan-tool.d.ts", + "lib/md/panorama-fish-eye.d.ts", + "lib/md/panorama-horizontal.d.ts", + "lib/md/panorama-vertical.d.ts", + "lib/md/panorama-wide-angle.d.ts", + "lib/md/panorama.d.ts", + "lib/md/party-mode.d.ts", + "lib/md/pause-circle-filled.d.ts", + "lib/md/pause-circle-outline.d.ts", + "lib/md/pause.d.ts", + "lib/md/payment.d.ts", + "lib/md/people-outline.d.ts", + "lib/md/people.d.ts", + "lib/md/perm-camera-mic.d.ts", + "lib/md/perm-contact-calendar.d.ts", + "lib/md/perm-data-setting.d.ts", + "lib/md/perm-device-information.d.ts", + "lib/md/perm-identity.d.ts", + "lib/md/perm-media.d.ts", + "lib/md/perm-phone-msg.d.ts", + "lib/md/perm-scan-wifi.d.ts", + "lib/md/person-add.d.ts", + "lib/md/person-outline.d.ts", + "lib/md/person-pin-circle.d.ts", + "lib/md/person-pin.d.ts", + "lib/md/person.d.ts", + "lib/md/personal-video.d.ts", + "lib/md/pets.d.ts", + "lib/md/phone-android.d.ts", + "lib/md/phone-bluetooth-speaker.d.ts", + "lib/md/phone-forwarded.d.ts", + "lib/md/phone-in-talk.d.ts", + "lib/md/phone-iphone.d.ts", + "lib/md/phone-locked.d.ts", + "lib/md/phone-missed.d.ts", + "lib/md/phone-paused.d.ts", + "lib/md/phone.d.ts", + "lib/md/phonelink-erase.d.ts", + "lib/md/phonelink-lock.d.ts", + "lib/md/phonelink-off.d.ts", + "lib/md/phonelink-ring.d.ts", + "lib/md/phonelink-setup.d.ts", + "lib/md/phonelink.d.ts", + "lib/md/photo-album.d.ts", + "lib/md/photo-camera.d.ts", + "lib/md/photo-filter.d.ts", + "lib/md/photo-library.d.ts", + "lib/md/photo-size-select-actual.d.ts", + "lib/md/photo-size-select-large.d.ts", + "lib/md/photo-size-select-small.d.ts", + "lib/md/photo.d.ts", + "lib/md/picture-as-pdf.d.ts", + "lib/md/picture-in-picture-alt.d.ts", + "lib/md/picture-in-picture.d.ts", + "lib/md/pie-chart-outlined.d.ts", + "lib/md/pie-chart.d.ts", + "lib/md/pin-drop.d.ts", + "lib/md/place.d.ts", + "lib/md/play-arrow.d.ts", + "lib/md/play-circle-filled.d.ts", + "lib/md/play-circle-outline.d.ts", + "lib/md/play-for-work.d.ts", + "lib/md/playlist-add-check.d.ts", + "lib/md/playlist-add.d.ts", + "lib/md/playlist-play.d.ts", + "lib/md/plus-one.d.ts", + "lib/md/poll.d.ts", + "lib/md/polymer.d.ts", + "lib/md/pool.d.ts", + "lib/md/portable-wifi-off.d.ts", + "lib/md/portrait.d.ts", + "lib/md/power-input.d.ts", + "lib/md/power-settings-new.d.ts", + "lib/md/power.d.ts", + "lib/md/pregnant-woman.d.ts", + "lib/md/present-to-all.d.ts", + "lib/md/print.d.ts", + "lib/md/priority-high.d.ts", + "lib/md/public.d.ts", + "lib/md/publish.d.ts", + "lib/md/query-builder.d.ts", + "lib/md/question-answer.d.ts", + "lib/md/queue-music.d.ts", + "lib/md/queue-play-next.d.ts", + "lib/md/queue.d.ts", + "lib/md/radio-button-checked.d.ts", + "lib/md/radio-button-unchecked.d.ts", + "lib/md/radio.d.ts", + "lib/md/rate-review.d.ts", + "lib/md/receipt.d.ts", + "lib/md/recent-actors.d.ts", + "lib/md/record-voice-over.d.ts", + "lib/md/redeem.d.ts", + "lib/md/redo.d.ts", + "lib/md/refresh.d.ts", + "lib/md/remove-circle-outline.d.ts", + "lib/md/remove-circle.d.ts", + "lib/md/remove-from-queue.d.ts", + "lib/md/remove-red-eye.d.ts", + "lib/md/remove-shopping-cart.d.ts", + "lib/md/remove.d.ts", + "lib/md/reorder.d.ts", + "lib/md/repeat-one.d.ts", + "lib/md/repeat.d.ts", + "lib/md/replay-10.d.ts", + "lib/md/replay-30.d.ts", + "lib/md/replay-5.d.ts", + "lib/md/replay.d.ts", + "lib/md/reply-all.d.ts", + "lib/md/reply.d.ts", + "lib/md/report-problem.d.ts", + "lib/md/report.d.ts", + "lib/md/restaurant-menu.d.ts", + "lib/md/restaurant.d.ts", + "lib/md/restore-page.d.ts", + "lib/md/restore.d.ts", + "lib/md/ring-volume.d.ts", + "lib/md/room-service.d.ts", + "lib/md/room.d.ts", + "lib/md/rotate-90-degrees-ccw.d.ts", + "lib/md/rotate-left.d.ts", + "lib/md/rotate-right.d.ts", + "lib/md/rounded-corner.d.ts", + "lib/md/router.d.ts", + "lib/md/rowing.d.ts", + "lib/md/rss-feed.d.ts", + "lib/md/rv-hookup.d.ts", + "lib/md/satellite.d.ts", + "lib/md/save.d.ts", + "lib/md/scanner.d.ts", + "lib/md/schedule.d.ts", + "lib/md/school.d.ts", + "lib/md/screen-lock-landscape.d.ts", + "lib/md/screen-lock-portrait.d.ts", + "lib/md/screen-lock-rotation.d.ts", + "lib/md/screen-rotation.d.ts", + "lib/md/screen-share.d.ts", + "lib/md/sd-card.d.ts", + "lib/md/sd-storage.d.ts", + "lib/md/search.d.ts", + "lib/md/security.d.ts", + "lib/md/select-all.d.ts", + "lib/md/send.d.ts", + "lib/md/sentiment-dissatisfied.d.ts", + "lib/md/sentiment-neutral.d.ts", + "lib/md/sentiment-satisfied.d.ts", + "lib/md/sentiment-very-dissatisfied.d.ts", + "lib/md/sentiment-very-satisfied.d.ts", + "lib/md/settings-applications.d.ts", + "lib/md/settings-backup-restore.d.ts", + "lib/md/settings-bluetooth.d.ts", + "lib/md/settings-brightness.d.ts", + "lib/md/settings-cell.d.ts", + "lib/md/settings-ethernet.d.ts", + "lib/md/settings-input-antenna.d.ts", + "lib/md/settings-input-component.d.ts", + "lib/md/settings-input-composite.d.ts", + "lib/md/settings-input-hdmi.d.ts", + "lib/md/settings-input-svideo.d.ts", + "lib/md/settings-overscan.d.ts", + "lib/md/settings-phone.d.ts", + "lib/md/settings-power.d.ts", + "lib/md/settings-remote.d.ts", + "lib/md/settings-system-daydream.d.ts", + "lib/md/settings-voice.d.ts", + "lib/md/settings.d.ts", + "lib/md/share.d.ts", + "lib/md/shop-two.d.ts", + "lib/md/shop.d.ts", + "lib/md/shopping-basket.d.ts", + "lib/md/shopping-cart.d.ts", + "lib/md/short-text.d.ts", + "lib/md/show-chart.d.ts", + "lib/md/shuffle.d.ts", + "lib/md/signal-cellular-4-bar.d.ts", + "lib/md/signal-cellular-connected-no-internet-4-bar.d.ts", + "lib/md/signal-cellular-no-sim.d.ts", + "lib/md/signal-cellular-null.d.ts", + "lib/md/signal-cellular-off.d.ts", + "lib/md/signal-wifi-4-bar-lock.d.ts", + "lib/md/signal-wifi-4-bar.d.ts", + "lib/md/signal-wifi-off.d.ts", + "lib/md/sim-card-alert.d.ts", + "lib/md/sim-card.d.ts", + "lib/md/skip-next.d.ts", + "lib/md/skip-previous.d.ts", + "lib/md/slideshow.d.ts", + "lib/md/slow-motion-video.d.ts", + "lib/md/smartphone.d.ts", + "lib/md/smoke-free.d.ts", + "lib/md/smoking-rooms.d.ts", + "lib/md/sms-failed.d.ts", + "lib/md/sms.d.ts", + "lib/md/snooze.d.ts", + "lib/md/sort-by-alpha.d.ts", + "lib/md/sort.d.ts", + "lib/md/spa.d.ts", + "lib/md/space-bar.d.ts", + "lib/md/speaker-group.d.ts", + "lib/md/speaker-notes-off.d.ts", + "lib/md/speaker-notes.d.ts", + "lib/md/speaker-phone.d.ts", + "lib/md/speaker.d.ts", + "lib/md/spellcheck.d.ts", + "lib/md/star-border.d.ts", + "lib/md/star-half.d.ts", + "lib/md/star-outline.d.ts", + "lib/md/star.d.ts", + "lib/md/stars.d.ts", + "lib/md/stay-current-landscape.d.ts", + "lib/md/stay-current-portrait.d.ts", + "lib/md/stay-primary-landscape.d.ts", + "lib/md/stay-primary-portrait.d.ts", + "lib/md/stop-screen-share.d.ts", + "lib/md/stop.d.ts", + "lib/md/storage.d.ts", + "lib/md/store-mall-directory.d.ts", + "lib/md/store.d.ts", + "lib/md/straighten.d.ts", + "lib/md/streetview.d.ts", + "lib/md/strikethrough-s.d.ts", + "lib/md/style.d.ts", + "lib/md/subdirectory-arrow-left.d.ts", + "lib/md/subdirectory-arrow-right.d.ts", + "lib/md/subject.d.ts", + "lib/md/subscriptions.d.ts", + "lib/md/subtitles.d.ts", + "lib/md/subway.d.ts", + "lib/md/supervisor-account.d.ts", + "lib/md/surround-sound.d.ts", + "lib/md/swap-calls.d.ts", + "lib/md/swap-horiz.d.ts", + "lib/md/swap-vert.d.ts", + "lib/md/swap-vertical-circle.d.ts", + "lib/md/switch-camera.d.ts", + "lib/md/switch-video.d.ts", + "lib/md/sync-disabled.d.ts", + "lib/md/sync-problem.d.ts", + "lib/md/sync.d.ts", + "lib/md/system-update-alt.d.ts", + "lib/md/system-update.d.ts", + "lib/md/tab-unselected.d.ts", + "lib/md/tab.d.ts", + "lib/md/tablet-android.d.ts", + "lib/md/tablet-mac.d.ts", + "lib/md/tablet.d.ts", + "lib/md/tag-faces.d.ts", + "lib/md/tap-and-play.d.ts", + "lib/md/terrain.d.ts", + "lib/md/text-fields.d.ts", + "lib/md/text-format.d.ts", + "lib/md/textsms.d.ts", + "lib/md/texture.d.ts", + "lib/md/theaters.d.ts", + "lib/md/thumb-down.d.ts", + "lib/md/thumb-up.d.ts", + "lib/md/thumbs-up-down.d.ts", + "lib/md/time-to-leave.d.ts", + "lib/md/timelapse.d.ts", + "lib/md/timeline.d.ts", + "lib/md/timer-10.d.ts", + "lib/md/timer-3.d.ts", + "lib/md/timer-off.d.ts", + "lib/md/timer.d.ts", + "lib/md/title.d.ts", + "lib/md/toc.d.ts", + "lib/md/today.d.ts", + "lib/md/toll.d.ts", + "lib/md/tonality.d.ts", + "lib/md/touch-app.d.ts", + "lib/md/toys.d.ts", + "lib/md/track-changes.d.ts", + "lib/md/traffic.d.ts", + "lib/md/train.d.ts", + "lib/md/tram.d.ts", + "lib/md/transfer-within-a-station.d.ts", + "lib/md/transform.d.ts", + "lib/md/translate.d.ts", + "lib/md/trending-down.d.ts", + "lib/md/trending-flat.d.ts", + "lib/md/trending-neutral.d.ts", + "lib/md/trending-up.d.ts", + "lib/md/tune.d.ts", + "lib/md/turned-in-not.d.ts", + "lib/md/turned-in.d.ts", + "lib/md/tv.d.ts", + "lib/md/unarchive.d.ts", + "lib/md/undo.d.ts", + "lib/md/unfold-less.d.ts", + "lib/md/unfold-more.d.ts", + "lib/md/update.d.ts", + "lib/md/usb.d.ts", + "lib/md/verified-user.d.ts", + "lib/md/vertical-align-bottom.d.ts", + "lib/md/vertical-align-center.d.ts", + "lib/md/vertical-align-top.d.ts", + "lib/md/vibration.d.ts", + "lib/md/video-call.d.ts", + "lib/md/video-collection.d.ts", + "lib/md/video-label.d.ts", + "lib/md/video-library.d.ts", + "lib/md/videocam-off.d.ts", + "lib/md/videocam.d.ts", + "lib/md/videogame-asset.d.ts", + "lib/md/view-agenda.d.ts", + "lib/md/view-array.d.ts", + "lib/md/view-carousel.d.ts", + "lib/md/view-column.d.ts", + "lib/md/view-comfortable.d.ts", + "lib/md/view-comfy.d.ts", + "lib/md/view-compact.d.ts", + "lib/md/view-day.d.ts", + "lib/md/view-headline.d.ts", + "lib/md/view-list.d.ts", + "lib/md/view-module.d.ts", + "lib/md/view-quilt.d.ts", + "lib/md/view-stream.d.ts", + "lib/md/view-week.d.ts", + "lib/md/vignette.d.ts", + "lib/md/visibility-off.d.ts", + "lib/md/visibility.d.ts", + "lib/md/voice-chat.d.ts", + "lib/md/voicemail.d.ts", + "lib/md/volume-down.d.ts", + "lib/md/volume-mute.d.ts", + "lib/md/volume-off.d.ts", + "lib/md/volume-up.d.ts", + "lib/md/vpn-key.d.ts", + "lib/md/vpn-lock.d.ts", + "lib/md/wallpaper.d.ts", + "lib/md/warning.d.ts", + "lib/md/watch-later.d.ts", + "lib/md/watch.d.ts", + "lib/md/wb-auto.d.ts", + "lib/md/wb-cloudy.d.ts", + "lib/md/wb-incandescent.d.ts", + "lib/md/wb-iridescent.d.ts", + "lib/md/wb-sunny.d.ts", + "lib/md/wc.d.ts", + "lib/md/web-asset.d.ts", + "lib/md/web.d.ts", + "lib/md/weekend.d.ts", + "lib/md/whatshot.d.ts", + "lib/md/widgets.d.ts", + "lib/md/wifi-lock.d.ts", + "lib/md/wifi-tethering.d.ts", + "lib/md/wifi.d.ts", + "lib/md/work.d.ts", + "lib/md/wrap-text.d.ts", + "lib/md/youtube-searched-for.d.ts", + "lib/md/zoom-in.d.ts", + "lib/md/zoom-out-map.d.ts", + "lib/md/zoom-out.d.ts", + "lib/ti/adjust-brightness.d.ts", + "lib/ti/adjust-contrast.d.ts", + "lib/ti/anchor-outline.d.ts", + "lib/ti/anchor.d.ts", + "lib/ti/archive.d.ts", + "lib/ti/arrow-back-outline.d.ts", + "lib/ti/arrow-back.d.ts", + "lib/ti/arrow-down-outline.d.ts", + "lib/ti/arrow-down-thick.d.ts", + "lib/ti/arrow-down.d.ts", + "lib/ti/arrow-forward-outline.d.ts", + "lib/ti/arrow-forward.d.ts", + "lib/ti/arrow-left-outline.d.ts", + "lib/ti/arrow-left-thick.d.ts", + "lib/ti/arrow-left.d.ts", + "lib/ti/arrow-loop-outline.d.ts", + "lib/ti/arrow-loop.d.ts", + "lib/ti/arrow-maximise-outline.d.ts", + "lib/ti/arrow-maximise.d.ts", + "lib/ti/arrow-minimise-outline.d.ts", + "lib/ti/arrow-minimise.d.ts", + "lib/ti/arrow-move-outline.d.ts", + "lib/ti/arrow-move.d.ts", + "lib/ti/arrow-repeat-outline.d.ts", + "lib/ti/arrow-repeat.d.ts", + "lib/ti/arrow-right-outline.d.ts", + "lib/ti/arrow-right-thick.d.ts", + "lib/ti/arrow-right.d.ts", + "lib/ti/arrow-shuffle.d.ts", + "lib/ti/arrow-sorted-down.d.ts", + "lib/ti/arrow-sorted-up.d.ts", + "lib/ti/arrow-sync-outline.d.ts", + "lib/ti/arrow-sync.d.ts", + "lib/ti/arrow-unsorted.d.ts", + "lib/ti/arrow-up-outline.d.ts", + "lib/ti/arrow-up-thick.d.ts", + "lib/ti/arrow-up.d.ts", + "lib/ti/at.d.ts", + "lib/ti/attachment-outline.d.ts", + "lib/ti/attachment.d.ts", + "lib/ti/backspace-outline.d.ts", + "lib/ti/backspace.d.ts", + "lib/ti/battery-charge.d.ts", + "lib/ti/battery-full.d.ts", + "lib/ti/battery-high.d.ts", + "lib/ti/battery-low.d.ts", + "lib/ti/battery-mid.d.ts", + "lib/ti/beaker.d.ts", + "lib/ti/beer.d.ts", + "lib/ti/bell.d.ts", + "lib/ti/book.d.ts", + "lib/ti/bookmark.d.ts", + "lib/ti/briefcase.d.ts", + "lib/ti/brush.d.ts", + "lib/ti/business-card.d.ts", + "lib/ti/calculator.d.ts", + "lib/ti/calendar-outline.d.ts", + "lib/ti/calendar.d.ts", + "lib/ti/calender-outline.d.ts", + "lib/ti/calender.d.ts", + "lib/ti/camera-outline.d.ts", + "lib/ti/camera.d.ts", + "lib/ti/cancel-outline.d.ts", + "lib/ti/cancel.d.ts", + "lib/ti/chart-area-outline.d.ts", + "lib/ti/chart-area.d.ts", + "lib/ti/chart-bar-outline.d.ts", + "lib/ti/chart-bar.d.ts", + "lib/ti/chart-line-outline.d.ts", + "lib/ti/chart-line.d.ts", + "lib/ti/chart-pie-outline.d.ts", + "lib/ti/chart-pie.d.ts", + "lib/ti/chevron-left-outline.d.ts", + "lib/ti/chevron-left.d.ts", + "lib/ti/chevron-right-outline.d.ts", + "lib/ti/chevron-right.d.ts", + "lib/ti/clipboard.d.ts", + "lib/ti/cloud-storage-outline.d.ts", + "lib/ti/cloud-storage.d.ts", + "lib/ti/code-outline.d.ts", + "lib/ti/code.d.ts", + "lib/ti/coffee.d.ts", + "lib/ti/cog-outline.d.ts", + "lib/ti/cog.d.ts", + "lib/ti/compass.d.ts", + "lib/ti/contacts.d.ts", + "lib/ti/credit-card.d.ts", + "lib/ti/cross.d.ts", + "lib/ti/css3.d.ts", + "lib/ti/database.d.ts", + "lib/ti/delete-outline.d.ts", + "lib/ti/delete.d.ts", + "lib/ti/device-desktop.d.ts", + "lib/ti/device-laptop.d.ts", + "lib/ti/device-phone.d.ts", + "lib/ti/device-tablet.d.ts", + "lib/ti/directions.d.ts", + "lib/ti/divide-outline.d.ts", + "lib/ti/divide.d.ts", + "lib/ti/document-add.d.ts", + "lib/ti/document-delete.d.ts", + "lib/ti/document-text.d.ts", + "lib/ti/document.d.ts", + "lib/ti/download-outline.d.ts", + "lib/ti/download.d.ts", + "lib/ti/dropbox.d.ts", + "lib/ti/edit.d.ts", + "lib/ti/eject-outline.d.ts", + "lib/ti/eject.d.ts", + "lib/ti/equals-outline.d.ts", + "lib/ti/equals.d.ts", + "lib/ti/export-outline.d.ts", + "lib/ti/export.d.ts", + "lib/ti/eye-outline.d.ts", + "lib/ti/eye.d.ts", + "lib/ti/feather.d.ts", + "lib/ti/film.d.ts", + "lib/ti/filter.d.ts", + "lib/ti/flag-outline.d.ts", + "lib/ti/flag.d.ts", + "lib/ti/flash-outline.d.ts", + "lib/ti/flash.d.ts", + "lib/ti/flow-children.d.ts", + "lib/ti/flow-merge.d.ts", + "lib/ti/flow-parallel.d.ts", + "lib/ti/flow-switch.d.ts", + "lib/ti/folder-add.d.ts", + "lib/ti/folder-delete.d.ts", + "lib/ti/folder-open.d.ts", + "lib/ti/folder.d.ts", + "lib/ti/gift.d.ts", + "lib/ti/globe-outline.d.ts", + "lib/ti/globe.d.ts", + "lib/ti/group-outline.d.ts", + "lib/ti/group.d.ts", + "lib/ti/headphones.d.ts", + "lib/ti/heart-full-outline.d.ts", + "lib/ti/heart-half-outline.d.ts", + "lib/ti/heart-outline.d.ts", + "lib/ti/heart.d.ts", + "lib/ti/home-outline.d.ts", + "lib/ti/home.d.ts", + "lib/ti/html5.d.ts", + "lib/ti/image-outline.d.ts", + "lib/ti/image.d.ts", + "lib/ti/infinity-outline.d.ts", + "lib/ti/infinity.d.ts", + "lib/ti/info-large-outline.d.ts", + "lib/ti/info-large.d.ts", + "lib/ti/info-outline.d.ts", + "lib/ti/info.d.ts", + "lib/ti/input-checked-outline.d.ts", + "lib/ti/input-checked.d.ts", + "lib/ti/key-outline.d.ts", + "lib/ti/key.d.ts", + "lib/ti/keyboard.d.ts", + "lib/ti/leaf.d.ts", + "lib/ti/lightbulb.d.ts", + "lib/ti/link-outline.d.ts", + "lib/ti/link.d.ts", + "lib/ti/location-arrow-outline.d.ts", + "lib/ti/location-arrow.d.ts", + "lib/ti/location-outline.d.ts", + "lib/ti/location.d.ts", + "lib/ti/lock-closed-outline.d.ts", + "lib/ti/lock-closed.d.ts", + "lib/ti/lock-open-outline.d.ts", + "lib/ti/lock-open.d.ts", + "lib/ti/mail.d.ts", + "lib/ti/map.d.ts", + "lib/ti/media-eject-outline.d.ts", + "lib/ti/media-eject.d.ts", + "lib/ti/media-fast-forward-outline.d.ts", + "lib/ti/media-fast-forward.d.ts", + "lib/ti/media-pause-outline.d.ts", + "lib/ti/media-pause.d.ts", + "lib/ti/media-play-outline.d.ts", + "lib/ti/media-play-reverse-outline.d.ts", + "lib/ti/media-play-reverse.d.ts", + "lib/ti/media-play.d.ts", + "lib/ti/media-record-outline.d.ts", + "lib/ti/media-record.d.ts", + "lib/ti/media-rewind-outline.d.ts", + "lib/ti/media-rewind.d.ts", + "lib/ti/media-stop-outline.d.ts", + "lib/ti/media-stop.d.ts", + "lib/ti/message-typing.d.ts", + "lib/ti/message.d.ts", + "lib/ti/messages.d.ts", + "lib/ti/microphone-outline.d.ts", + "lib/ti/microphone.d.ts", + "lib/ti/minus-outline.d.ts", + "lib/ti/minus.d.ts", + "lib/ti/mortar-board.d.ts", + "lib/ti/news.d.ts", + "lib/ti/notes-outline.d.ts", + "lib/ti/notes.d.ts", + "lib/ti/pen.d.ts", + "lib/ti/pencil.d.ts", + "lib/ti/phone-outline.d.ts", + "lib/ti/phone.d.ts", + "lib/ti/pi-outline.d.ts", + "lib/ti/pi.d.ts", + "lib/ti/pin-outline.d.ts", + "lib/ti/pin.d.ts", + "lib/ti/pipette.d.ts", + "lib/ti/plane-outline.d.ts", + "lib/ti/plane.d.ts", + "lib/ti/plug.d.ts", + "lib/ti/plus-outline.d.ts", + "lib/ti/plus.d.ts", + "lib/ti/point-of-interest-outline.d.ts", + "lib/ti/point-of-interest.d.ts", + "lib/ti/power-outline.d.ts", + "lib/ti/power.d.ts", + "lib/ti/printer.d.ts", + "lib/ti/puzzle-outline.d.ts", + "lib/ti/puzzle.d.ts", + "lib/ti/radar-outline.d.ts", + "lib/ti/radar.d.ts", + "lib/ti/refresh-outline.d.ts", + "lib/ti/refresh.d.ts", + "lib/ti/rss-outline.d.ts", + "lib/ti/rss.d.ts", + "lib/ti/scissors-outline.d.ts", + "lib/ti/scissors.d.ts", + "lib/ti/shopping-bag.d.ts", + "lib/ti/shopping-cart.d.ts", + "lib/ti/social-at-circular.d.ts", + "lib/ti/social-dribbble-circular.d.ts", + "lib/ti/social-dribbble.d.ts", + "lib/ti/social-facebook-circular.d.ts", + "lib/ti/social-facebook.d.ts", + "lib/ti/social-flickr-circular.d.ts", + "lib/ti/social-flickr.d.ts", + "lib/ti/social-github-circular.d.ts", + "lib/ti/social-github.d.ts", + "lib/ti/social-google-plus-circular.d.ts", + "lib/ti/social-google-plus.d.ts", + "lib/ti/social-instagram-circular.d.ts", + "lib/ti/social-instagram.d.ts", + "lib/ti/social-last-fm-circular.d.ts", + "lib/ti/social-last-fm.d.ts", + "lib/ti/social-linkedin-circular.d.ts", + "lib/ti/social-linkedin.d.ts", + "lib/ti/social-pinterest-circular.d.ts", + "lib/ti/social-pinterest.d.ts", + "lib/ti/social-skype-outline.d.ts", + "lib/ti/social-skype.d.ts", + "lib/ti/social-tumbler-circular.d.ts", + "lib/ti/social-tumbler.d.ts", + "lib/ti/social-twitter-circular.d.ts", + "lib/ti/social-twitter.d.ts", + "lib/ti/social-vimeo-circular.d.ts", + "lib/ti/social-vimeo.d.ts", + "lib/ti/social-youtube-circular.d.ts", + "lib/ti/social-youtube.d.ts", + "lib/ti/sort-alphabetically-outline.d.ts", + "lib/ti/sort-alphabetically.d.ts", + "lib/ti/sort-numerically-outline.d.ts", + "lib/ti/sort-numerically.d.ts", + "lib/ti/spanner-outline.d.ts", + "lib/ti/spanner.d.ts", + "lib/ti/spiral.d.ts", + "lib/ti/star-full-outline.d.ts", + "lib/ti/star-half-outline.d.ts", + "lib/ti/star-half.d.ts", + "lib/ti/star-outline.d.ts", + "lib/ti/star.d.ts", + "lib/ti/starburst-outline.d.ts", + "lib/ti/starburst.d.ts", + "lib/ti/stopwatch.d.ts", + "lib/ti/support.d.ts", + "lib/ti/tabs-outline.d.ts", + "lib/ti/tag.d.ts", + "lib/ti/tags.d.ts", + "lib/ti/th-large-outline.d.ts", + "lib/ti/th-large.d.ts", + "lib/ti/th-list-outline.d.ts", + "lib/ti/th-list.d.ts", + "lib/ti/th-menu-outline.d.ts", + "lib/ti/th-menu.d.ts", + "lib/ti/th-small-outline.d.ts", + "lib/ti/th-small.d.ts", + "lib/ti/thermometer.d.ts", + "lib/ti/thumbs-down.d.ts", + "lib/ti/thumbs-ok.d.ts", + "lib/ti/thumbs-up.d.ts", + "lib/ti/tick-outline.d.ts", + "lib/ti/tick.d.ts", + "lib/ti/ticket.d.ts", + "lib/ti/time.d.ts", + "lib/ti/times-outline.d.ts", + "lib/ti/times.d.ts", + "lib/ti/trash.d.ts", + "lib/ti/tree.d.ts", + "lib/ti/upload-outline.d.ts", + "lib/ti/upload.d.ts", + "lib/ti/user-add-outline.d.ts", + "lib/ti/user-add.d.ts", + "lib/ti/user-delete-outline.d.ts", + "lib/ti/user-delete.d.ts", + "lib/ti/user-outline.d.ts", + "lib/ti/user.d.ts", + "lib/ti/vendor-android.d.ts", + "lib/ti/vendor-apple.d.ts", + "lib/ti/vendor-microsoft.d.ts", + "lib/ti/video-outline.d.ts", + "lib/ti/video.d.ts", + "lib/ti/volume-down.d.ts", + "lib/ti/volume-mute.d.ts", + "lib/ti/volume-up.d.ts", + "lib/ti/volume.d.ts", + "lib/ti/warning-outline.d.ts", + "lib/ti/warning.d.ts", + "lib/ti/watch.d.ts", + "lib/ti/waves-outline.d.ts", + "lib/ti/waves.d.ts", + "lib/ti/weather-cloudy.d.ts", + "lib/ti/weather-downpour.d.ts", + "lib/ti/weather-night.d.ts", + "lib/ti/weather-partly-sunny.d.ts", + "lib/ti/weather-shower.d.ts", + "lib/ti/weather-snow.d.ts", + "lib/ti/weather-stormy.d.ts", + "lib/ti/weather-sunny.d.ts", + "lib/ti/weather-windy-cloudy.d.ts", + "lib/ti/weather-windy.d.ts", + "lib/ti/wi-fi-outline.d.ts", + "lib/ti/wi-fi.d.ts", + "lib/ti/wine.d.ts", + "lib/ti/world-outline.d.ts", + "lib/ti/world.d.ts", + "lib/ti/zoom-in-outline.d.ts", + "lib/ti/zoom-in.d.ts", + "lib/ti/zoom-out-outline.d.ts", + "lib/ti/zoom-out.d.ts", + "lib/ti/zoom-outline.d.ts", + "lib/ti/zoom.d.ts" + ] +} \ No newline at end of file diff --git a/types/react-imageloader/tsconfig.json b/types/react-imageloader/tsconfig.json index 89127c41f8..10c47efd69 100644 --- a/types/react-imageloader/tsconfig.json +++ b/types/react-imageloader/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-infinite-scroller/tsconfig.json b/types/react-infinite-scroller/tsconfig.json index e4dc7b4342..9094853395 100644 --- a/types/react-infinite-scroller/tsconfig.json +++ b/types/react-infinite-scroller/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ @@ -21,4 +22,4 @@ "index.d.ts", "react-infinite-scroller-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-infinite/tsconfig.json b/types/react-infinite/tsconfig.json index 3246777fd4..c3ec7e4192 100644 --- a/types/react-infinite/tsconfig.json +++ b/types/react-infinite/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-input-calendar/tsconfig.json b/types/react-input-calendar/tsconfig.json index b828ec3f78..216b0bcfe9 100644 --- a/types/react-input-calendar/tsconfig.json +++ b/types/react-input-calendar/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-input-mask/tsconfig.json b/types/react-input-mask/tsconfig.json index 4eac1b496f..be2a7cc230 100644 --- a/types/react-input-mask/tsconfig.json +++ b/types/react-input-mask/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "react-input-mask-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-intl-redux/tsconfig.json b/types/react-intl-redux/tsconfig.json index 2c8de4aeed..06eacd254a 100644 --- a/types/react-intl-redux/tsconfig.json +++ b/types/react-intl-redux/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-intl/tsconfig.json b/types/react-intl/tsconfig.json index efc84e3fd3..4d542aee88 100644 --- a/types/react-intl/tsconfig.json +++ b/types/react-intl/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ @@ -21,4 +22,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/react-intl/v1/tsconfig.json b/types/react-intl/v1/tsconfig.json index 6fa7e221bd..1f63dae6a5 100644 --- a/types/react-intl/v1/tsconfig.json +++ b/types/react-intl/v1/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/react-is-deprecated/tsconfig.json b/types/react-is-deprecated/tsconfig.json index 005eec453a..ce2c7d740a 100644 --- a/types/react-is-deprecated/tsconfig.json +++ b/types/react-is-deprecated/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-joyride/tsconfig.json b/types/react-joyride/tsconfig.json index 7cd2e1b540..b468366153 100644 --- a/types/react-joyride/tsconfig.json +++ b/types/react-joyride/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-json-pretty/tsconfig.json b/types/react-json-pretty/tsconfig.json index f2456531cf..17b15160c6 100644 --- a/types/react-json-pretty/tsconfig.json +++ b/types/react-json-pretty/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -22,4 +23,4 @@ "index.d.ts", "react-json-pretty-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-json-tree/tsconfig.json b/types/react-json-tree/tsconfig.json index e72b805bf3..134e10e324 100644 --- a/types/react-json-tree/tsconfig.json +++ b/types/react-json-tree/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-json/tsconfig.json b/types/react-json/tsconfig.json index ff5be5812c..b9ee513a9d 100644 --- a/types/react-json/tsconfig.json +++ b/types/react-json/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "react-json-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-jsonschema-form/tsconfig.json b/types/react-jsonschema-form/tsconfig.json index 44fcb510ce..a4f7127522 100644 --- a/types/react-jsonschema-form/tsconfig.json +++ b/types/react-jsonschema-form/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-lazyload/tsconfig.json b/types/react-lazyload/tsconfig.json index d77160e99c..48e56bab80 100644 --- a/types/react-lazyload/tsconfig.json +++ b/types/react-lazyload/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "react-lazyload-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-leaflet/tsconfig.json b/types/react-leaflet/tsconfig.json index 8be1b3c2fe..75ce9f7598 100644 --- a/types/react-leaflet/tsconfig.json +++ b/types/react-leaflet/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ @@ -21,4 +22,4 @@ "index.d.ts", "react-leaflet-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-list/tsconfig.json b/types/react-list/tsconfig.json index 42ddc64a91..040c8c5fc9 100644 --- a/types/react-list/tsconfig.json +++ b/types/react-list/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-loadable/tsconfig.json b/types/react-loadable/tsconfig.json index 081e8b2577..9d46ae0de9 100644 --- a/types/react-loadable/tsconfig.json +++ b/types/react-loadable/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -22,4 +23,4 @@ "test/imports/no-default.tsx", "test/imports/with-default.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-loader/tsconfig.json b/types/react-loader/tsconfig.json index 8148a9873f..dbe08293df 100644 --- a/types/react-loader/tsconfig.json +++ b/types/react-loader/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "react-loader-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-maskedinput/tsconfig.json b/types/react-maskedinput/tsconfig.json index 8dcdaf409e..a5544e917d 100644 --- a/types/react-maskedinput/tsconfig.json +++ b/types/react-maskedinput/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-mce/tsconfig.json b/types/react-mce/tsconfig.json index 01c35ace6a..7db60d34d1 100644 --- a/types/react-mce/tsconfig.json +++ b/types/react-mce/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ @@ -21,4 +22,4 @@ "index.d.ts", "react-mce-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-mdl/tsconfig.json b/types/react-mdl/tsconfig.json index 005decb768..45017dc8c9 100644 --- a/types/react-mdl/tsconfig.json +++ b/types/react-mdl/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-measure/tsconfig.json b/types/react-measure/tsconfig.json index 30d4fbe30f..63aa208f05 100644 --- a/types/react-measure/tsconfig.json +++ b/types/react-measure/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "experimentalDecorators": true, diff --git a/types/react-mixin/tsconfig.json b/types/react-mixin/tsconfig.json index b8b9f60cdb..fd65a09710 100644 --- a/types/react-mixin/tsconfig.json +++ b/types/react-mixin/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "experimentalDecorators": true, diff --git a/types/react-modal/tsconfig.json b/types/react-modal/tsconfig.json index dee457f8cb..8c1dd5988b 100644 --- a/types/react-modal/tsconfig.json +++ b/types/react-modal/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-monaco-editor/tsconfig.json b/types/react-monaco-editor/tsconfig.json index 0b3178ab81..8d55416feb 100644 --- a/types/react-monaco-editor/tsconfig.json +++ b/types/react-monaco-editor/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "react-monaco-editor-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-motion-slider/tsconfig.json b/types/react-motion-slider/tsconfig.json index db55a702e8..aaf0d16bdb 100644 --- a/types/react-motion-slider/tsconfig.json +++ b/types/react-motion-slider/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-motion/tsconfig.json b/types/react-motion/tsconfig.json index eea3e82af0..9adebe9fd2 100644 --- a/types/react-motion/tsconfig.json +++ b/types/react-motion/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-native-collapsible/tsconfig.json b/types/react-native-collapsible/tsconfig.json index 1e5b287fb1..c9cb0c9278 100644 --- a/types/react-native-collapsible/tsconfig.json +++ b/types/react-native-collapsible/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "Accordion.d.ts", "react-native-collapsible-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-native-communications/tsconfig.json b/types/react-native-communications/tsconfig.json index 86667ea7d7..f66d5a80ce 100644 --- a/types/react-native-communications/tsconfig.json +++ b/types/react-native-communications/tsconfig.json @@ -1,24 +1,25 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true, - "jsx": "react" - }, - "files": [ - "index.d.ts", - "react-native-communications-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true, + "jsx": "react" + }, + "files": [ + "index.d.ts", + "react-native-communications-tests.ts" + ] +} \ No newline at end of file diff --git a/types/react-native-datepicker/tsconfig.json b/types/react-native-datepicker/tsconfig.json index ffbef033e1..b1dd56e20d 100644 --- a/types/react-native-datepicker/tsconfig.json +++ b/types/react-native-datepicker/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "react-native-datepicker-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-native-doc-viewer/tsconfig.json b/types/react-native-doc-viewer/tsconfig.json index 42412cf514..86d578084a 100644 --- a/types/react-native-doc-viewer/tsconfig.json +++ b/types/react-native-doc-viewer/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "react-native-doc-viewer-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-native-drawer-layout/tsconfig.json b/types/react-native-drawer-layout/tsconfig.json index e70b67aac5..a0d6721b68 100644 --- a/types/react-native-drawer-layout/tsconfig.json +++ b/types/react-native-drawer-layout/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "react-native-drawer-layout-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-native-drawer/tsconfig.json b/types/react-native-drawer/tsconfig.json index ae7203c8c2..1617e4715b 100644 --- a/types/react-native-drawer/tsconfig.json +++ b/types/react-native-drawer/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "react-native-drawer-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-native-elements/tsconfig.json b/types/react-native-elements/tsconfig.json index 52ea75b5cb..fd476e679d 100644 --- a/types/react-native-elements/tsconfig.json +++ b/types/react-native-elements/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "react-native-elements-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-native-fbsdk/tsconfig.json b/types/react-native-fbsdk/tsconfig.json index d6dccb2d02..0eae296778 100644 --- a/types/react-native-fbsdk/tsconfig.json +++ b/types/react-native-fbsdk/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "react-native-fbsdk-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-native-fetch-blob/tsconfig.json b/types/react-native-fetch-blob/tsconfig.json index 18538dfe6c..c2cf564bb7 100644 --- a/types/react-native-fetch-blob/tsconfig.json +++ b/types/react-native-fetch-blob/tsconfig.json @@ -1,22 +1,24 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true -}, - "files": [ - "index.d.ts", - "react-native-fetch-blob-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "react-native-fetch-blob-tests.ts" + ] +} \ No newline at end of file diff --git a/types/react-native-fs/tsconfig.json b/types/react-native-fs/tsconfig.json index 614543661c..f491bb6a7a 100644 --- a/types/react-native-fs/tsconfig.json +++ b/types/react-native-fs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "noUnusedParameters": true, "noUnusedLocals": true, "baseUrl": "../", diff --git a/types/react-native-goby/tsconfig.json b/types/react-native-goby/tsconfig.json index fa2d947691..0c0b3ab77c 100644 --- a/types/react-native-goby/tsconfig.json +++ b/types/react-native-goby/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-native-google-analytics-bridge/tsconfig.json b/types/react-native-google-analytics-bridge/tsconfig.json index b44acba529..91e51ff21b 100644 --- a/types/react-native-google-analytics-bridge/tsconfig.json +++ b/types/react-native-google-analytics-bridge/tsconfig.json @@ -1,23 +1,24 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "react-native-google-analytics-bridge-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "react-native-google-analytics-bridge-tests.ts" + ] +} \ No newline at end of file diff --git a/types/react-native-keep-awake/tsconfig.json b/types/react-native-keep-awake/tsconfig.json index db8bd3d589..6a53a9effa 100644 --- a/types/react-native-keep-awake/tsconfig.json +++ b/types/react-native-keep-awake/tsconfig.json @@ -1,23 +1,24 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true, - "jsx": "react" - }, - "files": [ - "index.d.ts", - "react-native-keep-awake-tests.tsx" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true, + "jsx": "react" + }, + "files": [ + "index.d.ts", + "react-native-keep-awake-tests.tsx" + ] +} \ No newline at end of file diff --git a/types/react-native-material-design-searchbar/tsconfig.json b/types/react-native-material-design-searchbar/tsconfig.json index d45789898e..41e6dc8bab 100644 --- a/types/react-native-material-design-searchbar/tsconfig.json +++ b/types/react-native-material-design-searchbar/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "react-native-material-design-searchbar-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-native-material-kit/tsconfig.json b/types/react-native-material-kit/tsconfig.json index 51291b7c57..f18bd089b8 100644 --- a/types/react-native-material-kit/tsconfig.json +++ b/types/react-native-material-kit/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "react-native-material-kit-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-native-material-ui/tsconfig.json b/types/react-native-material-ui/tsconfig.json index 9d206f47b7..7c215a4a8b 100644 --- a/types/react-native-material-ui/tsconfig.json +++ b/types/react-native-material-ui/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "react-native-material-ui-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-native-modal/tsconfig.json b/types/react-native-modal/tsconfig.json index 2f6ecdce05..d496497592 100644 --- a/types/react-native-modal/tsconfig.json +++ b/types/react-native-modal/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "react-native-modal-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-native-modalbox/tsconfig.json b/types/react-native-modalbox/tsconfig.json index b6de5592ff..1c41f2e346 100644 --- a/types/react-native-modalbox/tsconfig.json +++ b/types/react-native-modalbox/tsconfig.json @@ -1,24 +1,25 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true, - "jsx": "react" - }, - "files": [ - "index.d.ts", - "react-native-modalbox-tests.tsx" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true, + "jsx": "react" + }, + "files": [ + "index.d.ts", + "react-native-modalbox-tests.tsx" + ] +} \ No newline at end of file diff --git a/types/react-native-orientation/tsconfig.json b/types/react-native-orientation/tsconfig.json index 58b87f9214..bd692e954d 100644 --- a/types/react-native-orientation/tsconfig.json +++ b/types/react-native-orientation/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-native-safari-view/tsconfig.json b/types/react-native-safari-view/tsconfig.json index 2c9c60b6c8..4f04c6e8b6 100644 --- a/types/react-native-safari-view/tsconfig.json +++ b/types/react-native-safari-view/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "react-native-safari-view-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/react-native-scrollable-tab-view/tsconfig.json b/types/react-native-scrollable-tab-view/tsconfig.json index 7953defd5f..6b88cdde66 100644 --- a/types/react-native-scrollable-tab-view/tsconfig.json +++ b/types/react-native-scrollable-tab-view/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "react-native-scrollable-tab-view-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-native-sensor-manager/tsconfig.json b/types/react-native-sensor-manager/tsconfig.json index 15d71dd648..97c238c779 100644 --- a/types/react-native-sensor-manager/tsconfig.json +++ b/types/react-native-sensor-manager/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-native-snap-carousel/tsconfig.json b/types/react-native-snap-carousel/tsconfig.json index 0764309c6f..4cba7b2f97 100644 --- a/types/react-native-snap-carousel/tsconfig.json +++ b/types/react-native-snap-carousel/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "react-native-snap-carousel-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-native-sortable-list/tsconfig.json b/types/react-native-sortable-list/tsconfig.json index a7ef962b89..52474bc36f 100644 --- a/types/react-native-sortable-list/tsconfig.json +++ b/types/react-native-sortable-list/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-native-svg-uri/tsconfig.json b/types/react-native-svg-uri/tsconfig.json index 1dd27f80ff..dad8bbe54a 100644 --- a/types/react-native-svg-uri/tsconfig.json +++ b/types/react-native-svg-uri/tsconfig.json @@ -1,23 +1,24 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true, - "jsx": "react-native" - }, - "files": [ - "index.d.ts", - "react-native-svg-uri-tests.tsx" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true, + "jsx": "react-native" + }, + "files": [ + "index.d.ts", + "react-native-svg-uri-tests.tsx" + ] +} \ No newline at end of file diff --git a/types/react-native-swiper/tsconfig.json b/types/react-native-swiper/tsconfig.json index ddd3a131f4..68d1350773 100644 --- a/types/react-native-swiper/tsconfig.json +++ b/types/react-native-swiper/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "react-native-swiper-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-native-tab-navigator/tsconfig.json b/types/react-native-tab-navigator/tsconfig.json index 1506f1471c..b8e913c472 100644 --- a/types/react-native-tab-navigator/tsconfig.json +++ b/types/react-native-tab-navigator/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "react-native-tab-navigator-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-native-touch-id/tsconfig.json b/types/react-native-touch-id/tsconfig.json index 0a1cd74c96..f927782930 100644 --- a/types/react-native-touch-id/tsconfig.json +++ b/types/react-native-touch-id/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "react-native-touch-id-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/react-native-vector-icons/tsconfig.json b/types/react-native-vector-icons/tsconfig.json index ca9d5de336..f66f39ed95 100644 --- a/types/react-native-vector-icons/tsconfig.json +++ b/types/react-native-vector-icons/tsconfig.json @@ -1,36 +1,37 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "dom", - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true, - "jsx": "react" - }, - "files": [ - "index.d.ts", - "Icon.d.ts", - "Entypo.d.ts", - "EvilIcons.d.ts", - "Feather.d.ts", - "FontAwesome.d.ts", - "Foundation.d.ts", - "Ionicons.d.ts", - "MaterialCommunityIcons.d.ts", - "MaterialIcons.d.ts", - "Octicons.d.ts", - "SimpleLineIcons.d.ts", - "Zocial.d.ts", - "react-native-vector-icons-tests.tsx" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "dom", + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true, + "jsx": "react" + }, + "files": [ + "index.d.ts", + "Icon.d.ts", + "Entypo.d.ts", + "EvilIcons.d.ts", + "Feather.d.ts", + "FontAwesome.d.ts", + "Foundation.d.ts", + "Ionicons.d.ts", + "MaterialCommunityIcons.d.ts", + "MaterialIcons.d.ts", + "Octicons.d.ts", + "SimpleLineIcons.d.ts", + "Zocial.d.ts", + "react-native-vector-icons-tests.tsx" + ] +} \ No newline at end of file diff --git a/types/react-native-video/tsconfig.json b/types/react-native-video/tsconfig.json index ccd97d4d7d..a2e2a80edd 100644 --- a/types/react-native-video/tsconfig.json +++ b/types/react-native-video/tsconfig.json @@ -1,24 +1,25 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true, - "jsx": "react" - }, - "files": [ - "index.d.ts", - "react-native-video-tests.tsx" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true, + "jsx": "react" + }, + "files": [ + "index.d.ts", + "react-native-video-tests.tsx" + ] +} \ No newline at end of file diff --git a/types/react-native/tsconfig.json b/types/react-native/tsconfig.json index 68be3a9834..0d93ac324a 100644 --- a/types/react-native/tsconfig.json +++ b/types/react-native/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ @@ -23,4 +24,4 @@ "test/animated.tsx", "test/init-example.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-navigation/tsconfig.json b/types/react-navigation/tsconfig.json index bbf721c233..ac0fcf1f1f 100644 --- a/types/react-navigation/tsconfig.json +++ b/types/react-navigation/tsconfig.json @@ -1,24 +1,25 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "jsx": "react", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "react-navigation-tests.tsx" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": false, + "baseUrl": "../", + "jsx": "react", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "react-navigation-tests.tsx" + ] +} \ No newline at end of file diff --git a/types/react-notification-system-redux/tsconfig.json b/types/react-notification-system-redux/tsconfig.json index b7ef269613..e401225f10 100644 --- a/types/react-notification-system-redux/tsconfig.json +++ b/types/react-notification-system-redux/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-notification-system/tsconfig.json b/types/react-notification-system/tsconfig.json index 56697697d5..033a759d60 100644 --- a/types/react-notification-system/tsconfig.json +++ b/types/react-notification-system/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-onclickoutside/tsconfig.json b/types/react-onclickoutside/tsconfig.json index 07b04b8fee..701a5cf764 100644 --- a/types/react-onclickoutside/tsconfig.json +++ b/types/react-onclickoutside/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-onclickoutside/v5/tsconfig.json b/types/react-onclickoutside/v5/tsconfig.json index af309baba2..9de01e61ab 100644 --- a/types/react-onclickoutside/v5/tsconfig.json +++ b/types/react-onclickoutside/v5/tsconfig.json @@ -8,12 +8,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "react-onclickoutside": ["react-onclickoutside/v5"] + "react-onclickoutside": [ + "react-onclickoutside/v5" + ] }, "types": [], "noEmit": true, @@ -23,4 +26,4 @@ "files": [ "index.d.ts" ] -} +} \ No newline at end of file diff --git a/types/react-onsenui/tsconfig.json b/types/react-onsenui/tsconfig.json index acd4fca231..7835344791 100644 --- a/types/react-onsenui/tsconfig.json +++ b/types/react-onsenui/tsconfig.json @@ -1,24 +1,25 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true, - "jsx": "react" - }, - "files": [ - "index.d.ts", - "react-onsenui-tests.tsx" - ] + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true, + "jsx": "react" + }, + "files": [ + "index.d.ts", + "react-onsenui-tests.tsx" + ] } \ No newline at end of file diff --git a/types/react-overlays/tsconfig.json b/types/react-overlays/tsconfig.json index bb2d5734e3..78f037e583 100644 --- a/types/react-overlays/tsconfig.json +++ b/types/react-overlays/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -22,4 +23,4 @@ "test/react-overlays-tests.tsx", "test/react-overlays-tests-individual.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-paginate/tsconfig.json b/types/react-paginate/tsconfig.json index 3d4b5809a6..5653cee275 100644 --- a/types/react-paginate/tsconfig.json +++ b/types/react-paginate/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "forceConsistentCasingInFileNames": true, "jsx": "react" } -} +} \ No newline at end of file diff --git a/types/react-pointable/tsconfig.json b/types/react-pointable/tsconfig.json index 866ea95bb4..f45312f83e 100644 --- a/types/react-pointable/tsconfig.json +++ b/types/react-pointable/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "jsx": "react", "baseUrl": "../", "typeRoots": [ @@ -21,4 +22,4 @@ "index.d.ts", "react-pointable-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-portal/tsconfig.json b/types/react-portal/tsconfig.json index 9b28b70ac3..84bec30f58 100644 --- a/types/react-portal/tsconfig.json +++ b/types/react-portal/tsconfig.json @@ -5,6 +5,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -22,4 +23,4 @@ "index.d.ts", "react-portal-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-props-decorators/tsconfig.json b/types/react-props-decorators/tsconfig.json index 9f4b3ee1d3..92243c709c 100644 --- a/types/react-props-decorators/tsconfig.json +++ b/types/react-props-decorators/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "experimentalDecorators": true, "typeRoots": [ diff --git a/types/react-recaptcha/tsconfig.json b/types/react-recaptcha/tsconfig.json index 97995bcee5..0206cb26c5 100644 --- a/types/react-recaptcha/tsconfig.json +++ b/types/react-recaptcha/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-redux-i18n/tsconfig.json b/types/react-redux-i18n/tsconfig.json index 7f0274cac8..8afdf46c9c 100644 --- a/types/react-redux-i18n/tsconfig.json +++ b/types/react-redux-i18n/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-redux-toastr/tsconfig.json b/types/react-redux-toastr/tsconfig.json index b4d5bbf8be..8760f15ade 100644 --- a/types/react-redux-toastr/tsconfig.json +++ b/types/react-redux-toastr/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "experimentalDecorators": true, diff --git a/types/react-redux/tsconfig.json b/types/react-redux/tsconfig.json index a4ca102dda..981f3c9b0f 100644 --- a/types/react-redux/tsconfig.json +++ b/types/react-redux/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "experimentalDecorators": true, @@ -22,4 +23,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/react-relay/tsconfig.json b/types/react-relay/tsconfig.json index 90680fbafc..8a1407df3a 100644 --- a/types/react-relay/tsconfig.json +++ b/types/react-relay/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-responsive/tsconfig.json b/types/react-responsive/tsconfig.json index 1495e72438..61a49072b7 100644 --- a/types/react-responsive/tsconfig.json +++ b/types/react-responsive/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-router-bootstrap/tsconfig.json b/types/react-router-bootstrap/tsconfig.json index 1760fc3f1a..870c37c742 100644 --- a/types/react-router-bootstrap/tsconfig.json +++ b/types/react-router-bootstrap/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "jsx": "preserve", "baseUrl": "../", "typeRoots": [ @@ -23,4 +24,4 @@ "lib/LinkContainer.d.ts", "react-router-bootstrap-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-router-config/tsconfig.json b/types/react-router-config/tsconfig.json index 34cb44c46f..49ab50e7b0 100644 --- a/types/react-router-config/tsconfig.json +++ b/types/react-router-config/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-router-dom/tsconfig.json b/types/react-router-dom/tsconfig.json index 744d583267..4c308400b7 100644 --- a/types/react-router-dom/tsconfig.json +++ b/types/react-router-dom/tsconfig.json @@ -1,19 +1,25 @@ { - "compilerOptions": { - "baseUrl": "../", - "typeRoots": ["../"], - "types": [], - "module": "commonjs", - "lib": ["es6", "dom"], - "jsx": "react", - "strictNullChecks": true, - "noImplicitAny": true, - "noImplicitThis": true, - "forceConsistentCasingInFileNames": true, - "noEmit": true - }, - "files": [ - "index.d.ts", - "react-router-dom-tests.tsx" - ] -} + "compilerOptions": { + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "jsx": "react", + "strictNullChecks": true, + "strictFunctionTypes": true, + "noImplicitAny": true, + "noImplicitThis": true, + "forceConsistentCasingInFileNames": true, + "noEmit": true + }, + "files": [ + "index.d.ts", + "react-router-dom-tests.tsx" + ] +} \ No newline at end of file diff --git a/types/react-router-native/tsconfig.json b/types/react-router-native/tsconfig.json index 6764b72818..7b5d8f9fe3 100644 --- a/types/react-router-native/tsconfig.json +++ b/types/react-router-native/tsconfig.json @@ -1,19 +1,25 @@ { - "compilerOptions": { - "baseUrl": "../", - "typeRoots": ["../"], - "types": [], - "module": "commonjs", - "lib": ["es6", "dom"], - "jsx": "react", - "strictNullChecks": true, - "noImplicitAny": true, - "noImplicitThis": true, - "forceConsistentCasingInFileNames": true, - "noEmit": true - }, - "files": [ - "index.d.ts", - "react-router-native-tests.tsx" - ] -} + "compilerOptions": { + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "jsx": "react", + "strictNullChecks": true, + "strictFunctionTypes": true, + "noImplicitAny": true, + "noImplicitThis": true, + "forceConsistentCasingInFileNames": true, + "noEmit": true + }, + "files": [ + "index.d.ts", + "react-router-native-tests.tsx" + ] +} \ No newline at end of file diff --git a/types/react-router-redux/tsconfig.json b/types/react-router-redux/tsconfig.json index bd33709ea0..58bf304abc 100644 --- a/types/react-router-redux/tsconfig.json +++ b/types/react-router-redux/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "jsx": "react", "baseUrl": "../", "typeRoots": [ @@ -21,4 +22,4 @@ "index.d.ts", "react-router-redux-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-router-redux/v3/tsconfig.json b/types/react-router-redux/v3/tsconfig.json index 17a9407b8a..e9e48c7e58 100644 --- a/types/react-router-redux/v3/tsconfig.json +++ b/types/react-router-redux/v3/tsconfig.json @@ -8,14 +8,21 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "history": ["history/v3"], - "history/*": ["history/v3/*"], - "react-router-redux": ["react-router-redux/v3"] + "history": [ + "history/v3" + ], + "history/*": [ + "history/v3/*" + ], + "react-router-redux": [ + "react-router-redux/v3" + ] }, "types": [], "noEmit": true, @@ -25,4 +32,4 @@ "index.d.ts", "react-router-redux-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/react-router-redux/v4/tsconfig.json b/types/react-router-redux/v4/tsconfig.json index 83cf349881..427325c7fc 100644 --- a/types/react-router-redux/v4/tsconfig.json +++ b/types/react-router-redux/v4/tsconfig.json @@ -8,14 +8,21 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ - "../../" + "../../" ], "paths": { - "history": ["history/v3"], - "history/*": ["history/v3/*"], - "react-router-redux": ["react-router-redux/v4"] + "history": [ + "history/v3" + ], + "history/*": [ + "history/v3/*" + ], + "react-router-redux": [ + "react-router-redux/v4" + ] }, "types": [], "noEmit": true, @@ -25,4 +32,4 @@ "index.d.ts", "react-router-redux-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/react-router/tsconfig.json b/types/react-router/tsconfig.json index f609cbf859..a9342966b5 100644 --- a/types/react-router/tsconfig.json +++ b/types/react-router/tsconfig.json @@ -1,41 +1,45 @@ { - "compilerOptions": { - "baseUrl": "../", - "typeRoots": ["../"], - "types": [], - "module": "commonjs", - "lib": ["es6", "dom"], - "jsx": "react", - "strictNullChecks": true, - "noImplicitAny": true, - "noImplicitThis": true, - "forceConsistentCasingInFileNames": true, - "noEmit": true, - "experimentalDecorators": true - }, - "files": [ - "index.d.ts", - - "test/examples-from-react-router-website/Ambiguous.tsx", - "test/examples-from-react-router-website/Animation.tsx", - "test/examples-from-react-router-website/Auth.tsx", - "test/examples-from-react-router-website/Basic.tsx", - "test/examples-from-react-router-website/CustomLink.tsx", - "test/examples-from-react-router-website/ModalGallery.tsx", - "test/examples-from-react-router-website/NoMatch.tsx", - "test/examples-from-react-router-website/Params.tsx", - "test/examples-from-react-router-website/PreventingTransitions.tsx", - "test/examples-from-react-router-website/Recursive.tsx", - "test/examples-from-react-router-website/RouteConfig.tsx", - "test/examples-from-react-router-website/Sidebar.tsx", - "test/examples-from-react-router-website/StaticRouter.tsx", - - "test/Children.tsx", - "test/NavigateWithContext.tsx", - "test/MemoryRouter.tsx", - "test/Switch.tsx", - "test/InheritingRoute.tsx", - "test/WithRouter.tsx", - "test/WithRouterDecorator.tsx" - ] -} + "compilerOptions": { + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "jsx": "react", + "strictNullChecks": true, + "strictFunctionTypes": false, + "noImplicitAny": true, + "noImplicitThis": true, + "forceConsistentCasingInFileNames": true, + "noEmit": true, + "experimentalDecorators": true + }, + "files": [ + "index.d.ts", + "test/examples-from-react-router-website/Ambiguous.tsx", + "test/examples-from-react-router-website/Animation.tsx", + "test/examples-from-react-router-website/Auth.tsx", + "test/examples-from-react-router-website/Basic.tsx", + "test/examples-from-react-router-website/CustomLink.tsx", + "test/examples-from-react-router-website/ModalGallery.tsx", + "test/examples-from-react-router-website/NoMatch.tsx", + "test/examples-from-react-router-website/Params.tsx", + "test/examples-from-react-router-website/PreventingTransitions.tsx", + "test/examples-from-react-router-website/Recursive.tsx", + "test/examples-from-react-router-website/RouteConfig.tsx", + "test/examples-from-react-router-website/Sidebar.tsx", + "test/examples-from-react-router-website/StaticRouter.tsx", + "test/Children.tsx", + "test/NavigateWithContext.tsx", + "test/MemoryRouter.tsx", + "test/Switch.tsx", + "test/InheritingRoute.tsx", + "test/WithRouter.tsx", + "test/WithRouterDecorator.tsx" + ] +} \ No newline at end of file diff --git a/types/react-router/v2/tsconfig.json b/types/react-router/v2/tsconfig.json index d9c384bdcf..9e007bef15 100644 --- a/types/react-router/v2/tsconfig.json +++ b/types/react-router/v2/tsconfig.json @@ -8,14 +8,21 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "history": ["history/v2"], - "react-router": ["react-router/v2"], - "react-router/*": ["react-router/v2/*"] + "history": [ + "history/v2" + ], + "react-router": [ + "react-router/v2" + ], + "react-router/*": [ + "react-router/v2/*" + ] }, "types": [], "noEmit": true, @@ -24,4 +31,4 @@ "files": [ "index.d.ts" ] -} +} \ No newline at end of file diff --git a/types/react-router/v3/tsconfig.json b/types/react-router/v3/tsconfig.json index 0f60e7a6ea..a620b2e01b 100644 --- a/types/react-router/v3/tsconfig.json +++ b/types/react-router/v3/tsconfig.json @@ -8,14 +8,25 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "jsx": "react", "baseUrl": "../../", - "typeRoots": ["../../"], + "typeRoots": [ + "../../" + ], "paths": { - "history": ["history/v3"], - "history/*": ["history/v3/*"], - "react-router": ["react-router/v3"], - "react-router/*": ["react-router/v3/*"] + "history": [ + "history/v3" + ], + "history/*": [ + "history/v3/*" + ], + "react-router": [ + "react-router/v3" + ], + "react-router/*": [ + "react-router/v3/*" + ] }, "types": [], "noEmit": true, @@ -43,4 +54,4 @@ "lib/withRouter.d.ts", "react-router-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-scroll/tsconfig.json b/types/react-scroll/tsconfig.json index a4f8e54e6c..4e8422e85d 100644 --- a/types/react-scroll/tsconfig.json +++ b/types/react-scroll/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ @@ -30,4 +31,4 @@ "modules/mixins/scroller.d.ts", "test/react-scroll-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-scrollbar/tsconfig.json b/types/react-scrollbar/tsconfig.json index 4e21a07f50..d9586168d7 100644 --- a/types/react-scrollbar/tsconfig.json +++ b/types/react-scrollbar/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-select/tsconfig.json b/types/react-select/tsconfig.json index e5be4f2e31..727747e72c 100644 --- a/types/react-select/tsconfig.json +++ b/types/react-select/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-side-effect/tsconfig.json b/types/react-side-effect/tsconfig.json index e19ac20159..f64b0cedec 100644 --- a/types/react-side-effect/tsconfig.json +++ b/types/react-side-effect/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-sidebar/tsconfig.json b/types/react-sidebar/tsconfig.json index f9e7bafa03..8481bb2fa3 100644 --- a/types/react-sidebar/tsconfig.json +++ b/types/react-sidebar/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-slick/tsconfig.json b/types/react-slick/tsconfig.json index 72d192fbf8..7d8d0c0dbc 100644 --- a/types/react-slick/tsconfig.json +++ b/types/react-slick/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ @@ -21,4 +22,4 @@ "index.d.ts", "react-slick-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-smooth-scrollbar/tsconfig.json b/types/react-smooth-scrollbar/tsconfig.json index df9b7c5fa0..7069af35d0 100644 --- a/types/react-smooth-scrollbar/tsconfig.json +++ b/types/react-smooth-scrollbar/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-sortable-hoc/tsconfig.json b/types/react-sortable-hoc/tsconfig.json index d41b62bf34..89aef58db4 100644 --- a/types/react-sortable-hoc/tsconfig.json +++ b/types/react-sortable-hoc/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-sortable-tree/tsconfig.json b/types/react-sortable-tree/tsconfig.json index df74da5295..abf3027b1e 100644 --- a/types/react-sortable-tree/tsconfig.json +++ b/types/react-sortable-tree/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "react-sortable-tree-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-spinkit/tsconfig.json b/types/react-spinkit/tsconfig.json index 6fcb500bb5..a78e0a8350 100644 --- a/types/react-spinkit/tsconfig.json +++ b/types/react-spinkit/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-spinkit/v1/tsconfig.json b/types/react-spinkit/v1/tsconfig.json index e04f534c2e..9e75ac7eee 100644 --- a/types/react-spinkit/v1/tsconfig.json +++ b/types/react-spinkit/v1/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "jsx": "react", "typeRoots": [ @@ -15,8 +16,12 @@ ], "types": [], "paths": { - "react-spinkit": ["react-spinkit/v1"], - "react-spinkit/*": ["react-spinkit/v1/*"] + "react-spinkit": [ + "react-spinkit/v1" + ], + "react-spinkit/*": [ + "react-spinkit/v1/*" + ] }, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/react-split-pane/tsconfig.json b/types/react-split-pane/tsconfig.json index 86e7eafcec..4c7d16ba33 100644 --- a/types/react-split-pane/tsconfig.json +++ b/types/react-split-pane/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-sticky/tsconfig.json b/types/react-sticky/tsconfig.json index e2ea2938d1..42ca8483c7 100644 --- a/types/react-sticky/tsconfig.json +++ b/types/react-sticky/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "jsx": "react", "baseUrl": "../", "typeRoots": [ @@ -21,5 +22,4 @@ "index.d.ts", "react-sticky-tests.tsx" ] -} - +} \ No newline at end of file diff --git a/types/react-stripe-elements/tsconfig.json b/types/react-stripe-elements/tsconfig.json index 9aac1000b3..7b41414c95 100644 --- a/types/react-stripe-elements/tsconfig.json +++ b/types/react-stripe-elements/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "jsx": "react", "baseUrl": "../", "typeRoots": [ @@ -20,4 +21,4 @@ "index.d.ts", "react-stripe-elements-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-svg-pan-zoom/tsconfig.json b/types/react-svg-pan-zoom/tsconfig.json index c1b72dd378..9768940812 100644 --- a/types/react-svg-pan-zoom/tsconfig.json +++ b/types/react-svg-pan-zoom/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "react-svg-pan-zoom-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-swf/tsconfig.json b/types/react-swf/tsconfig.json index 495fff7922..088289e3b4 100644 --- a/types/react-swf/tsconfig.json +++ b/types/react-swf/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-swipe/tsconfig.json b/types/react-swipe/tsconfig.json index 304ae7e451..592223407e 100644 --- a/types/react-swipe/tsconfig.json +++ b/types/react-swipe/tsconfig.json @@ -9,12 +9,12 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], - "types": [ - ], + "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, @@ -22,4 +22,4 @@ "index.d.ts", "react-swipe-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-swipeable-views/tsconfig.json b/types/react-swipeable-views/tsconfig.json index 8c20b95d3c..3d4711fc53 100644 --- a/types/react-swipeable-views/tsconfig.json +++ b/types/react-swipeable-views/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-swipeable/tsconfig.json b/types/react-swipeable/tsconfig.json index 6a45fa01e1..0d676ade9b 100644 --- a/types/react-swipeable/tsconfig.json +++ b/types/react-swipeable/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-syntax-highlighter/tsconfig.json b/types/react-syntax-highlighter/tsconfig.json index 4d3e034d16..b83dacca56 100644 --- a/types/react-syntax-highlighter/tsconfig.json +++ b/types/react-syntax-highlighter/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-table/tsconfig.json b/types/react-table/tsconfig.json index d137af14a2..de6f3f8e69 100644 --- a/types/react-table/tsconfig.json +++ b/types/react-table/tsconfig.json @@ -1,24 +1,25 @@ { "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "jsx": "react", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "jsx": "react", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", "react-table-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-tabs/tsconfig.json b/types/react-tabs/tsconfig.json index dec5f7691c..5c1f1aa63c 100644 --- a/types/react-tabs/tsconfig.json +++ b/types/react-tabs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "react-tabs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/react-tag-input/tsconfig.json b/types/react-tag-input/tsconfig.json index 78318da79d..9a30e8a334 100644 --- a/types/react-tag-input/tsconfig.json +++ b/types/react-tag-input/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-tagcloud/tsconfig.json b/types/react-tagcloud/tsconfig.json index 938a3e1028..0d496a97a1 100644 --- a/types/react-tagcloud/tsconfig.json +++ b/types/react-tagcloud/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-tap-event-plugin/tsconfig.json b/types/react-tap-event-plugin/tsconfig.json index 9a2507463b..38f0ad79b8 100644 --- a/types/react-tap-event-plugin/tsconfig.json +++ b/types/react-tap-event-plugin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-test-renderer/tsconfig.json b/types/react-test-renderer/tsconfig.json index 568caa6698..0c2d149f79 100644 --- a/types/react-test-renderer/tsconfig.json +++ b/types/react-test-renderer/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "shallow/index.d.ts", "react-test-renderer-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/react-tether/tsconfig.json b/types/react-tether/tsconfig.json index f2138b25c9..3190ba8cf1 100644 --- a/types/react-tether/tsconfig.json +++ b/types/react-tether/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "jsx": "react", "baseUrl": "../", "typeRoots": [ @@ -21,5 +22,4 @@ "index.d.ts", "react-tether-tests.tsx" ] -} - +} \ No newline at end of file diff --git a/types/react-textarea-autosize/tsconfig.json b/types/react-textarea-autosize/tsconfig.json index 3f37c05560..0946f43d10 100644 --- a/types/react-textarea-autosize/tsconfig.json +++ b/types/react-textarea-autosize/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-toggle/tsconfig.json b/types/react-toggle/tsconfig.json index ad0214db82..e744478741 100644 --- a/types/react-toggle/tsconfig.json +++ b/types/react-toggle/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-toggle/v2/tsconfig.json b/types/react-toggle/v2/tsconfig.json index 5bc4d23bf0..996290fe7b 100644 --- a/types/react-toggle/v2/tsconfig.json +++ b/types/react-toggle/v2/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" @@ -26,4 +27,4 @@ "index.d.ts", "react-toggle-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-tooltip/tsconfig.json b/types/react-tooltip/tsconfig.json index d52b7c28ab..17a730e3b5 100644 --- a/types/react-tooltip/tsconfig.json +++ b/types/react-tooltip/tsconfig.json @@ -10,6 +10,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -22,4 +23,4 @@ "index.d.ts", "react-tooltip-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-touch/tsconfig.json b/types/react-touch/tsconfig.json index 931b273805..807d0d7a2c 100644 --- a/types/react-touch/tsconfig.json +++ b/types/react-touch/tsconfig.json @@ -1,24 +1,25 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "jsx": "react", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "react-touch-tests.tsx" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "jsx": "react", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "react-touch-tests.tsx" + ] +} \ No newline at end of file diff --git a/types/react-tracking/tsconfig.json b/types/react-tracking/tsconfig.json index d1533121d0..4200651a42 100644 --- a/types/react-tracking/tsconfig.json +++ b/types/react-tracking/tsconfig.json @@ -2,10 +2,13 @@ "compilerOptions": { "module": "commonjs", "target": "es6", - "lib": ["es6"], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +24,4 @@ "test/react-tracking-with-types-tests.tsx", "test/react-tracking-without-types-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-transition-group/tsconfig.json b/types/react-transition-group/tsconfig.json index ee34f669fc..7b17b06580 100644 --- a/types/react-transition-group/tsconfig.json +++ b/types/react-transition-group/tsconfig.json @@ -3,11 +3,13 @@ "target": "es5", "module": "commonjs", "lib": [ - "es6", "dom" + "es6", + "dom" ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "jsx": "react", "baseUrl": "../", "typeRoots": [ @@ -24,4 +26,4 @@ "TransitionGroup.d.ts", "react-transition-group-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-transition-group/v1/tsconfig.json b/types/react-transition-group/v1/tsconfig.json index b7b4bfd758..22f6d9caeb 100644 --- a/types/react-transition-group/v1/tsconfig.json +++ b/types/react-transition-group/v1/tsconfig.json @@ -7,12 +7,19 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "jsx": "react", "baseUrl": "../../", - "typeRoots": ["../../"], + "typeRoots": [ + "../../" + ], "paths": { - "react-transition-group": ["react-transition-group/v1"], - "react-transition-group/*": ["react-transition-group/v1/*"] + "react-transition-group": [ + "react-transition-group/v1" + ], + "react-transition-group/*": [ + "react-transition-group/v1/*" + ] }, "types": [], "noEmit": true, @@ -24,4 +31,4 @@ "TransitionGroup.d.ts", "react-transition-group-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-treeview/tsconfig.json b/types/react-treeview/tsconfig.json index 62a6f93cbe..f1bf7481d5 100644 --- a/types/react-treeview/tsconfig.json +++ b/types/react-treeview/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ @@ -21,4 +22,4 @@ "index.d.ts", "react-treeview-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-truncate/tsconfig.json b/types/react-truncate/tsconfig.json index 51227d4e80..b36c957da6 100644 --- a/types/react-truncate/tsconfig.json +++ b/types/react-truncate/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "react-truncate-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-user-tour/tsconfig.json b/types/react-user-tour/tsconfig.json index 694e401c2c..032fc4c393 100644 --- a/types/react-user-tour/tsconfig.json +++ b/types/react-user-tour/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-virtual-keyboard/tsconfig.json b/types/react-virtual-keyboard/tsconfig.json index bd14b36324..b9d7188150 100644 --- a/types/react-virtual-keyboard/tsconfig.json +++ b/types/react-virtual-keyboard/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "jsx": "react", "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/react-virtualized-select/tsconfig.json b/types/react-virtualized-select/tsconfig.json index 4d528426c0..677bdcf43d 100644 --- a/types/react-virtualized-select/tsconfig.json +++ b/types/react-virtualized-select/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "react-virtualized-select-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-virtualized/tsconfig.json b/types/react-virtualized/tsconfig.json index 7e2936975f..4457f73e3d 100644 --- a/types/react-virtualized/tsconfig.json +++ b/types/react-virtualized/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "jsx": "react", "baseUrl": "../", "typeRoots": [ diff --git a/types/react-weui/tsconfig.json b/types/react-weui/tsconfig.json index 14cc063ab2..824352a6af 100644 --- a/types/react-weui/tsconfig.json +++ b/types/react-weui/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "react-weui-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/react-widgets/tsconfig.json b/types/react-widgets/tsconfig.json index 96da2ce11e..cb7126a5e5 100644 --- a/types/react-widgets/tsconfig.json +++ b/types/react-widgets/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react-youtube/tsconfig.json b/types/react-youtube/tsconfig.json index bfa6d2396a..e6ddd061cc 100644 --- a/types/react-youtube/tsconfig.json +++ b/types/react-youtube/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/react/tsconfig.json b/types/react/tsconfig.json index d2c4600811..46866c10b1 100644 --- a/types/react/tsconfig.json +++ b/types/react/tsconfig.json @@ -14,6 +14,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -23,4 +24,4 @@ "forceConsistentCasingInFileNames": true, "jsx": "preserve" } -} +} \ No newline at end of file diff --git a/types/react/v15/tsconfig.json b/types/react/v15/tsconfig.json index f6e13d14c2..f9c13ee9f2 100644 --- a/types/react/v15/tsconfig.json +++ b/types/react/v15/tsconfig.json @@ -15,10 +15,11 @@ "react": [ "react/v15" ] - }, + }, "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/reactable/tsconfig.json b/types/reactable/tsconfig.json index c3300f0e32..cf703a49d8 100644 --- a/types/reactable/tsconfig.json +++ b/types/reactable/tsconfig.json @@ -3,11 +3,12 @@ "module": "commonjs", "lib": [ "es6", - "dom" + "dom" ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "reactable-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/reactcss/tsconfig.json b/types/reactcss/tsconfig.json index 55d37b9317..770887668d 100644 --- a/types/reactcss/tsconfig.json +++ b/types/reactcss/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/reactstrap/tsconfig.json b/types/reactstrap/tsconfig.json index 593d60e0ec..eab2583792 100644 --- a/types/reactstrap/tsconfig.json +++ b/types/reactstrap/tsconfig.json @@ -1,24 +1,25 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "jsx": "react", - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "reactstrap-tests.tsx" - ] + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "jsx": "react", + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "reactstrap-tests.tsx" + ] } \ No newline at end of file diff --git a/types/read-chunk/tsconfig.json b/types/read-chunk/tsconfig.json index 72f374f6b9..041ee0f648 100644 --- a/types/read-chunk/tsconfig.json +++ b/types/read-chunk/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/read-package-tree/tsconfig.json b/types/read-package-tree/tsconfig.json index 901a9a4074..3e4f94e46c 100644 --- a/types/read-package-tree/tsconfig.json +++ b/types/read-package-tree/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "read-package-tree-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/read-pkg-up/tsconfig.json b/types/read-pkg-up/tsconfig.json index 58be3b23c7..a9c2341011 100644 --- a/types/read-pkg-up/tsconfig.json +++ b/types/read-pkg-up/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "read-pkg-up-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/read/tsconfig.json b/types/read/tsconfig.json index 634526583b..31e23cb479 100644 --- a/types/read/tsconfig.json +++ b/types/read/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/readdir-stream/tsconfig.json b/types/readdir-stream/tsconfig.json index 2a917b34a9..f4fcaeade4 100644 --- a/types/readdir-stream/tsconfig.json +++ b/types/readdir-stream/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/readline-sync/tsconfig.json b/types/readline-sync/tsconfig.json index 63e57a7ec0..24375b96f0 100644 --- a/types/readline-sync/tsconfig.json +++ b/types/readline-sync/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/realm/tsconfig.json b/types/realm/tsconfig.json index 583e188e67..877376802c 100644 --- a/types/realm/tsconfig.json +++ b/types/realm/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/reapop/tsconfig.json b/types/reapop/tsconfig.json index 4c80369b31..4ce459396a 100644 --- a/types/reapop/tsconfig.json +++ b/types/reapop/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "reapop-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/rebass/tsconfig.json b/types/rebass/tsconfig.json index a1d0e53f4e..080a1661b3 100644 --- a/types/rebass/tsconfig.json +++ b/types/rebass/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/recaptcha/tsconfig.json b/types/recaptcha/tsconfig.json index b75f52a9f8..3fb78fba81 100644 --- a/types/recaptcha/tsconfig.json +++ b/types/recaptcha/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/recase/tsconfig.json b/types/recase/tsconfig.json index fe94c39f52..3f0d64b1f1 100644 --- a/types/recase/tsconfig.json +++ b/types/recase/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "recase-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/recharts/tsconfig.json b/types/recharts/tsconfig.json index 1bd69f0d1e..9c1f91ee8c 100644 --- a/types/recharts/tsconfig.json +++ b/types/recharts/tsconfig.json @@ -1,24 +1,25 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "jsx": "react", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "recharts-tests.tsx" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "jsx": "react", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "recharts-tests.tsx" + ] +} \ No newline at end of file diff --git a/types/recompose/tsconfig.json b/types/recompose/tsconfig.json index f457850be5..4c56e4b125 100644 --- a/types/recompose/tsconfig.json +++ b/types/recompose/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/reconnectingwebsocket/tsconfig.json b/types/reconnectingwebsocket/tsconfig.json index 5810760606..da8f1df1aa 100644 --- a/types/reconnectingwebsocket/tsconfig.json +++ b/types/reconnectingwebsocket/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "reconnectingwebsocket-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/recursive-readdir/tsconfig.json b/types/recursive-readdir/tsconfig.json index 3fc7f0590f..f1304716ce 100644 --- a/types/recursive-readdir/tsconfig.json +++ b/types/recursive-readdir/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "recursive-readdir-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/recursive-readdir/v1/tsconfig.json b/types/recursive-readdir/v1/tsconfig.json index 1cb22bfc3c..e87a74efb6 100644 --- a/types/recursive-readdir/v1/tsconfig.json +++ b/types/recursive-readdir/v1/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "recursive-readdir": [ "recursive-readdir/v1" ] + "recursive-readdir": [ + "recursive-readdir/v1" + ] }, "types": [], "noEmit": true, @@ -22,4 +25,4 @@ "index.d.ts", "recursive-readdir-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/redis-mock/tsconfig.json b/types/redis-mock/tsconfig.json index 84f6e085c4..0805bfe42f 100644 --- a/types/redis-mock/tsconfig.json +++ b/types/redis-mock/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "redis-mock-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/redis-rate-limiter/tsconfig.json b/types/redis-rate-limiter/tsconfig.json index c3258cf3d9..67b67da4d0 100644 --- a/types/redis-rate-limiter/tsconfig.json +++ b/types/redis-rate-limiter/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/redis-scripto/tsconfig.json b/types/redis-scripto/tsconfig.json index 28581baedc..23c922eaf8 100644 --- a/types/redis-scripto/tsconfig.json +++ b/types/redis-scripto/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/redis/tsconfig.json b/types/redis/tsconfig.json index 68bf431633..e79b038103 100644 --- a/types/redis/tsconfig.json +++ b/types/redis/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/redlock/tsconfig.json b/types/redlock/tsconfig.json index dff5c324f6..4b4801f74c 100644 --- a/types/redlock/tsconfig.json +++ b/types/redlock/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "redlock-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/redlock/v2/tsconfig.json b/types/redlock/v2/tsconfig.json index 0ae54b3474..8efab0972e 100644 --- a/types/redlock/v2/tsconfig.json +++ b/types/redlock/v2/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "redlock": [ "redlock/v2" ] + "redlock": [ + "redlock/v2" + ] }, "types": [], "noEmit": true, @@ -22,4 +25,4 @@ "index.d.ts", "redlock-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/reduce-reducers/tsconfig.json b/types/reduce-reducers/tsconfig.json index d7ca486716..938f4e9c10 100644 --- a/types/reduce-reducers/tsconfig.json +++ b/types/reduce-reducers/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "reduce-reducers-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/redux-action-utils/tsconfig.json b/types/redux-action-utils/tsconfig.json index f4251ee766..a4d94be1cd 100644 --- a/types/redux-action-utils/tsconfig.json +++ b/types/redux-action-utils/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/redux-action/tsconfig.json b/types/redux-action/tsconfig.json index 0acc89b041..779d9d65a8 100644 --- a/types/redux-action/tsconfig.json +++ b/types/redux-action/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "redux-action-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/redux-actions/tsconfig.json b/types/redux-actions/tsconfig.json index 56c720e972..ea4f7f1a53 100644 --- a/types/redux-actions/tsconfig.json +++ b/types/redux-actions/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/redux-auth-wrapper/tsconfig.json b/types/redux-auth-wrapper/tsconfig.json index fa3eff7c5c..22ce438a7b 100644 --- a/types/redux-auth-wrapper/tsconfig.json +++ b/types/redux-auth-wrapper/tsconfig.json @@ -8,8 +8,11 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, @@ -25,4 +28,4 @@ "index.d.ts", "redux-auth-wrapper-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/redux-auth-wrapper/v1/tsconfig.json b/types/redux-auth-wrapper/v1/tsconfig.json index ec5711a05e..cafddbaf87 100644 --- a/types/redux-auth-wrapper/v1/tsconfig.json +++ b/types/redux-auth-wrapper/v1/tsconfig.json @@ -8,15 +8,22 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "types": [], "paths": { - "history": ["history/v3"], - "history/*": ["history/v3/*"], - "redux-auth-wrapper": ["redux-auth-wrapper/v1"] + "history": [ + "history/v3" + ], + "history/*": [ + "history/v3/*" + ], + "redux-auth-wrapper": [ + "redux-auth-wrapper/v1" + ] }, "noEmit": true, "forceConsistentCasingInFileNames": true, @@ -26,4 +33,4 @@ "index.d.ts", "redux-auth-wrapper-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/redux-batched-subscribe/tsconfig.json b/types/redux-batched-subscribe/tsconfig.json index 80aea65c77..81ec34caf6 100644 --- a/types/redux-batched-subscribe/tsconfig.json +++ b/types/redux-batched-subscribe/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "redux-batched-subscribe-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/redux-bootstrap/tsconfig.json b/types/redux-bootstrap/tsconfig.json index cca0524f9c..d9dc59cfdd 100644 --- a/types/redux-bootstrap/tsconfig.json +++ b/types/redux-bootstrap/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "redux-bootstrap-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/redux-debounced/tsconfig.json b/types/redux-debounced/tsconfig.json index 4b1878495f..88d5f414c2 100644 --- a/types/redux-debounced/tsconfig.json +++ b/types/redux-debounced/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/redux-devtools-dock-monitor/tsconfig.json b/types/redux-devtools-dock-monitor/tsconfig.json index cadbae24ba..23b61b4e99 100644 --- a/types/redux-devtools-dock-monitor/tsconfig.json +++ b/types/redux-devtools-dock-monitor/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/redux-devtools-log-monitor/tsconfig.json b/types/redux-devtools-log-monitor/tsconfig.json index 6744123285..e7d0f18465 100644 --- a/types/redux-devtools-log-monitor/tsconfig.json +++ b/types/redux-devtools-log-monitor/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/redux-devtools/tsconfig.json b/types/redux-devtools/tsconfig.json index 887dc97f89..81b47be2b4 100644 --- a/types/redux-devtools/tsconfig.json +++ b/types/redux-devtools/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ diff --git a/types/redux-doghouse/tsconfig.json b/types/redux-doghouse/tsconfig.json index 122bb36672..5eac70b6a7 100644 --- a/types/redux-doghouse/tsconfig.json +++ b/types/redux-doghouse/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "redux-doghouse-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/redux-first-router-link/tsconfig.json b/types/redux-first-router-link/tsconfig.json index ea8c862f20..ed8cc75176 100644 --- a/types/redux-first-router-link/tsconfig.json +++ b/types/redux-first-router-link/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "redux-first-router-link-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/redux-first-router/tsconfig.json b/types/redux-first-router/tsconfig.json index 5a77030d83..98d9d3cb7c 100644 --- a/types/redux-first-router/tsconfig.json +++ b/types/redux-first-router/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "redux-first-router-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/redux-form/tsconfig.json b/types/redux-form/tsconfig.json index e91a2228b8..ea57d2a38a 100644 --- a/types/redux-form/tsconfig.json +++ b/types/redux-form/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ @@ -36,4 +37,4 @@ "lib/selectors.d.ts", "lib/SubmissionError.d.ts" ] -} +} \ No newline at end of file diff --git a/types/redux-form/v4/tsconfig.json b/types/redux-form/v4/tsconfig.json index 26861a00e5..c93094c30e 100644 --- a/types/redux-form/v4/tsconfig.json +++ b/types/redux-form/v4/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/redux-form/v6/tsconfig.json b/types/redux-form/v6/tsconfig.json index 8dbb830b68..c4c9025157 100644 --- a/types/redux-form/v6/tsconfig.json +++ b/types/redux-form/v6/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "jsx": "react", "baseUrl": "../../", "typeRoots": [ @@ -16,8 +17,12 @@ ], "types": [], "paths": { - "redux-form": ["redux-form/v6"], - "redux-form/*": ["redux-form/v6/*"] + "redux-form": [ + "redux-form/v6" + ], + "redux-form/*": [ + "redux-form/v6/*" + ] }, "noEmit": true, "forceConsistentCasingInFileNames": true @@ -26,4 +31,4 @@ "index.d.ts", "redux-form-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/redux-immutable-state-invariant/tsconfig.json b/types/redux-immutable-state-invariant/tsconfig.json index 0ff12cf95e..040146ce54 100644 --- a/types/redux-immutable-state-invariant/tsconfig.json +++ b/types/redux-immutable-state-invariant/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/redux-immutable/tsconfig.json b/types/redux-immutable/tsconfig.json index d895744905..8236260774 100644 --- a/types/redux-immutable/tsconfig.json +++ b/types/redux-immutable/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/redux-infinite-scroll/tsconfig.json b/types/redux-infinite-scroll/tsconfig.json index 5f1761a49c..e2e6972d28 100644 --- a/types/redux-infinite-scroll/tsconfig.json +++ b/types/redux-infinite-scroll/tsconfig.json @@ -1,10 +1,14 @@ { "compilerOptions": { "module": "commonjs", - "lib": [ "es6", "dom" ], + "lib": [ + "es6", + "dom" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ @@ -17,6 +21,5 @@ "files": [ "index.d.ts", "redux-infinite-scroll-tests.tsx" - ] } \ No newline at end of file diff --git a/types/redux-localstorage-debounce/tsconfig.json b/types/redux-localstorage-debounce/tsconfig.json index de9e528090..bcb66cf55f 100644 --- a/types/redux-localstorage-debounce/tsconfig.json +++ b/types/redux-localstorage-debounce/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/redux-localstorage-filter/tsconfig.json b/types/redux-localstorage-filter/tsconfig.json index ff32cb9e77..e9fe93855f 100644 --- a/types/redux-localstorage-filter/tsconfig.json +++ b/types/redux-localstorage-filter/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/redux-localstorage/tsconfig.json b/types/redux-localstorage/tsconfig.json index 36c6c8274d..06f38e605b 100644 --- a/types/redux-localstorage/tsconfig.json +++ b/types/redux-localstorage/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/redux-logger/tsconfig.json b/types/redux-logger/tsconfig.json index 3aca2ed3f7..7441f646d7 100644 --- a/types/redux-logger/tsconfig.json +++ b/types/redux-logger/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/redux-mock-store/tsconfig.json b/types/redux-mock-store/tsconfig.json index c8448e51d7..4324410e6a 100644 --- a/types/redux-mock-store/tsconfig.json +++ b/types/redux-mock-store/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/redux-optimistic-ui/tsconfig.json b/types/redux-optimistic-ui/tsconfig.json index abd42681ee..65208605a4 100644 --- a/types/redux-optimistic-ui/tsconfig.json +++ b/types/redux-optimistic-ui/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/redux-pack/tsconfig.json b/types/redux-pack/tsconfig.json index cd4b958eb7..bd6f463e9f 100644 --- a/types/redux-pack/tsconfig.json +++ b/types/redux-pack/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "redux-pack-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/redux-persist-transform-encrypt/tsconfig.json b/types/redux-persist-transform-encrypt/tsconfig.json index e101982e56..b5408e3bcc 100644 --- a/types/redux-persist-transform-encrypt/tsconfig.json +++ b/types/redux-persist-transform-encrypt/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -22,4 +23,4 @@ "index.d.ts", "redux-persist-transform-encrypt-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/redux-persist-transform-filter/tsconfig.json b/types/redux-persist-transform-filter/tsconfig.json index a8f712550c..9055213c6e 100644 --- a/types/redux-persist-transform-filter/tsconfig.json +++ b/types/redux-persist-transform-filter/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "redux-persist-transform-filter-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/redux-promise-middleware/tsconfig.json b/types/redux-promise-middleware/tsconfig.json index 0d4adaee3d..dd3a20f59c 100644 --- a/types/redux-promise-middleware/tsconfig.json +++ b/types/redux-promise-middleware/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/redux-promise/tsconfig.json b/types/redux-promise/tsconfig.json index f17e52e096..497d126d7c 100644 --- a/types/redux-promise/tsconfig.json +++ b/types/redux-promise/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/redux-recycle/tsconfig.json b/types/redux-recycle/tsconfig.json index 60718a1fa3..32970840b6 100644 --- a/types/redux-recycle/tsconfig.json +++ b/types/redux-recycle/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/redux-router/tsconfig.json b/types/redux-router/tsconfig.json index 10120c4840..766e518a6d 100644 --- a/types/redux-router/tsconfig.json +++ b/types/redux-router/tsconfig.json @@ -8,10 +8,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "paths": { - "history": ["history/v2"], - "react-router": ["react-router/v2"] + "history": [ + "history/v2" + ], + "react-router": [ + "react-router/v2" + ] }, "typeRoots": [ "../" @@ -24,4 +29,4 @@ "index.d.ts", "redux-router-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/redux-storage-engine-jsurl/tsconfig.json b/types/redux-storage-engine-jsurl/tsconfig.json index 00030b545e..a2582f5934 100644 --- a/types/redux-storage-engine-jsurl/tsconfig.json +++ b/types/redux-storage-engine-jsurl/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "redux-storage-engine-jsurl-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "redux-storage-engine-jsurl-tests.ts" + ] +} \ No newline at end of file diff --git a/types/redux-storage/tsconfig.json b/types/redux-storage/tsconfig.json index 1a5c88a9bb..420cfbf70d 100644 --- a/types/redux-storage/tsconfig.json +++ b/types/redux-storage/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/redux-ui/tsconfig.json b/types/redux-ui/tsconfig.json index 3449a58d93..bcc9a33a4c 100644 --- a/types/redux-ui/tsconfig.json +++ b/types/redux-ui/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ref-array/tsconfig.json b/types/ref-array/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/ref-array/tsconfig.json +++ b/types/ref-array/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ref-struct/tsconfig.json b/types/ref-struct/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/ref-struct/tsconfig.json +++ b/types/ref-struct/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ref-union/tsconfig.json b/types/ref-union/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/ref-union/tsconfig.json +++ b/types/ref-union/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ref/tsconfig.json b/types/ref/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/ref/tsconfig.json +++ b/types/ref/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/reflect-metadata/tsconfig.json b/types/reflect-metadata/tsconfig.json index b30f6c6282..6fa34eba8e 100644 --- a/types/reflect-metadata/tsconfig.json +++ b/types/reflect-metadata/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/reflux/tsconfig.json b/types/reflux/tsconfig.json index dd4b46b6d9..3ef22150e4 100644 --- a/types/reflux/tsconfig.json +++ b/types/reflux/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/relateurl/tsconfig.json b/types/relateurl/tsconfig.json index cde924b0b6..83c12cc2b8 100644 --- a/types/relateurl/tsconfig.json +++ b/types/relateurl/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/relaxed-json/tsconfig.json b/types/relaxed-json/tsconfig.json index 235aa056fa..2f6aff8f29 100644 --- a/types/relaxed-json/tsconfig.json +++ b/types/relaxed-json/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "relaxed-json-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/remote-redux-devtools/tsconfig.json b/types/remote-redux-devtools/tsconfig.json index d38d13a996..fcf29900c5 100644 --- a/types/remote-redux-devtools/tsconfig.json +++ b/types/remote-redux-devtools/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "remote-redux-devtools-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/remove-markdown/tsconfig.json b/types/remove-markdown/tsconfig.json index 5b65d8fd41..499c750dbf 100644 --- a/types/remove-markdown/tsconfig.json +++ b/types/remove-markdown/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "remove-markdown-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/replace-ext/tsconfig.json b/types/replace-ext/tsconfig.json index 3863e37348..571be7234b 100644 --- a/types/replace-ext/tsconfig.json +++ b/types/replace-ext/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/request-ip/tsconfig.json b/types/request-ip/tsconfig.json index 79c2d23ce6..c7f452cb05 100644 --- a/types/request-ip/tsconfig.json +++ b/types/request-ip/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/request-promise-native/tsconfig.json b/types/request-promise-native/tsconfig.json index ef805e5515..f4369116db 100644 --- a/types/request-promise-native/tsconfig.json +++ b/types/request-promise-native/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/request-promise/tsconfig.json b/types/request-promise/tsconfig.json index d1a446f125..fc7e5e29e7 100644 --- a/types/request-promise/tsconfig.json +++ b/types/request-promise/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/request/tsconfig.json b/types/request/tsconfig.json index 284e49ce77..4f51c5bc65 100644 --- a/types/request/tsconfig.json +++ b/types/request/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/requestretry/tsconfig.json b/types/requestretry/tsconfig.json index aa47fddbed..9bc3b6fce9 100644 --- a/types/requestretry/tsconfig.json +++ b/types/requestretry/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "requestretry-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/require-directory/tsconfig.json b/types/require-directory/tsconfig.json index 95719c2b0c..ce9a3901a7 100644 --- a/types/require-directory/tsconfig.json +++ b/types/require-directory/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "require-directory-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/require-from-string/tsconfig.json b/types/require-from-string/tsconfig.json index cb876e2322..b95716556a 100644 --- a/types/require-from-string/tsconfig.json +++ b/types/require-from-string/tsconfig.json @@ -1,15 +1,23 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6"], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, - "files": ["index.d.ts", "require-from-string-tests.ts"] -} + "files": [ + "index.d.ts", + "require-from-string-tests.ts" + ] +} \ No newline at end of file diff --git a/types/requirejs-domready/tsconfig.json b/types/requirejs-domready/tsconfig.json index e3dc1ae28b..b73018a5f5 100644 --- a/types/requirejs-domready/tsconfig.json +++ b/types/requirejs-domready/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/requirejs/tsconfig.json b/types/requirejs/tsconfig.json index dc39908c79..fdbc1258c3 100644 --- a/types/requirejs/tsconfig.json +++ b/types/requirejs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/resemblejs/tsconfig.json b/types/resemblejs/tsconfig.json index 3066fdb276..6150ee7e8a 100644 --- a/types/resemblejs/tsconfig.json +++ b/types/resemblejs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/resolve-from/tsconfig.json b/types/resolve-from/tsconfig.json index 566411d37b..b1d826c64c 100644 --- a/types/resolve-from/tsconfig.json +++ b/types/resolve-from/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/resolve/tsconfig.json b/types/resolve/tsconfig.json index c2256b46eb..6623771719 100644 --- a/types/resolve/tsconfig.json +++ b/types/resolve/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/response-time/tsconfig.json b/types/response-time/tsconfig.json index 7bd3a13a25..ddbe6803cc 100644 --- a/types/response-time/tsconfig.json +++ b/types/response-time/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rest/tsconfig.json b/types/rest/tsconfig.json index 656d3f1de0..b200960527 100644 --- a/types/rest/tsconfig.json +++ b/types/rest/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/restangular/tsconfig.json b/types/restangular/tsconfig.json index df878fb04c..18f92d2baa 100644 --- a/types/restangular/tsconfig.json +++ b/types/restangular/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/restful.js/tsconfig.json b/types/restful.js/tsconfig.json index 2a1f15e359..f98da1a8a2 100644 --- a/types/restful.js/tsconfig.json +++ b/types/restful.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/restify-cors-middleware/tsconfig.json b/types/restify-cors-middleware/tsconfig.json index ba47700d0a..3d13513211 100644 --- a/types/restify-cors-middleware/tsconfig.json +++ b/types/restify-cors-middleware/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "restify-cors-middleware-tests.ts" - ] + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "restify-cors-middleware-tests.ts" + ] } \ No newline at end of file diff --git a/types/restify-errors/tsconfig.json b/types/restify-errors/tsconfig.json index 11cc40f24f..6d070b59f0 100644 --- a/types/restify-errors/tsconfig.json +++ b/types/restify-errors/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "restify-errors-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/restify-plugins/tsconfig.json b/types/restify-plugins/tsconfig.json index c6b226b64b..4974138ac0 100644 --- a/types/restify-plugins/tsconfig.json +++ b/types/restify-plugins/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/restify/tsconfig.json b/types/restify/tsconfig.json index 22c95b0fd2..8611e47590 100644 --- a/types/restify/tsconfig.json +++ b/types/restify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "restify-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/restify/v4/tsconfig.json b/types/restify/v4/tsconfig.json index dae2203c7e..8b0d3d4f3e 100644 --- a/types/restify/v4/tsconfig.json +++ b/types/restify/v4/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "restify": [ "restify/v4" ] + "restify": [ + "restify/v4" + ] }, "types": [], "noEmit": true, @@ -22,4 +25,4 @@ "index.d.ts", "restify-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/restler/tsconfig.json b/types/restler/tsconfig.json index 907305699c..543b0a642f 100644 --- a/types/restler/tsconfig.json +++ b/types/restler/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/restling/tsconfig.json b/types/restling/tsconfig.json index d36e06acab..a508594ae4 100644 --- a/types/restling/tsconfig.json +++ b/types/restling/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "restling-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/resumablejs/tsconfig.json b/types/resumablejs/tsconfig.json index a3d0c254f2..1f4d1bb532 100644 --- a/types/resumablejs/tsconfig.json +++ b/types/resumablejs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rethinkdb/tsconfig.json b/types/rethinkdb/tsconfig.json index cd81477b9f..8573222bd2 100644 --- a/types/rethinkdb/tsconfig.json +++ b/types/rethinkdb/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "rethinkdb-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/retry/tsconfig.json b/types/retry/tsconfig.json index 2e8020ea20..6e2c5d42d2 100644 --- a/types/retry/tsconfig.json +++ b/types/retry/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es5" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "retry-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es5" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "retry-tests.ts" + ] +} \ No newline at end of file diff --git a/types/rev-hash/tsconfig.json b/types/rev-hash/tsconfig.json index 5cb85dd768..1c473c7a2c 100644 --- a/types/rev-hash/tsconfig.json +++ b/types/rev-hash/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "rev-hash-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/revalidate/tsconfig.json b/types/revalidate/tsconfig.json index 3c031968d3..60d404aab4 100644 --- a/types/revalidate/tsconfig.json +++ b/types/revalidate/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "revalidate-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/revalidator/tsconfig.json b/types/revalidator/tsconfig.json index 448d00d24e..13116d109b 100644 --- a/types/revalidator/tsconfig.json +++ b/types/revalidator/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/reveal/tsconfig.json b/types/reveal/tsconfig.json index 22ce8167e0..5ba4adb5fa 100644 --- a/types/reveal/tsconfig.json +++ b/types/reveal/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rewire/tsconfig.json b/types/rewire/tsconfig.json index 5e4c5549b4..5c9bf9f935 100644 --- a/types/rewire/tsconfig.json +++ b/types/rewire/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rfc2047/tsconfig.json b/types/rfc2047/tsconfig.json index ddcd538656..ab87f15e17 100644 --- a/types/rfc2047/tsconfig.json +++ b/types/rfc2047/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "rfc2047-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/rheostat/tsconfig.json b/types/rheostat/tsconfig.json index 384dce128d..649628d0d8 100644 --- a/types/rheostat/tsconfig.json +++ b/types/rheostat/tsconfig.json @@ -1,21 +1,25 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": ["es6", "dom"], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "jsx": "react", - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "rheostat-tests.tsx" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "jsx": "react", + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "rheostat-tests.tsx" + ] +} \ No newline at end of file diff --git a/types/rickshaw/tsconfig.json b/types/rickshaw/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/rickshaw/tsconfig.json +++ b/types/rickshaw/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rimraf/tsconfig.json b/types/rimraf/tsconfig.json index 12a5f5d98f..94fee2f1a2 100644 --- a/types/rimraf/tsconfig.json +++ b/types/rimraf/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/riot-api-nodejs/tsconfig.json b/types/riot-api-nodejs/tsconfig.json index d86f96b3d3..3353d42a62 100644 --- a/types/riot-api-nodejs/tsconfig.json +++ b/types/riot-api-nodejs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/riot-games-api/tsconfig.json b/types/riot-games-api/tsconfig.json index 3058dbd249..7cebc7c3eb 100644 --- a/types/riot-games-api/tsconfig.json +++ b/types/riot-games-api/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/riot/tsconfig.json b/types/riot/tsconfig.json index c1ce29d0cb..88cbc64261 100644 --- a/types/riot/tsconfig.json +++ b/types/riot/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "riot-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/riotcontrol/tsconfig.json b/types/riotcontrol/tsconfig.json index e39e995419..19ef4295e1 100644 --- a/types/riotcontrol/tsconfig.json +++ b/types/riotcontrol/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/riotjs/tsconfig.json b/types/riotjs/tsconfig.json index 1a4f9346d9..a0456ffb47 100644 --- a/types/riotjs/tsconfig.json +++ b/types/riotjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rison/tsconfig.json b/types/rison/tsconfig.json index c06f280e25..2fc235e21a 100644 --- a/types/rison/tsconfig.json +++ b/types/rison/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rivets/tsconfig.json b/types/rivets/tsconfig.json index 084584503e..89bdb805b0 100644 --- a/types/rivets/tsconfig.json +++ b/types/rivets/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rollup/tsconfig.json b/types/rollup/tsconfig.json index 7c7b4dd5c5..2fad31b1b1 100644 --- a/types/rollup/tsconfig.json +++ b/types/rollup/tsconfig.json @@ -2,12 +2,17 @@ "compilerOptions": { "module": "commonjs", "target": "es6", - "lib": ["es6"], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true @@ -16,4 +21,4 @@ "index.d.ts", "rollup-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ronomon__crypto-async/tsconfig.json b/types/ronomon__crypto-async/tsconfig.json index 217a5f51db..4da367a2f4 100644 --- a/types/ronomon__crypto-async/tsconfig.json +++ b/types/ronomon__crypto-async/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "ronomon__crypto-async-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/rosie/tsconfig.json b/types/rosie/tsconfig.json index b467a1513b..524ab1dd60 100644 --- a/types/rosie/tsconfig.json +++ b/types/rosie/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/roslib/tsconfig.json b/types/roslib/tsconfig.json index 04af9e15a2..32280e350a 100644 --- a/types/roslib/tsconfig.json +++ b/types/roslib/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rot-js/tsconfig.json b/types/rot-js/tsconfig.json index fb42352fb7..80c17f4094 100644 --- a/types/rot-js/tsconfig.json +++ b/types/rot-js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "rot-js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/route-parser/tsconfig.json b/types/route-parser/tsconfig.json index 89555e3656..a7a012d46a 100644 --- a/types/route-parser/tsconfig.json +++ b/types/route-parser/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/routie/tsconfig.json b/types/routie/tsconfig.json index 5937ebbe56..2c1585d546 100644 --- a/types/routie/tsconfig.json +++ b/types/routie/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/royalslider/tsconfig.json b/types/royalslider/tsconfig.json index f30477b966..e2c93f82fb 100644 --- a/types/royalslider/tsconfig.json +++ b/types/royalslider/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "royalslider-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/rpio/tsconfig.json b/types/rpio/tsconfig.json index 2b40991af3..19ccfb02da 100644 --- a/types/rpio/tsconfig.json +++ b/types/rpio/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rrc/tsconfig.json b/types/rrc/tsconfig.json index 12588363b6..bfec00e95d 100644 --- a/types/rrc/tsconfig.json +++ b/types/rrc/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "rrc-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/rrule/tsconfig.json b/types/rrule/tsconfig.json index 473e6dcbaf..3e64a1d17a 100644 --- a/types/rrule/tsconfig.json +++ b/types/rrule/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rsmq-worker/tsconfig.json b/types/rsmq-worker/tsconfig.json index 3b36947454..e7a4f1b201 100644 --- a/types/rsmq-worker/tsconfig.json +++ b/types/rsmq-worker/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rsmq/tsconfig.json b/types/rsmq/tsconfig.json index 40a5e2470b..b71ff6f366 100644 --- a/types/rsmq/tsconfig.json +++ b/types/rsmq/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rss/tsconfig.json b/types/rss/tsconfig.json index 00d3dca5b6..83cfd0b91e 100644 --- a/types/rss/tsconfig.json +++ b/types/rss/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rsvp/tsconfig.json b/types/rsvp/tsconfig.json index 4eb44a2f7d..09238278c1 100644 --- a/types/rsvp/tsconfig.json +++ b/types/rsvp/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "rsvp-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/rsync/tsconfig.json b/types/rsync/tsconfig.json index 85110bf487..cd9b0e3df1 100644 --- a/types/rsync/tsconfig.json +++ b/types/rsync/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rtree/tsconfig.json b/types/rtree/tsconfig.json index f794055b38..48b12fc5c1 100644 --- a/types/rtree/tsconfig.json +++ b/types/rtree/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/run-sequence/tsconfig.json b/types/run-sequence/tsconfig.json index 2d7e6640db..33e3e06aff 100644 --- a/types/run-sequence/tsconfig.json +++ b/types/run-sequence/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/rvo2/tsconfig.json b/types/rvo2/tsconfig.json index bf6778173d..5c3ed8e702 100644 --- a/types/rvo2/tsconfig.json +++ b/types/rvo2/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "rvo2-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/rwlock/tsconfig.json b/types/rwlock/tsconfig.json index d5eefd893d..84253a02f8 100644 --- a/types/rwlock/tsconfig.json +++ b/types/rwlock/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rx-angular/tsconfig.json b/types/rx-angular/tsconfig.json index a2944ae540..d878b590e2 100644 --- a/types/rx-angular/tsconfig.json +++ b/types/rx-angular/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rx-core-binding/tsconfig.json b/types/rx-core-binding/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/rx-core-binding/tsconfig.json +++ b/types/rx-core-binding/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rx-core/tsconfig.json b/types/rx-core/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/rx-core/tsconfig.json +++ b/types/rx-core/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rx-dom/tsconfig.json b/types/rx-dom/tsconfig.json index 3ea51547a2..90dd5bd604 100644 --- a/types/rx-dom/tsconfig.json +++ b/types/rx-dom/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rx-jquery/tsconfig.json b/types/rx-jquery/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/rx-jquery/tsconfig.json +++ b/types/rx-jquery/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rx-lite-aggregates/tsconfig.json b/types/rx-lite-aggregates/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/rx-lite-aggregates/tsconfig.json +++ b/types/rx-lite-aggregates/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rx-lite-async/tsconfig.json b/types/rx-lite-async/tsconfig.json index 2ea6c2c382..b184ac5f4d 100644 --- a/types/rx-lite-async/tsconfig.json +++ b/types/rx-lite-async/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rx-lite-backpressure/tsconfig.json b/types/rx-lite-backpressure/tsconfig.json index a5e1bd214e..635940cdc4 100644 --- a/types/rx-lite-backpressure/tsconfig.json +++ b/types/rx-lite-backpressure/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rx-lite-coincidence/tsconfig.json b/types/rx-lite-coincidence/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/rx-lite-coincidence/tsconfig.json +++ b/types/rx-lite-coincidence/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rx-lite-experimental/tsconfig.json b/types/rx-lite-experimental/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/rx-lite-experimental/tsconfig.json +++ b/types/rx-lite-experimental/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rx-lite-joinpatterns/tsconfig.json b/types/rx-lite-joinpatterns/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/rx-lite-joinpatterns/tsconfig.json +++ b/types/rx-lite-joinpatterns/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rx-lite-testing/tsconfig.json b/types/rx-lite-testing/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/rx-lite-testing/tsconfig.json +++ b/types/rx-lite-testing/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rx-lite-time/tsconfig.json b/types/rx-lite-time/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/rx-lite-time/tsconfig.json +++ b/types/rx-lite-time/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rx-lite-virtualtime/tsconfig.json b/types/rx-lite-virtualtime/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/rx-lite-virtualtime/tsconfig.json +++ b/types/rx-lite-virtualtime/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rx-lite/tsconfig.json b/types/rx-lite/tsconfig.json index dcde9b5ed9..c5dc049245 100644 --- a/types/rx-lite/tsconfig.json +++ b/types/rx-lite/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rx-node/tsconfig.json b/types/rx-node/tsconfig.json index ec43f1a7c6..c759c65804 100644 --- a/types/rx-node/tsconfig.json +++ b/types/rx-node/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rx.wamp/tsconfig.json b/types/rx.wamp/tsconfig.json index aa65ec323d..17bddf8adf 100644 --- a/types/rx.wamp/tsconfig.json +++ b/types/rx.wamp/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/rx/tsconfig.json b/types/rx/tsconfig.json index 3bc13b0278..abf333c6bf 100644 --- a/types/rx/tsconfig.json +++ b/types/rx/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/s3-upload-stream/tsconfig.json b/types/s3-upload-stream/tsconfig.json index 359cf6e23c..3fbd6ea5e7 100644 --- a/types/s3-upload-stream/tsconfig.json +++ b/types/s3-upload-stream/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/s3-uploader/tsconfig.json b/types/s3-uploader/tsconfig.json index a3670e62d2..ee4f9e2545 100644 --- a/types/s3-uploader/tsconfig.json +++ b/types/s3-uploader/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/s3rver/tsconfig.json b/types/s3rver/tsconfig.json index 734123d95e..c180ab569a 100644 --- a/types/s3rver/tsconfig.json +++ b/types/s3rver/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/safari-extension-content/tsconfig.json b/types/safari-extension-content/tsconfig.json index f3d859aef3..9ce37825af 100644 --- a/types/safari-extension-content/tsconfig.json +++ b/types/safari-extension-content/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/safari-extension/tsconfig.json b/types/safari-extension/tsconfig.json index fa776ab3fb..6e52871954 100644 --- a/types/safari-extension/tsconfig.json +++ b/types/safari-extension/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/safe-json-stringify/tsconfig.json b/types/safe-json-stringify/tsconfig.json index 41137b8bfe..eae116084a 100644 --- a/types/safe-json-stringify/tsconfig.json +++ b/types/safe-json-stringify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "safe-json-stringify-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/safe-regex/tsconfig.json b/types/safe-regex/tsconfig.json index eb2e49ef69..04fa523373 100644 --- a/types/safe-regex/tsconfig.json +++ b/types/safe-regex/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sails.io.js/tsconfig.json b/types/sails.io.js/tsconfig.json index 3265cc0d4f..5a0732ab29 100644 --- a/types/sails.io.js/tsconfig.json +++ b/types/sails.io.js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/saml2-js/tsconfig.json b/types/saml2-js/tsconfig.json index 278664ca4d..6046bc78e4 100644 --- a/types/saml2-js/tsconfig.json +++ b/types/saml2-js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/saml20/tsconfig.json b/types/saml20/tsconfig.json index e1cc76eb6c..8b84de1f06 100644 --- a/types/saml20/tsconfig.json +++ b/types/saml20/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/samlp/tsconfig.json b/types/samlp/tsconfig.json index 8d750b18e1..24ead78438 100644 --- a/types/samlp/tsconfig.json +++ b/types/samlp/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sammy/tsconfig.json b/types/sammy/tsconfig.json index 263c872869..caaa4f2c5a 100644 --- a/types/sammy/tsconfig.json +++ b/types/sammy/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sandboxed-module/tsconfig.json b/types/sandboxed-module/tsconfig.json index 6e26ababc5..51919f7b52 100644 --- a/types/sandboxed-module/tsconfig.json +++ b/types/sandboxed-module/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sane/tsconfig.json b/types/sane/tsconfig.json index b9c6dcfa3c..7bf9b5b5ee 100644 --- a/types/sane/tsconfig.json +++ b/types/sane/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "sane-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/sanitize-filename/tsconfig.json b/types/sanitize-filename/tsconfig.json index 09d90e9513..dd53a0c951 100644 --- a/types/sanitize-filename/tsconfig.json +++ b/types/sanitize-filename/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sanitize-html/tsconfig.json b/types/sanitize-html/tsconfig.json index a3303b550f..2b29336785 100644 --- a/types/sanitize-html/tsconfig.json +++ b/types/sanitize-html/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sanitizer/tsconfig.json b/types/sanitizer/tsconfig.json index ebcff7fd3b..52acfba3fd 100644 --- a/types/sanitizer/tsconfig.json +++ b/types/sanitizer/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sap__xsenv/tsconfig.json b/types/sap__xsenv/tsconfig.json index f338a2e5d8..ae69497056 100644 --- a/types/sap__xsenv/tsconfig.json +++ b/types/sap__xsenv/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sass-graph/tsconfig.json b/types/sass-graph/tsconfig.json index 3e858101f3..bc2ee4bd6f 100644 --- a/types/sass-graph/tsconfig.json +++ b/types/sass-graph/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sat/tsconfig.json b/types/sat/tsconfig.json index 202364b603..f9b3aa2f9c 100644 --- a/types/sat/tsconfig.json +++ b/types/sat/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/satnav/tsconfig.json b/types/satnav/tsconfig.json index bc37d4d061..84a0a6a1a9 100644 --- a/types/satnav/tsconfig.json +++ b/types/satnav/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sax/tsconfig.json b/types/sax/tsconfig.json index 16ab3820c4..5c19d2b034 100644 --- a/types/sax/tsconfig.json +++ b/types/sax/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/saywhen/tsconfig.json b/types/saywhen/tsconfig.json index b2221f36e1..cbec63d715 100644 --- a/types/saywhen/tsconfig.json +++ b/types/saywhen/tsconfig.json @@ -1,24 +1,25 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "forceConsistentCasingInFileNames": true, - "noImplicitAny": true, - "noImplicitThis": true, - "noUnusedParameters": false, - "noUnusedLocals": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true - }, - "files": [ - "index.d.ts", - "saywhen-tests.ts" - ] + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "forceConsistentCasingInFileNames": true, + "noImplicitAny": true, + "noImplicitThis": true, + "noUnusedParameters": false, + "noUnusedLocals": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true + }, + "files": [ + "index.d.ts", + "saywhen-tests.ts" + ] } \ No newline at end of file diff --git a/types/scalike/tsconfig.json b/types/scalike/tsconfig.json index 0496ce0e29..5340905ccc 100644 --- a/types/scalike/tsconfig.json +++ b/types/scalike/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/screenfull/tsconfig.json b/types/screenfull/tsconfig.json index a914bb689f..87cb31765a 100644 --- a/types/screenfull/tsconfig.json +++ b/types/screenfull/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/screeps-profiler/tsconfig.json b/types/screeps-profiler/tsconfig.json index 4334877022..c6043c7e53 100644 --- a/types/screeps-profiler/tsconfig.json +++ b/types/screeps-profiler/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "screeps-profiler-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/scriptjs/tsconfig.json b/types/scriptjs/tsconfig.json index a049745b83..64e1591d1a 100644 --- a/types/scriptjs/tsconfig.json +++ b/types/scriptjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/scroll-into-view/tsconfig.json b/types/scroll-into-view/tsconfig.json index 86fe762891..2c0ced7fc6 100644 --- a/types/scroll-into-view/tsconfig.json +++ b/types/scroll-into-view/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/scroller/tsconfig.json b/types/scroller/tsconfig.json index 74d413a0e8..5db383d25b 100644 --- a/types/scroller/tsconfig.json +++ b/types/scroller/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/scrollreveal/tsconfig.json b/types/scrollreveal/tsconfig.json index 19298ec469..1d562add4b 100644 --- a/types/scrollreveal/tsconfig.json +++ b/types/scrollreveal/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/scrolltofixed/tsconfig.json b/types/scrolltofixed/tsconfig.json index ba86deb895..d0d9a6559f 100644 --- a/types/scrolltofixed/tsconfig.json +++ b/types/scrolltofixed/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/scrypt-async/tsconfig.json b/types/scrypt-async/tsconfig.json index e22c6e20a1..263f2f2691 100644 --- a/types/scrypt-async/tsconfig.json +++ b/types/scrypt-async/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/seamless-immutable/tsconfig.json b/types/seamless-immutable/tsconfig.json index 8e2483cd41..a14f1a72cb 100644 --- a/types/seamless-immutable/tsconfig.json +++ b/types/seamless-immutable/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "seamless-immutable-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/seamless/tsconfig.json b/types/seamless/tsconfig.json index 183185bd9b..5d2ce0da91 100644 --- a/types/seamless/tsconfig.json +++ b/types/seamless/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/seedrandom/tsconfig.json b/types/seedrandom/tsconfig.json index c39261e8f5..ae319353c2 100644 --- a/types/seedrandom/tsconfig.json +++ b/types/seedrandom/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/segment-analytics/tsconfig.json b/types/segment-analytics/tsconfig.json index ce8f0e1ea2..97b4df7f1f 100644 --- a/types/segment-analytics/tsconfig.json +++ b/types/segment-analytics/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/select2/tsconfig.json b/types/select2/tsconfig.json index 5d7c2bc8a5..292cf878b4 100644 --- a/types/select2/tsconfig.json +++ b/types/select2/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/selectize/tsconfig.json b/types/selectize/tsconfig.json index dd26dbe3be..85e841a725 100644 --- a/types/selectize/tsconfig.json +++ b/types/selectize/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -25,4 +26,4 @@ "index.d.ts", "selectize-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/selenium-webdriver/tsconfig.json b/types/selenium-webdriver/tsconfig.json index d76ee77a23..0b343058de 100644 --- a/types/selenium-webdriver/tsconfig.json +++ b/types/selenium-webdriver/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -33,4 +34,4 @@ "test/remote.ts", "test/testing.ts" ] -} +} \ No newline at end of file diff --git a/types/selenium-webdriver/v2/tsconfig.json b/types/selenium-webdriver/v2/tsconfig.json index 2849e3669b..53d26538b0 100644 --- a/types/selenium-webdriver/v2/tsconfig.json +++ b/types/selenium-webdriver/v2/tsconfig.json @@ -8,13 +8,18 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "selenium-webdriver": ["selenium-webdriver/v2"], - "selenium-webdriver/*": ["selenium-webdriver/v2/*"] + "selenium-webdriver": [ + "selenium-webdriver/v2" + ], + "selenium-webdriver/*": [ + "selenium-webdriver/v2/*" + ] }, "types": [], "noEmit": true, diff --git a/types/semantic-ui-accordion/tsconfig.json b/types/semantic-ui-accordion/tsconfig.json index 1cf2dd2ed4..7fbe1aac16 100644 --- a/types/semantic-ui-accordion/tsconfig.json +++ b/types/semantic-ui-accordion/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "global.d.ts", "semantic-ui-accordion-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/semantic-ui-api/tsconfig.json b/types/semantic-ui-api/tsconfig.json index 660822f6c6..e12d11394d 100644 --- a/types/semantic-ui-api/tsconfig.json +++ b/types/semantic-ui-api/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "global.d.ts", "semantic-ui-api-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/semantic-ui-checkbox/tsconfig.json b/types/semantic-ui-checkbox/tsconfig.json index 5f1f5781e8..7a58bbf7d0 100644 --- a/types/semantic-ui-checkbox/tsconfig.json +++ b/types/semantic-ui-checkbox/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "global.d.ts", "semantic-ui-checkbox-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/semantic-ui-dimmer/tsconfig.json b/types/semantic-ui-dimmer/tsconfig.json index 7c4280ad64..e3dafc6576 100644 --- a/types/semantic-ui-dimmer/tsconfig.json +++ b/types/semantic-ui-dimmer/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "global.d.ts", "semantic-ui-dimmer-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/semantic-ui-dropdown/tsconfig.json b/types/semantic-ui-dropdown/tsconfig.json index 99682f13a2..eed261529b 100644 --- a/types/semantic-ui-dropdown/tsconfig.json +++ b/types/semantic-ui-dropdown/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "global.d.ts", "semantic-ui-dropdown-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/semantic-ui-embed/tsconfig.json b/types/semantic-ui-embed/tsconfig.json index 0165f1c18f..3391fdb1e0 100644 --- a/types/semantic-ui-embed/tsconfig.json +++ b/types/semantic-ui-embed/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "global.d.ts", "semantic-ui-embed-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/semantic-ui-form/tsconfig.json b/types/semantic-ui-form/tsconfig.json index 172834b107..1246f890df 100644 --- a/types/semantic-ui-form/tsconfig.json +++ b/types/semantic-ui-form/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "global.d.ts", "semantic-ui-form-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/semantic-ui-modal/tsconfig.json b/types/semantic-ui-modal/tsconfig.json index 804a53e74d..0284ee0abe 100644 --- a/types/semantic-ui-modal/tsconfig.json +++ b/types/semantic-ui-modal/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "global.d.ts", "semantic-ui-modal-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/semantic-ui-nag/tsconfig.json b/types/semantic-ui-nag/tsconfig.json index 004ccc40be..32afe86c9e 100644 --- a/types/semantic-ui-nag/tsconfig.json +++ b/types/semantic-ui-nag/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "global.d.ts", "semantic-ui-nag-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/semantic-ui-popup/tsconfig.json b/types/semantic-ui-popup/tsconfig.json index 5eb56757b3..76a26453ac 100644 --- a/types/semantic-ui-popup/tsconfig.json +++ b/types/semantic-ui-popup/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "global.d.ts", "semantic-ui-popup-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/semantic-ui-progress/tsconfig.json b/types/semantic-ui-progress/tsconfig.json index 258d157912..d39cf7965a 100644 --- a/types/semantic-ui-progress/tsconfig.json +++ b/types/semantic-ui-progress/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "global.d.ts", "semantic-ui-progress-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/semantic-ui-rating/tsconfig.json b/types/semantic-ui-rating/tsconfig.json index d3590d5b76..9d971238f4 100644 --- a/types/semantic-ui-rating/tsconfig.json +++ b/types/semantic-ui-rating/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "global.d.ts", "semantic-ui-rating-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/semantic-ui-search/tsconfig.json b/types/semantic-ui-search/tsconfig.json index b6fca8e0e6..6531032b45 100644 --- a/types/semantic-ui-search/tsconfig.json +++ b/types/semantic-ui-search/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "global.d.ts", "semantic-ui-search-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/semantic-ui-shape/tsconfig.json b/types/semantic-ui-shape/tsconfig.json index 80aca84e86..a18daa3e72 100644 --- a/types/semantic-ui-shape/tsconfig.json +++ b/types/semantic-ui-shape/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "global.d.ts", "semantic-ui-shape-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/semantic-ui-sidebar/tsconfig.json b/types/semantic-ui-sidebar/tsconfig.json index 250b2dfae1..0dedadb3f6 100644 --- a/types/semantic-ui-sidebar/tsconfig.json +++ b/types/semantic-ui-sidebar/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "global.d.ts", "semantic-ui-sidebar-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/semantic-ui-site/tsconfig.json b/types/semantic-ui-site/tsconfig.json index 0ea895173c..1731e241ee 100644 --- a/types/semantic-ui-site/tsconfig.json +++ b/types/semantic-ui-site/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "global.d.ts", "semantic-ui-site-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/semantic-ui-sticky/tsconfig.json b/types/semantic-ui-sticky/tsconfig.json index 8a60c43a02..21deb1a613 100644 --- a/types/semantic-ui-sticky/tsconfig.json +++ b/types/semantic-ui-sticky/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "global.d.ts", "semantic-ui-sticky-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/semantic-ui-tab/tsconfig.json b/types/semantic-ui-tab/tsconfig.json index 2896defde1..b98b19dce6 100644 --- a/types/semantic-ui-tab/tsconfig.json +++ b/types/semantic-ui-tab/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "global.d.ts", "semantic-ui-tab-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/semantic-ui-transition/tsconfig.json b/types/semantic-ui-transition/tsconfig.json index bf1eaa1f28..f0309456ad 100644 --- a/types/semantic-ui-transition/tsconfig.json +++ b/types/semantic-ui-transition/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "global.d.ts", "semantic-ui-transition-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/semantic-ui-visibility/tsconfig.json b/types/semantic-ui-visibility/tsconfig.json index dcf5313a0a..91b236b867 100644 --- a/types/semantic-ui-visibility/tsconfig.json +++ b/types/semantic-ui-visibility/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "global.d.ts", "semantic-ui-visibility-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/semantic-ui/tsconfig.json b/types/semantic-ui/tsconfig.json index 510c5ecd05..1b40660b13 100644 --- a/types/semantic-ui/tsconfig.json +++ b/types/semantic-ui/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/semaphore/tsconfig.json b/types/semaphore/tsconfig.json index 64d10913c2..e7a6e01db8 100644 --- a/types/semaphore/tsconfig.json +++ b/types/semaphore/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/semver-compare/tsconfig.json b/types/semver-compare/tsconfig.json index 68a711752a..097db624ec 100644 --- a/types/semver-compare/tsconfig.json +++ b/types/semver-compare/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "semver-compare-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/semver-diff/tsconfig.json b/types/semver-diff/tsconfig.json index 199f9ac3b2..5eadf2b0bc 100644 --- a/types/semver-diff/tsconfig.json +++ b/types/semver-diff/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/semver/tsconfig.json b/types/semver/tsconfig.json index 1139cc58c5..d469c27f7b 100644 --- a/types/semver/tsconfig.json +++ b/types/semver/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "semver-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/sencha_touch/tsconfig.json b/types/sencha_touch/tsconfig.json index 4fbd567192..8f83c336bd 100644 --- a/types/sencha_touch/tsconfig.json +++ b/types/sencha_touch/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/send/tsconfig.json b/types/send/tsconfig.json index 8c484fa56f..2604b99b13 100644 --- a/types/send/tsconfig.json +++ b/types/send/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/seneca/tsconfig.json b/types/seneca/tsconfig.json index 735919a1c8..42534f118c 100644 --- a/types/seneca/tsconfig.json +++ b/types/seneca/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sequelize-fixtures/tsconfig.json b/types/sequelize-fixtures/tsconfig.json index de19e05c15..605c227eb0 100644 --- a/types/sequelize-fixtures/tsconfig.json +++ b/types/sequelize-fixtures/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sequelize/tsconfig.json b/types/sequelize/tsconfig.json index 5e393ff618..891eee0127 100644 --- a/types/sequelize/tsconfig.json +++ b/types/sequelize/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sequelize/v3/tsconfig.json b/types/sequelize/v3/tsconfig.json index 3750e0d69b..8861a2847f 100644 --- a/types/sequelize/v3/tsconfig.json +++ b/types/sequelize/v3/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/sequester/tsconfig.json b/types/sequester/tsconfig.json index 87881b4aa7..2ab8914d80 100644 --- a/types/sequester/tsconfig.json +++ b/types/sequester/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/serialize-javascript/tsconfig.json b/types/serialize-javascript/tsconfig.json index a0b35c9913..90ee4fd0e0 100644 --- a/types/serialize-javascript/tsconfig.json +++ b/types/serialize-javascript/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/serialport/tsconfig.json b/types/serialport/tsconfig.json index 72f0329252..6b45037fcb 100644 --- a/types/serialport/tsconfig.json +++ b/types/serialport/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/serve-favicon/tsconfig.json b/types/serve-favicon/tsconfig.json index 2334cc3424..bc986a0d8b 100644 --- a/types/serve-favicon/tsconfig.json +++ b/types/serve-favicon/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/serve-index/tsconfig.json b/types/serve-index/tsconfig.json index d3e7028fbb..4a9d75b807 100644 --- a/types/serve-index/tsconfig.json +++ b/types/serve-index/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/serve-static/tsconfig.json b/types/serve-static/tsconfig.json index 2b8f21cbb4..784b70c18c 100644 --- a/types/serve-static/tsconfig.json +++ b/types/serve-static/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/server-destroy/tsconfig.json b/types/server-destroy/tsconfig.json index f00147c2a8..e223a90271 100644 --- a/types/server-destroy/tsconfig.json +++ b/types/server-destroy/tsconfig.json @@ -7,11 +7,12 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], - "types": [ ], + "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, @@ -19,4 +20,4 @@ "index.d.ts", "server-destroy-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/session-file-store/tsconfig.json b/types/session-file-store/tsconfig.json index 9fd97e3168..da4459f82c 100644 --- a/types/session-file-store/tsconfig.json +++ b/types/session-file-store/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "session-file-store-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/set-cookie-parser/tsconfig.json b/types/set-cookie-parser/tsconfig.json index 8e0d94c77b..fff750b6b2 100644 --- a/types/set-cookie-parser/tsconfig.json +++ b/types/set-cookie-parser/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sha1/tsconfig.json b/types/sha1/tsconfig.json index dbd1f7997e..66d7c98c86 100644 --- a/types/sha1/tsconfig.json +++ b/types/sha1/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/shallowequal/tsconfig.json b/types/shallowequal/tsconfig.json index 8f1898e84a..de32c6c47b 100644 --- a/types/shallowequal/tsconfig.json +++ b/types/shallowequal/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/shapefile/tsconfig.json b/types/shapefile/tsconfig.json index 9d9b6ac676..86a07711b7 100644 --- a/types/shapefile/tsconfig.json +++ b/types/shapefile/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sharedworker/tsconfig.json b/types/sharedworker/tsconfig.json index cbf986bba0..70a245cd0b 100644 --- a/types/sharedworker/tsconfig.json +++ b/types/sharedworker/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sharepoint/tsconfig.json b/types/sharepoint/tsconfig.json index 74acd996fe..d14ec5c043 100644 --- a/types/sharepoint/tsconfig.json +++ b/types/sharepoint/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sharp-timer/tsconfig.json b/types/sharp-timer/tsconfig.json index ffaeaf9685..b7ab232b28 100644 --- a/types/sharp-timer/tsconfig.json +++ b/types/sharp-timer/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "sharp-timer-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "sharp-timer-tests.ts" + ] +} \ No newline at end of file diff --git a/types/sharp-timer/v0/tsconfig.json b/types/sharp-timer/v0/tsconfig.json index 37520d93f4..423755928a 100644 --- a/types/sharp-timer/v0/tsconfig.json +++ b/types/sharp-timer/v0/tsconfig.json @@ -1,27 +1,28 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../../", - "typeRoots": [ - "../../" - ], - "paths": { - "sharp-timer": [ - "sharp-timer/v0" - ] + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../../", + "typeRoots": [ + "../../" + ], + "paths": { + "sharp-timer": [ + "sharp-timer/v0" + ] + }, + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true }, - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "sharp-timer-tests.ts" - ] -} + "files": [ + "index.d.ts", + "sharp-timer-tests.ts" + ] +} \ No newline at end of file diff --git a/types/sharp/tsconfig.json b/types/sharp/tsconfig.json index eafee068c7..47060ab248 100644 --- a/types/sharp/tsconfig.json +++ b/types/sharp/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sheetify/tsconfig.json b/types/sheetify/tsconfig.json index dc5d92fa24..7766333ac2 100644 --- a/types/sheetify/tsconfig.json +++ b/types/sheetify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/shell-escape/tsconfig.json b/types/shell-escape/tsconfig.json index d457fd7855..98a8c3ebea 100644 --- a/types/shell-escape/tsconfig.json +++ b/types/shell-escape/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "shell-escape-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/shell-quote/tsconfig.json b/types/shell-quote/tsconfig.json index f4db2c63ff..f0fbfe221c 100644 --- a/types/shell-quote/tsconfig.json +++ b/types/shell-quote/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/shelljs/tsconfig.json b/types/shelljs/tsconfig.json index a66a7f15bb..7343a42a7e 100644 --- a/types/shelljs/tsconfig.json +++ b/types/shelljs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/shipit-utils/tsconfig.json b/types/shipit-utils/tsconfig.json index d2fdb45d17..f3bcf2485b 100644 --- a/types/shipit-utils/tsconfig.json +++ b/types/shipit-utils/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "shipit-utils-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "shipit-utils-tests.ts" + ] +} \ No newline at end of file diff --git a/types/shipit/tsconfig.json b/types/shipit/tsconfig.json index 17049e7271..a9df5d067d 100644 --- a/types/shipit/tsconfig.json +++ b/types/shipit/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "shipit-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "shipit-tests.ts" + ] +} \ No newline at end of file diff --git a/types/shopify-buy/tsconfig.json b/types/shopify-buy/tsconfig.json index f8019cfc27..0b825b7bce 100644 --- a/types/shopify-buy/tsconfig.json +++ b/types/shopify-buy/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/shortid/tsconfig.json b/types/shortid/tsconfig.json index dfe0b80c8d..290e89d36b 100644 --- a/types/shortid/tsconfig.json +++ b/types/shortid/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/shot/tsconfig.json b/types/shot/tsconfig.json index eb876b2143..d04d18c38b 100644 --- a/types/shot/tsconfig.json +++ b/types/shot/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/should-promised/tsconfig.json b/types/should-promised/tsconfig.json index 626403ff2d..fc192e4140 100644 --- a/types/should-promised/tsconfig.json +++ b/types/should-promised/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/should/tsconfig.json b/types/should/tsconfig.json index 42bed321bc..2e4d8cdeed 100644 --- a/types/should/tsconfig.json +++ b/types/should/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/showdown/tsconfig.json b/types/showdown/tsconfig.json index 348c4aedc9..a59161d9be 100644 --- a/types/showdown/tsconfig.json +++ b/types/showdown/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/shuffle-array/tsconfig.json b/types/shuffle-array/tsconfig.json index 6dea54fc87..d827278def 100644 --- a/types/shuffle-array/tsconfig.json +++ b/types/shuffle-array/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/siema/tsconfig.json b/types/siema/tsconfig.json index 27e9ba3edc..4fe63d2a73 100644 --- a/types/siema/tsconfig.json +++ b/types/siema/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/siesta/tsconfig.json b/types/siesta/tsconfig.json index 712b4c7074..f95db413fb 100644 --- a/types/siesta/tsconfig.json +++ b/types/siesta/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sigmajs/tsconfig.json b/types/sigmajs/tsconfig.json index b8f105a5f5..b97df29ddf 100644 --- a/types/sigmajs/tsconfig.json +++ b/types/sigmajs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sigmund/tsconfig.json b/types/sigmund/tsconfig.json index a80f97df8b..e9afeef691 100644 --- a/types/sigmund/tsconfig.json +++ b/types/sigmund/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "sigmund-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/signalr-no-jquery/tsconfig.json b/types/signalr-no-jquery/tsconfig.json index ce6cbedc80..43b6a8ee0d 100644 --- a/types/signalr-no-jquery/tsconfig.json +++ b/types/signalr-no-jquery/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/signalr/tsconfig.json b/types/signalr/tsconfig.json index e081470409..8a10547fd6 100644 --- a/types/signalr/tsconfig.json +++ b/types/signalr/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/signalr/v1/tsconfig.json b/types/signalr/v1/tsconfig.json index 65ec4b6bb6..1650a8f9b9 100644 --- a/types/signalr/v1/tsconfig.json +++ b/types/signalr/v1/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/signals/tsconfig.json b/types/signals/tsconfig.json index 84187b7918..2b3b16639c 100644 --- a/types/signals/tsconfig.json +++ b/types/signals/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/signature_pad/tsconfig.json b/types/signature_pad/tsconfig.json index 289b91c163..a20f8b2dfe 100644 --- a/types/signature_pad/tsconfig.json +++ b/types/signature_pad/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/simple-assign/tsconfig.json b/types/simple-assign/tsconfig.json index 7c715b3b05..000826bf23 100644 --- a/types/simple-assign/tsconfig.json +++ b/types/simple-assign/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/simple-cw-node/tsconfig.json b/types/simple-cw-node/tsconfig.json index 6e0fbf0bee..360dbd62bb 100644 --- a/types/simple-cw-node/tsconfig.json +++ b/types/simple-cw-node/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/simple-mock/tsconfig.json b/types/simple-mock/tsconfig.json index 6a37c37525..8d9ce9318c 100644 --- a/types/simple-mock/tsconfig.json +++ b/types/simple-mock/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/simple-oauth2/tsconfig.json b/types/simple-oauth2/tsconfig.json index 61a1370a82..c42e2834d6 100644 --- a/types/simple-oauth2/tsconfig.json +++ b/types/simple-oauth2/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/simple-peer/tsconfig.json b/types/simple-peer/tsconfig.json index f45d0067a5..8e1240c525 100644 --- a/types/simple-peer/tsconfig.json +++ b/types/simple-peer/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "simple-peer-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/simple-url-cache/tsconfig.json b/types/simple-url-cache/tsconfig.json index 3d62affa6b..6ca7ca0b80 100644 --- a/types/simple-url-cache/tsconfig.json +++ b/types/simple-url-cache/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/simple-xml/tsconfig.json b/types/simple-xml/tsconfig.json index af73b95b83..b11921bcf8 100644 --- a/types/simple-xml/tsconfig.json +++ b/types/simple-xml/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/simplebar/tsconfig.json b/types/simplebar/tsconfig.json index 94a09c5ba7..467b6358e4 100644 --- a/types/simplebar/tsconfig.json +++ b/types/simplebar/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/simplebar/v1/tsconfig.json b/types/simplebar/v1/tsconfig.json index 48fd782d24..f5a517a975 100644 --- a/types/simplebar/v1/tsconfig.json +++ b/types/simplebar/v1/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" @@ -25,4 +26,4 @@ "index.d.ts", "simplebar-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/simplemde/tsconfig.json b/types/simplemde/tsconfig.json index f7f978e7a6..08410a11dc 100644 --- a/types/simplemde/tsconfig.json +++ b/types/simplemde/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/simplesmtp/tsconfig.json b/types/simplesmtp/tsconfig.json index f294555b0b..6ccfb59f40 100644 --- a/types/simplesmtp/tsconfig.json +++ b/types/simplesmtp/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/simplestorage.js/tsconfig.json b/types/simplestorage.js/tsconfig.json index fbb628724c..d756b30635 100644 --- a/types/simplestorage.js/tsconfig.json +++ b/types/simplestorage.js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sinon-as-promised/tsconfig.json b/types/sinon-as-promised/tsconfig.json index e56ef92bde..9fe2c226ec 100644 --- a/types/sinon-as-promised/tsconfig.json +++ b/types/sinon-as-promised/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sinon-chai/tsconfig.json b/types/sinon-chai/tsconfig.json index 8d70a9dbd3..58b1749eb6 100644 --- a/types/sinon-chai/tsconfig.json +++ b/types/sinon-chai/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sinon-chrome/tsconfig.json b/types/sinon-chrome/tsconfig.json index f2ab520cb6..8179710487 100644 --- a/types/sinon-chrome/tsconfig.json +++ b/types/sinon-chrome/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sinon-express-mock/tsconfig.json b/types/sinon-express-mock/tsconfig.json index f88c00c6be..87074c925a 100644 --- a/types/sinon-express-mock/tsconfig.json +++ b/types/sinon-express-mock/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "sinon-express-mock-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/sinon-mongoose/tsconfig.json b/types/sinon-mongoose/tsconfig.json index 05ce537d32..31123d641b 100644 --- a/types/sinon-mongoose/tsconfig.json +++ b/types/sinon-mongoose/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sinon-stub-promise/tsconfig.json b/types/sinon-stub-promise/tsconfig.json index a2dd8453da..ec05f389e5 100644 --- a/types/sinon-stub-promise/tsconfig.json +++ b/types/sinon-stub-promise/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sinon-test/tsconfig.json b/types/sinon-test/tsconfig.json index 3f98705174..d4b45dfb80 100644 --- a/types/sinon-test/tsconfig.json +++ b/types/sinon-test/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "sinon-test-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/sinon/tsconfig.json b/types/sinon/tsconfig.json index 714a6cd480..2c9b85ec00 100644 --- a/types/sinon/tsconfig.json +++ b/types/sinon/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "sinon-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/sip.js/tsconfig.json b/types/sip.js/tsconfig.json index b6532e5674..ea3b5a009c 100644 --- a/types/sip.js/tsconfig.json +++ b/types/sip.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "sip.js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/sipml/tsconfig.json b/types/sipml/tsconfig.json index f7cc51c7b2..9731eedc18 100644 --- a/types/sipml/tsconfig.json +++ b/types/sipml/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sitemap2/tsconfig.json b/types/sitemap2/tsconfig.json index 6fd2aba277..dfdc030de9 100644 --- a/types/sitemap2/tsconfig.json +++ b/types/sitemap2/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sizzle/tsconfig.json b/types/sizzle/tsconfig.json index aa10d374d5..2c3aae44e5 100644 --- a/types/sizzle/tsconfig.json +++ b/types/sizzle/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "sizzle-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/sjcl/tsconfig.json b/types/sjcl/tsconfig.json index 6ca825af77..e1a6628713 100644 --- a/types/sjcl/tsconfig.json +++ b/types/sjcl/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ski/tsconfig.json b/types/ski/tsconfig.json index fdf0aff6d0..a523a14f5d 100644 --- a/types/ski/tsconfig.json +++ b/types/ski/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/skyway/tsconfig.json b/types/skyway/tsconfig.json index f5ee6dfaea..28f48c9f91 100644 --- a/types/skyway/tsconfig.json +++ b/types/skyway/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/slack-node/tsconfig.json b/types/slack-node/tsconfig.json index fcf5041e0c..66c41e14ca 100644 --- a/types/slack-node/tsconfig.json +++ b/types/slack-node/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/slack-winston/tsconfig.json b/types/slack-winston/tsconfig.json index a45cbf2dc2..ce19979192 100644 --- a/types/slack-winston/tsconfig.json +++ b/types/slack-winston/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "slack-winston-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "slack-winston-tests.ts" + ] +} \ No newline at end of file diff --git a/types/slackify-html/tsconfig.json b/types/slackify-html/tsconfig.json index 773829070f..587cafc4af 100644 --- a/types/slackify-html/tsconfig.json +++ b/types/slackify-html/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/slate-irc/tsconfig.json b/types/slate-irc/tsconfig.json index ee1a15b7fd..7cc47ac753 100644 --- a/types/slate-irc/tsconfig.json +++ b/types/slate-irc/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sleep/tsconfig.json b/types/sleep/tsconfig.json index 97d5e5cc93..e852889ba0 100644 --- a/types/sleep/tsconfig.json +++ b/types/sleep/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/slick-carousel/tsconfig.json b/types/slick-carousel/tsconfig.json index 36023adb78..eac3bfb435 100644 --- a/types/slick-carousel/tsconfig.json +++ b/types/slick-carousel/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/slickgrid/tsconfig.json b/types/slickgrid/tsconfig.json index 35c5f7cb12..4609f7987e 100644 --- a/types/slickgrid/tsconfig.json +++ b/types/slickgrid/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/slideout/tsconfig.json b/types/slideout/tsconfig.json index 6afcb7ddcf..fa40f2a294 100644 --- a/types/slideout/tsconfig.json +++ b/types/slideout/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/slimerjs/tsconfig.json b/types/slimerjs/tsconfig.json index e25204b8ed..0d9e8b3602 100644 --- a/types/slimerjs/tsconfig.json +++ b/types/slimerjs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "slimerjs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/slocket/tsconfig.json b/types/slocket/tsconfig.json index 16d8617844..719eba3d10 100644 --- a/types/slocket/tsconfig.json +++ b/types/slocket/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "slocket-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/slug/tsconfig.json b/types/slug/tsconfig.json index c192c19b53..9fffc268fa 100644 --- a/types/slug/tsconfig.json +++ b/types/slug/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/smart-fox-server/tsconfig.json b/types/smart-fox-server/tsconfig.json index a12105d463..1c0bd310b8 100644 --- a/types/smart-fox-server/tsconfig.json +++ b/types/smart-fox-server/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/smooth-scrollbar/tsconfig.json b/types/smooth-scrollbar/tsconfig.json index fcf9d316c9..78ba6e77ee 100644 --- a/types/smooth-scrollbar/tsconfig.json +++ b/types/smooth-scrollbar/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/smoothie/tsconfig.json b/types/smoothie/tsconfig.json index 77e7ce5be3..7e9fd9b698 100644 --- a/types/smoothie/tsconfig.json +++ b/types/smoothie/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/smoothscroll-polyfill/tsconfig.json b/types/smoothscroll-polyfill/tsconfig.json index 8f54f5ebfc..f21a2ae0ef 100644 --- a/types/smoothscroll-polyfill/tsconfig.json +++ b/types/smoothscroll-polyfill/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "smoothscroll-polyfill-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/smtp-server/tsconfig.json b/types/smtp-server/tsconfig.json index c32b149509..e5087d15b9 100644 --- a/types/smtp-server/tsconfig.json +++ b/types/smtp-server/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/smtpapi/tsconfig.json b/types/smtpapi/tsconfig.json index b771ea4286..16bd06b68c 100644 --- a/types/smtpapi/tsconfig.json +++ b/types/smtpapi/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/snapsvg/tsconfig.json b/types/snapsvg/tsconfig.json index 0f4b962e7f..7ee69cd259 100644 --- a/types/snapsvg/tsconfig.json +++ b/types/snapsvg/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -22,4 +23,4 @@ "test/2.ts", "test/3.ts" ] -} +} \ No newline at end of file diff --git a/types/snazzy-info-window/tsconfig.json b/types/snazzy-info-window/tsconfig.json index 195d2a5dc0..0fa4776bac 100644 --- a/types/snazzy-info-window/tsconfig.json +++ b/types/snazzy-info-window/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "snazzy-info-window-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/snekfetch/tsconfig.json b/types/snekfetch/tsconfig.json index f07bbc8b66..37402433cc 100644 --- a/types/snekfetch/tsconfig.json +++ b/types/snekfetch/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "snekfetch-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/snoowrap/tsconfig.json b/types/snoowrap/tsconfig.json index d3e20c2063..80f4cc5617 100644 --- a/types/snoowrap/tsconfig.json +++ b/types/snoowrap/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -34,4 +35,4 @@ "dist/objects/WikiPage.d.ts", "snoowrap-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/snowboy/tsconfig.json b/types/snowboy/tsconfig.json index f52d6b8c21..1a013bcb02 100644 --- a/types/snowboy/tsconfig.json +++ b/types/snowboy/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "snowboy-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/soap/tsconfig.json b/types/soap/tsconfig.json index d40a1d415c..5f207207ac 100644 --- a/types/soap/tsconfig.json +++ b/types/soap/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/socket.io-client/tsconfig.json b/types/socket.io-client/tsconfig.json index b9a3895e9e..972f8843d6 100644 --- a/types/socket.io-client/tsconfig.json +++ b/types/socket.io-client/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/socket.io-parser/tsconfig.json b/types/socket.io-parser/tsconfig.json index 1f6da8d309..ff1a74f45e 100644 --- a/types/socket.io-parser/tsconfig.json +++ b/types/socket.io-parser/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/socket.io-redis/tsconfig.json b/types/socket.io-redis/tsconfig.json index 1e2568ad2b..2d96ef817a 100644 --- a/types/socket.io-redis/tsconfig.json +++ b/types/socket.io-redis/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/socket.io.users/tsconfig.json b/types/socket.io.users/tsconfig.json index 790cb84cd4..3261ff53d5 100644 --- a/types/socket.io.users/tsconfig.json +++ b/types/socket.io.users/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/socket.io/tsconfig.json b/types/socket.io/tsconfig.json index 686b05d05a..ec123a68f8 100644 --- a/types/socket.io/tsconfig.json +++ b/types/socket.io/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/socketio-wildcard/tsconfig.json b/types/socketio-wildcard/tsconfig.json index ee0d3805f4..38896916e2 100644 --- a/types/socketio-wildcard/tsconfig.json +++ b/types/socketio-wildcard/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "socketio-wildcard-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/socketty/tsconfig.json b/types/socketty/tsconfig.json index 32f32b3e16..b8623c87c6 100644 --- a/types/socketty/tsconfig.json +++ b/types/socketty/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sockjs-client/tsconfig.json b/types/sockjs-client/tsconfig.json index 9ae13d000a..a0b95f5afb 100644 --- a/types/sockjs-client/tsconfig.json +++ b/types/sockjs-client/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sockjs/tsconfig.json b/types/sockjs/tsconfig.json index 7381df8ce9..1b3c61fb34 100644 --- a/types/sockjs/tsconfig.json +++ b/types/sockjs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "sockjs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/solution-center-communicator/tsconfig.json b/types/solution-center-communicator/tsconfig.json index 74a4173516..c5429cdf1a 100644 --- a/types/solution-center-communicator/tsconfig.json +++ b/types/solution-center-communicator/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sortablejs/tsconfig.json b/types/sortablejs/tsconfig.json index 9b8ba61eb3..a5e89ba671 100644 --- a/types/sortablejs/tsconfig.json +++ b/types/sortablejs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/soundjs/tsconfig.json b/types/soundjs/tsconfig.json index 6c6605b46c..c4e228a18c 100644 --- a/types/soundjs/tsconfig.json +++ b/types/soundjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/soundmanager2/tsconfig.json b/types/soundmanager2/tsconfig.json index 3c8545f26d..c08c3d6185 100644 --- a/types/soundmanager2/tsconfig.json +++ b/types/soundmanager2/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "soundmanager2-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/source-list-map/tsconfig.json b/types/source-list-map/tsconfig.json index 83de921b7e..c18f940040 100644 --- a/types/source-list-map/tsconfig.json +++ b/types/source-list-map/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/source-map-support/tsconfig.json b/types/source-map-support/tsconfig.json index 3f07ef5207..c5cd7b0000 100644 --- a/types/source-map-support/tsconfig.json +++ b/types/source-map-support/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "source-map-support-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/source-map/tsconfig.json b/types/source-map/tsconfig.json index bd427e1f80..f625e560df 100644 --- a/types/source-map/tsconfig.json +++ b/types/source-map/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/space-pen/tsconfig.json b/types/space-pen/tsconfig.json index 22c4f3b912..2aa1f65d64 100644 --- a/types/space-pen/tsconfig.json +++ b/types/space-pen/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/spark-md5/tsconfig.json b/types/spark-md5/tsconfig.json index 7dabd9b1a8..8eac67ed47 100644 --- a/types/spark-md5/tsconfig.json +++ b/types/spark-md5/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "spark-md5-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/sparkly/tsconfig.json b/types/sparkly/tsconfig.json index f439b0a2e7..3408085ad7 100644 --- a/types/sparkly/tsconfig.json +++ b/types/sparkly/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "sparkly-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/sparkpost/tsconfig.json b/types/sparkpost/tsconfig.json index e40a56608b..6aeba9cb91 100644 --- a/types/sparkpost/tsconfig.json +++ b/types/sparkpost/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "sparkpost-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/sparkpost/v1/tsconfig.json b/types/sparkpost/v1/tsconfig.json index 54f30b3435..114bc5e757 100644 --- a/types/sparkpost/v1/tsconfig.json +++ b/types/sparkpost/v1/tsconfig.json @@ -7,13 +7,18 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "sparkpost": ["sparkpost/v1"], - "sparkpost/*": ["sparkpost/v1/*"] + "sparkpost": [ + "sparkpost/v1" + ], + "sparkpost/*": [ + "sparkpost/v1/*" + ] }, "types": [], "noEmit": true, @@ -23,4 +28,4 @@ "index.d.ts", "sparkpost-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/sparqljs/tsconfig.json b/types/sparqljs/tsconfig.json index 6b6ca5d9d3..3a44e32e68 100644 --- a/types/sparqljs/tsconfig.json +++ b/types/sparqljs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "sparqljs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/spatialite/tsconfig.json b/types/spatialite/tsconfig.json index a432ff2004..0da1bd78cf 100644 --- a/types/spatialite/tsconfig.json +++ b/types/spatialite/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "spatialite-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/spdy/tsconfig.json b/types/spdy/tsconfig.json index 6a2ac31184..a8ffb74515 100644 --- a/types/spdy/tsconfig.json +++ b/types/spdy/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/speakeasy/tsconfig.json b/types/speakeasy/tsconfig.json index 330e714866..e27d664bc4 100644 --- a/types/speakeasy/tsconfig.json +++ b/types/speakeasy/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/speakingurl/tsconfig.json b/types/speakingurl/tsconfig.json index 9a4b87e18b..150dcf9b21 100644 --- a/types/speakingurl/tsconfig.json +++ b/types/speakingurl/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/spectacle/tsconfig.json b/types/spectacle/tsconfig.json index 766fa0b1e2..46722f9753 100644 --- a/types/spectacle/tsconfig.json +++ b/types/spectacle/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/spectrum/tsconfig.json b/types/spectrum/tsconfig.json index 480e58d5ee..31b495ebf9 100644 --- a/types/spectrum/tsconfig.json +++ b/types/spectrum/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/spin.js/tsconfig.json b/types/spin.js/tsconfig.json index 8536370b9e..55b1f25e2d 100644 --- a/types/spin.js/tsconfig.json +++ b/types/spin.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/split.js/tsconfig.json b/types/split.js/tsconfig.json index 5698b64828..31fbcaf148 100644 --- a/types/split.js/tsconfig.json +++ b/types/split.js/tsconfig.json @@ -1,10 +1,14 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6", "dom"], + "lib": [ + "es6", + "dom" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -17,4 +21,4 @@ "index.d.ts", "split.js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/split/tsconfig.json b/types/split/tsconfig.json index e8b089fcd9..968ce531dc 100644 --- a/types/split/tsconfig.json +++ b/types/split/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/split2/tsconfig.json b/types/split2/tsconfig.json index 303c1c0472..533f82b81a 100644 --- a/types/split2/tsconfig.json +++ b/types/split2/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/spotify-api/tsconfig.json b/types/spotify-api/tsconfig.json index a3d0d40332..6fc2a9e8ac 100644 --- a/types/spotify-api/tsconfig.json +++ b/types/spotify-api/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sprintf-js/tsconfig.json b/types/sprintf-js/tsconfig.json index eda7030ead..2fcd8a7156 100644 --- a/types/sprintf-js/tsconfig.json +++ b/types/sprintf-js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "sprintf-js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/sprintf/tsconfig.json b/types/sprintf/tsconfig.json index e8d46d5357..b56426bd80 100644 --- a/types/sprintf/tsconfig.json +++ b/types/sprintf/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "sprintf-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/sql.js/tsconfig.json b/types/sql.js/tsconfig.json index f32c384324..aa744160cb 100644 --- a/types/sql.js/tsconfig.json +++ b/types/sql.js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sqlite3/tsconfig.json b/types/sqlite3/tsconfig.json index b415b04d21..f3b9bf2d28 100644 --- a/types/sqlite3/tsconfig.json +++ b/types/sqlite3/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sqlstring/tsconfig.json b/types/sqlstring/tsconfig.json index 8af214b3f7..a4d4ce7e89 100644 --- a/types/sqlstring/tsconfig.json +++ b/types/sqlstring/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "sqlstring-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/sqs-consumer/tsconfig.json b/types/sqs-consumer/tsconfig.json index 82fd8a9006..adeb275ec5 100644 --- a/types/sqs-consumer/tsconfig.json +++ b/types/sqs-consumer/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sqs-producer/tsconfig.json b/types/sqs-producer/tsconfig.json index ddd41564cd..68c2013ba1 100644 --- a/types/sqs-producer/tsconfig.json +++ b/types/sqs-producer/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/squirejs/tsconfig.json b/types/squirejs/tsconfig.json index 7cf306afcb..d8ef5e1b75 100644 --- a/types/squirejs/tsconfig.json +++ b/types/squirejs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/srp/tsconfig.json b/types/srp/tsconfig.json index 6c3a3dc34c..81d00268b1 100644 --- a/types/srp/tsconfig.json +++ b/types/srp/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ss-utils/tsconfig.json b/types/ss-utils/tsconfig.json index 9ce02c415c..1092eab097 100644 --- a/types/ss-utils/tsconfig.json +++ b/types/ss-utils/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ssh-key-decrypt/tsconfig.json b/types/ssh-key-decrypt/tsconfig.json index 906a06cae4..b05d121ace 100644 --- a/types/ssh-key-decrypt/tsconfig.json +++ b/types/ssh-key-decrypt/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "ssh-key-decrypt-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ssh2-sftp-client/tsconfig.json b/types/ssh2-sftp-client/tsconfig.json index e9546d644e..809639cd51 100644 --- a/types/ssh2-sftp-client/tsconfig.json +++ b/types/ssh2-sftp-client/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ssh2-streams/tsconfig.json b/types/ssh2-streams/tsconfig.json index 86a655b210..c72956547a 100644 --- a/types/ssh2-streams/tsconfig.json +++ b/types/ssh2-streams/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ssh2/tsconfig.json b/types/ssh2/tsconfig.json index 80b1e88138..13d68aa813 100644 --- a/types/ssh2/tsconfig.json +++ b/types/ssh2/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sshpk/tsconfig.json b/types/sshpk/tsconfig.json index fcc7abf590..7b38e1dc9b 100644 --- a/types/sshpk/tsconfig.json +++ b/types/sshpk/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "sshpk-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/stack-mapper/tsconfig.json b/types/stack-mapper/tsconfig.json index 6e67f8b176..f47d33d03e 100644 --- a/types/stack-mapper/tsconfig.json +++ b/types/stack-mapper/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/stack-trace/tsconfig.json b/types/stack-trace/tsconfig.json index cbcb589f52..fd6b41724d 100644 --- a/types/stack-trace/tsconfig.json +++ b/types/stack-trace/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/stack-utils/tsconfig.json b/types/stack-utils/tsconfig.json index 7c538b0a6a..4f74db4b57 100644 --- a/types/stack-utils/tsconfig.json +++ b/types/stack-utils/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "stack-utils-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/stacktrace-js/tsconfig.json b/types/stacktrace-js/tsconfig.json index 6354523702..bbc97ddb49 100644 --- a/types/stacktrace-js/tsconfig.json +++ b/types/stacktrace-js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/stale-lru-cache/tsconfig.json b/types/stale-lru-cache/tsconfig.json index ccd4edb516..fdd40eaaea 100644 --- a/types/stale-lru-cache/tsconfig.json +++ b/types/stale-lru-cache/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "stale-lru-cache-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/stampit/tsconfig.json b/types/stampit/tsconfig.json index 0f6348edeb..ee248728d6 100644 --- a/types/stampit/tsconfig.json +++ b/types/stampit/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/stamplay-js-sdk/tsconfig.json b/types/stamplay-js-sdk/tsconfig.json index 0df9bbf9db..e75cfd6828 100644 --- a/types/stamplay-js-sdk/tsconfig.json +++ b/types/stamplay-js-sdk/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/stat-mode/tsconfig.json b/types/stat-mode/tsconfig.json index cebbcc6c12..5b51263a17 100644 --- a/types/stat-mode/tsconfig.json +++ b/types/stat-mode/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "stat-mode-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/static-eval/tsconfig.json b/types/static-eval/tsconfig.json index 4df6f63403..8f182c2170 100644 --- a/types/static-eval/tsconfig.json +++ b/types/static-eval/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/stats.js/tsconfig.json b/types/stats.js/tsconfig.json index fc7b57519b..7471c6140b 100644 --- a/types/stats.js/tsconfig.json +++ b/types/stats.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/statsd-client/tsconfig.json b/types/statsd-client/tsconfig.json index 764f3479ec..81a84eea79 100644 --- a/types/statsd-client/tsconfig.json +++ b/types/statsd-client/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/status-bar/tsconfig.json b/types/status-bar/tsconfig.json index 2e4701e660..14756934ad 100644 --- a/types/status-bar/tsconfig.json +++ b/types/status-bar/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "status-bar-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/statuses/tsconfig.json b/types/statuses/tsconfig.json index 509d34d68b..f307775277 100644 --- a/types/statuses/tsconfig.json +++ b/types/statuses/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "statuses-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/steam/tsconfig.json b/types/steam/tsconfig.json index d6a853e295..e821778fbf 100644 --- a/types/steam/tsconfig.json +++ b/types/steam/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/steed/tsconfig.json b/types/steed/tsconfig.json index 54a669803d..04c8b69bd3 100644 --- a/types/steed/tsconfig.json +++ b/types/steed/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/stompjs/tsconfig.json b/types/stompjs/tsconfig.json index 5849a68217..bb2b4ad2a4 100644 --- a/types/stompjs/tsconfig.json +++ b/types/stompjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/stoppable/tsconfig.json b/types/stoppable/tsconfig.json index ae018fe536..e6a0ead204 100644 --- a/types/stoppable/tsconfig.json +++ b/types/stoppable/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "stoppable-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/storejs/tsconfig.json b/types/storejs/tsconfig.json index 92685d36da..df8e4268e3 100644 --- a/types/storejs/tsconfig.json +++ b/types/storejs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/storejs/v1/tsconfig.json b/types/storejs/v1/tsconfig.json index fdf64bed9a..2d062255ed 100644 --- a/types/storejs/v1/tsconfig.json +++ b/types/storejs/v1/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" @@ -25,4 +26,4 @@ "index.d.ts", "storejs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/storybook__addon-actions/tsconfig.json b/types/storybook__addon-actions/tsconfig.json index af8ab8bd08..89249e8386 100644 --- a/types/storybook__addon-actions/tsconfig.json +++ b/types/storybook__addon-actions/tsconfig.json @@ -8,14 +8,19 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ "../" ], - "paths":{ - "@storybook/addon-actions": ["storybook__addon-actions"], - "@storybook/react": ["storybook__react"] + "paths": { + "@storybook/addon-actions": [ + "storybook__addon-actions" + ], + "@storybook/react": [ + "storybook__react" + ] }, "types": [], "noEmit": true, @@ -25,4 +30,4 @@ "index.d.ts", "storybook__addon-actions-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/storybook__addon-knobs/tsconfig.json b/types/storybook__addon-knobs/tsconfig.json index b7b6d48f98..fb2307556f 100644 --- a/types/storybook__addon-knobs/tsconfig.json +++ b/types/storybook__addon-knobs/tsconfig.json @@ -8,14 +8,19 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ "../" ], - "paths":{ - "@storybook/addon-knobs": ["storybook__addon-knobs"], - "@storybook/react": ["storybook__react"] + "paths": { + "@storybook/addon-knobs": [ + "storybook__addon-knobs" + ], + "@storybook/react": [ + "storybook__react" + ] }, "types": [], "noEmit": true, @@ -25,4 +30,4 @@ "index.d.ts", "storybook__addon-knobs-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/storybook__addon-links/tsconfig.json b/types/storybook__addon-links/tsconfig.json index 8bb10cc0af..bb3183eaec 100644 --- a/types/storybook__addon-links/tsconfig.json +++ b/types/storybook__addon-links/tsconfig.json @@ -7,14 +7,19 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ "../" ], - "paths":{ - "@storybook/addon-links": ["storybook__addon-links"], - "@storybook/react": ["storybook__react"] + "paths": { + "@storybook/addon-links": [ + "storybook__addon-links" + ], + "@storybook/react": [ + "storybook__react" + ] }, "types": [], "noEmit": true, @@ -24,4 +29,4 @@ "index.d.ts", "storybook__addon-links-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/storybook__addon-notes/tsconfig.json b/types/storybook__addon-notes/tsconfig.json index 7dd2c257a4..2bc7d76ea8 100644 --- a/types/storybook__addon-notes/tsconfig.json +++ b/types/storybook__addon-notes/tsconfig.json @@ -8,14 +8,19 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ "../" ], "paths": { - "@storybook/addon-notes": ["storybook__addon-notes"], - "@storybook/react": ["storybook__react"] + "@storybook/addon-notes": [ + "storybook__addon-notes" + ], + "@storybook/react": [ + "storybook__react" + ] }, "types": [], "noEmit": true, @@ -25,4 +30,4 @@ "index.d.ts", "storybook__addon-notes-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/storybook__addon-options/tsconfig.json b/types/storybook__addon-options/tsconfig.json index 72e9716b58..936a535725 100644 --- a/types/storybook__addon-options/tsconfig.json +++ b/types/storybook__addon-options/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "@storybook/addon-options": ["storybook__addon-options"] + "@storybook/addon-options": [ + "storybook__addon-options" + ] }, "types": [], "noEmit": true, @@ -22,4 +25,4 @@ "index.d.ts", "storybook__addon-options-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/storybook__react/tsconfig.json b/types/storybook__react/tsconfig.json index 2e57ceb35b..906319ce4c 100644 --- a/types/storybook__react/tsconfig.json +++ b/types/storybook__react/tsconfig.json @@ -8,13 +8,16 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "jsx": "react", "typeRoots": [ "../" ], "paths": { - "@storybook/react": ["storybook__react"] + "@storybook/react": [ + "storybook__react" + ] }, "types": [], "noEmit": true, @@ -24,4 +27,4 @@ "index.d.ts", "storybook__react-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/stream-buffers/tsconfig.json b/types/stream-buffers/tsconfig.json index 827ea2a3fe..1a7291fb16 100644 --- a/types/stream-buffers/tsconfig.json +++ b/types/stream-buffers/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "stream-buffers-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/stream-meter/tsconfig.json b/types/stream-meter/tsconfig.json index b4d805f46d..8b20593c10 100644 --- a/types/stream-meter/tsconfig.json +++ b/types/stream-meter/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/stream-series/tsconfig.json b/types/stream-series/tsconfig.json index 59cff92f54..63b2241d3f 100644 --- a/types/stream-series/tsconfig.json +++ b/types/stream-series/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/stream-to-array/tsconfig.json b/types/stream-to-array/tsconfig.json index e15304e25e..48b3165006 100644 --- a/types/stream-to-array/tsconfig.json +++ b/types/stream-to-array/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "stream-to-array-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/stream-to-array/v0/tsconfig.json b/types/stream-to-array/v0/tsconfig.json index 66a88dbd4b..1865c9cf98 100644 --- a/types/stream-to-array/v0/tsconfig.json +++ b/types/stream-to-array/v0/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "stream-to-array": ["stream-to-array/v0"] + "stream-to-array": [ + "stream-to-array/v0" + ] }, "types": [], "noEmit": true, @@ -22,4 +25,4 @@ "index.d.ts", "stream-to-array-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/streaming-json-stringify/tsconfig.json b/types/streaming-json-stringify/tsconfig.json index 0fb9d5196c..b99f577e68 100644 --- a/types/streaming-json-stringify/tsconfig.json +++ b/types/streaming-json-stringify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "streaming-json-stringify-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/streamjs/tsconfig.json b/types/streamjs/tsconfig.json index 359e244cd4..21fc98e70b 100644 --- a/types/streamjs/tsconfig.json +++ b/types/streamjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/strftime/tsconfig.json b/types/strftime/tsconfig.json index 101e98c1a9..b20e8d1a04 100644 --- a/types/strftime/tsconfig.json +++ b/types/strftime/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/string-hash/tsconfig.json b/types/string-hash/tsconfig.json index 54dad889fa..8755e54064 100644 --- a/types/string-hash/tsconfig.json +++ b/types/string-hash/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/string-similarity/tsconfig.json b/types/string-similarity/tsconfig.json index b95b2aeb77..a2a3f2f5eb 100644 --- a/types/string-similarity/tsconfig.json +++ b/types/string-similarity/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "string-similarity-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/string-template/tsconfig.json b/types/string-template/tsconfig.json index c67c055705..936a491f8c 100644 --- a/types/string-template/tsconfig.json +++ b/types/string-template/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/string/tsconfig.json b/types/string/tsconfig.json index 1edf9f88aa..578bc74d25 100644 --- a/types/string/tsconfig.json +++ b/types/string/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/string_score/tsconfig.json b/types/string_score/tsconfig.json index 492a2f565e..95d3c06126 100644 --- a/types/string_score/tsconfig.json +++ b/types/string_score/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/stringify-object/tsconfig.json b/types/stringify-object/tsconfig.json index 00574d2429..7a0b87b2a2 100644 --- a/types/stringify-object/tsconfig.json +++ b/types/stringify-object/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "stringify-object-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/strip-ansi/tsconfig.json b/types/strip-ansi/tsconfig.json index d8b6dc1a1d..6653db94fb 100644 --- a/types/strip-ansi/tsconfig.json +++ b/types/strip-ansi/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/strip-bom/tsconfig.json b/types/strip-bom/tsconfig.json index e65aeb6e0f..9a62caf4e6 100644 --- a/types/strip-bom/tsconfig.json +++ b/types/strip-bom/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/strip-json-comments/tsconfig.json b/types/strip-json-comments/tsconfig.json index afef907b29..02b42695a4 100644 --- a/types/strip-json-comments/tsconfig.json +++ b/types/strip-json-comments/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/stripe-checkout/tsconfig.json b/types/stripe-checkout/tsconfig.json index cf13924505..e60ee3b3dd 100644 --- a/types/stripe-checkout/tsconfig.json +++ b/types/stripe-checkout/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/stripe-node/tsconfig.json b/types/stripe-node/tsconfig.json index 357e210fed..7723446cb5 100644 --- a/types/stripe-node/tsconfig.json +++ b/types/stripe-node/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/stripe-v2/tsconfig.json b/types/stripe-v2/tsconfig.json index a40e816e5a..ac2d6c810b 100644 --- a/types/stripe-v2/tsconfig.json +++ b/types/stripe-v2/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "stripe-v2-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/stripe-v3/tsconfig.json b/types/stripe-v3/tsconfig.json index 4740cec2c1..1cdf786f22 100644 --- a/types/stripe-v3/tsconfig.json +++ b/types/stripe-v3/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "stripe-v3-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/striptags/tsconfig.json b/types/striptags/tsconfig.json index c769b272c0..5823e343cd 100644 --- a/types/striptags/tsconfig.json +++ b/types/striptags/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/strong-cluster-control/tsconfig.json b/types/strong-cluster-control/tsconfig.json index 9294ca211a..2f89742361 100644 --- a/types/strong-cluster-control/tsconfig.json +++ b/types/strong-cluster-control/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "strong-cluster-control-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/strophe/tsconfig.json b/types/strophe/tsconfig.json index eee9184d3b..8c8038227a 100644 --- a/types/strophe/tsconfig.json +++ b/types/strophe/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "muc.d.ts", "strophe-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/stylelint-webpack-plugin/tsconfig.json b/types/stylelint-webpack-plugin/tsconfig.json index c80333d6a9..bad8f14fff 100644 --- a/types/stylelint-webpack-plugin/tsconfig.json +++ b/types/stylelint-webpack-plugin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "stylelint-webpack-plugin-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/stylelint/tsconfig.json b/types/stylelint/tsconfig.json index d57b85c2b3..aad83e1984 100644 --- a/types/stylelint/tsconfig.json +++ b/types/stylelint/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "stylelint-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/stylus/tsconfig.json b/types/stylus/tsconfig.json index 205fe91965..d739ff9edd 100644 --- a/types/stylus/tsconfig.json +++ b/types/stylus/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/subsume/tsconfig.json b/types/subsume/tsconfig.json index e9f74a0530..b29ec71ee8 100644 --- a/types/subsume/tsconfig.json +++ b/types/subsume/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "subsume-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/succinct/tsconfig.json b/types/succinct/tsconfig.json index 93d538f2b9..b75d1bb908 100644 --- a/types/succinct/tsconfig.json +++ b/types/succinct/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sudo-block/tsconfig.json b/types/sudo-block/tsconfig.json index c00bc56c68..f7a67ab9d9 100644 --- a/types/sudo-block/tsconfig.json +++ b/types/sudo-block/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "sudo-block-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/suitescript/tsconfig.json b/types/suitescript/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/suitescript/tsconfig.json +++ b/types/suitescript/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sumo-logger/tsconfig.json b/types/sumo-logger/tsconfig.json index 14da599b84..99995493eb 100644 --- a/types/sumo-logger/tsconfig.json +++ b/types/sumo-logger/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "sumo-logger-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/superagent-no-cache/tsconfig.json b/types/superagent-no-cache/tsconfig.json index 668d406795..9047a8ff6c 100644 --- a/types/superagent-no-cache/tsconfig.json +++ b/types/superagent-no-cache/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "superagent-no-cache-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/superagent-prefix/tsconfig.json b/types/superagent-prefix/tsconfig.json index 20c1d2c993..aa53ebadaf 100644 --- a/types/superagent-prefix/tsconfig.json +++ b/types/superagent-prefix/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "superagent-prefix-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/superagent/tsconfig.json b/types/superagent/tsconfig.json index b1f13095f7..e27bc6e788 100644 --- a/types/superagent/tsconfig.json +++ b/types/superagent/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "superagent-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/superagent/v2/tsconfig.json b/types/superagent/v2/tsconfig.json index 9061d77842..b58424d51b 100644 --- a/types/superagent/v2/tsconfig.json +++ b/types/superagent/v2/tsconfig.json @@ -8,13 +8,18 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "superagent": ["superagent/v2"], - "superagent/*": ["superagent/v2/*"] + "superagent": [ + "superagent/v2" + ], + "superagent/*": [ + "superagent/v2/*" + ] }, "types": [], "noEmit": true, @@ -24,4 +29,4 @@ "index.d.ts", "superagent-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/supercluster/tsconfig.json b/types/supercluster/tsconfig.json index b5cc84208d..243cdf4117 100644 --- a/types/supercluster/tsconfig.json +++ b/types/supercluster/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "supercluster-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/supertest-as-promised/tsconfig.json b/types/supertest-as-promised/tsconfig.json index 8c6f805556..29e8790308 100644 --- a/types/supertest-as-promised/tsconfig.json +++ b/types/supertest-as-promised/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/supertest/tsconfig.json b/types/supertest/tsconfig.json index c27926b7d9..8f674d2202 100644 --- a/types/supertest/tsconfig.json +++ b/types/supertest/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/supports-color/tsconfig.json b/types/supports-color/tsconfig.json index 899dd7f179..5084245065 100644 --- a/types/supports-color/tsconfig.json +++ b/types/supports-color/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/survey-knockout/tsconfig.json b/types/survey-knockout/tsconfig.json index 1cbb41272f..362b411778 100644 --- a/types/survey-knockout/tsconfig.json +++ b/types/survey-knockout/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/svg-injector/tsconfig.json b/types/svg-injector/tsconfig.json index 7c210f991a..5b186e06f2 100644 --- a/types/svg-injector/tsconfig.json +++ b/types/svg-injector/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/svg-pan-zoom/tsconfig.json b/types/svg-pan-zoom/tsconfig.json index 3b59289d74..c304d09b35 100644 --- a/types/svg-pan-zoom/tsconfig.json +++ b/types/svg-pan-zoom/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/svg-pan-zoom/v2/tsconfig.json b/types/svg-pan-zoom/v2/tsconfig.json index 97410ce699..67cb4d7679 100644 --- a/types/svg-pan-zoom/v2/tsconfig.json +++ b/types/svg-pan-zoom/v2/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/svg-sprite/tsconfig.json b/types/svg-sprite/tsconfig.json index a53c6742fa..42c44c1ece 100644 --- a/types/svg-sprite/tsconfig.json +++ b/types/svg-sprite/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/svg2png/tsconfig.json b/types/svg2png/tsconfig.json index 70d4957066..fc6537e29b 100644 --- a/types/svg2png/tsconfig.json +++ b/types/svg2png/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "svg2png-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/svg4everybody/tsconfig.json b/types/svg4everybody/tsconfig.json index ea4012184a..b6158fd4e9 100644 --- a/types/svg4everybody/tsconfig.json +++ b/types/svg4everybody/tsconfig.json @@ -1,23 +1,24 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "svg4everybody-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "svg4everybody-tests.ts" + ] +} \ No newline at end of file diff --git a/types/svgjs.draggable/tsconfig.json b/types/svgjs.draggable/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/svgjs.draggable/tsconfig.json +++ b/types/svgjs.draggable/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/svgjs.resize/tsconfig.json b/types/svgjs.resize/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/svgjs.resize/tsconfig.json +++ b/types/svgjs.resize/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/swag/tsconfig.json b/types/swag/tsconfig.json index 0b38b33860..b2eebb5fc1 100644 --- a/types/swag/tsconfig.json +++ b/types/swag/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/swagger-express-middleware/tsconfig.json b/types/swagger-express-middleware/tsconfig.json index 40cc1dff17..efd56f5cc9 100644 --- a/types/swagger-express-middleware/tsconfig.json +++ b/types/swagger-express-middleware/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/swagger-express-mw/tsconfig.json b/types/swagger-express-mw/tsconfig.json index 423a8846c8..8495da733e 100644 --- a/types/swagger-express-mw/tsconfig.json +++ b/types/swagger-express-mw/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/swagger-hapi/tsconfig.json b/types/swagger-hapi/tsconfig.json index a57f96ee46..78127356a4 100644 --- a/types/swagger-hapi/tsconfig.json +++ b/types/swagger-hapi/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/swagger-jsdoc/tsconfig.json b/types/swagger-jsdoc/tsconfig.json index fe1c71b3bb..109b47bad0 100644 --- a/types/swagger-jsdoc/tsconfig.json +++ b/types/swagger-jsdoc/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/swagger-node-runner/tsconfig.json b/types/swagger-node-runner/tsconfig.json index 0feed321ee..3d7cac28ea 100644 --- a/types/swagger-node-runner/tsconfig.json +++ b/types/swagger-node-runner/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/swagger-parser/tsconfig.json b/types/swagger-parser/tsconfig.json index b7f037b638..bd15ee7e32 100644 --- a/types/swagger-parser/tsconfig.json +++ b/types/swagger-parser/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/swagger-restify-mw/tsconfig.json b/types/swagger-restify-mw/tsconfig.json index 7bff907bdc..1ebe8fc759 100644 --- a/types/swagger-restify-mw/tsconfig.json +++ b/types/swagger-restify-mw/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/swagger-sails-hook/tsconfig.json b/types/swagger-sails-hook/tsconfig.json index 2ab6f31033..8700d1e356 100644 --- a/types/swagger-sails-hook/tsconfig.json +++ b/types/swagger-sails-hook/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/swagger-schema-official/tsconfig.json b/types/swagger-schema-official/tsconfig.json index 0c1bd42407..475a0c4579 100644 --- a/types/swagger-schema-official/tsconfig.json +++ b/types/swagger-schema-official/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/swagger-tools/tsconfig.json b/types/swagger-tools/tsconfig.json index a926cbf792..f00040387f 100644 --- a/types/swagger-tools/tsconfig.json +++ b/types/swagger-tools/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "swagger-tools-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/swaggerize-express/tsconfig.json b/types/swaggerize-express/tsconfig.json index 475ef5b234..1ec57ed7db 100644 --- a/types/swaggerize-express/tsconfig.json +++ b/types/swaggerize-express/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sweetalert/tsconfig.json b/types/sweetalert/tsconfig.json index bd5860e214..a7294d8385 100644 --- a/types/sweetalert/tsconfig.json +++ b/types/sweetalert/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/swfobject/tsconfig.json b/types/swfobject/tsconfig.json index d96af11554..905fa4c7c5 100644 --- a/types/swfobject/tsconfig.json +++ b/types/swfobject/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/swiftclick/tsconfig.json b/types/swiftclick/tsconfig.json index 49d50f45d5..903e78b3ae 100644 --- a/types/swiftclick/tsconfig.json +++ b/types/swiftclick/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/swig-email-templates/tsconfig.json b/types/swig-email-templates/tsconfig.json index 14281a5ed6..b25f125136 100644 --- a/types/swig-email-templates/tsconfig.json +++ b/types/swig-email-templates/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/swig/tsconfig.json b/types/swig/tsconfig.json index 4ef1cc2970..29202d9a09 100644 --- a/types/swig/tsconfig.json +++ b/types/swig/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/swipe/tsconfig.json b/types/swipe/tsconfig.json index 25e8937628..dd8718e5a4 100644 --- a/types/swipe/tsconfig.json +++ b/types/swipe/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/swiper/tsconfig.json b/types/swiper/tsconfig.json index 6160384860..8bde882886 100644 --- a/types/swiper/tsconfig.json +++ b/types/swiper/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/swiper/v2/tsconfig.json b/types/swiper/v2/tsconfig.json index b2a53ae341..3b7f35d0f2 100644 --- a/types/swiper/v2/tsconfig.json +++ b/types/swiper/v2/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/swipeview/tsconfig.json b/types/swipeview/tsconfig.json index c7e6f2ba5f..482e330299 100644 --- a/types/swipeview/tsconfig.json +++ b/types/swipeview/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/switchery/tsconfig.json b/types/switchery/tsconfig.json index 63103a8ebd..cd6c171807 100644 --- a/types/switchery/tsconfig.json +++ b/types/switchery/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/swiz/tsconfig.json b/types/swiz/tsconfig.json index 95bdada8d1..9f07ba0306 100644 --- a/types/swiz/tsconfig.json +++ b/types/swiz/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/sylvester/tsconfig.json b/types/sylvester/tsconfig.json index 92ea5d6fe5..1bdc202b83 100644 --- a/types/sylvester/tsconfig.json +++ b/types/sylvester/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/synaptic/tsconfig.json b/types/synaptic/tsconfig.json index 7b19b5910d..a8a8ffa40a 100644 --- a/types/synaptic/tsconfig.json +++ b/types/synaptic/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/systeminformation/tsconfig.json b/types/systeminformation/tsconfig.json index 3e291804fb..d1b0e46f7a 100644 --- a/types/systeminformation/tsconfig.json +++ b/types/systeminformation/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "systeminformation-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "systeminformation-tests.ts" + ] +} \ No newline at end of file diff --git a/types/systemjs/tsconfig.json b/types/systemjs/tsconfig.json index 14e365e030..0bfbfa8a16 100644 --- a/types/systemjs/tsconfig.json +++ b/types/systemjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/table/tsconfig.json b/types/table/tsconfig.json index deaa89022e..6aee73e7c0 100644 --- a/types/table/tsconfig.json +++ b/types/table/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tabtab/tsconfig.json b/types/tabtab/tsconfig.json index c95b49a200..b2098e5326 100644 --- a/types/tabtab/tsconfig.json +++ b/types/tabtab/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tabulator/tsconfig.json b/types/tabulator/tsconfig.json index 32db9cfaad..d094f72c74 100644 --- a/types/tabulator/tsconfig.json +++ b/types/tabulator/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "tabulator-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/tapable/tsconfig.json b/types/tapable/tsconfig.json index 051e7cfe76..c1a629a0a0 100644 --- a/types/tapable/tsconfig.json +++ b/types/tapable/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tape/tsconfig.json b/types/tape/tsconfig.json index 0508492e1a..14b29b4be3 100644 --- a/types/tape/tsconfig.json +++ b/types/tape/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tar/tsconfig.json b/types/tar/tsconfig.json index 29d0170b3b..103befc21b 100644 --- a/types/tar/tsconfig.json +++ b/types/tar/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tea-merge/tsconfig.json b/types/tea-merge/tsconfig.json index c49ccda90b..0af0988abf 100644 --- a/types/tea-merge/tsconfig.json +++ b/types/tea-merge/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tedious-connection-pool/tsconfig.json b/types/tedious-connection-pool/tsconfig.json index 3c88e6fb5c..cd636ad876 100644 --- a/types/tedious-connection-pool/tsconfig.json +++ b/types/tedious-connection-pool/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tedious/tsconfig.json b/types/tedious/tsconfig.json index e8edcb0a1a..6b1c2d58eb 100644 --- a/types/tedious/tsconfig.json +++ b/types/tedious/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/teechart/tsconfig.json b/types/teechart/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/teechart/tsconfig.json +++ b/types/teechart/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/telebot/tsconfig.json b/types/telebot/tsconfig.json index 1a01e3b413..df24dd318b 100644 --- a/types/telebot/tsconfig.json +++ b/types/telebot/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "telebot-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/temp-fs/tsconfig.json b/types/temp-fs/tsconfig.json index c741d6824b..7f99f0f62a 100644 --- a/types/temp-fs/tsconfig.json +++ b/types/temp-fs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/temp-write/tsconfig.json b/types/temp-write/tsconfig.json index 9d33c2c4b2..e841595edb 100644 --- a/types/temp-write/tsconfig.json +++ b/types/temp-write/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "temp-write-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/temp/tsconfig.json b/types/temp/tsconfig.json index 8544b283f1..f7e1902067 100644 --- a/types/temp/tsconfig.json +++ b/types/temp/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tempfile/tsconfig.json b/types/tempfile/tsconfig.json index 0a2e750fbb..2f31cafb72 100644 --- a/types/tempfile/tsconfig.json +++ b/types/tempfile/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "tempfile-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/tempy/tsconfig.json b/types/tempy/tsconfig.json index a0716fb0c9..d6216873d6 100644 --- a/types/tempy/tsconfig.json +++ b/types/tempy/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "tempy-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/terminal-menu/tsconfig.json b/types/terminal-menu/tsconfig.json index 3b2a45653a..0ffdb3da4c 100644 --- a/types/terminal-menu/tsconfig.json +++ b/types/terminal-menu/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tesseract.js/tsconfig.json b/types/tesseract.js/tsconfig.json index 00efae647e..0214ea15e4 100644 --- a/types/tesseract.js/tsconfig.json +++ b/types/tesseract.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/testingbot-api/tsconfig.json b/types/testingbot-api/tsconfig.json index bda7118dd7..f0bd06bb1b 100644 --- a/types/testingbot-api/tsconfig.json +++ b/types/testingbot-api/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "testingbot-api-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/tether-drop/tsconfig.json b/types/tether-drop/tsconfig.json index 49ff4f1e23..c1dc9928ec 100644 --- a/types/tether-drop/tsconfig.json +++ b/types/tether-drop/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tether-shepherd/tsconfig.json b/types/tether-shepherd/tsconfig.json index d5b78d9443..ff7a78897d 100644 --- a/types/tether-shepherd/tsconfig.json +++ b/types/tether-shepherd/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tether/tsconfig.json b/types/tether/tsconfig.json index 587aad20ab..5286a98289 100644 --- a/types/tether/tsconfig.json +++ b/types/tether/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/text-buffer/tsconfig.json b/types/text-buffer/tsconfig.json index cdb73c99ce..786f6efe5e 100644 --- a/types/text-buffer/tsconfig.json +++ b/types/text-buffer/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "text-buffer-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/text-buffer/v0/tsconfig.json b/types/text-buffer/v0/tsconfig.json index 3acf4b7176..d6dcbb8c5d 100644 --- a/types/text-buffer/v0/tsconfig.json +++ b/types/text-buffer/v0/tsconfig.json @@ -8,12 +8,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "text-buffer": [ "text-buffer/v0" ] + "text-buffer": [ + "text-buffer/v0" + ] }, "types": [], "noEmit": true, @@ -23,4 +26,4 @@ "index.d.ts", "text-buffer-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/text-encoding/tsconfig.json b/types/text-encoding/tsconfig.json index 6fa9e20d3e..898180941a 100644 --- a/types/text-encoding/tsconfig.json +++ b/types/text-encoding/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/three/tsconfig.json b/types/three/tsconfig.json index b3bb3fc8f7..1e615b65b1 100644 --- a/types/three/tsconfig.json +++ b/types/three/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -55,4 +56,4 @@ "test/examples/octree.ts", "test/examples/loaders/webgl_loader_obj_mtl.ts" ] -} +} \ No newline at end of file diff --git a/types/thrift/tsconfig.json b/types/thrift/tsconfig.json index 9f258d3831..9bcbced4ee 100644 --- a/types/thrift/tsconfig.json +++ b/types/thrift/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "thrift-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/throng/tsconfig.json b/types/throng/tsconfig.json index e462697395..20b9b46d85 100644 --- a/types/throng/tsconfig.json +++ b/types/throng/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "throng-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/throttle/tsconfig.json b/types/throttle/tsconfig.json index cae021792d..f05aae2e84 100644 --- a/types/throttle/tsconfig.json +++ b/types/throttle/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "throttle-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/through/tsconfig.json b/types/through/tsconfig.json index 4695bf66b7..88c7abb2fd 100644 --- a/types/through/tsconfig.json +++ b/types/through/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/through2-map/tsconfig.json b/types/through2-map/tsconfig.json index b20edc8d85..282a192f4d 100644 --- a/types/through2-map/tsconfig.json +++ b/types/through2-map/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "through2-map-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/through2/tsconfig.json b/types/through2/tsconfig.json index c979de9e7c..c5c6eaa6b1 100644 --- a/types/through2/tsconfig.json +++ b/types/through2/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/through2/v0/tsconfig.json b/types/through2/v0/tsconfig.json index 82bfaceb14..ea1529c9fe 100644 --- a/types/through2/v0/tsconfig.json +++ b/types/through2/v0/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/tile-reduce/tsconfig.json b/types/tile-reduce/tsconfig.json index a2cfe5de53..2afad7ef56 100644 --- a/types/tile-reduce/tsconfig.json +++ b/types/tile-reduce/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tilebelt/tsconfig.json b/types/tilebelt/tsconfig.json index 52a90d089c..f6c2ff2e44 100644 --- a/types/tilebelt/tsconfig.json +++ b/types/tilebelt/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/time-span/tsconfig.json b/types/time-span/tsconfig.json index c872de67cd..b17a400526 100644 --- a/types/time-span/tsconfig.json +++ b/types/time-span/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "time-span-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/timelinejs/tsconfig.json b/types/timelinejs/tsconfig.json index eb55139ab4..82cb5dd197 100644 --- a/types/timelinejs/tsconfig.json +++ b/types/timelinejs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/timelinejs3/tsconfig.json b/types/timelinejs3/tsconfig.json index 89d36668ff..7f26ea1538 100644 --- a/types/timelinejs3/tsconfig.json +++ b/types/timelinejs3/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/timer-machine/tsconfig.json b/types/timer-machine/tsconfig.json index e29ee58719..31cb1bb2e9 100644 --- a/types/timer-machine/tsconfig.json +++ b/types/timer-machine/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/timezone-js/tsconfig.json b/types/timezone-js/tsconfig.json index 3bff64219e..dac1b5d822 100644 --- a/types/timezone-js/tsconfig.json +++ b/types/timezone-js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/timezonecomplete/tsconfig.json b/types/timezonecomplete/tsconfig.json index 15c628ec36..57312fb0fe 100644 --- a/types/timezonecomplete/tsconfig.json +++ b/types/timezonecomplete/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tinder/tsconfig.json b/types/tinder/tsconfig.json index 43c246b5bc..992b6386e5 100644 --- a/types/tinder/tsconfig.json +++ b/types/tinder/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tinycolor2/tsconfig.json b/types/tinycolor2/tsconfig.json index 2ffb410d0c..c0f4741d8a 100644 --- a/types/tinycolor2/tsconfig.json +++ b/types/tinycolor2/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tinycopy/tsconfig.json b/types/tinycopy/tsconfig.json index adb447485a..8e9af169a5 100644 --- a/types/tinycopy/tsconfig.json +++ b/types/tinycopy/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tinymce/tsconfig.json b/types/tinymce/tsconfig.json index 4dedb0a510..f0922aa2af 100644 --- a/types/tinymce/tsconfig.json +++ b/types/tinymce/tsconfig.json @@ -7,6 +7,7 @@ ], "noImplicitAny": true, "strictNullChecks": true, + "strictFunctionTypes": true, "noImplicitThis": true, "baseUrl": "../", "typeRoots": [ diff --git a/types/titanium/tsconfig.json b/types/titanium/tsconfig.json index 1a74532b51..86e5902e63 100644 --- a/types/titanium/tsconfig.json +++ b/types/titanium/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/title/tsconfig.json b/types/title/tsconfig.json index a137c2558d..ea4f963262 100644 --- a/types/title/tsconfig.json +++ b/types/title/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tldjs/tsconfig.json b/types/tldjs/tsconfig.json index 321dd1ae3f..160d2d2816 100644 --- a/types/tldjs/tsconfig.json +++ b/types/tldjs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tmp/tsconfig.json b/types/tmp/tsconfig.json index 1564e6f13d..0633fc875e 100644 --- a/types/tmp/tsconfig.json +++ b/types/tmp/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/to-camel-case/tsconfig.json b/types/to-camel-case/tsconfig.json index d9eb293d4c..4353053896 100644 --- a/types/to-camel-case/tsconfig.json +++ b/types/to-camel-case/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "to-camel-case-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/to-markdown/tsconfig.json b/types/to-markdown/tsconfig.json index 17519f6d5d..ee0626d37e 100644 --- a/types/to-markdown/tsconfig.json +++ b/types/to-markdown/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "to-markdown-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/to-title-case-gouch/tsconfig.json b/types/to-title-case-gouch/tsconfig.json index f470d1561c..e888de43b8 100644 --- a/types/to-title-case-gouch/tsconfig.json +++ b/types/to-title-case-gouch/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/toastr/tsconfig.json b/types/toastr/tsconfig.json index a3c9da8ca3..6714a59824 100644 --- a/types/toastr/tsconfig.json +++ b/types/toastr/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tocktimer/tsconfig.json b/types/tocktimer/tsconfig.json index 131bc07cde..27e7f3a17e 100644 --- a/types/tocktimer/tsconfig.json +++ b/types/tocktimer/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "tocktimer-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/tooltipster/tsconfig.json b/types/tooltipster/tsconfig.json index daa1d025d8..4f2b8baead 100644 --- a/types/tooltipster/tsconfig.json +++ b/types/tooltipster/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/topojson/tsconfig.json b/types/topojson/tsconfig.json index 0f3148453b..339e9a307d 100644 --- a/types/topojson/tsconfig.json +++ b/types/topojson/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "topojson-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/torrent-stream/tsconfig.json b/types/torrent-stream/tsconfig.json index dd84f3eab4..cf5dc64a44 100644 --- a/types/torrent-stream/tsconfig.json +++ b/types/torrent-stream/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/touch-events/tsconfig.json b/types/touch-events/tsconfig.json index 1e40bfa787..8ac8a7c23e 100644 --- a/types/touch-events/tsconfig.json +++ b/types/touch-events/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/touch/tsconfig.json b/types/touch/tsconfig.json index c0f6b7fd28..dfac4eaa59 100644 --- a/types/touch/tsconfig.json +++ b/types/touch/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tough-cookie/tsconfig.json b/types/tough-cookie/tsconfig.json index 7c324c4ec3..970d0303b9 100644 --- a/types/tough-cookie/tsconfig.json +++ b/types/tough-cookie/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "tough-cookie-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/traceback/tsconfig.json b/types/traceback/tsconfig.json index 2ceed80a5f..3467f3ed5e 100644 --- a/types/traceback/tsconfig.json +++ b/types/traceback/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tracking/tsconfig.json b/types/tracking/tsconfig.json index 4e8791c688..31c4aecc19 100644 --- a/types/tracking/tsconfig.json +++ b/types/tracking/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/transducers-js/tsconfig.json b/types/transducers-js/tsconfig.json index 3a49663656..e22b22820c 100644 --- a/types/transducers-js/tsconfig.json +++ b/types/transducers-js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/transducers.js/tsconfig.json b/types/transducers.js/tsconfig.json index 9d2e6f5b96..64328c8755 100644 --- a/types/transducers.js/tsconfig.json +++ b/types/transducers.js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "transducers.js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/traverse/tsconfig.json b/types/traverse/tsconfig.json index dc8ad3b6f9..d2d7dfea04 100644 --- a/types/traverse/tsconfig.json +++ b/types/traverse/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/traverson/tsconfig.json b/types/traverson/tsconfig.json index bcbcf61f9e..615fd9677e 100644 --- a/types/traverson/tsconfig.json +++ b/types/traverson/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/trayballoon/tsconfig.json b/types/trayballoon/tsconfig.json index 95fcb69bdd..e5e8cc7fa6 100644 --- a/types/trayballoon/tsconfig.json +++ b/types/trayballoon/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/trim/tsconfig.json b/types/trim/tsconfig.json index dbdb33c2a2..bcea356412 100644 --- a/types/trim/tsconfig.json +++ b/types/trim/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/trunk8/tsconfig.json b/types/trunk8/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/trunk8/tsconfig.json +++ b/types/trunk8/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tspromise/tsconfig.json b/types/tspromise/tsconfig.json index 140164ed23..d2af852afd 100644 --- a/types/tspromise/tsconfig.json +++ b/types/tspromise/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tunnel/tsconfig.json b/types/tunnel/tsconfig.json index 6b7ab12383..55219f49a6 100644 --- a/types/tunnel/tsconfig.json +++ b/types/tunnel/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "tunnel-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/turf/tsconfig.json b/types/turf/tsconfig.json index 8e175eaeff..344431ad7a 100644 --- a/types/turf/tsconfig.json +++ b/types/turf/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/turf/v2/tsconfig.json b/types/turf/v2/tsconfig.json index 17dfbed06a..ce4a40bcfa 100644 --- a/types/turf/v2/tsconfig.json +++ b/types/turf/v2/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/tus-js-client/tsconfig.json b/types/tus-js-client/tsconfig.json index fdb3cf2814..ca60cc6a34 100644 --- a/types/tus-js-client/tsconfig.json +++ b/types/tus-js-client/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "tus-js-client-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/tv4/tsconfig.json b/types/tv4/tsconfig.json index 9966506a52..17ed10aeac 100644 --- a/types/tv4/tsconfig.json +++ b/types/tv4/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tween.js/tsconfig.json b/types/tween.js/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/tween.js/tsconfig.json +++ b/types/tween.js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tweenjs/tsconfig.json b/types/tweenjs/tsconfig.json index 21a7836deb..606261f03f 100644 --- a/types/tweenjs/tsconfig.json +++ b/types/tweenjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tweezer.js/tsconfig.json b/types/tweezer.js/tsconfig.json index 801c03fe35..a2fe795fb5 100644 --- a/types/tweezer.js/tsconfig.json +++ b/types/tweezer.js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/twig/tsconfig.json b/types/twig/tsconfig.json index fd6b6b4b50..e51c10b126 100644 --- a/types/twig/tsconfig.json +++ b/types/twig/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/twilio/tsconfig.json b/types/twilio/tsconfig.json index 805d02ab2f..893fb3276f 100644 --- a/types/twilio/tsconfig.json +++ b/types/twilio/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/twit/tsconfig.json b/types/twit/tsconfig.json index 3281b7f556..e9c475d064 100644 --- a/types/twit/tsconfig.json +++ b/types/twit/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/twitter-stream-channels/tsconfig.json b/types/twitter-stream-channels/tsconfig.json index 720a88392b..176fe10f41 100644 --- a/types/twitter-stream-channels/tsconfig.json +++ b/types/twitter-stream-channels/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/twitter-text/tsconfig.json b/types/twitter-text/tsconfig.json index f8f5153059..d91d87aa20 100644 --- a/types/twitter-text/tsconfig.json +++ b/types/twitter-text/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/twitter/tsconfig.json b/types/twitter/tsconfig.json index 0f9fb72507..f57f1c2156 100644 --- a/types/twitter/tsconfig.json +++ b/types/twitter/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/twix/tsconfig.json b/types/twix/tsconfig.json index e766b0a90a..b8f65213a1 100644 --- a/types/twix/tsconfig.json +++ b/types/twix/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/type-check/tsconfig.json b/types/type-check/tsconfig.json index fbf2a87095..05111076bd 100644 --- a/types/type-check/tsconfig.json +++ b/types/type-check/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/type-detect/tsconfig.json b/types/type-detect/tsconfig.json index 944294242b..f8ac2f8c7d 100644 --- a/types/type-detect/tsconfig.json +++ b/types/type-detect/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/type-is/tsconfig.json b/types/type-is/tsconfig.json index 7bd23fd4fb..9c0663c3e2 100644 --- a/types/type-is/tsconfig.json +++ b/types/type-is/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "type-is-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/type-name/tsconfig.json b/types/type-name/tsconfig.json index e22da46f53..e1b8d8d5d0 100644 --- a/types/type-name/tsconfig.json +++ b/types/type-name/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/typeahead/tsconfig.json b/types/typeahead/tsconfig.json index ce079b5520..2699625f50 100644 --- a/types/typeahead/tsconfig.json +++ b/types/typeahead/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/typedarray-pool/tsconfig.json b/types/typedarray-pool/tsconfig.json index f73dcf6120..6a915ea9b1 100644 --- a/types/typedarray-pool/tsconfig.json +++ b/types/typedarray-pool/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/typescript-deferred/tsconfig.json b/types/typescript-deferred/tsconfig.json index 0a783ef810..4e7d5da179 100644 --- a/types/typescript-deferred/tsconfig.json +++ b/types/typescript-deferred/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/tz-format/tsconfig.json b/types/tz-format/tsconfig.json index 0cf57971cb..524fdf38df 100644 --- a/types/tz-format/tsconfig.json +++ b/types/tz-format/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ua-parser-js/tsconfig.json b/types/ua-parser-js/tsconfig.json index 32bd466dc1..fadebdfdbb 100644 --- a/types/ua-parser-js/tsconfig.json +++ b/types/ua-parser-js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/uglify-js/tsconfig.json b/types/uglify-js/tsconfig.json index 755ecbfb10..314b32b709 100644 --- a/types/uglify-js/tsconfig.json +++ b/types/uglify-js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/uglifycss/tsconfig.json b/types/uglifycss/tsconfig.json index 85ad50d22a..a5b1cb6a01 100644 --- a/types/uglifycss/tsconfig.json +++ b/types/uglifycss/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ui-grid/tsconfig.json b/types/ui-grid/tsconfig.json index e8794ad589..cd43ea45d4 100644 --- a/types/ui-grid/tsconfig.json +++ b/types/ui-grid/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ui-router-extras/tsconfig.json b/types/ui-router-extras/tsconfig.json index f97c3a02d9..fa8f22e667 100644 --- a/types/ui-router-extras/tsconfig.json +++ b/types/ui-router-extras/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ui-select/tsconfig.json b/types/ui-select/tsconfig.json index 14d28d2fd1..c6188861f2 100644 --- a/types/ui-select/tsconfig.json +++ b/types/ui-select/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/uid-safe/tsconfig.json b/types/uid-safe/tsconfig.json index 19301a1a56..4a0a4a03a4 100644 --- a/types/uid-safe/tsconfig.json +++ b/types/uid-safe/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/uikit/tsconfig.json b/types/uikit/tsconfig.json index 59da9e6ea2..486a3184e8 100644 --- a/types/uikit/tsconfig.json +++ b/types/uikit/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/uk.co.workingedge.phonegap.plugin.launchnavigator/tsconfig.json b/types/uk.co.workingedge.phonegap.plugin.launchnavigator/tsconfig.json index d0333af9fa..a6bd2c9ec0 100644 --- a/types/uk.co.workingedge.phonegap.plugin.launchnavigator/tsconfig.json +++ b/types/uk.co.workingedge.phonegap.plugin.launchnavigator/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/umbraco/tsconfig.json b/types/umbraco/tsconfig.json index d3d367b15c..286d8c0496 100644 --- a/types/umbraco/tsconfig.json +++ b/types/umbraco/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/umd/tsconfig.json b/types/umd/tsconfig.json index 6327c1cf47..fcfcb24f99 100644 --- a/types/umd/tsconfig.json +++ b/types/umd/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/umzug/tsconfig.json b/types/umzug/tsconfig.json index 2ecd125878..1d66f656f8 100644 --- a/types/umzug/tsconfig.json +++ b/types/umzug/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/underscore-ko/tsconfig.json b/types/underscore-ko/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/underscore-ko/tsconfig.json +++ b/types/underscore-ko/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/underscore.string/tsconfig.json b/types/underscore.string/tsconfig.json index 2faf88bff9..b2222f4d8b 100644 --- a/types/underscore.string/tsconfig.json +++ b/types/underscore.string/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/underscore/tsconfig.json b/types/underscore/tsconfig.json index a73adc6c5d..549c23e027 100644 --- a/types/underscore/tsconfig.json +++ b/types/underscore/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "underscore-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/undertaker-registry/tsconfig.json b/types/undertaker-registry/tsconfig.json index f3fbd2389f..4cedc8febc 100644 --- a/types/undertaker-registry/tsconfig.json +++ b/types/undertaker-registry/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "undertaker-registry-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/undertaker/tsconfig.json b/types/undertaker/tsconfig.json index 98ec0075c9..55aaee01b5 100644 --- a/types/undertaker/tsconfig.json +++ b/types/undertaker/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/uniq/tsconfig.json b/types/uniq/tsconfig.json index 94a4616a04..db4cf0e58f 100644 --- a/types/uniq/tsconfig.json +++ b/types/uniq/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/uniqid/tsconfig.json b/types/uniqid/tsconfig.json index 437a215958..e081325ae9 100644 --- a/types/uniqid/tsconfig.json +++ b/types/uniqid/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "uniqid-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/unique-hash-stream/tsconfig.json b/types/unique-hash-stream/tsconfig.json index 44d0966096..0a8fe10caa 100644 --- a/types/unique-hash-stream/tsconfig.json +++ b/types/unique-hash-stream/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "unique-hash-stream-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/unique-random/tsconfig.json b/types/unique-random/tsconfig.json index 2a2190f467..7ee86c0a03 100644 --- a/types/unique-random/tsconfig.json +++ b/types/unique-random/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/unist/tsconfig.json b/types/unist/tsconfig.json index 0ba86f9b59..c9f03c2264 100644 --- a/types/unist/tsconfig.json +++ b/types/unist/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "unist-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/unity-webapi/tsconfig.json b/types/unity-webapi/tsconfig.json index 206ebe6339..c400be527d 100644 --- a/types/unity-webapi/tsconfig.json +++ b/types/unity-webapi/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/universal-analytics/tsconfig.json b/types/universal-analytics/tsconfig.json index cb5aa2ddc0..6e301dc22c 100644 --- a/types/universal-analytics/tsconfig.json +++ b/types/universal-analytics/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/universal-router/tsconfig.json b/types/universal-router/tsconfig.json index ca76eb8955..c83170c372 100644 --- a/types/universal-router/tsconfig.json +++ b/types/universal-router/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/unorm/tsconfig.json b/types/unorm/tsconfig.json index fb560bd2bf..55846e2d3e 100644 --- a/types/unorm/tsconfig.json +++ b/types/unorm/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/untildify/tsconfig.json b/types/untildify/tsconfig.json index b0f87787e5..75bfdd7d3e 100644 --- a/types/untildify/tsconfig.json +++ b/types/untildify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "untildify-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/unused-filename/tsconfig.json b/types/unused-filename/tsconfig.json index 1bda71daf8..da9da24039 100644 --- a/types/unused-filename/tsconfig.json +++ b/types/unused-filename/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "unused-filename-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/update-notifier/tsconfig.json b/types/update-notifier/tsconfig.json index 58d52df1bf..df8ad3f8ed 100644 --- a/types/update-notifier/tsconfig.json +++ b/types/update-notifier/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/uppercamelcase/tsconfig.json b/types/uppercamelcase/tsconfig.json index c5a1338d73..07fc20a92b 100644 --- a/types/uppercamelcase/tsconfig.json +++ b/types/uppercamelcase/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "uppercamelcase-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/urbanairship-cordova/tsconfig.json b/types/urbanairship-cordova/tsconfig.json index 72259a34bf..d00b30f908 100644 --- a/types/urbanairship-cordova/tsconfig.json +++ b/types/urbanairship-cordova/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/uri-templates/tsconfig.json b/types/uri-templates/tsconfig.json index f6812b7767..fde5970591 100644 --- a/types/uri-templates/tsconfig.json +++ b/types/uri-templates/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/urijs/tsconfig.json b/types/urijs/tsconfig.json index 6dc8501579..17ecc01182 100644 --- a/types/urijs/tsconfig.json +++ b/types/urijs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/uritemplate/tsconfig.json b/types/uritemplate/tsconfig.json index fecfffe416..d2778846fe 100644 --- a/types/uritemplate/tsconfig.json +++ b/types/uritemplate/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/url-assembler/tsconfig.json b/types/url-assembler/tsconfig.json index ae213e8bc0..5b754bb418 100644 --- a/types/url-assembler/tsconfig.json +++ b/types/url-assembler/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "url-assembler-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/url-join/tsconfig.json b/types/url-join/tsconfig.json index 3f89e8f618..fdbf7a8a9c 100644 --- a/types/url-join/tsconfig.json +++ b/types/url-join/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/url-parse/tsconfig.json b/types/url-parse/tsconfig.json index 2847a21a41..ca6fdbf187 100644 --- a/types/url-parse/tsconfig.json +++ b/types/url-parse/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/url-regex/tsconfig.json b/types/url-regex/tsconfig.json index 702fe52acc..e78f1f0e5d 100644 --- a/types/url-regex/tsconfig.json +++ b/types/url-regex/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "url-regex-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/url-search-params/tsconfig.json b/types/url-search-params/tsconfig.json index a71d65e617..c67e1d9f93 100644 --- a/types/url-search-params/tsconfig.json +++ b/types/url-search-params/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "url-search-params-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/url-template/tsconfig.json b/types/url-template/tsconfig.json index 58e06bc684..b6851260ad 100644 --- a/types/url-template/tsconfig.json +++ b/types/url-template/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/urlrouter/tsconfig.json b/types/urlrouter/tsconfig.json index a5f19ed019..dbb5bdd0f0 100644 --- a/types/urlrouter/tsconfig.json +++ b/types/urlrouter/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/urlsafe-base64/tsconfig.json b/types/urlsafe-base64/tsconfig.json index 2cbec836ca..a3a79d6fb0 100644 --- a/types/urlsafe-base64/tsconfig.json +++ b/types/urlsafe-base64/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/usage/tsconfig.json b/types/usage/tsconfig.json index e4470ea69e..417ff3267d 100644 --- a/types/usage/tsconfig.json +++ b/types/usage/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/usb/tsconfig.json b/types/usb/tsconfig.json index bcff308bef..ba316ad2d1 100644 --- a/types/usb/tsconfig.json +++ b/types/usb/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/user-home/tsconfig.json b/types/user-home/tsconfig.json index 8bba4b7597..dd35bdbe98 100644 --- a/types/user-home/tsconfig.json +++ b/types/user-home/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/useragent/tsconfig.json b/types/useragent/tsconfig.json index fe9ea46600..5ce0443620 100644 --- a/types/useragent/tsconfig.json +++ b/types/useragent/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/username/tsconfig.json b/types/username/tsconfig.json index 77a82aef36..f1ff2eeb4a 100644 --- a/types/username/tsconfig.json +++ b/types/username/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/utf8/tsconfig.json b/types/utf8/tsconfig.json index b65d93679a..673b72ce14 100644 --- a/types/utf8/tsconfig.json +++ b/types/utf8/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/util-deprecate/tsconfig.json b/types/util-deprecate/tsconfig.json index 55fbd05d0b..cdfa8aa957 100644 --- a/types/util-deprecate/tsconfig.json +++ b/types/util-deprecate/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "util-deprecate-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/util.promisify/tsconfig.json b/types/util.promisify/tsconfig.json index c924d659a3..041c10a94c 100644 --- a/types/util.promisify/tsconfig.json +++ b/types/util.promisify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "util.promisify-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/utils-merge/tsconfig.json b/types/utils-merge/tsconfig.json index 4f41e448c0..a841cf3ef3 100644 --- a/types/utils-merge/tsconfig.json +++ b/types/utils-merge/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/uuid-1345/tsconfig.json b/types/uuid-1345/tsconfig.json index e9b5a64370..cd69f6f3b8 100644 --- a/types/uuid-1345/tsconfig.json +++ b/types/uuid-1345/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/uuid-js/tsconfig.json b/types/uuid-js/tsconfig.json index dbb214b17d..959ae5bc26 100644 --- a/types/uuid-js/tsconfig.json +++ b/types/uuid-js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/uuid-validate/tsconfig.json b/types/uuid-validate/tsconfig.json index 10b20e3173..037d808448 100644 --- a/types/uuid-validate/tsconfig.json +++ b/types/uuid-validate/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -18,6 +19,6 @@ }, "files": [ "index.d.ts", - "uuid-validate-tests.ts" + "uuid-validate-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/uuid/tsconfig.json b/types/uuid/tsconfig.json index 627132852a..ce6d909022 100644 --- a/types/uuid/tsconfig.json +++ b/types/uuid/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -23,4 +24,4 @@ "interfaces.d.ts", "uuid-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/uuid/v2/tsconfig.json b/types/uuid/v2/tsconfig.json index 921084e8e4..06847b515e 100644 --- a/types/uuid/v2/tsconfig.json +++ b/types/uuid/v2/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "paths": { - "uuid": ["uuid/v2"] + "uuid": [ + "uuid/v2" + ] }, "types": [], "noEmit": true, @@ -22,4 +25,4 @@ "index.d.ts", "uuid-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/uuidjs/tsconfig.json b/types/uuidjs/tsconfig.json index 2ebca98eba..ee3725fc8f 100644 --- a/types/uuidjs/tsconfig.json +++ b/types/uuidjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/uws/tsconfig.json b/types/uws/tsconfig.json index fbce3fad6f..fe7f021800 100644 --- a/types/uws/tsconfig.json +++ b/types/uws/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/v8-profiler/tsconfig.json b/types/v8-profiler/tsconfig.json index d5f038d38d..0d065aaad5 100644 --- a/types/v8-profiler/tsconfig.json +++ b/types/v8-profiler/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/valdr-message/tsconfig.json b/types/valdr-message/tsconfig.json index d83b2c8513..ca46410452 100644 --- a/types/valdr-message/tsconfig.json +++ b/types/valdr-message/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/valdr/tsconfig.json b/types/valdr/tsconfig.json index d5814af6f4..0f55a41f43 100644 --- a/types/valdr/tsconfig.json +++ b/types/valdr/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/valerie/tsconfig.json b/types/valerie/tsconfig.json index 5b89a2b8ab..e943ca70f9 100644 --- a/types/valerie/tsconfig.json +++ b/types/valerie/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/valid-url/tsconfig.json b/types/valid-url/tsconfig.json index a4da86ed13..9ae1f983bc 100644 --- a/types/valid-url/tsconfig.json +++ b/types/valid-url/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/validate.js/tsconfig.json b/types/validate.js/tsconfig.json index 31ed494863..3da830187f 100644 --- a/types/validate.js/tsconfig.json +++ b/types/validate.js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/validator/tsconfig.json b/types/validator/tsconfig.json index 480d163a25..720a2e79c8 100644 --- a/types/validator/tsconfig.json +++ b/types/validator/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/validatorjs/tsconfig.json b/types/validatorjs/tsconfig.json index 409dcef8df..3fda638aea 100644 --- a/types/validatorjs/tsconfig.json +++ b/types/validatorjs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/vanilla-tilt/tsconfig.json b/types/vanilla-tilt/tsconfig.json index f95783a19d..71d85c07ab 100644 --- a/types/vanilla-tilt/tsconfig.json +++ b/types/vanilla-tilt/tsconfig.json @@ -1,23 +1,24 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "vanilla-tilt-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "vanilla-tilt-tests.ts" + ] +} \ No newline at end of file diff --git a/types/vary/tsconfig.json b/types/vary/tsconfig.json index a123095408..8dc896220b 100644 --- a/types/vary/tsconfig.json +++ b/types/vary/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "vary-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/vast-client/tsconfig.json b/types/vast-client/tsconfig.json index 5ab6b994a8..106b26913c 100644 --- a/types/vast-client/tsconfig.json +++ b/types/vast-client/tsconfig.json @@ -1,23 +1,24 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "vast-client-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "vast-client-tests.ts" + ] +} \ No newline at end of file diff --git a/types/vec3/tsconfig.json b/types/vec3/tsconfig.json index b7a9ca5a71..05cbd739f7 100644 --- a/types/vec3/tsconfig.json +++ b/types/vec3/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/vectorious/tsconfig.json b/types/vectorious/tsconfig.json index 6363fb29b0..6b0974b0ac 100644 --- a/types/vectorious/tsconfig.json +++ b/types/vectorious/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/vega/tsconfig.json b/types/vega/tsconfig.json index a15bdb6a7a..f49e5e811b 100644 --- a/types/vega/tsconfig.json +++ b/types/vega/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/velocity-animate/tsconfig.json b/types/velocity-animate/tsconfig.json index bbdc104c10..a43f8fa036 100644 --- a/types/velocity-animate/tsconfig.json +++ b/types/velocity-animate/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/verror/tsconfig.json b/types/verror/tsconfig.json index 16393e8995..478972649d 100644 --- a/types/verror/tsconfig.json +++ b/types/verror/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/vertx3-eventbus-client/tsconfig.json b/types/vertx3-eventbus-client/tsconfig.json index 07390b013d..b7e963d3d4 100644 --- a/types/vertx3-eventbus-client/tsconfig.json +++ b/types/vertx3-eventbus-client/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "vertx3-eventbus-client-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/vex-js/tsconfig.json b/types/vex-js/tsconfig.json index 569a24122c..bb63a4aad4 100644 --- a/types/vex-js/tsconfig.json +++ b/types/vex-js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/vexflow/tsconfig.json b/types/vexflow/tsconfig.json index 9f7633fe2e..6ca1cf5f8a 100644 --- a/types/vexflow/tsconfig.json +++ b/types/vexflow/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "vexflow-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/vfile/tsconfig.json b/types/vfile/tsconfig.json index af04818380..7f30404056 100644 --- a/types/vfile/tsconfig.json +++ b/types/vfile/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -17,7 +18,6 @@ }, "files": [ "index.d.ts", - "vfile-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/victor/tsconfig.json b/types/victor/tsconfig.json index b11cf5bbc8..8ce6a32927 100644 --- a/types/victor/tsconfig.json +++ b/types/victor/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/victory/tsconfig.json b/types/victory/tsconfig.json index b088744528..a12b6074c7 100644 --- a/types/victory/tsconfig.json +++ b/types/victory/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/video.js/tsconfig.json b/types/video.js/tsconfig.json index 349338b477..3946d11571 100644 --- a/types/video.js/tsconfig.json +++ b/types/video.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/viewability-helper/tsconfig.json b/types/viewability-helper/tsconfig.json index d82bd3708a..fd64db5703 100644 --- a/types/viewability-helper/tsconfig.json +++ b/types/viewability-helper/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "viewability-helper-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/viewerjs/tsconfig.json b/types/viewerjs/tsconfig.json index 41d84c8380..144a0a0fc1 100644 --- a/types/viewerjs/tsconfig.json +++ b/types/viewerjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/viewporter/tsconfig.json b/types/viewporter/tsconfig.json index 88795d6b92..cd83af4238 100644 --- a/types/viewporter/tsconfig.json +++ b/types/viewporter/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/vimeo/tsconfig.json b/types/vimeo/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/vimeo/tsconfig.json +++ b/types/vimeo/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/vimeo__player/tsconfig.json b/types/vimeo__player/tsconfig.json index 5234a318b6..d2875c251f 100644 --- a/types/vimeo__player/tsconfig.json +++ b/types/vimeo__player/tsconfig.json @@ -8,13 +8,16 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "paths": { - "@vimeo/player": ["vimeo__player"] + "@vimeo/player": [ + "vimeo__player" + ] }, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/vinyl-buffer/tsconfig.json b/types/vinyl-buffer/tsconfig.json index 93296b534b..a3d680f61e 100644 --- a/types/vinyl-buffer/tsconfig.json +++ b/types/vinyl-buffer/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/vinyl-fs/tsconfig.json b/types/vinyl-fs/tsconfig.json index d8cea65d47..6f041838fd 100644 --- a/types/vinyl-fs/tsconfig.json +++ b/types/vinyl-fs/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": false, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "vinyl-fs-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": false, + "strictNullChecks": false, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "vinyl-fs-tests.ts" + ] +} \ No newline at end of file diff --git a/types/vinyl-paths/tsconfig.json b/types/vinyl-paths/tsconfig.json index 126374df8c..231e345008 100644 --- a/types/vinyl-paths/tsconfig.json +++ b/types/vinyl-paths/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/vinyl-source-stream/tsconfig.json b/types/vinyl-source-stream/tsconfig.json index ef3c4de3b7..7d29c29e60 100644 --- a/types/vinyl-source-stream/tsconfig.json +++ b/types/vinyl-source-stream/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/vinyl/tsconfig.json b/types/vinyl/tsconfig.json index d7dcf3a8a7..7386da20a1 100644 --- a/types/vinyl/tsconfig.json +++ b/types/vinyl/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/vinyl/v0/tsconfig.json b/types/vinyl/v0/tsconfig.json index 45573e7bf8..a8d30ed9bb 100644 --- a/types/vinyl/v0/tsconfig.json +++ b/types/vinyl/v0/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/virtual-dom/tsconfig.json b/types/virtual-dom/tsconfig.json index bc201594e5..e48bf32e57 100644 --- a/types/virtual-dom/tsconfig.json +++ b/types/virtual-dom/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/virtual-keyboard/tsconfig.json b/types/virtual-keyboard/tsconfig.json index 4d8d420495..b1eaf0612a 100644 --- a/types/virtual-keyboard/tsconfig.json +++ b/types/virtual-keyboard/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/vis/tsconfig.json b/types/vis/tsconfig.json index 2fec34328a..50fd412eee 100644 --- a/types/vis/tsconfig.json +++ b/types/vis/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/vision/tsconfig.json b/types/vision/tsconfig.json index 9d1c80a15c..b5a7337fa7 100644 --- a/types/vision/tsconfig.json +++ b/types/vision/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/vitalsigns/tsconfig.json b/types/vitalsigns/tsconfig.json index dac5b33c5b..35eb17732d 100644 --- a/types/vitalsigns/tsconfig.json +++ b/types/vitalsigns/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/vivus/tsconfig.json b/types/vivus/tsconfig.json index 6f59145dee..a66fa1e203 100644 --- a/types/vivus/tsconfig.json +++ b/types/vivus/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/vkbeautify/tsconfig.json b/types/vkbeautify/tsconfig.json index 52cf017421..a795394230 100644 --- a/types/vkbeautify/tsconfig.json +++ b/types/vkbeautify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/voca/tsconfig.json b/types/voca/tsconfig.json index e7cd2ff035..8cd5ac1f19 100644 --- a/types/voca/tsconfig.json +++ b/types/voca/tsconfig.json @@ -1,4 +1,3 @@ - { "compilerOptions": { "module": "commonjs", @@ -8,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +20,4 @@ "index.d.ts", "voca-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/voronoi-diagram/tsconfig.json b/types/voronoi-diagram/tsconfig.json index b64a31b8ca..74bb32af15 100644 --- a/types/voronoi-diagram/tsconfig.json +++ b/types/voronoi-diagram/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/vortex-web-client/tsconfig.json b/types/vortex-web-client/tsconfig.json index 9f0ae5d1d4..de0989c9b1 100644 --- a/types/vortex-web-client/tsconfig.json +++ b/types/vortex-web-client/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/voximplant-websdk/tsconfig.json b/types/voximplant-websdk/tsconfig.json index 533fdac5d4..28c84ce5a7 100644 --- a/types/voximplant-websdk/tsconfig.json +++ b/types/voximplant-websdk/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/vue-i18n/tsconfig.json b/types/vue-i18n/tsconfig.json index cbff597b4f..01d16389e6 100644 --- a/types/vue-i18n/tsconfig.json +++ b/types/vue-i18n/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "vue-i18n-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "vue-i18n-tests.ts" + ] +} \ No newline at end of file diff --git a/types/vue-resource/tsconfig.json b/types/vue-resource/tsconfig.json index b8a620e110..62b9761326 100644 --- a/types/vue-resource/tsconfig.json +++ b/types/vue-resource/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/w2ui/tsconfig.json b/types/w2ui/tsconfig.json index 1e1ce363f7..e5a6f41e44 100644 --- a/types/w2ui/tsconfig.json +++ b/types/w2ui/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/w3c-generic-sensor/tsconfig.json b/types/w3c-generic-sensor/tsconfig.json index faf5c63101..4a33837faa 100644 --- a/types/w3c-generic-sensor/tsconfig.json +++ b/types/w3c-generic-sensor/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/w3c-screen-orientation/tsconfig.json b/types/w3c-screen-orientation/tsconfig.json index 664471c21d..fa84e114b1 100644 --- a/types/w3c-screen-orientation/tsconfig.json +++ b/types/w3c-screen-orientation/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "w3c-screen-orientation-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/w3c-web-usb/tsconfig.json b/types/w3c-web-usb/tsconfig.json index 4bd03116b6..dc162699e6 100644 --- a/types/w3c-web-usb/tsconfig.json +++ b/types/w3c-web-usb/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "w3c-web-usb-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/waitme/tsconfig.json b/types/waitme/tsconfig.json index c96e4eb671..3ca35aebea 100644 --- a/types/waitme/tsconfig.json +++ b/types/waitme/tsconfig.json @@ -3,11 +3,12 @@ "module": "commonjs", "lib": [ "es6", - "dom" + "dom" ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "waitme-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/wake_on_lan/tsconfig.json b/types/wake_on_lan/tsconfig.json index 7191eae30c..0b9e2067fd 100644 --- a/types/wake_on_lan/tsconfig.json +++ b/types/wake_on_lan/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/wallabyjs/tsconfig.json b/types/wallabyjs/tsconfig.json index 7675d3aba5..903d0deaf0 100644 --- a/types/wallabyjs/tsconfig.json +++ b/types/wallabyjs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/wallpaper/tsconfig.json b/types/wallpaper/tsconfig.json index e491008057..ace8bd1f01 100644 --- a/types/wallpaper/tsconfig.json +++ b/types/wallpaper/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "wallpaper-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/wampy/tsconfig.json b/types/wampy/tsconfig.json index 695d78ce64..b324433f07 100644 --- a/types/wampy/tsconfig.json +++ b/types/wampy/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/warning/tsconfig.json b/types/warning/tsconfig.json index 397abc9591..68b31c6a27 100644 --- a/types/warning/tsconfig.json +++ b/types/warning/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/watch/tsconfig.json b/types/watch/tsconfig.json index 372f591f92..776b11b37f 100644 --- a/types/watch/tsconfig.json +++ b/types/watch/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "watch-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/watchify/tsconfig.json b/types/watchify/tsconfig.json index b436be9bf0..73fd603cc8 100644 --- a/types/watchify/tsconfig.json +++ b/types/watchify/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/watchpack/tsconfig.json b/types/watchpack/tsconfig.json index c7fa4149f5..a9011453a0 100644 --- a/types/watchpack/tsconfig.json +++ b/types/watchpack/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/waterline/tsconfig.json b/types/waterline/tsconfig.json index b7ec4e8403..2cdcfaa2d4 100644 --- a/types/waterline/tsconfig.json +++ b/types/waterline/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/watson-developer-cloud/tsconfig.json b/types/watson-developer-cloud/tsconfig.json index 20868ac9d8..005bf02ffe 100644 --- a/types/watson-developer-cloud/tsconfig.json +++ b/types/watson-developer-cloud/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "watson-developer-cloud-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/waypoints/tsconfig.json b/types/waypoints/tsconfig.json index ec14eea22a..c457df62f8 100644 --- a/types/waypoints/tsconfig.json +++ b/types/waypoints/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "waypoints-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/wcwidth/tsconfig.json b/types/wcwidth/tsconfig.json index 55ce5efd5b..8088cd3cc1 100644 --- a/types/wcwidth/tsconfig.json +++ b/types/wcwidth/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "wcwidth-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/weapp-api/tsconfig.json b/types/weapp-api/tsconfig.json index 471be5f98f..ef43ffab75 100644 --- a/types/weapp-api/tsconfig.json +++ b/types/weapp-api/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/web-animations-js/tsconfig.json b/types/web-animations-js/tsconfig.json index 6f7d4d67cb..defb1340f7 100644 --- a/types/web-animations-js/tsconfig.json +++ b/types/web-animations-js/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "web-animations-js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/web-bluetooth/tsconfig.json b/types/web-bluetooth/tsconfig.json index a8c4078637..cb97fe1d0e 100644 --- a/types/web-bluetooth/tsconfig.json +++ b/types/web-bluetooth/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/webappsec-credential-management/tsconfig.json b/types/webappsec-credential-management/tsconfig.json index b5de77bd93..dba66cad28 100644 --- a/types/webappsec-credential-management/tsconfig.json +++ b/types/webappsec-credential-management/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/webassembly-js-api/tsconfig.json b/types/webassembly-js-api/tsconfig.json index 581bbbdf29..286d2c0fb4 100644 --- a/types/webassembly-js-api/tsconfig.json +++ b/types/webassembly-js-api/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "webassembly-js-api-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/webcl/tsconfig.json b/types/webcl/tsconfig.json index 94ea6fea15..cd88a172a7 100644 --- a/types/webcl/tsconfig.json +++ b/types/webcl/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/webcomponents.js/tsconfig.json b/types/webcomponents.js/tsconfig.json index 3822282675..7905e2ea0d 100644 --- a/types/webcomponents.js/tsconfig.json +++ b/types/webcomponents.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/webcrypto/tsconfig.json b/types/webcrypto/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/webcrypto/tsconfig.json +++ b/types/webcrypto/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/webdriverio/tsconfig.json b/types/webdriverio/tsconfig.json index 53b3c26236..654e7fc599 100644 --- a/types/webdriverio/tsconfig.json +++ b/types/webdriverio/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +22,4 @@ "index.d.ts", "webdriverio-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/webfontloader/tsconfig.json b/types/webfontloader/tsconfig.json index 26fe6d5e7a..11a2a05131 100644 --- a/types/webfontloader/tsconfig.json +++ b/types/webfontloader/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/webgl-ext/tsconfig.json b/types/webgl-ext/tsconfig.json index 151a5c0e4c..6c8b906888 100644 --- a/types/webgl-ext/tsconfig.json +++ b/types/webgl-ext/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/webgl2/tsconfig.json b/types/webgl2/tsconfig.json index 129c0d86f3..097828d97b 100644 --- a/types/webgl2/tsconfig.json +++ b/types/webgl2/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/webgme/tsconfig.json b/types/webgme/tsconfig.json index d1ae63d85c..20b15fd0c0 100644 --- a/types/webgme/tsconfig.json +++ b/types/webgme/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/webix/tsconfig.json b/types/webix/tsconfig.json index a745b2f766..5b395aed79 100644 --- a/types/webix/tsconfig.json +++ b/types/webix/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/webmidi/tsconfig.json b/types/webmidi/tsconfig.json index 2d4444827a..f7669ef043 100644 --- a/types/webmidi/tsconfig.json +++ b/types/webmidi/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/webpack-bundle-analyzer/tsconfig.json b/types/webpack-bundle-analyzer/tsconfig.json index 257de048ef..a1bea1a472 100644 --- a/types/webpack-bundle-analyzer/tsconfig.json +++ b/types/webpack-bundle-analyzer/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "webpack-bundle-analyzer-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/webpack-chain/tsconfig.json b/types/webpack-chain/tsconfig.json index ad23fcfa57..45d1deba96 100644 --- a/types/webpack-chain/tsconfig.json +++ b/types/webpack-chain/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "webpack-chain-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/webpack-chunk-hash/tsconfig.json b/types/webpack-chunk-hash/tsconfig.json index 1d6e971b9d..3d85a2216d 100644 --- a/types/webpack-chunk-hash/tsconfig.json +++ b/types/webpack-chunk-hash/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "webpack-chunk-hash-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/webpack-dev-middleware/tsconfig.json b/types/webpack-dev-middleware/tsconfig.json index 0db95df98f..1688c1d7f3 100644 --- a/types/webpack-dev-middleware/tsconfig.json +++ b/types/webpack-dev-middleware/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "webpack-dev-middleware-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/webpack-dev-server/tsconfig.json b/types/webpack-dev-server/tsconfig.json index e34a6deb4e..93410e23ab 100644 --- a/types/webpack-dev-server/tsconfig.json +++ b/types/webpack-dev-server/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/webpack-dotenv-plugin/tsconfig.json b/types/webpack-dotenv-plugin/tsconfig.json index dbd9d47b1f..f0b09e0b58 100644 --- a/types/webpack-dotenv-plugin/tsconfig.json +++ b/types/webpack-dotenv-plugin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "webpack-dotenv-plugin-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/webpack-env/tsconfig.json b/types/webpack-env/tsconfig.json index fc58944ec0..aaf60b78e5 100644 --- a/types/webpack-env/tsconfig.json +++ b/types/webpack-env/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/webpack-fail-plugin/tsconfig.json b/types/webpack-fail-plugin/tsconfig.json index 87adc04e49..ebd98cd575 100644 --- a/types/webpack-fail-plugin/tsconfig.json +++ b/types/webpack-fail-plugin/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/webpack-hot-middleware/tsconfig.json b/types/webpack-hot-middleware/tsconfig.json index b3eea261c5..a1d77f8b64 100644 --- a/types/webpack-hot-middleware/tsconfig.json +++ b/types/webpack-hot-middleware/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "webpack-hot-middleware-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/webpack-merge/tsconfig.json b/types/webpack-merge/tsconfig.json index 78589b444b..750b2e26f0 100644 --- a/types/webpack-merge/tsconfig.json +++ b/types/webpack-merge/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "webpack-merge-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/webpack-merge/v0/tsconfig.json b/types/webpack-merge/v0/tsconfig.json index aedaa9a44e..f977c6a9f2 100644 --- a/types/webpack-merge/v0/tsconfig.json +++ b/types/webpack-merge/v0/tsconfig.json @@ -7,14 +7,19 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" ], "types": [], "paths": { - "webpack-merge": ["webpack-merge/v0"], - "webpack-merge/*": ["webpack-merge/v0/*"] + "webpack-merge": [ + "webpack-merge/v0" + ], + "webpack-merge/*": [ + "webpack-merge/v0/*" + ] }, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/webpack-node-externals/tsconfig.json b/types/webpack-node-externals/tsconfig.json index 70e62e7b0c..f8b3349a6b 100644 --- a/types/webpack-node-externals/tsconfig.json +++ b/types/webpack-node-externals/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "webpack-node-externals-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/webpack-notifier/tsconfig.json b/types/webpack-notifier/tsconfig.json index 41e0e3a541..ca18204781 100644 --- a/types/webpack-notifier/tsconfig.json +++ b/types/webpack-notifier/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "webpack-notifier-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/webpack-sources/tsconfig.json b/types/webpack-sources/tsconfig.json index 3472f7ddee..10a0ad4302 100644 --- a/types/webpack-sources/tsconfig.json +++ b/types/webpack-sources/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/webpack-stream/tsconfig.json b/types/webpack-stream/tsconfig.json index 65fc295fdf..b166f37967 100644 --- a/types/webpack-stream/tsconfig.json +++ b/types/webpack-stream/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "webpack-stream-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/webpack-validator/tsconfig.json b/types/webpack-validator/tsconfig.json index 2307459c15..63f41272d6 100644 --- a/types/webpack-validator/tsconfig.json +++ b/types/webpack-validator/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/webpack/tsconfig.json b/types/webpack/tsconfig.json index 1a1c5440ce..4cf3324827 100644 --- a/types/webpack/tsconfig.json +++ b/types/webpack/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "webpack-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/webrtc/tsconfig.json b/types/webrtc/tsconfig.json index 98b72f24e9..b8074fbae2 100644 --- a/types/webrtc/tsconfig.json +++ b/types/webrtc/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/website-scraper/tsconfig.json b/types/website-scraper/tsconfig.json index 984767f360..19651124e1 100644 --- a/types/website-scraper/tsconfig.json +++ b/types/website-scraper/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/websocket/tsconfig.json b/types/websocket/tsconfig.json index d77bfdfbe2..b567131872 100644 --- a/types/websocket/tsconfig.json +++ b/types/websocket/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/webspeechapi/tsconfig.json b/types/webspeechapi/tsconfig.json index 21c9d6298c..f1a86255f3 100644 --- a/types/webspeechapi/tsconfig.json +++ b/types/webspeechapi/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/websql/tsconfig.json b/types/websql/tsconfig.json index 4c9200819e..e82ff7c0ec 100644 --- a/types/websql/tsconfig.json +++ b/types/websql/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/webtorrent/tsconfig.json b/types/webtorrent/tsconfig.json index 92d678f0a5..3648235528 100644 --- a/types/webtorrent/tsconfig.json +++ b/types/webtorrent/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "webtorrent-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/webvr-api/tsconfig.json b/types/webvr-api/tsconfig.json index 3dbd3ccc46..38b2249654 100644 --- a/types/webvr-api/tsconfig.json +++ b/types/webvr-api/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/week/tsconfig.json b/types/week/tsconfig.json index 2a969bd826..75a301476e 100644 --- a/types/week/tsconfig.json +++ b/types/week/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "week-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/weighted/tsconfig.json b/types/weighted/tsconfig.json index 9b8cbaedfc..b9f440df8f 100644 --- a/types/weighted/tsconfig.json +++ b/types/weighted/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/weixin-app/tsconfig.json b/types/weixin-app/tsconfig.json index 0e56ec9084..4b2efcd908 100644 --- a/types/weixin-app/tsconfig.json +++ b/types/weixin-app/tsconfig.json @@ -1,23 +1,24 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "weixin-app-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "weixin-app-tests.ts" + ] +} \ No newline at end of file diff --git a/types/wellknown/tsconfig.json b/types/wellknown/tsconfig.json index 66be74a40f..55ca4fc95d 100644 --- a/types/wellknown/tsconfig.json +++ b/types/wellknown/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "wellknown-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/whatwg-streams/tsconfig.json b/types/whatwg-streams/tsconfig.json index 95a18214ff..bf84ec6496 100644 --- a/types/whatwg-streams/tsconfig.json +++ b/types/whatwg-streams/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/when/tsconfig.json b/types/when/tsconfig.json index c8c295ea09..f903b8862c 100644 --- a/types/when/tsconfig.json +++ b/types/when/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/which/tsconfig.json b/types/which/tsconfig.json index fa7a35e452..3c3883a801 100644 --- a/types/which/tsconfig.json +++ b/types/which/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/why-did-you-update/tsconfig.json b/types/why-did-you-update/tsconfig.json index 255e0bdf23..936ab93030 100644 --- a/types/why-did-you-update/tsconfig.json +++ b/types/why-did-you-update/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/wicg-mediasession/tsconfig.json b/types/wicg-mediasession/tsconfig.json index 381f1027e4..2d8373286c 100644 --- a/types/wicg-mediasession/tsconfig.json +++ b/types/wicg-mediasession/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "wicg-mediasession-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/wiiu/tsconfig.json b/types/wiiu/tsconfig.json index 6e96375fe9..06a693d673 100644 --- a/types/wiiu/tsconfig.json +++ b/types/wiiu/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/window-or-global/tsconfig.json b/types/window-or-global/tsconfig.json index ba9f7a5f05..9148664a63 100644 --- a/types/window-or-global/tsconfig.json +++ b/types/window-or-global/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/window-size/tsconfig.json b/types/window-size/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/window-size/tsconfig.json +++ b/types/window-size/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/windows-1251/tsconfig.json b/types/windows-1251/tsconfig.json index b34d485178..153d7d27e5 100644 --- a/types/windows-1251/tsconfig.json +++ b/types/windows-1251/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/windows-service/tsconfig.json b/types/windows-service/tsconfig.json index df34488d23..16d0a0e664 100644 --- a/types/windows-service/tsconfig.json +++ b/types/windows-service/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/winjs/tsconfig.json b/types/winjs/tsconfig.json index 1401eeeedb..d34d6a1d77 100644 --- a/types/winjs/tsconfig.json +++ b/types/winjs/tsconfig.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/winjs/v1/tsconfig.json b/types/winjs/v1/tsconfig.json index f6d6aedde9..f43a6835b9 100644 --- a/types/winjs/v1/tsconfig.json +++ b/types/winjs/v1/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/winjs/v2/tsconfig.json b/types/winjs/v2/tsconfig.json index 857f810042..0fe784e5eb 100644 --- a/types/winjs/v2/tsconfig.json +++ b/types/winjs/v2/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/winreg/tsconfig.json b/types/winreg/tsconfig.json index afcfe12c42..c1aaeb509e 100644 --- a/types/winreg/tsconfig.json +++ b/types/winreg/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/winrt-uwp/tsconfig.json b/types/winrt-uwp/tsconfig.json index 27e01ecd7b..0ecda7bfce 100644 --- a/types/winrt-uwp/tsconfig.json +++ b/types/winrt-uwp/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/winrt/tsconfig.json b/types/winrt/tsconfig.json index 8a67eaf271..361d559f74 100644 --- a/types/winrt/tsconfig.json +++ b/types/winrt/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/winston-dynamodb/tsconfig.json b/types/winston-dynamodb/tsconfig.json index 2e684e94de..11a92fe7be 100644 --- a/types/winston-dynamodb/tsconfig.json +++ b/types/winston-dynamodb/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/winston/tsconfig.json b/types/winston/tsconfig.json index b5fa9d9ccf..390e22a274 100644 --- a/types/winston/tsconfig.json +++ b/types/winston/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/wiredep/tsconfig.json b/types/wiredep/tsconfig.json index 69ee121ef9..abf8541ebd 100644 --- a/types/wiredep/tsconfig.json +++ b/types/wiredep/tsconfig.json @@ -7,12 +7,15 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { - "q": [ "q/v0" ] + "q": [ + "q/v0" + ] }, "types": [], "noEmit": true, diff --git a/types/wiring-pi/tsconfig.json b/types/wiring-pi/tsconfig.json index 77cbb57262..c0b1d996a4 100644 --- a/types/wiring-pi/tsconfig.json +++ b/types/wiring-pi/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/wnumb/tsconfig.json b/types/wnumb/tsconfig.json index d8e656f34e..59a26d6c92 100644 --- a/types/wnumb/tsconfig.json +++ b/types/wnumb/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/wolfy87-eventemitter/tsconfig.json b/types/wolfy87-eventemitter/tsconfig.json index 9829e08cfa..9ab352c8d4 100644 --- a/types/wolfy87-eventemitter/tsconfig.json +++ b/types/wolfy87-eventemitter/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/wonder-commonlib/tsconfig.json b/types/wonder-commonlib/tsconfig.json index 3540cf91c0..960dbbaa5c 100644 --- a/types/wonder-commonlib/tsconfig.json +++ b/types/wonder-commonlib/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/wonder-frp/tsconfig.json b/types/wonder-frp/tsconfig.json index bc145951ba..3df4543743 100644 --- a/types/wonder-frp/tsconfig.json +++ b/types/wonder-frp/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/wonder.js/tsconfig.json b/types/wonder.js/tsconfig.json index 0fdebb2ebc..01c8dfa305 100644 --- a/types/wonder.js/tsconfig.json +++ b/types/wonder.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/wordcloud/tsconfig.json b/types/wordcloud/tsconfig.json index e957e72d27..e4d3526e5e 100644 --- a/types/wordcloud/tsconfig.json +++ b/types/wordcloud/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/words-to-numbers/tsconfig.json b/types/words-to-numbers/tsconfig.json index 282bfbae59..90601f2599 100644 --- a/types/words-to-numbers/tsconfig.json +++ b/types/words-to-numbers/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "words-to-numbers-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/wrap-ansi/tsconfig.json b/types/wrap-ansi/tsconfig.json index 748e251fe3..8df3c547cc 100644 --- a/types/wrap-ansi/tsconfig.json +++ b/types/wrap-ansi/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/wreck/tsconfig.json b/types/wreck/tsconfig.json index 0ab20c0c1d..7b9aa920a7 100644 --- a/types/wreck/tsconfig.json +++ b/types/wreck/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/wrench/tsconfig.json b/types/wrench/tsconfig.json index 0644d7a8a6..6f3e1e115c 100644 --- a/types/wrench/tsconfig.json +++ b/types/wrench/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/write-file-atomic/tsconfig.json b/types/write-file-atomic/tsconfig.json index e4de0610e9..ef38fa7e14 100644 --- a/types/write-file-atomic/tsconfig.json +++ b/types/write-file-atomic/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "write-file-atomic-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/write-json-file/tsconfig.json b/types/write-json-file/tsconfig.json index 27df25f1f7..7eca588265 100644 --- a/types/write-json-file/tsconfig.json +++ b/types/write-json-file/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "write-json-file-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ws/tsconfig.json b/types/ws/tsconfig.json index 89cd6325e0..7ad5917bb1 100644 --- a/types/ws/tsconfig.json +++ b/types/ws/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/wu/tsconfig.json b/types/wu/tsconfig.json index e165aee3c4..87598365cb 100644 --- a/types/wu/tsconfig.json +++ b/types/wu/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/wx-js-sdk-dt/tsconfig.json b/types/wx-js-sdk-dt/tsconfig.json index 780e3ab13c..b97e63e9c3 100644 --- a/types/wx-js-sdk-dt/tsconfig.json +++ b/types/wx-js-sdk-dt/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "wx-js-sdk-dt-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/x-editable/tsconfig.json b/types/x-editable/tsconfig.json index 2f3014ef21..086e95a8b0 100644 --- a/types/x-editable/tsconfig.json +++ b/types/x-editable/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/xadesjs/tsconfig.json b/types/xadesjs/tsconfig.json index bcb7e26be4..1a5e5c7ca1 100644 --- a/types/xadesjs/tsconfig.json +++ b/types/xadesjs/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/xdate/tsconfig.json b/types/xdate/tsconfig.json index d87d20ca4f..6862404dfa 100644 --- a/types/xdate/tsconfig.json +++ b/types/xdate/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/xdg-basedir/tsconfig.json b/types/xdg-basedir/tsconfig.json index 60be2ca765..67144b1f3f 100644 --- a/types/xdg-basedir/tsconfig.json +++ b/types/xdg-basedir/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/xdomain/tsconfig.json b/types/xdomain/tsconfig.json index 8bac97a25d..b13ad1fc53 100644 --- a/types/xdomain/tsconfig.json +++ b/types/xdomain/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/xhr-mock/tsconfig.json b/types/xhr-mock/tsconfig.json index 6a5c03268f..f8246e1177 100644 --- a/types/xhr-mock/tsconfig.json +++ b/types/xhr-mock/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "xhr-mock-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/xml-parser/tsconfig.json b/types/xml-parser/tsconfig.json index 7a8d5679d5..25b8ca0c57 100644 --- a/types/xml-parser/tsconfig.json +++ b/types/xml-parser/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/xml/tsconfig.json b/types/xml/tsconfig.json index 2ed5a65a43..408f1bde77 100644 --- a/types/xml/tsconfig.json +++ b/types/xml/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/xml2js/tsconfig.json b/types/xml2js/tsconfig.json index 7c5f5d51f5..b6c83dabe5 100644 --- a/types/xml2js/tsconfig.json +++ b/types/xml2js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/xml2json/tsconfig.json b/types/xml2json/tsconfig.json index 2e96ea8c96..97da8f14ed 100644 --- a/types/xml2json/tsconfig.json +++ b/types/xml2json/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/xmlbuilder/tsconfig.json b/types/xmlbuilder/tsconfig.json index 972e1b4bf1..5b01beda43 100644 --- a/types/xmlbuilder/tsconfig.json +++ b/types/xmlbuilder/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/xmldoc/tsconfig.json b/types/xmldoc/tsconfig.json index ca7ade502f..ec85b52f4f 100644 --- a/types/xmldoc/tsconfig.json +++ b/types/xmldoc/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/xmldom/tsconfig.json b/types/xmldom/tsconfig.json index 80d1635035..eca77a2584 100644 --- a/types/xmldom/tsconfig.json +++ b/types/xmldom/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/xmlpoke/tsconfig.json b/types/xmlpoke/tsconfig.json index 461a2b8764..70dbf19b60 100644 --- a/types/xmlpoke/tsconfig.json +++ b/types/xmlpoke/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/xmlrpc/tsconfig.json b/types/xmlrpc/tsconfig.json index fb01ac427c..dc38849c0e 100644 --- a/types/xmlrpc/tsconfig.json +++ b/types/xmlrpc/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/xmltojson/tsconfig.json b/types/xmltojson/tsconfig.json index 463279a1c3..8614f0feb8 100644 --- a/types/xmltojson/tsconfig.json +++ b/types/xmltojson/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/xmpp__jid/tsconfig.json b/types/xmpp__jid/tsconfig.json index 526a2a50c0..827e25b4fd 100644 --- a/types/xmpp__jid/tsconfig.json +++ b/types/xmpp__jid/tsconfig.json @@ -7,13 +7,16 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "paths": { - "@xmpp/jid": ["xmpp__jid"] + "@xmpp/jid": [ + "xmpp__jid" + ] }, "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/xregexp/tsconfig.json b/types/xregexp/tsconfig.json index 4b242b1071..08c3876c26 100644 --- a/types/xregexp/tsconfig.json +++ b/types/xregexp/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/xrm/tsconfig.json b/types/xrm/tsconfig.json index 8fa3542f3a..3cf6656150 100644 --- a/types/xrm/tsconfig.json +++ b/types/xrm/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/xrm/v6/tsconfig.json b/types/xrm/v6/tsconfig.json index 8ea9f3240c..474c263825 100644 --- a/types/xrm/v6/tsconfig.json +++ b/types/xrm/v6/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/xrm/v7/tsconfig.json b/types/xrm/v7/tsconfig.json index a3eb727035..7049164db5 100644 --- a/types/xrm/v7/tsconfig.json +++ b/types/xrm/v7/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/xsd-schema-validator/tsconfig.json b/types/xsd-schema-validator/tsconfig.json index dab88a34a3..cd7f750ca7 100644 --- a/types/xsd-schema-validator/tsconfig.json +++ b/types/xsd-schema-validator/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/xsockets/tsconfig.json b/types/xsockets/tsconfig.json index b9e8d65653..7d2656429b 100644 --- a/types/xsockets/tsconfig.json +++ b/types/xsockets/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/xss-filters/tsconfig.json b/types/xss-filters/tsconfig.json index bcf5ffba88..5a09180498 100644 --- a/types/xss-filters/tsconfig.json +++ b/types/xss-filters/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/xtend/tsconfig.json b/types/xtend/tsconfig.json index 452c3d004d..68d8e3dea0 100644 --- a/types/xtend/tsconfig.json +++ b/types/xtend/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/xterm/tsconfig.json b/types/xterm/tsconfig.json index 2a3d8b3bd1..3d75f99636 100644 --- a/types/xterm/tsconfig.json +++ b/types/xterm/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/xxhashjs/tsconfig.json b/types/xxhashjs/tsconfig.json index 30d863453a..10233fe7f4 100644 --- a/types/xxhashjs/tsconfig.json +++ b/types/xxhashjs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "xxhashjs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/yallist/tsconfig.json b/types/yallist/tsconfig.json index 17b02a13c4..e1b421b78c 100644 --- a/types/yallist/tsconfig.json +++ b/types/yallist/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "yallist-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/yamljs/tsconfig.json b/types/yamljs/tsconfig.json index bcced464e6..d617b3128e 100644 --- a/types/yamljs/tsconfig.json +++ b/types/yamljs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/yandex-maps/tsconfig.json b/types/yandex-maps/tsconfig.json index d906997868..d156097923 100644 --- a/types/yandex-maps/tsconfig.json +++ b/types/yandex-maps/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "yandex-maps-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/yandex-money-sdk/tsconfig.json b/types/yandex-money-sdk/tsconfig.json index e5339abc94..e8b7aa37e5 100644 --- a/types/yandex-money-sdk/tsconfig.json +++ b/types/yandex-money-sdk/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/yargs/tsconfig.json b/types/yargs/tsconfig.json index c666e5df04..003b792854 100644 --- a/types/yargs/tsconfig.json +++ b/types/yargs/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/yayson/tsconfig.json b/types/yayson/tsconfig.json index 4967e89920..7c8cdbf4a8 100644 --- a/types/yayson/tsconfig.json +++ b/types/yayson/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/ydn-db/tsconfig.json b/types/ydn-db/tsconfig.json index 6a0807f737..be8afe510b 100644 --- a/types/ydn-db/tsconfig.json +++ b/types/ydn-db/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/yeoman-generator/tsconfig.json b/types/yeoman-generator/tsconfig.json index fdb69029f9..ab104bd246 100644 --- a/types/yeoman-generator/tsconfig.json +++ b/types/yeoman-generator/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "yeoman-generator-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/yeoman-test/tsconfig.json b/types/yeoman-test/tsconfig.json index 2625e68a55..43c2be3164 100644 --- a/types/yeoman-test/tsconfig.json +++ b/types/yeoman-test/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "yeoman-test-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/yfiles/tsconfig.json b/types/yfiles/tsconfig.json index 6c5b8cd59e..9152563e46 100644 --- a/types/yfiles/tsconfig.json +++ b/types/yfiles/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/yog-bigpipe/tsconfig.json b/types/yog-bigpipe/tsconfig.json index e2f641476b..74dfc3ae1e 100644 --- a/types/yog-bigpipe/tsconfig.json +++ b/types/yog-bigpipe/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "yog-bigpipe-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/yog-log/tsconfig.json b/types/yog-log/tsconfig.json index b4b67074f8..056d458bf6 100644 --- a/types/yog-log/tsconfig.json +++ b/types/yog-log/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "yog-log-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/yog2-kernel/tsconfig.json b/types/yog2-kernel/tsconfig.json index f78a6c3483..bc2848fcc6 100644 --- a/types/yog2-kernel/tsconfig.json +++ b/types/yog2-kernel/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" @@ -20,4 +21,4 @@ "index.d.ts", "yog2-kernel-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/yosay/tsconfig.json b/types/yosay/tsconfig.json index 362a9c4be2..884e37fabf 100644 --- a/types/yosay/tsconfig.json +++ b/types/yosay/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/youtube/tsconfig.json b/types/youtube/tsconfig.json index 8a67eaf271..82e6284376 100644 --- a/types/youtube/tsconfig.json +++ b/types/youtube/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/yui/tsconfig.json b/types/yui/tsconfig.json index 27e01ecd7b..02963e3afd 100644 --- a/types/yui/tsconfig.json +++ b/types/yui/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/z-schema/tsconfig.json b/types/z-schema/tsconfig.json index 776b603b1e..54782d4c86 100644 --- a/types/z-schema/tsconfig.json +++ b/types/z-schema/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/zapier-platform-core/tsconfig.json b/types/zapier-platform-core/tsconfig.json index 3755a7ac9a..c197914893 100644 --- a/types/zapier-platform-core/tsconfig.json +++ b/types/zapier-platform-core/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "zapier-platform-core-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/zen-observable/tsconfig.json b/types/zen-observable/tsconfig.json index cfdae044d6..8f7b9ad757 100644 --- a/types/zen-observable/tsconfig.json +++ b/types/zen-observable/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "zen-observable-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "zen-observable-tests.ts" + ] +} \ No newline at end of file diff --git a/types/zepto/tsconfig.json b/types/zepto/tsconfig.json index 6c9e1fed78..cc7da64133 100644 --- a/types/zepto/tsconfig.json +++ b/types/zepto/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/zeroclipboard/tsconfig.json b/types/zeroclipboard/tsconfig.json index 91061c38ee..135f2186a1 100644 --- a/types/zeroclipboard/tsconfig.json +++ b/types/zeroclipboard/tsconfig.json @@ -12,6 +12,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/zeroclipboard/v1/tsconfig.json b/types/zeroclipboard/v1/tsconfig.json index a2ecf0859b..357f8f8784 100644 --- a/types/zeroclipboard/v1/tsconfig.json +++ b/types/zeroclipboard/v1/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [ "../../" diff --git a/types/zeromq/tsconfig.json b/types/zeromq/tsconfig.json index aa30afd4b0..ada0d8a1c7 100644 --- a/types/zeromq/tsconfig.json +++ b/types/zeromq/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "zeromq-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/zetapush-js/tsconfig.json b/types/zetapush-js/tsconfig.json index 78526186fb..3ce2c2d301 100644 --- a/types/zetapush-js/tsconfig.json +++ b/types/zetapush-js/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -19,4 +20,4 @@ "index.d.ts", "zetapush-js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/zip.js/tsconfig.json b/types/zip.js/tsconfig.json index 008e8fd120..a655a790d8 100644 --- a/types/zip.js/tsconfig.json +++ b/types/zip.js/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/zmq/tsconfig.json b/types/zmq/tsconfig.json index 7e354f61c0..03a35a4048 100644 --- a/types/zmq/tsconfig.json +++ b/types/zmq/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/zui/tsconfig.json b/types/zui/tsconfig.json index 36f8848110..a2d866908a 100644 --- a/types/zui/tsconfig.json +++ b/types/zui/tsconfig.json @@ -9,6 +9,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/zynga-scroller/tsconfig.json b/types/zynga-scroller/tsconfig.json index 62ef861ada..94cb1cf919 100644 --- a/types/zynga-scroller/tsconfig.json +++ b/types/zynga-scroller/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../"