Skip to content

Commit b438c2f

Browse files
committed
lint
1 parent a30394d commit b438c2f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<script lang="ts">
2+
let { children } = $props();
3+
</script>
4+
5+
{@render children()}

workspace/website/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "./.svelte-kit/tsconfig.json",
33
"compilerOptions": {
4+
"skipLibCheck": true,
45
"resolveJsonModule": true
56
}
67
}

0 commit comments

Comments
 (0)