Skip to content

Commit

Permalink
chore: revert 'compilationMode' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
valkanov committed Oct 26, 2023
1 parent e2ebf50 commit a76ab14
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion projects/core/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
]
},
"angularCompilerOptions": {
"compilationMode": "full",
"compilationMode": "partial",
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"strictTemplates": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/core/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"declarationMap": false
},
"angularCompilerOptions": {
"compilationMode": "full"
"compilationMode": "partial"
}
}
2 changes: 1 addition & 1 deletion projects/keepalive/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
]
},
"angularCompilerOptions": {
"compilationMode": "full",
"compilationMode": "partial",
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"strictTemplates": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/keepalive/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"declarationMap": false
},
"angularCompilerOptions": {
"compilationMode": "full"
"compilationMode": "partial"
}
}

0 comments on commit a76ab14

Please sign in to comment.