Skip to content

Commit

Permalink
tsconfig: default to noEmit
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Jun 1, 2022
1 parent d6cdfbd commit 79b9ba8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"build": "yarn workspaces foreach --exclude @saberhq/saber-common -ptv run build",
"clean": "yarn workspaces foreach --exclude @saberhq/saber-common -ptv run clean",
"publish:all": "yarn workspaces foreach --exclude @saberhq/saber-common -ptv npm publish",
"typecheck": "tsc",
"typecheck": "tsc --noEmit",
"lint": "eslint . --cache",
"lint:fix": "eslint . --cache --fix",
"lint:ci": "eslint . --max-warnings=0",
Expand Down
1 change: 0 additions & 1 deletion packages/tsconfig/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"preserveConstEnums": true,
"skipLibCheck": true,
"importHelpers": true,
"noEmit": true,
"resolveJsonModule": true,
"isolatedModules": true,

Expand Down

0 comments on commit 79b9ba8

Please sign in to comment.