Errors with `tsc --noEmit` related to effect
Hi folks.
I'm getting errors from
I've install effect with:
I'm importing modules this way:
I have
Typescript 4.6.3
And when I run
Has anyone came across something similar?
I'm getting errors from
tsc --noEmil related to effect.I've install effect with:
npm install effectI'm importing modules this way:
import { Function as Fn, Option as Op, String as Str } from 'effect'I have
skipLibCheck: true in tsconfig.jsonTypescript 4.6.3
And when I run
tsc --noEmit I get the following:Has anyone came across something similar?
