Skip to content

Commit 64a1d07

Browse files
authored
Merge pull request #39 from RRosio/path_import
CI: Fix import type declaration not found
2 parents b45f02a + a12cbe2 commit 64a1d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "./tsconfig",
33
"compilerOptions": {
4-
"types": ["jest"]
4+
"types": ["jest", "node"]
55
}
66
}

0 commit comments

Comments
 (0)