Skip to content

Commit 0251076

Browse files
committed
Housekeeping
1 parent 34cd659 commit 0251076

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.vscode/extensions.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"recommendations": [
3+
"svelte.svelte-vscode",
4+
"biomejs.biome"
5+
]
6+
}

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
33
"files": {
44
"ignore": ["public/build"]
55
},

source/svelte.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
declare module '*.svelte'

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"strict": true,
1212
"skipLibCheck": true,
1313
"verbatimModuleSyntax": true
14-
}
14+
},
15+
"include": ["source/**/*"]
1516
}

0 commit comments

Comments
 (0)