We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ee9b9 commit 47ce6afCopy full SHA for 47ce6af
packages/svelte/package.json
@@ -141,7 +141,7 @@
141
"build": "node scripts/process-messages && rollup -c && pnpm generate:types && node scripts/check-treeshakeability.js",
142
"dev": "node scripts/process-messages -w & rollup -cw",
143
"check": "tsc --project tsconfig.runtime.json && tsc && cd ./tests/types && tsc",
144
- "check:tsgo": "tsgo --project tsconfig.runtime.json && tsgo && cd ./tests/types && tsgo",
+ "check:tsgo": "tsgo --project tsconfig.runtime.json --skipLibCheck && tsgo --skipLibCheck",
145
"check:watch": "tsc --watch",
146
"generate:version": "node ./scripts/generate-version.js",
147
"generate:types": "node ./scripts/generate-types.js && tsc -p tsconfig.generated.json",
0 commit comments