xeus-python-kernel
xeus-python-kernel copied to clipboard
Fix declaration file and turn noImplicitAny to true
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.