Skip to content

Commit

Permalink
Exclude tests from transpilation
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeyax committed May 9, 2022
1 parent 66d6376 commit cb6e56f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"./bin/*.ts",
"./src/**/*.ts",
"package.json"
],
"exclude": [
"**/*.test.ts"
]
}

0 comments on commit cb6e56f

Please sign in to comment.