Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 40caa97

Browse files
nickservMatanBobi
andauthoredMar 31, 2021
fix(types): exclude tsconfig from types folder in publish flow (#213)
Port of testing-library/react-testing-library#893 Co-authored-by: Matan Borenkraout <[email protected]>
1 parent a06815a commit 40caa97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"node": ">10.18"
1919
},
2020
"files": [
21-
"types",
21+
"types/*.d.ts",
2222
"dist",
2323
"cleanup-after-each.js"
2424
],

0 commit comments

Comments
 (0)
Please sign in to comment.