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 a30394d commit b438c2fCopy full SHA for b438c2f
workspace/website/src/routes/+layout.svelte
@@ -0,0 +1,5 @@
1
+<script lang="ts">
2
+ let { children } = $props();
3
+</script>
4
+
5
+{@render children()}
workspace/website/tsconfig.json
@@ -1,6 +1,7 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
+ "skipLibCheck": true,
"resolveJsonModule": true
6
}
7
0 commit comments