Use svelte-check for ts checks and move it to check:ts

This commit is contained in:
Adria Navarro 2024-11-26 12:34:42 +01:00
parent 9f7a823818
commit 2474e44c54
1 changed files with 1 additions and 3 deletions

View File

@ -11,9 +11,7 @@
"rollup": "rollup -c -w",
"test": "vitest run",
"test:watch": "vitest",
"svelte-check": "svelte-check --no-tsconfig",
"check:types": "yarn svelte-check && yarn check:ts",
"check:ts": "tsc --noEmit --target es2020"
"check:types": "yarn svelte-check"
},
"jest": {
"globals": {