cannot find module export in docker
I’m running a docker application. One of my containers is running node + express + typescript and I face weird issue. I have a file that exports type and file that imports it. In my idee (vs code) there is no such error.
error: SyntaxError: The requested module ‘./account.js’ does not provide an export named ‘Account’