Skip to content

Commit

Permalink
build: add partial compilationMode to publishing projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Kirichenko committed Jan 19, 2023
1 parent 41ad7c3 commit 47696a7
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
3 changes: 2 additions & 1 deletion projects/common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"fullTemplateTypeCheck": false,
"strictInjectionParameters": true,
"enableResourceInlining": true,
"enableIvy": true
"enableIvy": true,
"compilationMode": "partial"
}
}
3 changes: 2 additions & 1 deletion projects/forms/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"fullTemplateTypeCheck": false,
"strictInjectionParameters": true,
"enableResourceInlining": true,
"enableIvy": true
"enableIvy": true,
"compilationMode": "partial"
},
"references": [
{
Expand Down
3 changes: 2 additions & 1 deletion projects/icons/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"fullTemplateTypeCheck": false,
"strictInjectionParameters": true,
"enableResourceInlining": true,
"enableIvy": true
"enableIvy": true,
"compilationMode": "partial"
},
"references": [
{
Expand Down
3 changes: 2 additions & 1 deletion projects/kit/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"fullTemplateTypeCheck": false,
"strictInjectionParameters": true,
"enableResourceInlining": true,
"enableIvy": true
"enableIvy": true,
"compilationMode": "partial"
},
"references": [
{
Expand Down
3 changes: 2 additions & 1 deletion projects/overlays/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"fullTemplateTypeCheck": false,
"strictInjectionParameters": true,
"enableResourceInlining": true,
"enableIvy": true
"enableIvy": true,
"compilationMode": "partial"
},
"references": [
{
Expand Down
3 changes: 2 additions & 1 deletion projects/table/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"fullTemplateTypeCheck": false,
"strictInjectionParameters": true,
"enableResourceInlining": true,
"enableIvy": true
"enableIvy": true,
"compilationMode": "partial"
},
"references": [
{
Expand Down
3 changes: 2 additions & 1 deletion projects/tree/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"fullTemplateTypeCheck": false,
"strictInjectionParameters": true,
"enableResourceInlining": true,
"enableIvy": true
"enableIvy": true,
"compilationMode": "partial"
},
"references": [
{
Expand Down
3 changes: 2 additions & 1 deletion projects/widgets/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"fullTemplateTypeCheck": false,
"strictInjectionParameters": true,
"enableResourceInlining": true,
"enableIvy": true
"enableIvy": true,
"compilationMode": "partial"
},
"references": [
{
Expand Down

0 comments on commit 47696a7

Please sign in to comment.