As of now, I am encountering the following error during compilation:
typings.json is missing
In my existing packages.json
, I have included the following dependency:
"devDependencies": {
"typescript": "^2.6.1",
...
}
Do you have any suggestions on how to resolve this issue?