diff --git a/package.json b/package.json index 0b5e3f7cf8..b5d65f1452 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "description": "Google APIs Client Library for Node.js", "main": "./build/src/index.js", "types": "./build/src/index.d.ts", - "sideEffects": "false", + "sideEffects": false, "engines": { "node": ">=14.0.0" },