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: docs/advanced.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,27 @@ Atom-TypeScript needs to decide what SDK it should use for each new opened TypeS
17
17
3. Use the bundled TypeScript SDK.
18
18
19
19
Note that the result is memoized, so if you change path to SDK (using any method) when Atom-TypeScript is running, you'll need to restart Atom for changes to take effect.
20
+
21
+
# Specifying tsserver user preferences via `tsconfig.json`
22
+
23
+
You can find the full list of user preference options with descriptions in the [TypeScript sources](https://github.com/microsoft/TypeScript/blob/68925b66f4e7eb4ef6081cdc7a0f05a0bd874171/lib/protocol.d.ts#L2422). Note this is a link to a particular commit. The list might've changed since this was written, check the relevant tag as well.
24
+
25
+
The following options are configurable via Atom-TypeScript settings:
0 commit comments