Issue: microsoft/TypeScript#51996
Clone repo:
git clone https://github.com/ottokruse/nodenext-resolution-issue
cd nodenext-resolution-issue
Install TypeScript:
npm i
Compile:
npx tsc # Throws error
Edit tsconfig.json
and change moduleResolution
to Node
.