Skip to content

Commit

Permalink
chore: add .d.ts extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Musat authored and gabotechs committed Dec 24, 2022
1 parent 54e213e commit baac492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/js/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

var Extensions = []string{
"js", "ts", "tsx", "jsx",
"js", "ts", "tsx", "jsx", "d.ts",
}

var importRegex = regexp.MustCompile(
Expand Down

0 comments on commit baac492

Please sign in to comment.