diff --git a/package.json b/package.json index aa426ce1..1fda3118 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "main": "index.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "build": "tsc -b" + "build": "tsc -b", + "typecheck": "tsc --noEmit" }, "repository": { "type": "git",