pimlicolabs / mock-aa-environment

docker containers to hold mock verifying paymaster + helpers to setup local AA environment
4 stars 5 forks source link

ts-node lacking ES module #6

Open gufett0 opened 3 weeks ago

gufett0 commented 3 weeks ago

Issue during executing index.ts within bundler package

Screenshot 2024-09-25 at 12 04 29

step to reproduce

docker compose up --build

attempted solution

I tried to switch to tsx but then i have issue with module resolution and typescript's handling of inferred types when they come from nested modules paths, which tsx might be processing differently.