Cannot find module `/app` import from `/main.js`

I get the error when run the dockerfile, look like typescript not automatic transfer
import app from './app'
to
import app from './app.js'

Is anyone how to fix this?
image.png
Was this page helpful?