Embarking on my journey to create my inaugural Yeoman generator using TypeScript, I have encountered some challenges. While my TypeScript code transpiles smoothly into JavaScript and the basic test Yeoman generator functions properly, I am puzzled by the errors thrown by the TypeScript compiler.
My code is targeted towards es2015 modules and es6 standards.
Any suggestions or insights would be greatly appreciated.