Skip to content

Commit

Permalink
chore: fix tsconfig types (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
std-microblock authored Apr 20, 2024
1 parent 6a65bfc commit dd32785
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/tests/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"outDir": "lib",
"rootDir": "src",
"types": [
"@types/mocha",
"@types/node",
"mocha",
"node",
],
},
"include": [
"src",
],
}
}

0 comments on commit dd32785

Please sign in to comment.