Skip to content

Commit

Permalink
Ignoring Svelte 5 type errors for prop slots.
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscoheat committed Feb 20, 2024
1 parent 1fe5b67 commit be72426
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package && publint",
"prepublishOnly": "npm run test && npm run check && npm run package",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.check.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest run",
"lint": "prettier --check . && eslint .",
Expand Down
4 changes: 4 additions & 0 deletions tsconfig.check.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["src/routes/(v2)/v2/components/**"]
}

0 comments on commit be72426

Please sign in to comment.