Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-21 00:18:03 +00:00
parent 1d688aded3
commit b361fd494d
14 changed files with 123 additions and 18 deletions

View File

@@ -31,3 +31,7 @@ source: https://github.com/tldr-pages/tldr.git
- Type-check multiple JavaScript files, and output only the errors:
`tsc --allowJs --checkJs --noEmit {{src/**/*.js}}`
- Run the compiler in watch mode, which automatically recompiles code when it changes:
`tsc --watch`