Skip to content

Commit d09ff1a

Browse files
Angular 15
1 parent c1e8b5d commit d09ff1a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"build": {
133133
"builder": "@angular-devkit/build-angular:ng-packagr",
134134
"options": {
135-
"tsConfig": "projects/bdc-walkthrough/tsconfig.lib.json",
135+
"tsConfig": "projects/bdc-walkthrough/tsconfig.lib.prod.json",
136136
"project": "projects/bdc-walkthrough/ng-package.json"
137137
},
138138
"configurations": {

projects/bdc-walkthrough/tsconfig.lib.prod.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"declarationMap": false
55
},
66
"angularCompilerOptions": {
7-
"enableIvy": false
7+
"enableIvy": false,
8+
"compilationMode": "partial"
89
}
9-
}
10+
}

0 commit comments

Comments
 (0)