tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

fixed the ES modules error by adding tsconfig.json

Open expectfun opened this issue 4 months ago • 0 comments

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.

expectfun avatar Oct 07 '24 09:10 expectfun