feat(compiler-cli): add a debug
option to control the output
fixes #9208
This commit is contained in:
@ -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": {
|
||||
|
Reference in New Issue
Block a user