We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 480c01d commit cbf12f0Copy full SHA for cbf12f0
packages/workspace/src/core/target-project-locator.ts
@@ -7,7 +7,7 @@ import { dirname, join } from 'path';
7
8
export class TargetProjectLocator {
9
private sortedWorkspaceProjects = [];
10
- private paths = parseJsonWithComments(this.fileRead(`./tsconfig.base.json`))
+ private paths = parseJsonWithComments(this.fileRead(`./tsconfig.json`))
11
?.compilerOptions?.paths;
12
private cache = new Map<string, string>();
13
0 commit comments