Cannot find module warning for json
andrey-shostik opened this issue · 1 comments
andrey-shostik commented
I just created RN app and connected typescript. When I try to import json I get warning that cannot find module, but json is imported properly, and I can use its data https://prnt.sc/l3rtus. what should I do?
andrey-shostik commented
fixed after adding "resolveJsonModule": true to tsconfig