Skip to content

Commit 0649eeb

Browse files
authored
Fix VS Code (#528)
1 parent 6c4e153 commit 0649eeb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/kit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"build": "rm -rf assets/runtime && rollup -c",
4848
"lint": "eslint --ignore-path .gitignore \"src/**/*.{ts,mjs,js,svelte}\" && npm run check-format",
4949
"check": "npx tsc -p tsconfig.enforced.json",
50-
"check-all": "npx tsc -p tsconfig.all.json",
50+
"check-all": "npx tsc -p tsconfig.json",
5151
"format": "prettier --write . --config ../../.prettierrc --ignore-path .gitignore",
5252
"check-format": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore",
5353
"prepublishOnly": "npm run build",
File renamed without changes.

0 commit comments

Comments
 (0)