Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: exclude tests from compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
darahayes committed Dec 2, 2019
1 parent 752eef3 commit e231a4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/voyager-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"outDir": "./dist"
},
"include": ["src/**/*"],
"exclude": []
"exclude": [
"src/integration_test",
"**/*.test.ts"
]
}

0 comments on commit e231a4b

Please sign in to comment.