I am trying to transpile a file with extension .ts to ES6 but it does not work and out of that nor does it throw me some typescript error. The problem occurs when I use the import of ES6 and do not require.
Note: I have updated node.
I appreciate your help.