Различия
Показаны различия между двумя версиями страницы.
| Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
| tsc [2024/12/10 11:46] – mirocow | tsc [2024/12/10 11:47] (текущий) – mirocow | ||
|---|---|---|---|
| Строка 6: | Строка 6: | ||
| * TypeScript code converts to JavaScript, which runs anywhere JavaScript runs: In a browser, on Node.js, Deno, Bun and in your apps. | * TypeScript code converts to JavaScript, which runs anywhere JavaScript runs: In a browser, on Node.js, Deno, Bun and in your apps. | ||
| * TypeScript understands JavaScript and uses type inference to give you great tooling without additional code. | * TypeScript understands JavaScript and uses type inference to give you great tooling without additional code. | ||
| + | |||
| + | <note tip>< | ||
| + | npm install typescript-compiler | ||
| + | </ | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| + | * https:// | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||