Skip to content

Commit

Permalink
fix(create-vite): svelte-ts typecheck command (#19014)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Dec 20, 2024
1 parent 9066049 commit ac32968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.node.json"
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.2",
Expand Down

0 comments on commit ac32968

Please sign in to comment.