Problem with defintion file of datatables.net-buttons after updating to 2.4.2
Problem with defintion file of datatables.net-buttons after updating to 2.4.2
Good morning,
After running an update of my packages using npm I updated the package datatables.net-buttons from 2.3.3 to 2.4.2 and I'm getting the following error:
\node_modules\datatables.net-buttons\types\types.d.ts(70,3): Error TS2717: Build:Subsequent property declarations must have the same type. Property 'buttons' must be of type '{ [key: string]: object; }', but here has type 'ExtButtons'
I have the following settings in my compilerOptions of typescript:
...
"module": "es6",
"moduleResolution": "node",
"lib": [ "dom", "es6" ],
...
There is a bug in this version?
Replies
I'm not immediately seeing that error in this little Typescript test.
Can you create an example using that Playground, Stackbltiz, or a minimal git repo showing the issue so I can look into it please?
Thanks,
Allan