We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abadc6a commit 3e5e7c3Copy full SHA for 3e5e7c3
packages/svelte/tsconfig.json
@@ -40,5 +40,9 @@
40
"./tests/runtime-browser/test-ssr.ts",
41
"./tests/*/samples/*/_config.js"
42
],
43
- "exclude": ["./scripts/process-messages/templates/", "./scripts/_bundle.js", "./src/compiler/optimizer/"]
+ "exclude": [
44
+ "./scripts/process-messages/templates/",
45
+ "./scripts/_bundle.js",
46
+ "./src/compiler/optimizer/"
47
+ ]
48
}
0 commit comments