Skip to content

Commit

Permalink
reverting changing exclude string to be more specific to filename
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy.smartt committed Jan 20, 2017
1 parent 7454c78 commit 9363935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"pretty": true
},
"exclude": [
"**/*.spec.ts"
"**/*.spec.*"
]
}

0 comments on commit 9363935

Please sign in to comment.