Skip to content

Commit

Permalink
fix karma config
Browse files Browse the repository at this point in the history
  • Loading branch information
sparebytes committed Sep 20, 2017
1 parent cacb40c commit 241f539
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ module.exports = function (config) {
'test/**/*.ts',
'src/**/*.ts'
],
exclude: [
'./**/*.d.ts'
],
preprocessors: {
'src/**/*.ts': ['karma-typescript'],
'test/**/*.ts': ['karma-typescript']
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"exclude": [
"node_modules",
"test",
"**/*.spec.ts",
"**/*.d.ts"
"**/*.spec.ts"
],
"files": [
"src/index.ts",
Expand Down

0 comments on commit 241f539

Please sign in to comment.