Results 4 comments of Alan Curiel

#8 Fixed. Added a another library that routes the imports in the compiled js. https://dev.to/larswaechter/path-aliases-with-typescript-in-nodejs-4353

Fixed the json parse error but there is an error when building the recipes for the product '9213' . Seems to not be able to handle multiple recipes for a...

``` import pkg from './dist/src/index.js'; const {Query, QueryModes} = pkg; const scrape = async (id, type) => { const recipes = await Query( QueryModes.PatternProduct, id); console.log(recipes.data); }; scrape('9213'); ``` error...