Skip to content

Commit

Permalink
workflow: should not include test folder in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Sep 15, 2020
1 parent fcd7b67 commit 9ae4d57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
]
},
"include": [
"src",
"test"
"src"
]
}

0 comments on commit 9ae4d57

Please sign in to comment.