-
-
Couldn't load subscription status.
- Fork 44
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.jsonHere you specify the Node version and ECMA version of the code you want to compile. -
package.json: This file is necessary to runNPM installandNPM start.