Skip to content

Commit 1d197dd

Browse files
authored
chore: add __typechecks__ directories to .npmignore (#12104)
1 parent 5640f88 commit 1d197dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/expect/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
**/__mocks__/**
22
**/__tests__/**
3+
__typechecks__
34
src
45
tsconfig.json
56
tsconfig.tsbuildinfo

packages/jest-types/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
**/__mocks__/**
22
**/__tests__/**
3+
__typechecks__
34
src
45
tsconfig.json
56
tsconfig.tsbuildinfo

0 commit comments

Comments
 (0)