Skip to content

Commit 3ae1eb6

Browse files
alan-agius4dgp1130
authored andcommitted
test(@angular-devkit/build-angular): add skipLibCheck to tests workspace tsconfig
Add skipLibCheck to speed up TypeScript analysis and prevent compilation errors caused by incompatible declaration files which were generated with older/new TS versions
1 parent a8c60cb commit 3ae1eb6

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

tests/angular_devkit/build_angular/hello-world-app-ve/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"outDir": "./dist/out-tsc",
66
"sourceMap": true,
77
"declaration": false,
8+
"skipLibCheck": true,
89
"moduleResolution": "node",
910
"emitDecoratorMetadata": true,
1011
"experimentalDecorators": true,

tests/angular_devkit/build_angular/hello-world-app/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"outDir": "./dist/out-tsc",
66
"sourceMap": true,
77
"declaration": false,
8+
"skipLibCheck": true,
89
"moduleResolution": "node",
910
"emitDecoratorMetadata": true,
1011
"experimentalDecorators": true,

tests/angular_devkit/build_ng_packagr/ng-packaged-ve/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"outDir": "./dist/out-tsc",
66
"sourceMap": true,
77
"declaration": false,
8+
"skipLibCheck": true,
89
"moduleResolution": "node",
910
"emitDecoratorMetadata": true,
1011
"experimentalDecorators": true,

tests/angular_devkit/build_ng_packagr/ng-packaged/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"outDir": "./dist/out-tsc",
66
"sourceMap": true,
77
"declaration": false,
8+
"skipLibCheck": true,
89
"moduleResolution": "node",
910
"emitDecoratorMetadata": true,
1011
"experimentalDecorators": true,

0 commit comments

Comments
 (0)