Add tsconfig.json to ease TypeScript development.

Review Request #12735 — Created Nov. 22, 2022 and submitted

Information

Review Board
release-6.x

Reviewers

When working with .ts files and in-editor checkers, it's nice to have
a tsconfig file to tell those checkers about our environment. It's not
actually used for anything else right now because we compile via babel
and not tsc.

Edited a TypeScript file and no longer saw warnings about non-ES3 stuff.

Summary
Add tsconfig.json to ease TypeScript development.
Description From Last Updated

Missing : here.

chipx86chipx86
chipx86
  1. 
      
  2. tsconfig.json (Diff revision 1)
     
     

    Missing : here.

  3. 
      
david
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

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