Skip to content

Commit 4eb59c2

Browse files
committed
fix: Expose fp-ts/Eq to literate-ts
1 parent ebaf1db commit 4eb59c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"paths": {
66
"fp-ts": ["node_modules/fp-ts/es6"],
77
"fp-ts/function": ["node_modules/fp-ts/es6/function"],
8+
"fp-ts/Eq": ["node_modules/fp-ts/es6/Eq"],
89
"fp-ts/Option": ["node_modules/fp-ts/es6/Option"],
910
},
1011

0 commit comments

Comments
 (0)