Skip to content

Commit

Permalink
feat: add .d.ts extension support
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyBanks committed Apr 23, 2020
1 parent e480798 commit 01b83b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index/shared/customResolve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const extensions = [
".scss",
".svg",
".ts",
".d.ts",
".tsx",
".js.flow",
];
Expand Down

0 comments on commit 01b83b0

Please sign in to comment.