xeus-python-kernel icon indicating copy to clipboard operation
xeus-python-kernel copied to clipboard

Fix declaration file and turn noImplicitAny to true

Open JohanMabille opened this issue 3 years ago • 0 comments

The tsconfig currently expects noImplicitAny to be false, to avoid the following typescript error when building: "Type 'typeof globalThis' has no index signature in TS".

This should be fixed by completing the declaration.ts.d file as explained here.

JohanMabille avatar Nov 14 '22 18:11 JohanMabille