mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-16 13:00:21 +00:00
Update cheatsheets
This commit is contained in:
4
tldr/tsc
4
tldr/tsc
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user