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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,7 @@ Options for the TypeScript checker (`typescript` option object).
168
168
|`diagnosticOptions`|`object`|`{ syntactic: false, semantic: true, declaration: false, global: false }`| Settings to select which diagnostics do we want to perform. |
169
169
|`extensions`|`object`|`{}`| See [TypeScript extensions options](#typescript-extensions-options). |
170
170
|`profile`|`boolean`|`false`| Measures and prints timings related to the TypeScript performance. |
171
+
|`typescriptPath`|`string`|`require.resolve('typescript')`| If supplied this is a custom path where TypeScript can be found. |
0 commit comments