Add explicit module exports in empty index.ts files.

Review Request #12789 — Created Jan. 20, 2023 and submitted

chipx86
Review Board
release-6.x
reviewboard

TypeScript's tsc warns if a module lacks any exports. To satisfy that,
we now include an export {} in each of our empty index.ts files.

Ran tsc and no longer saw the warnings.

Summary
Add explicit module exports in empty index.ts files.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-6.x (dd37949)
Loading...