feat(compiler-cli): add a debug
option to control the output
fixes #9208
This commit is contained in:
@ -15,6 +15,9 @@ interface Options extends ts.CompilerOptions {
|
||||
|
||||
// Print extra information while running the compiler
|
||||
trace: boolean;
|
||||
|
||||
// Whether to embed debug information in the compiled templates
|
||||
debug?: boolean;
|
||||
}
|
||||
|
||||
export default Options;
|
||||
|
Reference in New Issue
Block a user