tsconfig.json scares everyone. It's a huge file with a TON of potential options.
But really, there are only a few configuration options you need to care about. Let's figure them out, and cheatsheet them.
Want just the code? Here you go:
{
"compilerOptions": {
/* Base Options: */
{