Skip to content

Commit

Permalink
Added a JSConfig file
Browse files Browse the repository at this point in the history
This file will allow intellisense to work with the absolute paths
That the closure compiler needs.

Change-Id: I6ca4e9c5db61e3c9c40b648bf0ca3ff34cc093d5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3759523
Reviewed-by: Josiah Krutz <josiahk@google.com>
Reviewed-by: David Tseng <dtseng@chromium.org>
Commit-Queue: Jacob Francis <francisjp@google.com>
Cr-Commit-Position: refs/heads/main@{#1023459}
  • Loading branch information
Jacob Francis authored and Chromium LUCI CQ committed Jul 12, 2022
1 parent 4b9b07b commit 88e6f24
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions chrome/browser/resources/chromeos/accessibility/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"allowJs": true,
"baseUrl": ".",
"paths": {
"/*":["./*"]
}
},
"include": ["."]
}

0 comments on commit 88e6f24

Please sign in to comment.