Serdar Kilic @serdar.org · May 8

Writing a browser extension using React and TypeScript and there's just so much .config files to deal with. No, not all in the screenshot is config, but what a mess.

3 likes 3 replies

?

Replies

Josh Vlk · May 8

The tailwind config can go away with v4, which is a nice simplification.

Josh Vlk · May 8

I'm using ReScript with either Deno or Parcel, and I end up with 2 config files and a source folder. It's pretty great. I want to check out parcel's support for RSC, it should be an interesting way to build static sites.

Federico Biccheddu · May 8

What works for me is to check if there is a `--config` flag for the tool and move everything inside a `config/` folder.