Skip to content

Commit be72426

Browse files
committed
Ignoring Svelte 5 type errors for prop slots.
1 parent 1fe5b67 commit be72426

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"preview": "vite preview",
4040
"package": "svelte-kit sync && svelte-package && publint",
4141
"prepublishOnly": "npm run test && npm run check && npm run package",
42-
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
42+
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.check.json",
4343
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
4444
"test": "vitest run",
4545
"lint": "prettier --check . && eslint .",

tsconfig.check.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"exclude": ["src/routes/(v2)/v2/components/**"]
4+
}

0 commit comments

Comments
 (0)