Skip to content

Commit 7be3620

Browse files
devversionalxhub
authored andcommitted
build: fix IDE completion for benchmarks code (angular#51887)
We are including a file, for some reason, that is outside of the root dir. This breaks TypeScript/ or more specifically VSCode from picking up this tsconfig- breaking path mappings and hence auto completion. PR Close angular#51887
1 parent ffd3fca commit 7be3620

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

modules/benchmarks/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@
3030
"no-floating-promises": true,
3131
"no-unused-expression": true,
3232
"no-unused-variable": true
33-
},
34-
"include": ["../../node_modules/@angular/build-tooling/bazel/benchmark/driver-utilities/"]
33+
}
3534
}

0 commit comments

Comments
 (0)