You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
root
--.vscode
--settings.json
--src
--...(multiple C# and other libraries)
--MvcProject
--node_modules
--tslint.json
--package.json
--test
For tslint to work locally instead of requiring a global installation, the following settings are required
.vscode/settings.json
{"tslint.configFile" : "src/MvcProject/tslint.json",// AND nodePath, so that TSLint knows where to pick modules from"tslint.nodePath": "src/MvcProject/node_modules"}