Skip to content

Commit

Permalink
add node types for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
RRosio committed Feb 15, 2025
1 parent b45f02a commit a12cbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"types": ["jest"]
"types": ["jest", "node"]
}
}

0 comments on commit a12cbe2

Please sign in to comment.