Replies: 2 comments 3 replies
-
You'll need to configure it for each module but at Unsplash we built |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can auto-import modules from 'fp-ts'. As for types, I manually remove |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to use
fp-ts/Module
, but VS Code always suggests paths likefp-ts/lib/Module
. Does anyone know how to configure it to use unprefixed module paths by default?One extra question: is there any way to configure automatic namespaced imports? So if I wrote
map
, it would import it likeimport * as Option from fp-ts/Option
. I'm really annoyed when I have to type imports manually.Beta Was this translation helpful? Give feedback.
All reactions