Code Style: Common Imports for Autocomplete
Code style question -- do most people here use a "common imports" file that re-exports Effect and whatnot so autocomplete can work in editors?
I'm getting a little sick of auto-import not working and needing to type the same imports over and over. Is this pattern safe or does it have hidden problems with TS or build tooling?
I'm getting a little sick of auto-import not working and needing to type the same imports over and over. Is this pattern safe or does it have hidden problems with TS or build tooling?
