diff --git a/src/services/shims.ts b/src/services/shims.ts index 362293c0c79..e2055b3de77 100644 --- a/src/services/shims.ts +++ b/src/services/shims.ts @@ -64,7 +64,8 @@ namespace ts { /** Public interface of the the of a config service shim instance.*/ export interface CoreServicesShimHost extends Logger { - /** Returns a JSON-encoded value of the type: string[] + /** + * Returns a JSON-encoded value of the type: string[] * * @param exclude A JSON encoded string[] containing the paths to exclude * when enumerating the directory.