Issue with duplicate identifier error when importing 'effect' in TypeScript
I keep wanting to do
But typescript gives me an error bc of the duplicate identifier. However, I don't get the duplicate identifier error when I do something like
What gives? Is there a way to do imports the way I want with
But typescript gives me an error bc of the duplicate identifier. However, I don't get the duplicate identifier error when I do something like
What gives? Is there a way to do imports the way I want with
effect?