I've been working on developing a new CLI tool using the oclif framework and TypeScript, but I'm encountering some issues when attempting to build the project.
When I generate the CLI, it results in errors. Even when I try to manually run npm build command (
shx rm -rf dist && tsc -b
), it still throws errors.
The tsconfig is set as default. https://i.sstatic.net/p3qnLCfg.png
I'm facing TypeScript errors related to @types/jest. How can I troubleshoot these errors and successfully compile my oclif CLI project? https://i.sstatic.net/WQ0N38wX.png Any suggestions or insights would be highly appreciated!