Closed vtrphan closed 2 years ago
Yep, met too.... same error.
It looks like the package.json
file is pointing main
at index.js
. But that file is explicitly include the file from src
instead of the generated one in dist
.
@Dianoga is correct, pls fix it
For now I've downgraded to 1.0.0 which is working.
Otherwise if your workflow involves a transpiler (babel or typescript), it's possible to make those also work on this module. It's not ideal though.
Hello, i'm getting this error trying to use it in my nestjs/typescript application
Please advise