Skip to content

Commit

Permalink
fix: malformed tsconfig causing broken tests #640
Browse files Browse the repository at this point in the history
  • Loading branch information
zamnuts committed May 10, 2020
1 parent f98fe91 commit dd3a7d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"include": [
"src/*.ts",
"test/*.ts",
"system-test/*.ts",
],
"system-test/*.ts"
]
}

0 comments on commit dd3a7d9

Please sign in to comment.