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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -280,6 +280,9 @@ You may provide
280
280
* a relative path to the configuration file. It will be resolved relative to the respective `.ts` entry file.
281
281
* an absolute path to the configuration file.
282
282
283
+
Please note, that if the configuration file is outside of your project directory, you might need to set the `context` option to avoid TypeScript issues (like TS18003).
284
+
In this case the `configFile` should point to the `tsconfig.json` and `context` to the project root.
285
+
283
286
#### colors _(boolean) (default=true)_
284
287
285
288
If `false`, disables built-in colors in logger messages.
0 commit comments