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 38271ef commit 4d5ee40Copy full SHA for 4d5ee40
packages/compass-web/package.json
@@ -50,7 +50,7 @@
50
"analyze": "npm run webpack -- --mode production --analyze",
51
"watch": "npm run webpack -- --mode development --watch",
52
"sync": "node scripts/sync-dist-to-mms.mjs",
53
- "typecheck": "tsc -p tsconfig-lint.json --noEmit",
+ "typecheck": "tsc -p tsconfig.json --noEmit",
54
"eslint": "eslint-compass",
55
"prettier": "prettier-compass",
56
"lint": "npm run eslint . && npm run prettier -- --check .",
0 commit comments