diff --git a/README.md b/README.md index 7d5d727..ccad240 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Prototype TypeScript server plugin that adds intellisense to styled component cs This plugin requires TypeScript 2.4 or later. It can provide intellisense in both JavaScript and TypeScript files within any editor that uses TypeScript to power their language features. This includes [VS Code](https://code.visualstudio.com), [Visual Studio](https://www.visualstudio.com), [Sublime with the TypeScript plugin](https://github.com/Microsoft/TypeScript-Sublime-Plugin), [Atom with the TypeScript plugin](https://atom.io/packages/atom-typescript), and others. -To get started, add a `plugins` section to your [`tsconfig.json`](http://www.typescriptlang.org/docs/handbook/tsconfig-json.html) or [`jsconfig.json`] +To get started, add a `plugins` section to your [`tsconfig.json`](http://www.typescriptlang.org/docs/handbook/tsconfig-json.html) or [`jsconfig.json`](https://code.visualstudio.com/Docs/languages/javascript#_javascript-project-jsconfigjson) ```json { @@ -25,6 +25,6 @@ To get started, add a `plugins` section to your [`tsconfig.json`](http://www.typ - +## Credits Code originally forked from: https://github.com/Quramy/ts-graphql-plugin \ No newline at end of file