Skip to content

Commit

Permalink
build(docs-infra): use $schema in ngsw-config.template.json to pr…
Browse files Browse the repository at this point in the history
…ovide intellisense (#43686)

Add an appropriate `$schema` property in `ngsw-config.template.json` to
allow IDEs to provide intellisense about the various fields of the
config.

PR Close #43686
  • Loading branch information
gkalpak authored and dylhunn committed Oct 6, 2021
1 parent 23ac3f7 commit 72d1dfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aio/ngsw-config.template.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "./node_modules/@angular/service-worker/config/schema.json",
"index": "/index.html",
"assetGroups": [
{
Expand Down

0 comments on commit 72d1dfd

Please sign in to comment.