koltyakov/sp-build-tasks

Add schema to ./config/app.json

koltyakov opened this issue · 2 comments

Add schema to ./config/app.json

./config/app.json schema is documented in wiki pages.

JSON schema is added to the project.
Now it's possible to reference schema definition in the setting:

{
  "$schema": "../node_modules/sp-build-tasks/schema/v1/sppp.json"
}

Available properties should be shown with intellisense in a very user-friendly way:

image