Skip to content

Commit 4f7ccf4

Browse files
szuendDevtools-frontend LUCI CQ
authored andcommitted
[cxx_debugging] skipLibCheck for e2e tests
Looks like TSC is unhappy with @types/node and we shouldn't type check node_modules in any case. skipLibCheck: true is used by default throughout the rest of the DevTools code base. [email protected] Bug: None Change-Id: I6a0ffaba4aa6cfde554ce980d2b8b1f9aa5026ad Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5933844 Auto-Submit: Simon Zünd <[email protected]> Reviewed-by: Philip Pfaffe <[email protected]> Commit-Queue: Philip Pfaffe <[email protected]>
1 parent cc8d13c commit 4f7ccf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/cxx_debugging/e2e/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"allowUnreachableCode": false,
99
"useUnknownInCatchVariables": false,
1010
"baseUrl": ".",
11+
"skipLibCheck": true,
1112
"paths": {
1213
"test/*": [
1314
"../../../test/*"

0 commit comments

Comments
 (0)