Skip to content

Commit 3e5e7c3

Browse files
committed
prettier
1 parent abadc6a commit 3e5e7c3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/svelte/tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,9 @@
4040
"./tests/runtime-browser/test-ssr.ts",
4141
"./tests/*/samples/*/_config.js"
4242
],
43-
"exclude": ["./scripts/process-messages/templates/", "./scripts/_bundle.js", "./src/compiler/optimizer/"]
43+
"exclude": [
44+
"./scripts/process-messages/templates/",
45+
"./scripts/_bundle.js",
46+
"./src/compiler/optimizer/"
47+
]
4448
}

0 commit comments

Comments
 (0)