The wrangler is something like cra or vite? If you can configure webpack, then you can use this typescript-json following README article. If configuring custom webpack is too hard, I recommend to use vite instead because its configuration is the easiest one.
If you wanna detailed help or guide, you also can write an issue on the repo. Then I or another developer may help you.
The
wrangleris something likecraorvite? If you can configurewebpack, then you can use thistypescript-jsonfollowing README article. If configuring customwebpackis too hard, I recommend to useviteinstead because its configuration is the easiest one.If you wanna detailed help or guide, you also can write an issue on the repo. Then I or another developer may help you.
Wrangler should delegate to whatever is executed by package.json's build script . Usually it's either esbuild or webpack.