feat: add types to package.json (#216)

Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
This commit is contained in:
Grant Timmerman 2020-06-08 15:27:31 -07:00 committed by GitHub
parent 44b791bf97
commit 42652819f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -123,5 +123,6 @@
},
"publishConfig": {
"access": "public"
}
},
"types": "index.d.ts"
}