diff --git a/package.json b/package.json index f057c88..d376403 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "packageManager": "pnpm@9.2.0", "scripts": { - "typecheck": "tsc --noEmit", + "typecheck": "tsc", "build": "pnpm -r run build", "test": "vitest", "lint": "eslint .", diff --git a/tsconfig.json b/tsconfig.json index eaabdf6..4e67604 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -30,6 +30,7 @@ ], "allowJs": true, "strict": true, + "noEmit": true, "esModuleInterop": true, "isolatedModules": true, "skipDefaultLibCheck": true,