This commit is contained in:
Benjamin Pasero
2018-05-31 16:50:06 +02:00
parent 9f8a8c802d
commit 2fcc3efa68
10 changed files with 68 additions and 94 deletions

View File

@ -11,7 +11,7 @@
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": [ "${workspaceRoot}/out/src/**/*.js" ],
"preLaunchTask": "npm"
"preLaunchTask": "tsc: watch - tsconfig.json"
},
{
"name": "Launch Tests",
@ -22,7 +22,7 @@
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": [ "${workspaceRoot}/out/test/**/*.js" ],
"preLaunchTask": "npm"
"preLaunchTask": "tsc: watch - tsconfig.json"
}
]
}