Thought I'd start adding effect to our code-base today but I'm facing some issues with tsc -.- This error (amongst others) started appearing.
../../node_modules/effect/dist/declarations/src/Effect.d.ts(285,5): error TS1128: Declaration or statement expected.
../../node_modules/effect/dist/declarations/src/Effect.d.ts(285,5): error TS1128: Declaration or statement expected.
No issue with other libraries. Tried extending my excludes (already excluded .d.ts files) but didn't help. skipLibCheck didn't do anything either. Anyone got any tips?