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 ID
Add tsconfig.json to ease TypeScript development.
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. Testing Done: Edited a TypeScript file and no longer saw warnings about non-ES3 stuff.
2400c2fd0601c727c045f3e0c8b1a22ca69fd15c
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...