Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

TypeScript: Enable noImplicitAny #264

@JustinBeckwith

Description

@JustinBeckwith

The goal here is to provide perfect TypeScript types for customers using the module. Generally when doing this work I like to:

  1. enable noImplicitAny in the tsconfig
  2. Choose a single file to get passing, and fix all errors in that file (using VSCode here is really useful)
  3. disablenoImplicitAny
  4. Get all the tests passing
  5. Submit a PR for just the single file I updated
  6. Repeat until finished

It's a lot easier if we do a PR per file on this one. 

Metadata

Metadata

Assignees

Labels

TypeScriptapi: loggingIssues related to the googleapis/nodejs-logging API.help wantedWe'd love to have community involvement on this issue.type: processA process-related concern. May include testing, release, or the like.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions