mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
* [jquery] Add `includeMargin` parameter to `.outerHeight()` and `.outerWidth()` setters. See https://github.com/jquery/jquery/blob/354f6036f251a3ce9b24cd7b228b4c7a79001520/test/unit/dimensions.js#L477-L484. * [jquery-awesome-cursor] Add missing `dom` lib target. * [jquery-toast-plugin] Add missing `dom` lib target. * [jquery.growl] Add missing `dom` lib target. * [materialize-css] Disable `unified-signatures` rule for plugin overloads. These overloads follow the jQuery plugin pattern and are effectively separate methods. * [ng-cordova] Update promise types to be compatible with changes from `ng.IPromise`. Ref: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/23115 * [ng-tags-input] Add missing `dom` lib target. * [p-loading] Add missing `dom` lib target. * [summernote] Add missing `dom` lib target. * [swig-email-templates] Add missing `dom` lib target. * [materialize-css] Unify signatures according to feedback. See https://github.com/DefinitelyTyped/DefinitelyTyped/pull/29756#pullrequestreview-165249412.
25 lines
519 B
JSON
25 lines
519 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strictFunctionTypes": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"jquery-toast-plugin-tests.ts"
|
|
]
|
|
}
|