Skip to content

Commit

Permalink
fix jsconfig for vscode.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Aug 19, 2016
1 parent ef4044a commit 02dfba2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
},
"exclude": [
"node_modules",
"extension",
"third_party"
"lighthouse-extension",
"lighthouse-core/closure",

"third_party",
"lighthouse-core/third_party",
"dist"
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 02dfba2

Please sign in to comment.