Bug Report
🔎 Search Terms
resolveJsonModule typescript 4.5 node node12 nodenext
🕗 Version & Regression Information
4.5 +
⏯ Playground Link
Playground link with relevant code
💻 Code
set resolveJsonModule true and moduleResolution node12 or nodenext in the tsconfig.json
🙁 Actual behavior
Errors
TS5070: Option '--resolveJsonModule' cannot be specified without 'node' module resolution strategy.
🙂 Expected behavior
should work with node12 and nodenext also