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.

Lijstitem

  • Nu kunt u alle typoscripts compileren met de opdracht " tsc ". het zal automatisch een ".js" -bestand van uw typoscriptbestand maken.

voer hier de afbeeldingsbeschrijving in

  • 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