hey friends. I'm having issues with our typescript migration & cypress. The nodejs api is working fine, but when I try to run cypress, I keep getting errors like these winston_1.default.createLogger is not a function.
I think these errors happen when I'm running my tasks, which means they're running in nodejs, which means cypress is not using the correct config for the tasks. Did anyone see issues like this when migrating a project to TS?