Skip to content

Commit 40caa97

Browse files
nickservMatanBobi
andauthored
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

Diff for: package.json

+1-1
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)