diff --git a/package.json b/package.json index fe03a6d..081f6fe 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "test": "jest", "test:watch": "jest --watch", "lint": "eslint src --ext .ts", - "download-protos": "ts-node -O '{\"module\": \"CommonJS\"}' scripts/download-protos.ts", - "example": "ts-node -O '{\"module\": \"CommonJS\"}'" + "download-protos": "ts-node scripts/download-protos.ts", + "example": "ts-node" }, "prettier": { "printWidth": 80,