diff --git a/packages/svelte/package.json b/packages/svelte/package.json index f822d5a97b..e7f8d33cb5 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -141,7 +141,7 @@ "build": "node scripts/process-messages && rollup -c && pnpm generate:types && node scripts/check-treeshakeability.js", "dev": "node scripts/process-messages -w & rollup -cw", "check": "tsc --project tsconfig.runtime.json && tsc && cd ./tests/types && tsc", - "check:tsgo": "tsgo --project tsconfig.runtime.json && tsgo && cd ./tests/types && tsgo", + "check:tsgo": "tsgo --project tsconfig.runtime.json --skipLibCheck && tsgo --skipLibCheck", "check:watch": "tsc --watch", "generate:version": "node ./scripts/generate-version.js", "generate:types": "node ./scripts/generate-types.js && tsc -p tsconfig.generated.json",