mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
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:
committed by
Alex Rickabaugh
parent
ffd3fca0a8
commit
7be3620a13
@@ -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/"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user