diff --git a/package.json b/package.json index ffd4a9b5..3357bb0f 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "precompile": "gts clean" }, "dependencies": { - "@google-cloud/logging": "^10.1.7", + "@google-cloud/logging": "^10.1.11", "google-auth-library": "^8.0.2", "lodash.mapvalues": "^4.6.0", "winston-transport": "^4.3.0" diff --git a/tsconfig.json b/tsconfig.json index 61951d4c..3246c2cf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,11 @@ "extends": "./node_modules/gts/tsconfig-google.json", "compilerOptions": { "rootDir": ".", - "outDir": "build" + "outDir": "build", + "lib": [ + "es2018", + "dom" + ] }, "include": [ "src/*.ts",