File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
packages/angular_devkit/build_angular/src/utils Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import {
18
18
import {
19
19
Filesystem ,
20
20
Generator ,
21
- } from '@angular/service-worker/config' ; // tslint:disable-line:no-implicit-dependencies
21
+ } from '@angular/service-worker/config' ;
22
22
import * as crypto from 'crypto' ;
23
23
24
24
class CliFilesystem implements Filesystem {
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ export async function generateWebpackConfig(
62
62
const tsConfigPath = path . resolve ( workspaceRoot , options . tsConfig ) ;
63
63
const tsConfig = readTsconfig ( tsConfigPath ) ;
64
64
65
- // tslint:disable-next-line:no-implicit-dependencies
66
65
const ts = await import ( 'typescript' ) ;
67
66
const scriptTarget = tsConfig . options . target || ts . ScriptTarget . ES5 ;
68
67
You can’t perform that action at this time.
0 commit comments