Key tsconfig.json options:
{
"compilerOptions": {
"strict": true,
"target": "ES2020",
"module": "ESNext",
"outDir": "./dist",
"rootDir": "./src"
}
}
strict enables all strict checks. target sets the output JavaScript version.