We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
compilerOptions
CompilerOptions
1 parent dea6bb3 commit 4024e8aCopy full SHA for 4024e8a
packages/ngtools/webpack/src/interfaces.ts
@@ -7,6 +7,7 @@
7
*/
8
9
import { logging, virtualFs } from '@angular-devkit/core';
10
+import { CompilerOptions } from '@angular/compiler-cli';
11
import * as fs from 'fs';
12
import * as ts from 'typescript';
13
@@ -59,7 +60,7 @@ export interface AngularCompilerPluginOptions {
59
60
contextElementDependencyConstructor?: ContextElementDependencyConstructor;
61
62
// Use tsconfig to include path globs.
- compilerOptions?: ts.CompilerOptions;
63
+ compilerOptions?: CompilerOptions;
64
65
host?: virtualFs.Host<fs.Stats>;
66
platformTransformers?: ts.TransformerFactory<ts.SourceFile>[];
0 commit comments