tags |
---|
tslint, angular,workspace |
TSLint Error: Not using the local TSLint version found for '/Users/myname/myproject/client/src/app/cool/cool.component.ts'. To enable code execution from the current workspace you must enable workspace library execution.
1- Go to Command Palette by pressing Ctrl + Shift + P
,
2- In the input that pops up at the top of the VS Code, start typing
TSLint: Manage workspace library execution"
and hit Enter
key.
3- From the menu that replaces the input, pick
enable workspace library execution
and again press Enter
key.