From a828ea02ac4a4898127e4ca6baed48ca7d65ac32 Mon Sep 17 00:00:00 2001 From: Andy Date: Wed, 30 Aug 2017 08:15:31 -0700 Subject: [PATCH] Normalize `tsconfig.json`s (#19447) --- types/activex-adodb/package.json | 6 ++- types/activex-adodb/tsconfig.json | 1 - types/activex-scripting/package.json | 6 ++- types/activex-scripting/tsconfig.json | 1 - types/activex-wia/package.json | 6 ++- types/activex-wia/tsconfig.json | 1 - types/aframe/tsconfig.json | 40 +++++++++--------- types/angular-bootstrap-calendar/package.json | 2 +- types/angular-localforage/package.json | 2 +- .../bootstrap.v3.datetimepicker/package.json | 2 +- .../v3/package.json | 2 +- types/clndr/package.json | 2 +- types/collections/tsconfig.json | 34 ++++++++------- .../continuation-local-storage/tsconfig.json | 1 - .../tsconfig.json | 5 +++ types/cordova-plugin-camera/tsconfig.json | 7 +++- types/cordova-plugin-contacts/tsconfig.json | 5 +++ .../tsconfig.json | 5 +++ types/cordova-plugin-device/tsconfig.json | 5 +++ types/cordova-plugin-dialogs/tsconfig.json | 5 +++ .../tsconfig.json | 5 +++ .../cordova-plugin-inappbrowser/tsconfig.json | 5 +++ types/cordova-plugin-keyboard/tsconfig.json | 5 +++ types/cordova-plugin-media/tsconfig.json | 5 +++ .../cordova-plugin-splashscreen/tsconfig.json | 5 +++ types/cordova-plugin-statusbar/tsconfig.json | 5 +++ types/cordova-plugin-vibration/tsconfig.json | 5 +++ types/cordova-plugin-websql/tsconfig.json | 5 +++ types/daterangepicker/package.json | 2 +- types/dotenv-safe/tsconfig.json | 1 - types/engine.io-client/tsconfig.json | 1 - types/engine.io/tsconfig.json | 1 - .../package.json | 2 +- .../tsconfig.json | 3 +- types/faker/v3/tsconfig.json | 4 +- types/hedron/tsconfig.json | 42 ++++++++++--------- types/ibm_db/tsconfig.json | 1 - types/inversify-devtools/package.json | 2 +- types/is-number/is-number-tests.ts | 2 +- types/is-number/tsconfig.json | 3 +- types/jsonata/tsconfig.json | 1 - types/linq4js/tsconfig.json | 1 - .../package.json | 2 +- types/memcached/tsconfig.json | 21 +++++----- types/mersenne-twister/tsconfig.json | 2 - types/mithril-global/tsconfig.json | 1 - types/moment-range/package.json | 2 +- types/moment-round/package.json | 2 +- types/msgpack5/tsconfig.json | 1 - types/mssql/tsconfig.json | 3 +- types/needle/v0/tsconfig.json | 2 +- types/node/tsconfig.json | 3 +- types/node/v7/tsconfig.json | 3 +- types/nodemailer/tsconfig.json | 3 +- types/oauth2orize/tsconfig.json | 1 - types/protractor-http-mock/tsconfig.json | 3 ++ types/react-daterange-picker/package.json | 2 +- types/react-dates/package.json | 2 +- types/react-facebook-login/tsconfig.json | 1 - types/react-intl-redux/package.json | 2 +- types/react-json/react-json-tests.tsx | 2 +- types/react-json/tsconfig.json | 3 +- types/react-onsenui/tsconfig.json | 37 ++++++++-------- types/react-redux-i18n/package.json | 2 +- types/react-redux-toastr/package.json | 2 +- types/react-transition-group/tsconfig.json | 1 - types/redux-action-utils/package.json | 2 +- types/redux-debounced/package.json | 2 +- types/redux-devtools/package.json | 2 +- .../package.json | 2 +- types/redux-immutable/package.json | 2 +- types/redux-infinite-scroll/tsconfig.json | 1 - .../redux-localstorage-debounce/package.json | 2 +- types/redux-localstorage-filter/package.json | 2 +- types/redux-localstorage/package.json | 2 +- types/redux-logger/package.json | 2 +- types/redux-optimistic-ui/package.json | 2 +- types/redux-promise/package.json | 2 +- types/redux-recycle/package.json | 2 +- types/redux-storage/package.json | 2 +- types/redux-ui/package.json | 2 +- types/retry/tsconfig.json | 1 - types/saywhen/tsconfig.json | 1 - types/slimerjs/tsconfig.json | 2 +- types/swiper/v2/tsconfig.json | 2 +- types/twix/package.json | 2 +- types/url-search-params/tsconfig.json | 1 - types/uuid/tsconfig.json | 1 - types/uuid/v2/tsconfig.json | 4 +- types/viewerjs/tsconfig.json | 1 - types/viewerjs/viewerjs-tests.ts | 2 +- types/vimeo__player/tsconfig.json | 2 +- types/vkbeautify/tsconfig.json | 3 +- types/vkbeautify/vkbeautify-tests.ts | 2 +- types/vue-resource/package.json | 4 +- 95 files changed, 234 insertions(+), 170 deletions(-) diff --git a/types/activex-adodb/package.json b/types/activex-adodb/package.json index d798f99261..78d20c0506 100644 --- a/types/activex-adodb/package.json +++ b/types/activex-adodb/package.json @@ -1 +1,5 @@ -{ "dependencies": { "activex-helpers": "*"}} \ No newline at end of file +{ + "dependencies": { + "activex-helpers": "*" + } +} diff --git a/types/activex-adodb/tsconfig.json b/types/activex-adodb/tsconfig.json index 484faf1ed0..81c6088e56 100644 --- a/types/activex-adodb/tsconfig.json +++ b/types/activex-adodb/tsconfig.json @@ -6,7 +6,6 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, - "strict": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/activex-scripting/package.json b/types/activex-scripting/package.json index d798f99261..78d20c0506 100644 --- a/types/activex-scripting/package.json +++ b/types/activex-scripting/package.json @@ -1 +1,5 @@ -{ "dependencies": { "activex-helpers": "*"}} \ No newline at end of file +{ + "dependencies": { + "activex-helpers": "*" + } +} diff --git a/types/activex-scripting/tsconfig.json b/types/activex-scripting/tsconfig.json index 190e7bdcd6..e237423341 100644 --- a/types/activex-scripting/tsconfig.json +++ b/types/activex-scripting/tsconfig.json @@ -6,7 +6,6 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, - "strict": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/activex-wia/package.json b/types/activex-wia/package.json index d798f99261..78d20c0506 100644 --- a/types/activex-wia/package.json +++ b/types/activex-wia/package.json @@ -1 +1,5 @@ -{ "dependencies": { "activex-helpers": "*"}} \ No newline at end of file +{ + "dependencies": { + "activex-helpers": "*" + } +} diff --git a/types/activex-wia/tsconfig.json b/types/activex-wia/tsconfig.json index b06917d12c..b98459223d 100644 --- a/types/activex-wia/tsconfig.json +++ b/types/activex-wia/tsconfig.json @@ -6,7 +6,6 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, - "strict": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/aframe/tsconfig.json b/types/aframe/tsconfig.json index 9488fe8297..f11ddb6188 100755 --- a/types/aframe/tsconfig.json +++ b/types/aframe/tsconfig.json @@ -1,25 +1,25 @@ { "compilerOptions": { - "baseUrl": "..", - "lib": [ - "es5", - "dom", - "es2015.iterable", - "es2015.promise" - ], - "module": "commonjs", - "noImplicitAny": true, - "noImplicitThis": true, - "removeComments": false, - "sourceMap": true, - "strictNullChecks": true, - "noEmit": true, - "forceConsistentCasingInFileNames": true, - "typeRoots": [ "../" ], - "types": [ ] + "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" + "index.d.ts", + "aframe-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/angular-bootstrap-calendar/package.json b/types/angular-bootstrap-calendar/package.json index 4c6d24a445..d33ff913ce 100644 --- a/types/angular-bootstrap-calendar/package.json +++ b/types/angular-bootstrap-calendar/package.json @@ -2,4 +2,4 @@ "dependencies": { "moment": ">=2.14.0" } -} \ No newline at end of file +} diff --git a/types/angular-localforage/package.json b/types/angular-localforage/package.json index 07bf3d2615..070dc9feee 100644 --- a/types/angular-localforage/package.json +++ b/types/angular-localforage/package.json @@ -2,4 +2,4 @@ "dependencies": { "localforage": "^1.5.0" } -} \ No newline at end of file +} diff --git a/types/bootstrap.v3.datetimepicker/package.json b/types/bootstrap.v3.datetimepicker/package.json index 4c6d24a445..d33ff913ce 100644 --- a/types/bootstrap.v3.datetimepicker/package.json +++ b/types/bootstrap.v3.datetimepicker/package.json @@ -2,4 +2,4 @@ "dependencies": { "moment": ">=2.14.0" } -} \ No newline at end of file +} diff --git a/types/bootstrap.v3.datetimepicker/v3/package.json b/types/bootstrap.v3.datetimepicker/v3/package.json index 4c6d24a445..d33ff913ce 100644 --- a/types/bootstrap.v3.datetimepicker/v3/package.json +++ b/types/bootstrap.v3.datetimepicker/v3/package.json @@ -2,4 +2,4 @@ "dependencies": { "moment": ">=2.14.0" } -} \ No newline at end of file +} diff --git a/types/clndr/package.json b/types/clndr/package.json index 21243d59df..680646ceef 100644 --- a/types/clndr/package.json +++ b/types/clndr/package.json @@ -2,4 +2,4 @@ "dependencies": { "moment": ">=2.8.3" } -} \ No newline at end of file +} diff --git a/types/collections/tsconfig.json b/types/collections/tsconfig.json index 6b5293a242..e547d4914d 100644 --- a/types/collections/tsconfig.json +++ b/types/collections/tsconfig.json @@ -1,16 +1,22 @@ { - "files": [ - "collections-tests.ts", - "index.d.ts" - ], "compilerOptions": { - "module": "commonjs", - "target": "es6", - "lib": ["es6"], - "forceConsistentCasingInFileNames": true, - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "noEmit": true - } -} + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": 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/continuation-local-storage/tsconfig.json b/types/continuation-local-storage/tsconfig.json index 130110c3b9..0bf318d3e8 100644 --- a/types/continuation-local-storage/tsconfig.json +++ b/types/continuation-local-storage/tsconfig.json @@ -1,7 +1,6 @@ { "compilerOptions": { "module": "commonjs", - "moduleResolution": "node", "lib": [ "es6" ], diff --git a/types/cordova-plugin-battery-status/tsconfig.json b/types/cordova-plugin-battery-status/tsconfig.json index cac92776c8..dc873349a3 100644 --- a/types/cordova-plugin-battery-status/tsconfig.json +++ b/types/cordova-plugin-battery-status/tsconfig.json @@ -8,6 +8,11 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, diff --git a/types/cordova-plugin-camera/tsconfig.json b/types/cordova-plugin-camera/tsconfig.json index d0afcc73be..e54cb67d89 100644 --- a/types/cordova-plugin-camera/tsconfig.json +++ b/types/cordova-plugin-camera/tsconfig.json @@ -5,9 +5,14 @@ "es6", "dom" ], - "noImplicitAny": false, + "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, diff --git a/types/cordova-plugin-contacts/tsconfig.json b/types/cordova-plugin-contacts/tsconfig.json index b582025b43..76ef345600 100644 --- a/types/cordova-plugin-contacts/tsconfig.json +++ b/types/cordova-plugin-contacts/tsconfig.json @@ -8,6 +8,11 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, diff --git a/types/cordova-plugin-device-motion/tsconfig.json b/types/cordova-plugin-device-motion/tsconfig.json index a7dab35ed9..7330314961 100644 --- a/types/cordova-plugin-device-motion/tsconfig.json +++ b/types/cordova-plugin-device-motion/tsconfig.json @@ -8,6 +8,11 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, diff --git a/types/cordova-plugin-device/tsconfig.json b/types/cordova-plugin-device/tsconfig.json index 1ef065998e..3265c8b5b8 100644 --- a/types/cordova-plugin-device/tsconfig.json +++ b/types/cordova-plugin-device/tsconfig.json @@ -8,6 +8,11 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, diff --git a/types/cordova-plugin-dialogs/tsconfig.json b/types/cordova-plugin-dialogs/tsconfig.json index 0e77b0519a..1f11e8d304 100644 --- a/types/cordova-plugin-dialogs/tsconfig.json +++ b/types/cordova-plugin-dialogs/tsconfig.json @@ -8,6 +8,11 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, diff --git a/types/cordova-plugin-globalization/tsconfig.json b/types/cordova-plugin-globalization/tsconfig.json index 790fa07cb9..d9317cc455 100644 --- a/types/cordova-plugin-globalization/tsconfig.json +++ b/types/cordova-plugin-globalization/tsconfig.json @@ -8,6 +8,11 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, diff --git a/types/cordova-plugin-inappbrowser/tsconfig.json b/types/cordova-plugin-inappbrowser/tsconfig.json index 7375c17d5e..fc11c3516e 100644 --- a/types/cordova-plugin-inappbrowser/tsconfig.json +++ b/types/cordova-plugin-inappbrowser/tsconfig.json @@ -8,6 +8,11 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, diff --git a/types/cordova-plugin-keyboard/tsconfig.json b/types/cordova-plugin-keyboard/tsconfig.json index f779a05b7a..d5003a2452 100644 --- a/types/cordova-plugin-keyboard/tsconfig.json +++ b/types/cordova-plugin-keyboard/tsconfig.json @@ -8,6 +8,11 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, diff --git a/types/cordova-plugin-media/tsconfig.json b/types/cordova-plugin-media/tsconfig.json index 31ca665ed4..75eb223a75 100644 --- a/types/cordova-plugin-media/tsconfig.json +++ b/types/cordova-plugin-media/tsconfig.json @@ -8,6 +8,11 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, diff --git a/types/cordova-plugin-splashscreen/tsconfig.json b/types/cordova-plugin-splashscreen/tsconfig.json index c3c3c5836a..20313323c0 100644 --- a/types/cordova-plugin-splashscreen/tsconfig.json +++ b/types/cordova-plugin-splashscreen/tsconfig.json @@ -8,6 +8,11 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, diff --git a/types/cordova-plugin-statusbar/tsconfig.json b/types/cordova-plugin-statusbar/tsconfig.json index daeea4a492..0518e44a96 100644 --- a/types/cordova-plugin-statusbar/tsconfig.json +++ b/types/cordova-plugin-statusbar/tsconfig.json @@ -8,6 +8,11 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, diff --git a/types/cordova-plugin-vibration/tsconfig.json b/types/cordova-plugin-vibration/tsconfig.json index d0752c4764..0ea0850540 100644 --- a/types/cordova-plugin-vibration/tsconfig.json +++ b/types/cordova-plugin-vibration/tsconfig.json @@ -8,6 +8,11 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, diff --git a/types/cordova-plugin-websql/tsconfig.json b/types/cordova-plugin-websql/tsconfig.json index 7f66d4fe25..190c2aa2fb 100644 --- a/types/cordova-plugin-websql/tsconfig.json +++ b/types/cordova-plugin-websql/tsconfig.json @@ -8,6 +8,11 @@ "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": false, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, diff --git a/types/daterangepicker/package.json b/types/daterangepicker/package.json index 4c6d24a445..d33ff913ce 100644 --- a/types/daterangepicker/package.json +++ b/types/daterangepicker/package.json @@ -2,4 +2,4 @@ "dependencies": { "moment": ">=2.14.0" } -} \ No newline at end of file +} diff --git a/types/dotenv-safe/tsconfig.json b/types/dotenv-safe/tsconfig.json index a3c86013c6..6c134db7bf 100644 --- a/types/dotenv-safe/tsconfig.json +++ b/types/dotenv-safe/tsconfig.json @@ -6,7 +6,6 @@ ], "noImplicitAny": true, "noImplicitThis": true, - "noImplicitReturns": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/types/engine.io-client/tsconfig.json b/types/engine.io-client/tsconfig.json index aacd3365c5..257ae8bb42 100644 --- a/types/engine.io-client/tsconfig.json +++ b/types/engine.io-client/tsconfig.json @@ -8,7 +8,6 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, - "noImplicitReturns": true, "strict": true, "baseUrl": "../", "typeRoots": [ diff --git a/types/engine.io/tsconfig.json b/types/engine.io/tsconfig.json index 4ec2d12abc..b003e2f8e4 100644 --- a/types/engine.io/tsconfig.json +++ b/types/engine.io/tsconfig.json @@ -7,7 +7,6 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, - "strict": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/eonasdan-bootstrap-datetimepicker/package.json b/types/eonasdan-bootstrap-datetimepicker/package.json index 4c6d24a445..d33ff913ce 100644 --- a/types/eonasdan-bootstrap-datetimepicker/package.json +++ b/types/eonasdan-bootstrap-datetimepicker/package.json @@ -2,4 +2,4 @@ "dependencies": { "moment": ">=2.14.0" } -} \ No newline at end of file +} diff --git a/types/eonasdan-bootstrap-datetimepicker/tsconfig.json b/types/eonasdan-bootstrap-datetimepicker/tsconfig.json index 6970636ceb..2f6f00a099 100644 --- a/types/eonasdan-bootstrap-datetimepicker/tsconfig.json +++ b/types/eonasdan-bootstrap-datetimepicker/tsconfig.json @@ -10,8 +10,7 @@ "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ - "../", - "./node_modules" + "../" ], "types": [], "noEmit": true, diff --git a/types/faker/v3/tsconfig.json b/types/faker/v3/tsconfig.json index 052493a9c7..b95cdea472 100644 --- a/types/faker/v3/tsconfig.json +++ b/types/faker/v3/tsconfig.json @@ -7,9 +7,9 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, - "baseUrl": "../", + "baseUrl": "../../", "typeRoots": [ - "../" + "../../" ], "paths": { "faker": [ "faker/v3" ] diff --git a/types/hedron/tsconfig.json b/types/hedron/tsconfig.json index a0fbe944b9..bc9aa5b828 100644 --- a/types/hedron/tsconfig.json +++ b/types/hedron/tsconfig.json @@ -1,20 +1,24 @@ { - "files": ["index.d.ts", "hedron-tests.tsx"], - "compilerOptions": { - "module": "commonjs", - "lib": ["es6", "dom"], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "strict": true, - "noImplicitReturns": true, - "noUnusedLocals": true, - "noUnusedParameters": true, - "baseUrl": "../", - "typeRoots": ["../"], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true, - "jsx": "preserve" - } -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true, + "jsx": "preserve" + }, + "files": [ + "index.d.ts", + "hedron-tests.tsx" + ] +} \ No newline at end of file diff --git a/types/ibm_db/tsconfig.json b/types/ibm_db/tsconfig.json index a2944f53d3..4d653705a2 100644 --- a/types/ibm_db/tsconfig.json +++ b/types/ibm_db/tsconfig.json @@ -1,6 +1,5 @@ { "compilerOptions": { - "allowSyntheticDefaultImports": true, "module": "commonjs", "lib": [ "es6" diff --git a/types/inversify-devtools/package.json b/types/inversify-devtools/package.json index 2ec416e55c..1ee0a68577 100644 --- a/types/inversify-devtools/package.json +++ b/types/inversify-devtools/package.json @@ -2,4 +2,4 @@ "dependencies": { "inversify": "^2.0.1" } -} \ No newline at end of file +} diff --git a/types/is-number/is-number-tests.ts b/types/is-number/is-number-tests.ts index 52ecb3d7cd..2d9ac9f1ad 100644 --- a/types/is-number/is-number-tests.ts +++ b/types/is-number/is-number-tests.ts @@ -1,6 +1,6 @@ /// -import isNumber from 'is-number'; +import isNumber = require('is-number'); const numberTest: boolean = isNumber(-1.1); const stringTest: boolean = isNumber('-1.1'); diff --git a/types/is-number/tsconfig.json b/types/is-number/tsconfig.json index 25b9ea6910..7ccd892bf8 100644 --- a/types/is-number/tsconfig.json +++ b/types/is-number/tsconfig.json @@ -13,8 +13,7 @@ ], "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true, - "allowSyntheticDefaultImports": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/types/jsonata/tsconfig.json b/types/jsonata/tsconfig.json index f6e64f5569..e7ca21b6c6 100644 --- a/types/jsonata/tsconfig.json +++ b/types/jsonata/tsconfig.json @@ -6,7 +6,6 @@ "es6" ], "target": "es6", - "moduleResolution": "node", "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, diff --git a/types/linq4js/tsconfig.json b/types/linq4js/tsconfig.json index f053fa2e23..3fcd8a216f 100644 --- a/types/linq4js/tsconfig.json +++ b/types/linq4js/tsconfig.json @@ -6,7 +6,6 @@ "compilerOptions": { "module": "commonjs", "noImplicitAny": true, - "noImplicitReturns": true, "noImplicitThis": true, "strictNullChecks": true, "target": "es6", diff --git a/types/localforage-cordovasqlitedriver/package.json b/types/localforage-cordovasqlitedriver/package.json index 07bf3d2615..070dc9feee 100644 --- a/types/localforage-cordovasqlitedriver/package.json +++ b/types/localforage-cordovasqlitedriver/package.json @@ -2,4 +2,4 @@ "dependencies": { "localforage": "^1.5.0" } -} \ No newline at end of file +} diff --git a/types/memcached/tsconfig.json b/types/memcached/tsconfig.json index 263ad39c54..9e627ffdd1 100644 --- a/types/memcached/tsconfig.json +++ b/types/memcached/tsconfig.json @@ -1,21 +1,22 @@ { "compilerOptions": { - "strictNullChecks": true, - "noImplicitReturns": true, + "module": "commonjs", + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, - "lib": ["es6"], + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true, - "module": "commonjs", - "target": "es5", - "sourceMap": false, - "baseUrl": "../", - "typeRoots": ["../"] + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", "memcached-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/mersenne-twister/tsconfig.json b/types/mersenne-twister/tsconfig.json index e4303a44be..0c162224fb 100644 --- a/types/mersenne-twister/tsconfig.json +++ b/types/mersenne-twister/tsconfig.json @@ -8,8 +8,6 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, - "noImplicitReturns": true, - "noImplicitThis": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/mithril-global/tsconfig.json b/types/mithril-global/tsconfig.json index cb58123eb0..936d8b88b0 100644 --- a/types/mithril-global/tsconfig.json +++ b/types/mithril-global/tsconfig.json @@ -5,7 +5,6 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, - "suppressImplicitAnyIndexErrors": true, "noEmit": true, "forceConsistentCasingInFileNames": true, "baseUrl": "../", diff --git a/types/moment-range/package.json b/types/moment-range/package.json index 62e9ccc7dd..4d0666dfd4 100644 --- a/types/moment-range/package.json +++ b/types/moment-range/package.json @@ -2,4 +2,4 @@ "dependencies": { "moment": "^2.18.1" } -} \ No newline at end of file +} diff --git a/types/moment-round/package.json b/types/moment-round/package.json index 4c6d24a445..d33ff913ce 100644 --- a/types/moment-round/package.json +++ b/types/moment-round/package.json @@ -2,4 +2,4 @@ "dependencies": { "moment": ">=2.14.0" } -} \ No newline at end of file +} diff --git a/types/msgpack5/tsconfig.json b/types/msgpack5/tsconfig.json index 2b67c37312..aca6d78aa1 100644 --- a/types/msgpack5/tsconfig.json +++ b/types/msgpack5/tsconfig.json @@ -1,7 +1,6 @@ { "compilerOptions": { "module": "commonjs", - "moduleResolution": "node", "lib": [ "es6" ], diff --git a/types/mssql/tsconfig.json b/types/mssql/tsconfig.json index 0c0bd7a996..420e1ba065 100644 --- a/types/mssql/tsconfig.json +++ b/types/mssql/tsconfig.json @@ -4,9 +4,8 @@ "lib": [ "es6" ], - "noImplicitAny": true, + "noImplicitAny": false, "noImplicitThis": true, - "suppressImplicitAnyIndexErrors": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ diff --git a/types/needle/v0/tsconfig.json b/types/needle/v0/tsconfig.json index 44c8b59654..fc89dc2d42 100644 --- a/types/needle/v0/tsconfig.json +++ b/types/needle/v0/tsconfig.json @@ -7,7 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, - "baseUrl": "../", + "baseUrl": "../../", "typeRoots": [ "../../" ], diff --git a/types/node/tsconfig.json b/types/node/tsconfig.json index ca401a560d..67b15bb876 100644 --- a/types/node/tsconfig.json +++ b/types/node/tsconfig.json @@ -17,7 +17,6 @@ ], "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true, - "isolatedModules": true + "forceConsistentCasingInFileNames": true } } diff --git a/types/node/v7/tsconfig.json b/types/node/v7/tsconfig.json index eb074775b7..55147d0867 100644 --- a/types/node/v7/tsconfig.json +++ b/types/node/v7/tsconfig.json @@ -22,7 +22,6 @@ }, "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true, - "isolatedModules": true + "forceConsistentCasingInFileNames": true } } diff --git a/types/nodemailer/tsconfig.json b/types/nodemailer/tsconfig.json index 22f8e695f7..83d88fb7a4 100644 --- a/types/nodemailer/tsconfig.json +++ b/types/nodemailer/tsconfig.json @@ -6,12 +6,11 @@ ], "noImplicitAny": true, "noImplicitThis": true, - "strictNullChecks": false, + "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ "../" ], - "allowJs": true, "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/oauth2orize/tsconfig.json b/types/oauth2orize/tsconfig.json index ba482c2e81..f8a4375e1c 100644 --- a/types/oauth2orize/tsconfig.json +++ b/types/oauth2orize/tsconfig.json @@ -1,7 +1,6 @@ { "compilerOptions": { "module": "commonjs", - "moduleResolution": "node", "lib": [ "es6" ], diff --git a/types/protractor-http-mock/tsconfig.json b/types/protractor-http-mock/tsconfig.json index 486d3cff30..3ab3f8967f 100644 --- a/types/protractor-http-mock/tsconfig.json +++ b/types/protractor-http-mock/tsconfig.json @@ -8,6 +8,9 @@ "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", + "typeRoots": [ + "../" + ], "types": [], "paths": { "selenium-webdriver": ["selenium-webdriver/v2"] diff --git a/types/react-daterange-picker/package.json b/types/react-daterange-picker/package.json index 62e9ccc7dd..4d0666dfd4 100644 --- a/types/react-daterange-picker/package.json +++ b/types/react-daterange-picker/package.json @@ -2,4 +2,4 @@ "dependencies": { "moment": "^2.18.1" } -} \ No newline at end of file +} diff --git a/types/react-dates/package.json b/types/react-dates/package.json index d5ac741601..9e7538e746 100644 --- a/types/react-dates/package.json +++ b/types/react-dates/package.json @@ -2,4 +2,4 @@ "dependencies": { "moment": ">=2.17.1" } -} \ No newline at end of file +} diff --git a/types/react-facebook-login/tsconfig.json b/types/react-facebook-login/tsconfig.json index e2bcecb743..e91aeefdd3 100644 --- a/types/react-facebook-login/tsconfig.json +++ b/types/react-facebook-login/tsconfig.json @@ -10,7 +10,6 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, - "allowSyntheticDefaultImports": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/react-intl-redux/package.json b/types/react-intl-redux/package.json index e52256ea90..36ce503807 100644 --- a/types/react-intl-redux/package.json +++ b/types/react-intl-redux/package.json @@ -2,4 +2,4 @@ "dependencies": { "redux": "^3.6.0" } -} \ No newline at end of file +} diff --git a/types/react-json/react-json-tests.tsx b/types/react-json/react-json-tests.tsx index 6bad322c9c..d9461e0ad8 100644 --- a/types/react-json/react-json-tests.tsx +++ b/types/react-json/react-json-tests.tsx @@ -1,5 +1,5 @@ import * as React from 'react'; -import Json from 'react-json'; +import Json = require('react-json'); const TestObject = { s: "Hello, world", diff --git a/types/react-json/tsconfig.json b/types/react-json/tsconfig.json index 3363d26f86..ff5be5812c 100644 --- a/types/react-json/tsconfig.json +++ b/types/react-json/tsconfig.json @@ -15,8 +15,7 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "jsx": "react", - "allowSyntheticDefaultImports": true + "jsx": "react" }, "files": [ "index.d.ts", diff --git a/types/react-onsenui/tsconfig.json b/types/react-onsenui/tsconfig.json index 2b4e079fd1..acd4fca231 100644 --- a/types/react-onsenui/tsconfig.json +++ b/types/react-onsenui/tsconfig.json @@ -1,25 +1,24 @@ { "compilerOptions": { - "sourceMap": true, - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "module": "commonjs", - "target": "es5", - "jsx": "react", - "experimentalDecorators": true, - "baseUrl": "../", - "typeRoots": [ "../" ], - "noEmit": true, - "forceConsistentCasingInFileNames": true, - "lib": [ - "es6", - "dom" - ], - "types": [] + "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" + "index.d.ts", + "react-onsenui-tests.tsx" ] } \ No newline at end of file diff --git a/types/react-redux-i18n/package.json b/types/react-redux-i18n/package.json index e52256ea90..36ce503807 100644 --- a/types/react-redux-i18n/package.json +++ b/types/react-redux-i18n/package.json @@ -2,4 +2,4 @@ "dependencies": { "redux": "^3.6.0" } -} \ No newline at end of file +} diff --git a/types/react-redux-toastr/package.json b/types/react-redux-toastr/package.json index e52256ea90..36ce503807 100644 --- a/types/react-redux-toastr/package.json +++ b/types/react-redux-toastr/package.json @@ -2,4 +2,4 @@ "dependencies": { "redux": "^3.6.0" } -} \ No newline at end of file +} diff --git a/types/react-transition-group/tsconfig.json b/types/react-transition-group/tsconfig.json index 305822cd04..a0616fa5f6 100644 --- a/types/react-transition-group/tsconfig.json +++ b/types/react-transition-group/tsconfig.json @@ -2,7 +2,6 @@ "compilerOptions": { "target": "es5", "module": "commonjs", - "moduleResolution": "node", "lib": [ "es6", "dom" ], diff --git a/types/redux-action-utils/package.json b/types/redux-action-utils/package.json index e52256ea90..36ce503807 100644 --- a/types/redux-action-utils/package.json +++ b/types/redux-action-utils/package.json @@ -2,4 +2,4 @@ "dependencies": { "redux": "^3.6.0" } -} \ No newline at end of file +} diff --git a/types/redux-debounced/package.json b/types/redux-debounced/package.json index e52256ea90..36ce503807 100644 --- a/types/redux-debounced/package.json +++ b/types/redux-debounced/package.json @@ -2,4 +2,4 @@ "dependencies": { "redux": "^3.6.0" } -} \ No newline at end of file +} diff --git a/types/redux-devtools/package.json b/types/redux-devtools/package.json index e52256ea90..36ce503807 100644 --- a/types/redux-devtools/package.json +++ b/types/redux-devtools/package.json @@ -2,4 +2,4 @@ "dependencies": { "redux": "^3.6.0" } -} \ No newline at end of file +} diff --git a/types/redux-immutable-state-invariant/package.json b/types/redux-immutable-state-invariant/package.json index e52256ea90..36ce503807 100644 --- a/types/redux-immutable-state-invariant/package.json +++ b/types/redux-immutable-state-invariant/package.json @@ -2,4 +2,4 @@ "dependencies": { "redux": "^3.6.0" } -} \ No newline at end of file +} diff --git a/types/redux-immutable/package.json b/types/redux-immutable/package.json index be19181dda..9aac6b0181 100644 --- a/types/redux-immutable/package.json +++ b/types/redux-immutable/package.json @@ -3,4 +3,4 @@ "redux": "^3.6.0", "immutable": "^3.8.1" } -} \ No newline at end of file +} diff --git a/types/redux-infinite-scroll/tsconfig.json b/types/redux-infinite-scroll/tsconfig.json index 4e78fdeaef..5f1761a49c 100644 --- a/types/redux-infinite-scroll/tsconfig.json +++ b/types/redux-infinite-scroll/tsconfig.json @@ -3,7 +3,6 @@ "module": "commonjs", "lib": [ "es6", "dom" ], "noImplicitAny": true, - "noImplicitReturns": true, "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", diff --git a/types/redux-localstorage-debounce/package.json b/types/redux-localstorage-debounce/package.json index 6cfd8dc05c..e30dcbdc6d 100644 --- a/types/redux-localstorage-debounce/package.json +++ b/types/redux-localstorage-debounce/package.json @@ -2,4 +2,4 @@ "dependencies": { "redux": "^3.6.0" } -} \ No newline at end of file +} diff --git a/types/redux-localstorage-filter/package.json b/types/redux-localstorage-filter/package.json index 6cfd8dc05c..e30dcbdc6d 100644 --- a/types/redux-localstorage-filter/package.json +++ b/types/redux-localstorage-filter/package.json @@ -2,4 +2,4 @@ "dependencies": { "redux": "^3.6.0" } -} \ No newline at end of file +} diff --git a/types/redux-localstorage/package.json b/types/redux-localstorage/package.json index e52256ea90..36ce503807 100644 --- a/types/redux-localstorage/package.json +++ b/types/redux-localstorage/package.json @@ -2,4 +2,4 @@ "dependencies": { "redux": "^3.6.0" } -} \ No newline at end of file +} diff --git a/types/redux-logger/package.json b/types/redux-logger/package.json index e52256ea90..36ce503807 100644 --- a/types/redux-logger/package.json +++ b/types/redux-logger/package.json @@ -2,4 +2,4 @@ "dependencies": { "redux": "^3.6.0" } -} \ No newline at end of file +} diff --git a/types/redux-optimistic-ui/package.json b/types/redux-optimistic-ui/package.json index e52256ea90..36ce503807 100644 --- a/types/redux-optimistic-ui/package.json +++ b/types/redux-optimistic-ui/package.json @@ -2,4 +2,4 @@ "dependencies": { "redux": "^3.6.0" } -} \ No newline at end of file +} diff --git a/types/redux-promise/package.json b/types/redux-promise/package.json index e52256ea90..36ce503807 100644 --- a/types/redux-promise/package.json +++ b/types/redux-promise/package.json @@ -2,4 +2,4 @@ "dependencies": { "redux": "^3.6.0" } -} \ No newline at end of file +} diff --git a/types/redux-recycle/package.json b/types/redux-recycle/package.json index e52256ea90..36ce503807 100644 --- a/types/redux-recycle/package.json +++ b/types/redux-recycle/package.json @@ -2,4 +2,4 @@ "dependencies": { "redux": "^3.6.0" } -} \ No newline at end of file +} diff --git a/types/redux-storage/package.json b/types/redux-storage/package.json index e52256ea90..36ce503807 100644 --- a/types/redux-storage/package.json +++ b/types/redux-storage/package.json @@ -2,4 +2,4 @@ "dependencies": { "redux": "^3.6.0" } -} \ No newline at end of file +} diff --git a/types/redux-ui/package.json b/types/redux-ui/package.json index e52256ea90..36ce503807 100644 --- a/types/redux-ui/package.json +++ b/types/redux-ui/package.json @@ -2,4 +2,4 @@ "dependencies": { "redux": "^3.6.0" } -} \ No newline at end of file +} diff --git a/types/retry/tsconfig.json b/types/retry/tsconfig.json index 4f962672dd..2e8020ea20 100644 --- a/types/retry/tsconfig.json +++ b/types/retry/tsconfig.json @@ -6,7 +6,6 @@ ], "noImplicitAny": true, "noImplicitThis": true, - "noImplicitReturns": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ diff --git a/types/saywhen/tsconfig.json b/types/saywhen/tsconfig.json index 650156cc12..e9a00c4d85 100644 --- a/types/saywhen/tsconfig.json +++ b/types/saywhen/tsconfig.json @@ -4,7 +4,6 @@ "lib": [ "es6" ], - "alwaysStrict": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true, "noImplicitAny": true, diff --git a/types/slimerjs/tsconfig.json b/types/slimerjs/tsconfig.json index d108eae45c..e25204b8ed 100644 --- a/types/slimerjs/tsconfig.json +++ b/types/slimerjs/tsconfig.json @@ -9,7 +9,7 @@ "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ - "./" + "../" ], "types": [], "noEmit": true, diff --git a/types/swiper/v2/tsconfig.json b/types/swiper/v2/tsconfig.json index 6ef8f1f2c8..b2a53ae341 100644 --- a/types/swiper/v2/tsconfig.json +++ b/types/swiper/v2/tsconfig.json @@ -8,7 +8,7 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, - "baseUrl": "../", + "baseUrl": "../../", "typeRoots": [ "../../" ], diff --git a/types/twix/package.json b/types/twix/package.json index 4c6d24a445..d33ff913ce 100644 --- a/types/twix/package.json +++ b/types/twix/package.json @@ -2,4 +2,4 @@ "dependencies": { "moment": ">=2.14.0" } -} \ No newline at end of file +} diff --git a/types/url-search-params/tsconfig.json b/types/url-search-params/tsconfig.json index 1484d6d7cf..a71d65e617 100644 --- a/types/url-search-params/tsconfig.json +++ b/types/url-search-params/tsconfig.json @@ -6,7 +6,6 @@ "es6" ], "target": "es6", - "moduleResolution": "node", "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, diff --git a/types/uuid/tsconfig.json b/types/uuid/tsconfig.json index 52caac62b6..9294327588 100644 --- a/types/uuid/tsconfig.json +++ b/types/uuid/tsconfig.json @@ -7,7 +7,6 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, - "alwaysStrict": true, "strict": true, "baseUrl": "../", "typeRoots": [ diff --git a/types/uuid/v2/tsconfig.json b/types/uuid/v2/tsconfig.json index 62f4072351..921084e8e4 100644 --- a/types/uuid/v2/tsconfig.json +++ b/types/uuid/v2/tsconfig.json @@ -7,9 +7,9 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, - "baseUrl": "../..", + "baseUrl": "../../", "typeRoots": [ - "../.." + "../../" ], "paths": { "uuid": ["uuid/v2"] diff --git a/types/viewerjs/tsconfig.json b/types/viewerjs/tsconfig.json index ca56504f32..41d84c8380 100644 --- a/types/viewerjs/tsconfig.json +++ b/types/viewerjs/tsconfig.json @@ -5,7 +5,6 @@ "es6", "dom" ], - "allowSyntheticDefaultImports": true, "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, diff --git a/types/viewerjs/viewerjs-tests.ts b/types/viewerjs/viewerjs-tests.ts index 3a7be614ed..4e896ab315 100644 --- a/types/viewerjs/viewerjs-tests.ts +++ b/types/viewerjs/viewerjs-tests.ts @@ -1,4 +1,4 @@ -import Viewer from 'viewerjs'; +import Viewer = require('viewerjs'); //////////////// // Static Methods diff --git a/types/vimeo__player/tsconfig.json b/types/vimeo__player/tsconfig.json index 80168bdbdc..5234a318b6 100644 --- a/types/vimeo__player/tsconfig.json +++ b/types/vimeo__player/tsconfig.json @@ -10,7 +10,7 @@ "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ - "types" + "../" ], "types": [], "paths": { diff --git a/types/vkbeautify/tsconfig.json b/types/vkbeautify/tsconfig.json index 2e38ec1be6..52cf017421 100644 --- a/types/vkbeautify/tsconfig.json +++ b/types/vkbeautify/tsconfig.json @@ -13,8 +13,7 @@ ], "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true, - "allowSyntheticDefaultImports": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", diff --git a/types/vkbeautify/vkbeautify-tests.ts b/types/vkbeautify/vkbeautify-tests.ts index 4e506049e2..fc4c0fad8b 100644 --- a/types/vkbeautify/vkbeautify-tests.ts +++ b/types/vkbeautify/vkbeautify-tests.ts @@ -1,4 +1,4 @@ -import VKBeautify from 'vkbeautify'; +import VKBeautify = require('vkbeautify'); /* * Beautifying diff --git a/types/vue-resource/package.json b/types/vue-resource/package.json index a393c6b160..b0c0dc53ee 100644 --- a/types/vue-resource/package.json +++ b/types/vue-resource/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "@types/vue": "^1.0.31" + "@types/vue": "^1.0.31" } -} \ No newline at end of file +}