Add tsconfig.json to ease TypeScript development.

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

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.

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

orig
1
2

Commits

First Last Summary ID Author
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.
177c94c138d6a4f65a5a350928c13216e6b57c59 David Trowbridge
tsconfig.json
Loading...