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
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ First install the plugin in your project:
101
101
npm install --save-dev typescript-styled-plugin
102
102
```
103
103
104
-
Then 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) and restart Atom.
104
+
Then add a `plugins` section to your [`tsconfig.json`](http://www.typescriptlang.org/docs/handbook/tsconfig-json.html).
105
105
106
106
```json
107
107
{
@@ -115,7 +115,7 @@ Then add a `plugins` section to your [`tsconfig.json`](http://www.typescriptlang
115
115
}
116
116
```
117
117
118
-
Then reload your project to make sure the plugin has been loaded properly.
118
+
Then reload your project to make sure the plugin has been loaded properly. Note that `jsconfig.json` projects are currently not supported in VS.
0 commit comments