Skip to content

Commit

Permalink
fix: begone mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed May 15, 2024
1 parent 7985846 commit 3b882b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/blob-index/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"types": ["mocha"]
"outDir": "dist"
},
"include": ["src", "test"],
"exclude": ["**/node_modules/**", "dist"],
Expand Down

0 comments on commit 3b882b7

Please sign in to comment.