We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af31f98 commit 9e86dd2Copy full SHA for 9e86dd2
packages/core/schematics/utils/typescript/compiler_host.ts
@@ -8,6 +8,7 @@
8
import {Tree} from '@angular-devkit/schematics';
9
import {dirname, relative, resolve} from 'path';
10
import ts from 'typescript';
11
+
12
import {parseTsconfigFile} from './parse_tsconfig';
13
14
export type FakeReadFileFn = (fileName: string) => string|undefined;
0 commit comments