Issue with TypeScript Compilation Due to Missing _tag Property in Effect Service
Hello all 
Can someone please help? I don't undertand why this won't compile without me specifically specifying a _tag property.
When I read through docs like https://effect.website/docs/requirements-management/layers/#config they don't seem to need to provide _tag. I've tried patterns like Layer.succeed etc with similar results.
Thank you in advance!
Perhaps this is an issue with my tsconfig?
Can someone please help? I don't undertand why this won't compile without me specifically specifying a _tag property.
When I read through docs like https://effect.website/docs/requirements-management/layers/#config they don't seem to need to provide _tag. I've tried patterns like Layer.succeed etc with similar results.
Thank you in advance!
Perhaps this is an issue with my tsconfig?
Effect Documentation
Learn how to use layers in Effect to manage service dependencies and build efficient, clean dependency graphs for your applications.
