Skip to content

Commit 2b9b99b

Browse files
authored
fix: remove tsconfig.json from published package (#8859)
fixes #8839
1 parent e3422e1 commit 2b9b99b

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.changeset/thick-trains-unite.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'svelte': patch
3+
---
4+
5+
fix: remove tsconfig.json from published package

packages/svelte/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"main": "src/runtime/index.js",
88
"files": [
99
"src",
10+
"!src/**/tsconfig.json",
1011
"types",
1112
"compiler.*",
1213
"register.js",

packages/svelte/svelte-4.0.0.tgz

586 KB
Binary file not shown.

0 commit comments

Comments
 (0)