I changed my TSConfig recently in order to be able to transpile my package.json scripts with ts-node/esm. The only things I did was change/add these. Now it can no longer resolve my next imports (next/image, etc.) Any idea what's wrong / what to do?
"module": "NodeNext",
"moduleResolution": "nodenext",
"allowImportingTsExtensions": true,
My baseUrl is also "./src"