Skip to content

Commit

Permalink
Merge pull request #39 from RRosio/path_import
Browse files Browse the repository at this point in the history
CI: Fix import type declaration not found
  • Loading branch information
RRosio authored Feb 15, 2025
2 parents b45f02a + a12cbe2 commit 64a1d07
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 64a1d07

Please sign in to comment.