Skip to content

Instantly share code, notes, and snippets.

@marekdedic
Created March 1, 2023 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marekdedic/8c8929dfa5bb99d23eff5862c750cd96 to your computer and use it in GitHub Desktop.
Save marekdedic/8c8929dfa5bb99d23eff5862c750cd96 to your computer and use it in GitHub Desktop.
DataTables-ts-error (DataTables/DataTablesSrc#232)
/// <reference types="datatables.net"/>
(function ($): void {
$('.c').DataTable();
})(jQuery);
{
"dependencies": {
"@types/jquery": "^3.5.16",
"datatables.net": "^1.13.3",
"typescript": "^4.9.5"
}
}
{
"compilerOptions": {
"strict": true,
"target": "ES3",
},
"files": ["index.ts"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment