“Uruchom kompilator TypeScript” Kod odpowiedzi

Uruchom kompilator TypeScript

npm install -g typescript
tsc --init #reate a tsconfig.json file
tsc --watch # transpile on change in current directory (watch changes)

# in your package.json "compilets-tojs": "npx tsc --project ./",
# you can rename "compilets-tojs" to any shorter name

npm run compilets-tojs
rikiidev

Kompilator online TyperScript

Try this one:
https://www.typescriptlang.org/play/
DevLorenzo

Odpowiedzi podobne do “Uruchom kompilator TypeScript”

Pytania podobne do “Uruchom kompilator TypeScript”

Więcej pokrewnych odpowiedzi na “Uruchom kompilator TypeScript” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu