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.

Changes between revision 1 and 2

orig
1
2

Commits

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
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 David Trowbridge
tsconfig.json
Loading...