Closed
Description
tsc
is failing to build my project that uses the latest 1.0.2
version of python-shell
.
The index.ts
was bundled with the compiled code, so tsc
is pulling that in instead of the .js + types. And the index.ts
is failing the strict checks.
The index.ts
should be added to your ignore file for npm