Skip to content

Commit

Permalink
chore: move noEmit to tsconfig, #42
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 11, 2024
1 parent 57ed17a commit 6560647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"packageManager": "[email protected]",
"scripts": {
"typecheck": "tsc --noEmit",
"typecheck": "tsc",
"build": "pnpm -r run build",
"test": "vitest",
"lint": "eslint .",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
],
"allowJs": true,
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"isolatedModules": true,
"skipDefaultLibCheck": true,
Expand Down

0 comments on commit 6560647

Please sign in to comment.