Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb committed Sep 5, 2024
1 parent a30394d commit b438c2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions workspace/website/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<script lang="ts">
let { children } = $props();
</script>

{@render children()}
1 change: 1 addition & 0 deletions workspace/website/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"skipLibCheck": true,
"resolveJsonModule": true
}
}

0 comments on commit b438c2f

Please sign in to comment.