Skip to content

Commit 47ce6af

Browse files
committed
skipLibCheck for now
1 parent 03ee9b9 commit 47ce6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"build": "node scripts/process-messages && rollup -c && pnpm generate:types && node scripts/check-treeshakeability.js",
142142
"dev": "node scripts/process-messages -w & rollup -cw",
143143
"check": "tsc --project tsconfig.runtime.json && tsc && cd ./tests/types && tsc",
144-
"check:tsgo": "tsgo --project tsconfig.runtime.json && tsgo && cd ./tests/types && tsgo",
144+
"check:tsgo": "tsgo --project tsconfig.runtime.json --skipLibCheck && tsgo --skipLibCheck",
145145
"check:watch": "tsc --watch",
146146
"generate:version": "node ./scripts/generate-version.js",
147147
"generate:types": "node ./scripts/generate-types.js && tsc -p tsconfig.generated.json",

0 commit comments

Comments
 (0)