From b39ee187929c3b88af44fa4e1f9f53e4ee5b7c3a Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Mon, 11 Feb 2019 17:38:40 -0800 Subject: [PATCH] feat: include TypeScript types --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3d2cdbad..e95188d6 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ }, "repository": "googleapis/nodejs-logging", "main": "./build/src/index.js", + "types": "./build/src/index.d.ts", "files": [ "build/src", "build/protos",