build: fix IDE completion for benchmarks code (#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 #51887
This commit is contained in:
Paul Gschwendtner
2023-09-23 10:40:42 +00:00
committed by Alex Rickabaugh
parent ffd3fca0a8
commit 7be3620a13
+1 -2
View File
@@ -30,6 +30,5 @@
"no-floating-promises": true,
"no-unused-expression": true,
"no-unused-variable": true
},
"include": ["../../node_modules/@angular/build-tooling/bazel/benchmark/driver-utilities/"]
}
}