-
-
Notifications
You must be signed in to change notification settings - Fork 36
javascript interpreter
Zeioth edited this page Oct 20, 2023
·
3 revisions
The Javascript interpreter 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
.