Skip to content

Commit

Permalink
Merge pull request #103 from jeremyBanks/patch-1
Browse files Browse the repository at this point in the history
Adds .d.ts extension to customResolve
  • Loading branch information
AnatoleLucet authored Apr 23, 2020
2 parents e480798 + 01b83b0 commit 6ed0ab6
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 6ed0ab6

Please sign in to comment.