TS2732
error TS2732: Cannot find module ‘../../package.json’. Consider using ‘–resolveJsonModule’ to import module with ‘.json’ extension.
Broken Code ❌
1 |
|
Fixed Code ✔️
To fix the issue and allow importing JSON files, you have to set “resolveJsonModule” to true
in your “tsconfig.json” file.