Closed realtimetodie closed 1 year ago
The documentation was partially updated. The wording follows the TypeScript cli guide
https://www.typescriptlang.org/docs/handbook/compiler-options.html
Thanks, @realtimetodie. @jbedard is working on fixing this which will include your changes.
Allows the user to specify a custom location where a debugger should locate source files.
This imitates the TSConfig
sourceRoot
configuration optionhttps://www.typescriptlang.org/tsconfig#sourceRoot
Example
The
source_root
attribute is optional.Related
176