Closed
Description
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