From c750ec2ba8120a8f605e703aaf935e44254c0541 Mon Sep 17 00:00:00 2001 From: Prasad Nayak Date: Sun, 16 Jun 2019 18:09:36 +0530 Subject: [PATCH] feat: add googleapis lib --- package.json | 1 + tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e6ff66f..38a3e0f 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,7 @@ "debug": "^4.1.1", "fluent-ffmpeg": "^2.1.2", "fs-extra": "^8.0.1", + "googleapis": "^40.0.0", "lodash": "^4.17.11", "puppeteer": "^1.17.0" } diff --git a/tsconfig.json b/tsconfig.json index d7e223b..e0e0c3c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "module": "esnext", "lib": ["dom", "esnext"], "importHelpers": true, - "declaration": true, + "declaration": false, "sourceMap": true, "rootDir": "./", "strict": true,