Skip to content

Commit 4d5ee40

Browse files
committed
undo typecheck change
1 parent 38271ef commit 4d5ee40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"analyze": "npm run webpack -- --mode production --analyze",
5151
"watch": "npm run webpack -- --mode development --watch",
5252
"sync": "node scripts/sync-dist-to-mms.mjs",
53-
"typecheck": "tsc -p tsconfig-lint.json --noEmit",
53+
"typecheck": "tsc -p tsconfig.json --noEmit",
5454
"eslint": "eslint-compass",
5555
"prettier": "prettier-compass",
5656
"lint": "npm run eslint . && npm run prettier -- --check .",

0 commit comments

Comments
 (0)