Answers for "cannot find module '../json/config.json'. consider using '--resolvejsonmodule' to import module with '.json' extension."

4

Cannot find module './data.json'. Consider using '--resolveJsonModule' to import module with '.json' extension

add to tsconfig.json

{
	...
    "resolveJsonModule": true
  }
}
Posted by: Guest on July-30-2020

Code answers related to "cannot find module '../json/config.json'. consider using '--resolvejsonmodule' to import module with '.json' extension."

Code answers related to "Javascript"

Browse Popular Code Answers by Language