error showing vscode and saving it error goes in angular code example
Example: why always appear errors in vscode while importing the library
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "./app.js"
}
]
}