fix: remove tsconfig.json from published package

fixes #8839
pull/8859/head
Simon Holthausen 3 years ago
parent e3422e182b
commit 949108e4f2

@ -0,0 +1,5 @@
---
'svelte': patch
---
fix: remove tsconfig.json from published package

@ -7,6 +7,7 @@
"main": "src/runtime/index.js",
"files": [
"src",
"!src/**/tsconfig.json",
"types",
"compiler.*",
"register.js",

Binary file not shown.
Loading…
Cancel
Save