Skip to content

Commit

Permalink
Add .ts and .tsx files to analysis target
Browse files Browse the repository at this point in the history
  • Loading branch information
hezyin committed Jun 11, 2019
1 parent 908a6fc commit 92d7f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion persper/analytics/graph_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from persper.analytics.call_commit_graph import CallCommitGraph

JS_FILENAME_REGEXES = [
r'.+\.(js|vue)$',
r'.+\.(js|vue|ts|tsx)$',
r'^(?!dist/).+',
r'^(?!test(s)?/).+',
r'^(?!spec/).+',
Expand Down

0 comments on commit 92d7f47

Please sign in to comment.