# Bug Report <!-- Please fill in each section completely. Thank you! --> ### π Search Terms resolveJsonModule typescript 4.5 node node12 nodenext <!-- What search terms did you use when trying to find an existing bug report? List them here so people in the future can find this one more easily. --> ### π Version & Regression Information 4.5 + ### β― Playground Link <!-- A link to a TypeScript Playground "Share" link which shows this behavior The TypeScript Workbench can be used for more complex setups, try https://www.typescriptlang.org/dev/bug-workbench/ As a last resort, you can link to a repo, but these will be slower for us to investigate. --> [Playground link with relevant code](https://www.typescriptlang.org/play?#code/PTAEFkE9QYwewCYFNQHM5IM6gBZIE5JA) ### π» Code set resolveJsonModule true and moduleResolution node12 or nodenext in the tsconfig.json ### π Actual behavior Errors <!-- What happened, and why it was wrong --> ``` TS5070: Option '--resolveJsonModule' cannot be specified without 'node' module resolution strategy. ``` ### π Expected behavior should work with ```node12``` and ```nodenext``` also <!-- What you expected to happen instead, and why -->