Add emitEntryPoint to dnx-watch
This commit is contained in:
parent
54af2c339f
commit
e7dc875d75
|
|
@ -1,6 +1,9 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": { "warningsAsErrors": true },
|
"compilationOptions": {
|
||||||
|
"warningsAsErrors": true,
|
||||||
|
"emitEntryPoint": true
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Dnx.Watcher.Core": "1.0.0-*",
|
"Microsoft.Dnx.Watcher.Core": "1.0.0-*",
|
||||||
"Microsoft.Extensions.CommandLineUtils.Sources": { "version": "1.0.0-*", "type": "build" },
|
"Microsoft.Extensions.CommandLineUtils.Sources": { "version": "1.0.0-*", "type": "build" },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue