Skip to content

Commit 02dfba2

Browse files
committed
fix jsconfig for vscode.
1 parent ef4044a commit 02dfba2

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

jsconfig.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
},
1111
"exclude": [
1212
"node_modules",
13-
"extension",
14-
"third_party"
13+
"lighthouse-extension",
14+
"lighthouse-core/closure",
15+
16+
"third_party",
17+
"lighthouse-core/third_party",
18+
"dist"
1519
]
1620
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)