fix: exclude tsbuildinfo files from published packages for smaller bundles

This commit is contained in:
Joakim Carlstein 2024-05-30 10:09:32 +02:00 committed by Joakim Carlstein
parent f300f147fa
commit ca154fadeb
8 changed files with 25 additions and 7 deletions

View file

@ -16,7 +16,8 @@
}
},
"files": [
"dist"
"dist",
"!dist/*.tsbuildinfo"
],
"scripts": {
"build": "tsc --pretty",