Skip to content

Commit 183f375

Browse files
committed
Update tsconfig
1 parent 0565045 commit 183f375

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
/* Advanced Options */
6464
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */,
6565
"typeRoots": [
66-
"./types/global.d.ts"
66+
"./types/global.d.ts",
67+
"../../node_modules/@jest/types"
6768
],
6869
}
6970
}

0 commit comments

Comments
 (0)