-
-
Notifications
You must be signed in to change notification settings - Fork 35
typescript transpiler
Zeioth edited this page Oct 20, 2023
·
17 revisions
The Typescript transpiler can be used to run Node programs.
You must have the next files on your working directory
-
tsconfig.json
Here you specify the Node version and ECMA version of the code you want to compile. -
package.json
: This file is necessary to runNPM install
andNPM start
.