feat(compiler-cli): add a debug option to control the output

fixes #9208
This commit is contained in:
Victor Berchet
2016-06-15 14:56:56 -07:00
parent b620f4f456
commit 1eaa193c51
6 changed files with 18 additions and 5 deletions

View File

@ -2,7 +2,8 @@
"angularCompilerOptions": {
// For TypeScript 1.8, we have to lay out generated files
// in the same source directory with your code.
"genDir": "."
"genDir": ".",
"debug": true
},
"compilerOptions": {