File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ Instant `svelte-check` typechecking and diagnostics in [SvelteKit](https://svelt
77Add ` @ampcode/svelte-check-daemon ` as a dependency to your project:
88
99``` bash
10- npm install --save-dev svelte-check-daemon
10+ npm install --save-dev @ampcode/ svelte-check-daemon
1111# -or-
12- pnpm add -D svelte-check-daemon
12+ pnpm add -D @ampcode/ svelte-check-daemon
1313```
1414
1515Then update your ` package.json ` scripts to run ` svelte-check-daemon start ` alongside your dev server and ` svelte-check-daemon check ` to get results:
Original file line number Diff line number Diff line change 22 "name" : " @ampcode/svelte-check-daemon" ,
33 "publisher" : " ampcode" ,
44 "description" : " A daemon for svelte-check that caches results for faster type checking" ,
5- "version" : " 0.0.2 " ,
5+ "version" : " 0.0.3 " ,
66 "license" : " Apache-2.0" ,
77 "type" : " module" ,
88 "bin" : {
You can’t perform that action at this time.
0 commit comments