We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe5b67 commit be72426Copy full SHA for be72426
package.json
@@ -39,7 +39,7 @@
39
"preview": "vite preview",
40
"package": "svelte-kit sync && svelte-package && publint",
41
"prepublishOnly": "npm run test && npm run check && npm run package",
42
- "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
+ "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.check.json",
43
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
44
"test": "vitest run",
45
"lint": "prettier --check . && eslint .",
tsconfig.check.json
@@ -0,0 +1,4 @@
1
+{
2
+ "extends": "./tsconfig.json",
3
+ "exclude": ["src/routes/(v2)/v2/components/**"]
4
+}
0 commit comments