Skip to content

Commit 719f881

Browse files
committed
Fix VS Code
1 parent 12a885b commit 719f881

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/kit/package.json

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

0 commit comments

Comments
 (0)