tutorials
tutorials copied to clipboard
fixed the ES modules error by adding tsconfig.json
Lesson 1 tests started to fail. It seems to me the problem is a nodejs/ts-node update that requires ES modules support and is not backward compatible. It can be fixed by adding the tsconfig.json
file. I've added it to the test directories and updated the tutorial accordingly.