Skip to content

Commit 1708845

Browse files
authored
Merge pull request #26 from hypothesis/build-triple-slash-directive
Avoid reference to src/enzyme.d.ts in lib type definitions
2 parents 111dfcb + 197eb52 commit 1708845

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
"strict": true,
2424

2525
/* Completeness */
26-
"skipLibCheck": true
26+
"skipLibCheck": true,
27+
28+
"paths": {
29+
"enzyme": ["./src/enzyme.d.ts"]
30+
}
2731
}
2832
}

0 commit comments

Comments
 (0)