We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.toString
1 parent cc36048 commit 7c20481Copy full SHA for 7c20481
src/servicesHost.ts
@@ -798,7 +798,7 @@ export function makeSolutionBuilderHost(
798
if (options) {
799
// The `configFilePath` is the same value that is used as the `project` parameter of
800
// `getCustomtransformers` below.
801
- const project = options.configFilePath?.toString();
+ const project = options.configFilePath;
802
if (project) {
803
// Custom transformers need a reference to the `typescript.Program`, that reference is
804
// unavailable during the the `getCustomTransformers` callback below.
0 commit comments