Skip to content

Commit

Permalink
Merge pull request #3 from mystand/fix_tsconfig
Browse files Browse the repository at this point in the history
fix tsconfig
  • Loading branch information
kutase authored Sep 3, 2018
2 parents d92ce59 + 76c4a99 commit 094c5b0
Show file tree
Hide file tree
Showing 2 changed files with 3,410 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"index.ts"
],
"exclude": [
"node_modules"
"node_modules",
"**/*.spec.ts"
]
}
Loading

0 comments on commit 094c5b0

Please sign in to comment.