diff --git a/package.json b/package.json index 7cf55a1..e43ce90 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,10 @@ "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", + "private": true, "scripts": { - "build": "tsc" + "build": "tsc", + "dev": "tsc -w" }, "author": "cx", "license": "ISC",