Files
DefinitelyTyped/jquery.datatables/tsconfig.json
Craig Boland 94c66e8b34 Updated jquery.dataTables for 1.10.8
Release Notes: https://cdn.datatables.net/1.10.8/

* Expanded .draw() parameter data type to allow string.
* Added "serverSide" parameter to page.Info() return type.
* $.fn.dataTable.tables() can now return instance of DataTables API.
* Added rowId option.
* Added row().id() method.
* Added rows().ids() method.
* Added count() method.
* Added 'numbers' paging option.
* Resolved implicit 'any' instances in test file.
* Attempt to clarify use of $.fn.dataTable.tables() method in test file.

Note: rows().every(), columns().every(), cells().every() parameter list was incorrectly updated in the 1.10.6 version of this file. The parameters listed apply to 1.10.8.
Note: the added 'postfix' option to 'number' renderer appears to be used internally.
2016-10-28 16:53:25 -05:00

19 lines
408 B
JSON

{
"files": [
"index.d.ts",
"jquery.dataTables-tests.ts"
],
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
}
}