Skip to content

Commit c57be9b

Browse files
authored
fix: add swr/_internal to paths (#2105)
1 parent 6442e24 commit c57be9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"swr": ["./core/index.ts"],
2323
"swr/infinite": ["./infinite/index.ts"],
2424
"swr/immutable": ["./immutable/index.ts"],
25-
"swr/mutation": ["./mutation/index.ts"]
25+
"swr/mutation": ["./mutation/index.ts"],
26+
"swr/_internal": ["./_internal/index.ts"]
2627
},
2728
"incremental": true
2829
},

0 commit comments

Comments
 (0)