Skip to content

Commit f30cf89

Browse files
authored
perf: do not publish tsbuildinfo file to npm (#618)
1 parent 8e3142b commit f30cf89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
},
2929
"homepage": "https://blog.apify.com/how-to-make-headless-chrome-and-puppeteer-use-a-proxy-server-with-authentication-249a21a79212",
3030
"files": [
31-
"dist"
31+
"dist",
32+
"!**/*.tsbuildinfo"
3233
],
3334
"scripts": {
3435
"build:watch": "tsc -w",

0 commit comments

Comments
 (0)