Skip to content

Commit

Permalink
fix(types): exclude tsconfig from types folder in publish flow (#213)
Browse files Browse the repository at this point in the history
Port of testing-library/react-testing-library#893

Co-authored-by: Matan Borenkraout <Matanbobi@gmail.com>
  • Loading branch information
nickmccurdy and MatanBobi committed Mar 31, 2021
1 parent a06815a commit 40caa97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"node": ">10.18"
},
"files": [
"types",
"types/*.d.ts",
"dist",
"cleanup-after-each.js"
],
Expand Down

0 comments on commit 40caa97

Please sign in to comment.