Skip to content

Commit

Permalink
exclude test files
Browse files Browse the repository at this point in the history
  • Loading branch information
jbender committed Aug 11, 2017
1 parent 3e25a3b commit e3076d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"target": "es6"
},
"include": [
"src/**/*.ts",
"test/**/*.ts"
"src/**/*.ts"
],
"exclude": [
"dist",
"node_modules"
"node_modules",
"test/**/*.ts"
]
}

0 comments on commit e3076d2

Please sign in to comment.