-
Notifications
You must be signed in to change notification settings - Fork 14
TypeScript Plugins
angelozerr edited this page Feb 9, 2017
·
3 revisions
- enable tsserver-plugins. See https://github.com/angelozerr/tsserver-plugins
-
check your node_modules of your TypeScript runtime contains same hierarchy than https://github.com/angelozerr/typescript.java/tree/master/core/ts.repository/node_modules (if you are using last version of embedded TypeScript, it will worù)
-
declare your tsconfig.json like this:
{
"compilerOptions": {
"plugins": [
{ "name": "tslint-language-service"},
{ "name": "@angular/language-service"}
]
}
}
After you will benefit with tslint.
- TypeScript IDE
- New and Noteworthy