# 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 -->