TypeScript
Configureer typescript-project om alle bestanden in typescript te compileren.
Zoeken…
Invoering
het maken van uw eerste .tsconfig-configuratiebestand dat de TypeScript-compiler vertelt hoe uw .ts-bestanden moeten worden behandeld
Setup van het typescript-configuratiebestand
- Voer het commando " tsc --init " in en druk op enter.
- Daarvoor moeten we het ts-bestand compileren met het commando " tsc app.ts ", nu wordt het allemaal automatisch automatisch gedefinieerd in het onderstaande configuratiebestand.
- Nu kunt u alle typoscripts compileren met de opdracht " tsc ". het zal automatisch een ".js" -bestand van uw typoscriptbestand maken.
- Als u een ander typoscript maakt en op de opdracht "tsc" drukt in de opdrachtprompt, wordt automatisch een javascript-bestand voor het typoscriptbestand gemaakt.
Dank je,
Modified text is an extract of the original Stack Overflow Documentation
Licentie onder CC BY-SA 3.0
Niet aangesloten bij Stack Overflow