diff --git a/package.json b/package.json index 895dec3..6e3acf9 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,9 @@ "test:eslint": "eslint --cache .", "test:typescript": "tsc", "test:node": "node --test", - "test": "npm-run-all --aggregate-output --print-label --parallel test:*" + "test": "npm-run-all --aggregate-output --print-label --parallel test:*", + "watch:test:typescript": "tsc --watch --project ./tsconfig.dev.json", + "watch:test:node": "npm run test:node -- --watch" }, "license": "MIT", "dependencies": {