From 47ce6afc4b111e60000b7afc7f1adb4d9747d0a4 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 6 Aug 2025 14:13:39 -0400 Subject: [PATCH] skipLibCheck for now --- packages/svelte/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",