Prototype TSC watch task contribution (#33865)

* Prototype TSC watch task contribution

* Update to make use of optional properties in task definitions
This commit is contained in:
Matt Bierner
2017-09-22 15:32:00 -07:00
committed by GitHub
parent cc32157235
commit cb7e0bffd0
2 changed files with 24 additions and 27 deletions

View File

@@ -516,6 +516,9 @@
"tsconfig": {
"type": "string",
"description": "The tsconfig file that defines the TS build"
},
"option": {
"type": "string"
}
}
}