Create a TypeScript configuration file
Check types without emitting files
Compile C/C++ source files
Compile TypeScript files to JavaScript
tsc
Compile using tsconfig.json
Watch mode compilation
tsc --watch
Compile specific files
tsc src/**/*.ts
Compile Java source files
Compile Tailwind CSS
Build an image from a Dockerfile