the compiler option was not overriding properly, so the outputted files are es2015 (with import syntax) vs commonjs (with require syntax. This could cause similar issues like #74.
Now the tsconfig module field will properly override during build phase.
the compiler option was not overriding properly, so the outputted files are es2015 (with
import
syntax) vs commonjs (withrequire
syntax. This could cause similar issues like #74.Now the tsconfig module field will properly override during build phase.