Skip to content

Commit 01b83b0

Browse files
committed
feat: add .d.ts extension support
1 parent e480798 commit 01b83b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index/shared/customResolve.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const extensions = [
88
".scss",
99
".svg",
1010
".ts",
11+
".d.ts",
1112
".tsx",
1213
".js.flow",
1314
];

0 commit comments

Comments
 (0)