We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e13b52 commit 9fa5a6eCopy full SHA for 9fa5a6e
src/cdk/schematics/utils/version-agnostic-typescript.ts
@@ -12,7 +12,8 @@
12
* Note that we always need to adjust this type import based on the location of the Typescript
13
* dependency that will be shipped with `@schematics/angular`.
14
*/
15
-import typescript = require('typescript');
+import typescript =
16
+ require('@schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript');
17
import {SchematicsException} from '@angular-devkit/schematics';
18
19
/**
0 commit comments