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
tscis failing to build my project that uses the latest1.0.2version ofpython-shell.The
index.tswas bundled with the compiled code, sotscis pulling that in instead of the .js + types. And theindex.tsis failing the strict checks.The
index.tsshould be added to your ignore file for npm