Skip to content

Commit 672ae14

Browse files
cexbrayatclydin
authored andcommitted
fix(@schematics/angular): drop composite in tsconfig
Based on this [TS discussion](microsoft/TypeScript#60465), `composite` is in fact not necessary, the TS docs are just misleading.
1 parent b291a70 commit 672ae14

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Diff for: packages/schematics/angular/application/files/common-files/tsconfig.app.json.template

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
{
44
"extends": "<%= relativePathToWorkspaceRoot %>/tsconfig.json",
55
"compilerOptions": {
6-
"composite": true,
76
"outDir": "<%= relativePathToWorkspaceRoot %>/out-tsc/app",
87
"types": []
98
},

Diff for: packages/schematics/angular/application/files/common-files/tsconfig.spec.json.template

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
{
44
"extends": "<%= relativePathToWorkspaceRoot %>/tsconfig.json",
55
"compilerOptions": {
6-
"composite": true,
76
"outDir": "<%= relativePathToWorkspaceRoot %>/out-tsc/spec",
87
"types": [
98
"jasmine"

0 commit comments

Comments
 (0)