Skip to content

Commit

Permalink
feat: exclude jest test from compiler engine
Browse files Browse the repository at this point in the history
  • Loading branch information
fletcherist committed Jul 19, 2018
1 parent 5ca6b01 commit 5ed69aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"**/*.spec.ts"
]
}

0 comments on commit 5ed69aa

Please sign in to comment.