Skip to content

Commit d0c6181

Browse files
alan-agius4Keen Yee Liau
authored and
Keen Yee Liau
committed
refactor: update compilerOptions to NG CompilerOptions
1 parent c01461a commit d0c6181

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/interfaces.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88

99
import { logging, virtualFs } from '@angular-devkit/core';
10+
import { CompilerOptions } from '@angular/compiler-cli';
1011
import * as fs from 'fs';
1112
import * as ts from 'typescript';
1213

@@ -59,7 +60,7 @@ export interface AngularCompilerPluginOptions {
5960
contextElementDependencyConstructor?: ContextElementDependencyConstructor;
6061

6162
// Use tsconfig to include path globs.
62-
compilerOptions?: ts.CompilerOptions;
63+
compilerOptions?: CompilerOptions;
6364

6465
host?: virtualFs.Host<fs.Stats>;
6566
platformTransformers?: ts.TransformerFactory<ts.SourceFile>[];

0 commit comments

Comments
 (0)