trying to compile the “console.log(‘Hello World!’);” and this happens =/
$ tsc index.ts
error TS2688: Cannot find type definition file for 'node'.
The file is in the program because:
Entry point for implicit type library 'node'
Found 1 error.